
/* -- SETUP -- */

body{
	font: 76% Arial, Helvetica, sans-serif;
	background: #302f3d;
	color: #FFF;
}

h1{
	font: Arial, Helvetica, sans-serif;
	color:black;
	font-weight:bold;
	padding:5px;
}

#container{
	width: 840px;
	background: #FFF;
	margin: 0 auto;
	overflow: auto;
}

p{
	margin: 0 0 15px 0;
}

legend, fieldset{
	font-size: 85%;
	color: #000000;
	font-weight: bold;
}

.even{
	background-color: #d0def4;
}

.odd{
	background-color: #edf2f9;
}

.text{ 
    color:black;
}

/* -- HEADER -- */

#header{
	background: url(graphics/header.jpg) no-repeat;
	width: 840px;
	height: 97px;
	text-indent: -9999px;
}

/* -- MAIN NAVIGATION -- */

#mainNav {
	width: 840px;
	height: 35px;
	background: url(graphics/nav-end.gif) right no-repeat;
}

#mainNav ul {
	height: 35px;
	margin: 1px 0 0 2px;
}

#mainNav li{
	float: left;
}

#mainNav a {
	display: block;
	height: 35px;
	text-indent: -9999px;
	text-decoration: none;
}

#navbutton1 a{background: url(graphics/nav-home.gif) no-repeat; width: 78px;}
#navbutton1 a:hover, #navbutton1 a.selected {background-position: bottom;}

#navbutton2 a{background: url(graphics/nav-tracks.gif) no-repeat; width: 90px;}
#navbutton2 a:hover, #navbutton2 a.selected {background-position: bottom;}

#navbutton3 a{background: url(graphics/nav-calendar.gif) no-repeat; width: 141px;}
#navbutton3 a:hover, #navbutton3 a.selected {background-position: bottom;}

#navbutton4 a{background: url(graphics/nav-video.gif) no-repeat; width: 107px;}
#navbutton4 a:hover, #navbutton4 a.selected {background-position: bottom;}

#navbutton5 a{background: url(graphics/nav-results.gif) no-repeat; width: 129px;}
#navbutton5 a:hover, #navbutton5 a.selected {background-position: bottom;}

#navbutton6 a{background: url(graphics/nav-join.gif) no-repeat; width: 103px;}
#navbutton6 a:hover, #navbutton6 a.selected {background-position: bottom;}

/* -- LEFT COLUMN -- */

#leftColumn{
	width: 204px;
	float: left;
	background: url(graphics/login-tile.jpg) no-repeat;
	margin: 2px 0 0 2px;
}

#accountLogin{
	width: 184px;
	height: 218px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(graphics/login-bg.jpg) bottom no-repeat;
}

#accountLogin p{
	font-size: .8em;
	margin: 0 5px 10px 5px;
	line-height: 1.2em;
}

#accountLogin a{
	color: #FFF;
	text-decoration: none;
}

#accountLogin a:hover{
	text-decoration: underline;
}

#accountLogin table{
	margin: 0 0 0 5px;
	padding: 0 0 5px 0;
}

#accountLogin td{
	padding: 2px 2px;
}

#upcomingRaces{
	background: #e0ebf1 url(graphics/upcoming-races.jpg) no-repeat;
	width: 184px;
	margin: 0 auto;
	padding: 50px 0 20px 0;
}

#upcomingRaces p{
	padding: 0 0 0 10px;
	color: #000;
	font-size: 1em;
}

#upcomingRaces span{
	color: #01366c;
}

/* -- MAIN COLUMN -- */

#mainColumn{
	width: 630px;
	float: left;
	margin: 2px 0 0 0;
}

#mainColumn p{
	color: #38609e;
	margin-left: 55px;
	margin-right: 50px;
}

#mainColumn h1{
	font: Arial, Helvetica, sans-serif;
	color:black;
	font-weight:bold;
	padding:5px;
	padding-bottom:10px;
	padding-left:55px;
	color: #38609e;
	font-size:150%;
}

#homeFeature{
	height: 410px;
}

#homeStreamingVideo{
	height: 33px;
	background: url(graphics/streaming-video.jpg) no-repeat;
	text-indent: -9999px;
}

#homeTrackList{
	background: url(graphics/free.jpg) no-repeat;
	overflow: auto;
	padding: 20px 0 20px 0;
}

#videoTrackList{
	background: url(graphics/free.jpg) no-repeat;
	overflow: auto;
	padding: 20px 0 20px 0;
	width: 400px;
	margin: 0 auto;
}

#homeTrackList ul, #videoTrackList ul{
	float: left;
	margin-left: 40px;
	line-height: 1.5em;
}

#homeTrackList a, #videoTrackList a{
	color: #38609e;
	text-decoration: none;
}

#homeTrackList a:hover, #videoTrackList a:hover{
	text-decoration: underline;
}

#title{
	height: 58px;
}

/* -- FOOTER -- */

#footer{
	margin: 0 auto;
	width: 840px;
	padding: 20px 0 0 0;
	text-align: center;
	color: #7a7a86;
	font-size: .9em;
	clear: both;
}

#footer a{
	color: #7a7a86;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#registerFeature{
	width: 630px;
	overflow: hidden;
}

/*--HELP NAV--*/

#helpNav a{
    color: #1e3465;
    font-size: 65%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    height: 10px;
}

#helpNav li{
    background: #FFF;
    border: 2px solid #d4e0e2;
    margin-bottom: 2px;
    height: 10px;
    padding: 4px;
}

#helpNav a:hover{
    text-decoration: underline;
}

/*--STATE LIST--*/

#stateContent{ 
    width: 570px;
    float: right;
}

#stateHelpContent{ 
    width: 400px;
    float: right;
    padding-right:20px;
}

#stateContent p{
    color: #1e3465;
    font-size: 70%;
    font-weight: bold;
    padding: 4px;
}

#stateHelpContent p{
    color: #1e3465;
    font-weight: bold;
    padding: 4px;
}

#stateColumn{
    float: left;
    width: 202px;
}

.stateList a{
    color: #1e3465;
    text-decoration: none;
}

.stateList a:hover{
    text-decoration: underline;
}

.stateList li{
    padding: 2px 0;
}

/*--TRACK LIST--*/

.tracklist thead tr{
	text-align: left;
	color: #FFF;
	background-color: #1e3465;
}

.tracklist td, th{
	text-align: left;
	padding: 1px;
	border-right: 1px solid #d4e0e2;
	vertical-align: top;
	font-weight: bold;
}

.tracklist td{
	color: #1e3465;
	padding: 2px;
}

table.tracklist{
	margin-top: 5px;
	color: #294AD7;
	border: 2px solid #d4e0e2;
	position: relative;
}

.tracklist th{
	text-align: left;
	padding: 5px;
	vertical-align: top;
	background: #1e3465;
}

/*--DISCLAIMER--*/

.disclaimer {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;

}

a.disclaimer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.disclaimer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.disclaimer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#ndad{
	width: 184px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}