@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/smc_bgnd.png);
	background-repeat: repeat-x;
	background-color: #000;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#wrapper {
	margin-top: 70px;
	min-width:970px;
	max-width:1200px;
}
.logo {
	height: 80px;
	width: 80px;
	margin-top: 10px;
	margin-left: 10px;
}
/*#sideColumn {
	position: fixed;
	height: 500px;
	width: 200px;
	left: 0px;
	top: 70px;
	background-image: url(../images/sideColumn.png);
	height: 500px;
	width: 100px;
	background-repeat: no-repeat;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: right;
	display: block;
}*/
#sideColumn {
	background-image: url(../images/sideColumn.png);
	height: 500px;
	width: 100px;
	background-repeat: no-repeat;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: right;
	float: left;
}
#sideColumn ul {
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#sideColumn ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 75px;
	padding-top: 10px;
}
#sideColumn ul li a {
	color: #CCC;
	text-decoration: none;
}
#sideColumn ul li a:hover {
	color: #0CF;
	text-decoration: none;
}
#mainContent {
	width: 770px;
	margin-left: auto;
	height: 200px;
	margin-right: auto;
	background-image: url(../images/extended_mainLid.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#base {
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	height: 20px;
}
.category {
	background-color: #333;
	color: #FFF;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 3px;
	height: 20px;
	text-align: left;
	font-weight: normal;
}
.firstColumnHead {
	height: 20px;
	padding-top: 15px;
	padding-left: 18px;
	padding-bottom: 10px;
	width: 192px;
}
.current {
	color: #0CF;
}
.columnHead {
	height: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	color: #CCC;
}
.rightColumnHead {
	height: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #0CF;
	background-color: #333;
	background-image: url(../images/dropShadow.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	width: 202px;
}
.timing  {
	background-color: #333;
	padding-left: 18px;
	line-height: 20px;
}
.gradient {
	background-image: url(../images/topRightImage.png);
	width: 220px;
	height: 70px;
}
.round2 {
	background-image: url(../images/r2.png);
	width: 220px;
	height: 70px;
}
.round3 {
	background-image: url(../images/kerb.png);
	width: 220px;
	height: 70px;
}
.round4 {
	background-image: url(../images/grid.png);
	width: 220px;
	height: 70px;
}
.round5 {
	background-image: url(../images/rossi.png);
	width: 220px;
	height: 70px;
}
.round6 {
	background-image: url(../images/rizla.png);
	width: 220px;
	height: 70px;
}
.round7 {
	background-image: url(../images/rossieyes.png);
	width: 220px;
	height: 70px;
}
.round8 {
	background-image: url(../images/winnersCup.png);
	width: 220px;
	height: 70px;
}
.timing a  {
	color: #0CF;
	text-decoration: none;
}
.timing a:hover {
	color: #0CF;
	text-decoration: none;
}
.rider {
	padding-left: 18px;
	line-height: 20px;
}
.results {
	font-size: 85%;
}
.score {
	text-align: center;
	width: 30px;
}
.number {
	font-style: italic;
	color: #900;
	text-align: center;
	background-color: #CCC;
	width: 30px;
}
.total {
	text-align: center;
	width: 70px;
}
.leftColumn {
	background-image: url(../images/leftLid.png);
	background-repeat: no-repeat;
	width: 770px;
	background-color: #FFF;
	float: left;
}
/*.rightColumn {
	background-color: #333;
	height: 490px;
	width: 220px;
	margin-left: 550px;
	background-image: url(../images/rightCol_bgnd.png);
	background-repeat: no-repeat;
}*/
.leftColumn .title {
	font-weight: bold;
	color: #900;
}
.leftColumn p {
	padding-left: 18px;
	padding-right: 25px;
	font-size: 90%;
	line-height: 110%;
	color: #333;
}
.leftColumn a {
	color: #0CF;
	text-decoration: none;
}
.leftColumn a:hover {
	color: #CCC;
	text-decoration: none;
}

