/* ------------------------------ TAGs ------------------------------ */

a {
	color: #65a88f;
	text-decoration: none;
}
a:hover {
	color: #ebc12f;
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background: #3a3a3a url('/img/gui/body_bg.gif') repeat-y top center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0;
}

form {
	margin: 0;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: x-large;
}

h3 {
	color: #666;
	font-size: small;
	margin: 0;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
}

span {
	font-size: x-small;
}

/* ------------------------------ IDs ------------------------------- */

#banner {
	background-image: url('/img/gui/banner_bg.gif');
}

#banner #ad {
	background: url('/img/gui/header_cut.gif') no-repeat bottom right;
	height: 60px;
	margin: 0 auto;
	padding: 5px 30px 5px 0;
	text-align: center; 
	width: 745px; 
}

#chart {
	background: url('/img/track.gif') no-repeat 0 245px;
	height: 386px;
	margin-top: 10px;
}

#container {
	margin: 0 auto;
	width: 775px;
}

#events {
	background: #e7e7e7 url('/img/gui/events_crnr.gif') no-repeat top right;
	font-size: x-small;
	padding: 8px;
}

#events p {
	margin: 12px 0;
}

#footer {
	clear: both;
}

#footer p {
	color: #999;
	font-size: x-small;
	margin: 0 30px 0 0;
	padding: 10px;
	text-align: center;
}

#header {
	background: #3a3a3a url('/img/gui/header_bg.gif') repeat-x top left;
	height: 104px;
	text-align: center;
}

#header_cut {
	left: 50%;
	margin-left: 237px;
	position: absolute;
	top: 28px;
}

#left_column {
	float: left;
	font-size: 85%;
	width: 125px;
}

#left_column .sidebar_content {
	padding: 4px 4px 6px 6px;
}

#main_content {
	clear: both;
	padding: 15px 25px;
}

#main_content a,
#events a {
	color: #0e7035;
}

#main_content a:hover,
#events a:hover {
	color: #e9080c;
}

#main_content img {
	vertical-align: middle;
}

#main_content p.copy {
	font-size: 93%;
	margin: 16px 0;
	line-height: 1.5;
}

#middle_column {
	float: left;
	width: 495px;
}


#right_column {
	float: left;
	width: 155px;
}

#right_column .sidebar_content {
	padding: 18px;
}

#schedule_list .listing_desc {
	display: none;
}

#sidebar_ads img {
	border: 4px solid #000;
	margin-bottom: 5px;
}

#sign_up_form {
	border-bottom: 1px solid #e7e7e7;
	line-height: 2;
	margin: 2px 0 10px 0;
	padding-bottom: 10px;
}

#sign_up_form input.text_field {
	width: 107px;
}

#subnav {
	border-bottom: 1px solid #e7e7e7;
	line-height: 1.2;
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
}

#subnav li {
	margin: 0 0 2px 0;
	padding: 0;
}

#subnav li a {
	background-image: url('/img/gui/button_bg.gif');
	background-repeat: repeat-y;
	color: #404040;
	display: block;
	width: 115px;
	text-decoration: none;
}

#subnav li a .button_top {
	background-image: url('/img/gui/button_top.gif');
	background-repeat: no-repeat;
	display: block;
}

#subnav li a .button_bottom {
	background-image: url('/img/gui/button_bot.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	padding: 6px;
}

#subnav li a:hover {
	background-image: url('/img/gui/button_bg_hvr.gif');
}

#subnav li a:hover .button_top {
	background-image: url('/img/gui/button_top_hvr.gif');
}

#subnav li a:hover .button_bottom {
	background-image: url('/img/gui/button_bot_hvr.gif');
}

#subnav li a.active,
#subnav li a.active:hover {
	background-image: url('/img/gui/button_bg_actv.gif');
}

#subnav li a.active .button_top,
#subnav li a.active:hover .button_top {
	background-image: url('/img/gui/button_top_actv.gif');
}

#subnav li a.active .button_bottom,
#subnav li a.active:hover .button_bottom {
	background-image: url('/img/gui/button_bot_actv.gif');
}

#subnav li ul {
	background: #515151 url('/img/gui/sub_button_bot.gif') no-repeat bottom right;
	color: #fff;
	list-style-type: none;
	margin: 0 3px 0 0;
	padding: 4px 0;
}

#subnav li ul li {
	margin: 0;
	padding: 0;
}

#subnav li ul li a {
	background: none;
	color: #fff;
	padding: 4px 4px 4px 17px;
	text-indent: -10px;
	width: 90px;
}

#subnav li ul li a:hover,
#subnav li ul li a.activesub {
	background: #333;
	color: #fff;
}

#tabs {
	background-color: #3a3a3a;
	font-size: 85%;
	font-weight: bold;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	list-style-type: none;
}

#tabs li {
	background: #dfdfdf url('/img/gui/tab_bg.gif') repeat-x top left;
	float: left;
	border-right: 2px solid #3a3a3a;
	margin: 0;
	padding: 0;
}

#tabs li a {
	background: url('/img/gui/tab_right.gif') no-repeat top right;
	color: #759086;
	display: block;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width: 73px;
}

#tabs li a:hover {
	color: #ebc12f;
}

#tabs li#end_tab {
	border-right: none;	
}

#tabs li#end_tab a {
	width: 72px;
}

#tabs li .tab {
	background: url('/img/gui/tab_left.gif') no-repeat top left;
	display: block;
}

#tabs li.active .tab {
	background-color: #fff;
}

#tabs li.active a,
#tabs li.active a:hover {
	color: #da7d63;
}

#weather {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#weather {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#directions {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}

#directions a {
	display: block;
	border: 4px solid #000;
	padding: 20px 5px;
	font-size: 10px;
	font-family: verdana;
	text-align: center;
	line-height: 1.5;
}


/* ---------------------------- CLASSES ----------------------------- */

.article_credit {
	color: #999;
	margin: 2px !important;
	font-style: italic;
}

.drivers .listing_title {
	line-height: 40px;

}

.file_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.file_list li {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	margin: 12px 0;
	padding: 0 0 0 8px;
	width: 435px;
}

.file_list li a {
	background: url('/img/pdficon.gif') no-repeat left center;
	display: block;
	padding: 8px 8px 8px 40px;
}

.form_btn {
	background-color: #b7d4c9;
	border: 1px solid #72807b;
	color: #404040;
	font-size: 85%;
	margin: 0;
	padding: 2px 4px;
}

.form_row {
	clear: both;
	padding: 4px 0;
}

.galleries .listing_title {
	font-size: 86%;
}


.inline_photo {
	border: 1px solid #ccc;
	float: right;
	margin: 18px 0 0 5px;
	padding: 5px;
}

.inline_photo img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.list_notes {
	color: #666;
	font-size: 85%;
}

.listing {
	border: 1px solid #eee;
	background-color: #f8f8f8;
	clear: both;
	height: auto !important;
	height: 1px; /* IE */
	padding: 5px;
	margin-top: 10px;

}

.listing_copy {
	float: left;
}

.listing_date {
	color: #666;
	float: right;
	font-size: 85%;
	padding: 1px 0 0 10px;
}

.listing_desc {
	clear: both;
	border-top: 1px solid #eee;
	line-height: 1.5;
	margin: 0;
	font-size: 86%;
	padding-top: 2px;
}

.listing_thumb {
	border: 1px solid #fff;
	float: left;
	margin: 2px 5px 0 0;
}

.listing_credit {
	border-top: none;
	color: #666;
	font-style: italic;
	margin-top: 5px;
}

.listing_title {
	font-weight: bold;
	margin: 0;
	padding-bottom: 4px;
	text-transform: capitalize;
}

.points_table, 
.points_table table {
	border: none;
	font-size: 93%;
	margin: 0 !important;
	width: 100%;
}

.points_table td,
.points_table th {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
	vertical-align: top;
}

.points_table table td.font8ptwhite {
	background-color: #fff;
	font-size: x-large;
	padding-bottom: 10px !important;
	white-space: normal !important;
}

.points_table .font10ptwhite {
	padding: 4px !important;	
}

.points_table table table .font9pt {
	padding-left: 5px !important;
}

.points_table table td {
	white-space: nowrap;
}

.points_table table table td {
	white-space: nowrap;
	vertical-align: middle;
}

.rules_table {
	background-color: #eee;
	border: none;
	border-spacing: 1px;
	font-size: 93%;
	width: 445px;
}

.rules_table td,
.rules_table th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.rules_table th {
	background-color: #f3f3f3;
	border: 1px solid #fff;
}

.rules_table tr {
	background-color: #fff;
}

.rules_table tr.row_even {
	background-color: #f8f8f8;
}

.seating_chart {
	float: left;
	font-size: large;
	margin-bottom: 10px;
	text-align: center;
}

.seating_chart a {
	background-color: #f8f8f8;
	border: 1px solid #000;
	display: block;
	padding: 5px;
}

.seating_chart a:hover {
	background-color: #eee;

}

.sidebar_title p {
	background-color: #3a3a3a;
	color: #fff;
	font-size: 85%;
	line-height: 1.5;
	margin: 0;
	padding: 4px;
	text-align: center;
}

.sponsor_link {
	font-size: 85%;
}

.sponsors {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sponsors li {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	margin: 12px 0;
	padding: 6px;
}

.text_field,
.text_area {
	border: 1px solid #72807b;
	color: #999;
	font-size: 85%;
	font-style: italic;
	margin: 0;
	padding: 2px 4px;
	width: 300px;
}

.text_area {
	font-style: normal;
	height: 75px;
}

.thumb {
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	float: left;
	margin: 7px 7px 0 0;
	overflow: hidden;
	width: 100px;	
}

.thumbnails {
	background-color: #f3f3f3;
	border: 1px solid #e8e8e8;
	float: left;
	font-size: 85%;
    line-height: 1.5;
	margin: 4px 0; 
	padding: 0 0 7px 7px;
}
