body {
	background-color: #5BA0D5;
	color: #000000;
	margin-top: 0px;
}

body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

td {
	vertical-align: top;
}

a:link, a:active, a:visited {
	color: #038F00;
	text-decoration: none;
}

a:hover {
	color: #0168B3;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	font-size: 13px;
}

.page_container {
	width: 980px;
	text-align: left;
	border: 1px solid #000000;
	background-color: #ffffff;
}

div#logo {
	margin: 2px 0;
}

div.lnav_links div a {
	display: block;
	padding: 1px 0 2px 3px;
}
div.lnav_links div a:hover {
	background-color: #038F00;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.divbar {
	background-color: #038F00;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
}

.button {
	background-image: url(/images/button_middle.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 1px #3c5f84;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

a.text_button, a.text_button:visited {
	background-image: url(/images/button_middle.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 1px #3c5f84;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
}

a.text_button:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Misc */
.red { color:#ff0000 }
.blue { color:#0000ff }
.vctr { vertical-align : middle }
.action { font-weight: bold; color: #ff0000; }

/* Results listings */
.class_head {
	font-weight: bold;
	border-bottom: 1px solid #0168B3;
	padding-bottom: 3px;
}

.res_all, .standingRow {
	border-bottom: 1px solid #BDD1FB;
	padding: 3px 0;
}

div.res_all:hover, div.standingRow:hover {
	background-color: #eee;
}

.standingPos {
	float: left;
	font-weight: bold; 
	width: 13px; 
	padding-right: 5px;
}

.standingRider {
	float: left;
	width: 135px;
}

.standingPoints {
	float: left;
	text-align: right;
	width: 40px;
	padding-right: 20px;
}

.res_pos_col {
	float: left;
	width: 18px;
	margin-right: 8px;
	font-weight: bold;
	text-align: right;
}

.res_rid_num_col {
	float: left;
	width: 20px;
	margin-right: 8px;
	text-align: right;
}

.res_rid_name_col {
	float: left;
	width: 150px;
}

#filter_box ul {
	list-style-type: none;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

#filter_box li {
	display: inline;
	padding: 0 0.5em 0 0.7em;
	border-left: 0.08em solid #644;
}

#filter_box ul li:first-child {
	border: 0px #fff;
}

.scheduleRegionHead {
	font-weight: bold; 
	border-bottom: 1px solid #0168B3; 
	width: 600px; 
	padding-bottom: 3px;
}

.scheduleRegionRound {
	border-bottom: 1px solid #BDD1FB; 
	width: 600px; 
	padding: 3px 0;
}

div.scheduleRegionRound:hover {
	background-color: #eee;
}

.scheduleRegionRoundDate, .scheduleRegionRoundtrack, .scheduleRegionRoundOrg {
	float: left;
}

.scheduleRegionRoundDate {
	width: 70px;
}

.scheduleRegionRoundTrack {
	width: 270px;
}

.scheduleRegionRoundOrg {
	font-size: 10px; 
	color: #888888;
}

.scheduleRegionRoundResult {
	text-align: right;
}

.gearingRow {
	border-top: solid 1px #038F00;
	padding: 3px;
}
div.gearingRow:hover {
	background-color: #eee;
}



