/* CSS Document for Series results Page*/

/* NAV */

li#topnav_series a {background-position: 0 -78px;} /*sets menu status to active*/

/* */

.results {
	width: 975px;
	margin: 6px 0 0 8px;
}

#content_hd {
	height: 112px;
	width: 700px;
	padding: 0;
}

#content_hd h1 span {
	display: none;
}

#results_outer {
	width: 758px;
	paddding: 4px;
	text-align: center;
}

#sh_col2 form {
	float: right;
	padding: 0 13px 8px 0;
}

#sh_col2 form strong {
	color: #ffffff;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 1px;
}

#sh_col2 form select {
	font-size: 10px;
	height: 17px;
}

#sh_col2 form option {
	font-size: 9px;
}

#results_go_btn {
	position: relative;
	top: 6px;
}

#results_table_hd {
	clear: right;
	height: 40px;
	width: 740px;
	margin: 0 0 0 7px;
}

#results_table_hd h2 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 15px;
	top: 15px;
	font-size: 9px;
	font-weight: bold;
}

#results_table_hd img {
	margin: 14px 0 0 3px;
}

#results_print_all {
	position: relative;
	top: 4px;
	right: 25px;
	float: right;
	display: block;
	border: 0;
}

#results_print {
	position: relative;
	top: 4px;
	right: 15px;
	float: right;
	display: block;
	border: 0;
}

#results_email {
	position: relative;
	top: 4px;
	right: 8px;
	float: right;
	display: block;
	border: 0;
}

.results_table_bd {
	clear: right;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	width: 724px;
	margin: 8px;
	padding: 8px;
}

.results_table_bd table {
	width: 100%;
	border-collapse: collapse;
}

.results_table_bd table td {
	font-size: 10px;
	padding: 6px;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

.results_table_bd table td a {
	text-decoration: none;
}
	
.results_table_bd table thead td {
	font-size: 10px;
	font-weight: bold;
}

.results_table_bd table td.track {
	font-size: 8px;
	font-weight: bold;
}

.results_table_bd table td.track img {
	margin: 0 0 0 6px;
}

#results_table_ft {
	width: 740px;
	height: 3px;
	margin: 0 8px 0 6px;
}

.results_race_name {
	color: #fff;
	font-size: 10px;
	padding: 6px;
	margin: 0;
	vertical-align: top;
	border-top: 1px solid #212122;
	text-align: left;
}

.oddLine {
	background: #29292a;
}

.results_race_name a, .results_race_name a:visited, .results_race_name a:active {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.results_race_name a:hover { text-decoration: underline; }

.results_race_name img {
	display: inline;
	margin-right: 8px;
}

.results_race_name a:hover img {
	text-decoration: none;
}

.results_race_name em {
	color: #999;
	font-style: normal;
}

.results_details {
	display: none;
	border-top: none;
}

