/* Base Page */

html, body
	{
	background-color: #111111;
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	line-height: 13px;
	margin: 0;
	text-align: left;
	}
	
html {overflow-y: scroll;}	
	
a
	{
	color: #33CCFF;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	}

a:hover {color: #FF0033;}

a.color {color: #00FF00;}
a.color:hover {color: #FF0033;}

img {border: none;}
	
p {margin: 19px 0 19px 0;}
	
#main-container
	{
	background-color: #000000;
	border-left: 4px solid #333333;
	border-right: 4px solid #333333;
    margin: auto;
	min-height: 100%;
	width: 896px;
	}

#content-container
	{
	margin: auto;
	overflow: visible; /* default: hidden */
	padding-bottom: 34px; /* 12px + 22px */
	width: 800px;
	}
	
#menu-container
	{
	border-bottom: 1px solid #FFFF00;
	border-top: 4px solid #FFFF00;
	display: table;
	width: 100%;
	}

.page-title
	{
	background-color: #111111;
	border: 1px solid #444444;
	color: #FFFF40;
	font-size: 17px;
	font-weight: bold;
	padding: 7px 10px 9px 10px;
	text-align: center;
	}
	
.subject-title
	{
	background-color: #111111;
	border: 1px solid #444444;
	color: #FFFF40;
	font-size: 17px;
	font-weight: bold;
	padding: 7px 10px 9px 10px;
	text-align: center;
	}
	
.subject-title#sub-title
	{
	font-size: 11px;
	padding: 5px 0 6px 0;
	}
	
.subject-title#news-title
	{
	padding: 5px 0 6px 0;
	}
	
#footer
	{
	clear: both;
	height: 34px;
	margin-top: -34px;
	position: relative;
	}
	
#trademark
	{
	font-weight: bold;
	margin: auto;
	width: 800px;
	}

/* Tables */

.article-table
	{
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;	
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	font-size: 11px;
	}

.article-table th
	{
	background-color: #333333;
	border-bottom: 1px solid #444444;
	color: #FFFF40;
	line-height: 23px;
	padding: 0 0 1px 0;
	text-align: center;
	}

.article-table th a {color: #00FF00;}
.article-table th a:hover {color: #FF0033;}
.article-table td {vertical-align: top;}
	
.article-table#red-background th {background-color: #850000;}

.basic-table 
	{
	border-left: 1px solid #444444;
	border-top: 1px solid #444444;
	font-size: 11px;
	text-align: center;
	}

.basic-table th
	{
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;	
	background-color: #333333;
	color: #FFFF40;
	line-height: 23px;
	padding: 0 0 1px 0;
	}
	
.basic-table th#textarea
	{
	border-bottom: 1px solid #333333;
	padding-bottom: 1px;
	}
	
.basic-table#red-background th {background-color: #850000;}

.basic-table th.highlight {color: #00FF00;}
.basic-table th.red {background-color: #850000;}

.basic-table td 
	{
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	color: #FFFFFF;
	line-height: 23px;
	padding: 0 0 1px 0;
	}
	
/* .basic-table td.complete {font-weight: bold;} */

.basic-table td.highlight /* sortable column highlight */
	{
	background-color: #181818;
	font-weight: bold;
	}
	
.basic-table td.highlight1 {background-color: #181818;} /* non-sortable column highlight, non-links */
.basic-table td.highlight2 {font-weight: bold;} /* non-sortable column highlight, non-links */

.basic-table td.profile {font-weight: bold;}

.basic-table#standings th a {color: #FFFF40;}
.basic-table#standings th a:hover {color: #FF0033;}
.basic-table#standings th.highlight a {color: #00FF00;}
.basic-table#standings th.highlight a:hover {color: #FF0033;}

.news-table
	{
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;	
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	font-size: 11px;
	}

.news-table span a
	{
	color: #FFFFFF;
	font-weight: bold;
	}
	
.news-table span a:hover {color: #FF0033;}
	
.news-table th
	{
	background-color: #333333;
	border-bottom: 1px solid #444444;
	color: #FFFF40;
	line-height: 23px;
	padding: 0 0 1px 0;
	text-align: center;
	}
	
.news-table#red-background th {background-color: #850000;}
	
.news-table td
	{
	padding: 15px 17px 16px 17px;
	text-align: justify;
	}	
	
.profile-table
	{
	border: 1px solid #444444;
	font-size: 11px;
	text-align: center;
	}

.profile-table th
	{
	background-color: #850000;
	border-bottom: 1px solid #444444;
	color: #FFFF40;
	line-height: 23px;
	padding: 0 0 1px 0;
	}
	
.signup-table
	{
	border: 1px solid #444444;
	font-size: 11px;
	text-align: center;
	}

.signup-table th
	{
	background-color: #333333;
	border-bottom: 1px solid #444444;
	color: #FFFF40;
	line-height: 23px;
	padding: 0 0 1px 0;
	}
		
/* Home Page */

#default-image
	{
	border: 1px solid #444444;
	padding: 18px;
	}
	
#winner-image:hover
	{
	border: 1px solid #FF0000;
	margin: -1px;
	}
	
.subject-title#article-title
	{
	color: #FFFFFF;
	text-transform: none;
	}
	
.subject-title#news-title
	{
	color: #FFFFFF;
	text-transform: none;
	}
	
/* Course Profile Page */
	
.course-logo
	{
	background-color: #FFFFFF;
	padding: 1px 0 -1px 0;
	text-align: center;
	vertical-align: middle;
	}
	
/* Driver Profile Page */

.basic-table td.driver-profile {border-top: 0;}

.meter-0 {background-image: url(/images/general/meters/profile%20meter%200.gif)}

.meter-1
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%201.gif)
	}
	
.meter-2
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%202.gif)
	}
	
.meter-3
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%203.gif)
	}
	
.meter-4
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%204.gif)
	}
	
.meter-5
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%205.gif)
	}
	
.meter-6
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%206.gif)
	}
	
.meter-7
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%207.gif)
	}
	
.meter-8
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%208.gif)
	}
	
.meter-9
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%209.gif)
	}
	
.meter-10
	{
	background-color: #39B507;
	background-image: url(/images/general/meters/profile%20meter%2010.gif)
	}
	
.series-tab
	{
	background-color: #000011;
	border: 1px solid #33CCFF;
	color: #33CCFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	}
	
.series-tab:hover
	{
	background-color: #110000;
	border-color: #FF0000;
	color: #FF0000;
	}
	
.series-tab#selected
	{
	background-color: #002200;
	border-color: #00FF00;
	color: #00FF00;
	cursor: default;
	}
	
.series-tab#selected:hover {background-color: none;}
	
.series-tab td {padding: 7px 0 10px 0;}

.team-image
	{
	border: 0;
	margin: 0;
	max-height: 205px;
	max-width: 362px;
	}
	
.team-image:hover
	{
	border: 1px solid #FF0000;
	cursor: pointer;
	}
	
.team-image2
	{
	border: 0;
	margin: 24px;
	max-height: 205px;
	max-width: 362px;
	}
	
.team-image2:hover
	{
	border: 1px solid #FF0000;
	cursor: pointer;
	margin: 23px;
	}

.totals {font-weight: bold;}
	
/* Links Page */

.link-image:hover
	{
	border: 1px solid #FF0000;
	cursor: pointer;
	margin: -1px;
	}
	
/* Results Page */
	
#course-logo
	{
	background-color: #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-top: 11px solid #FFFFFF;
	margin: 1px 0 1px 0;
	}
	
#course-logo:hover
	{
	border: 1px solid #FF0000;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 11px;
	}
	
.results-table {font-size: 11px;}
	
.results-table th 
	{
	color: #FF9900;
	line-height: 15px;
	padding: 0 0 1px 0;
	}

.results-table td 
	{
	color: #FFFFFF;
	line-height: 15px;
	padding: 0 0 1px 0;
	}
	
#winner-picture
	{
	margin: 1px 0 1px 0;
	}
	
#winner-picture:hover
	{
	border: 1px solid #FF0000;
	margin: 0;
	}

/* Teams Page */

#team-image {margin: 24px 0 24px 0;}
	
#team-image:hover
	{
	border: 1px solid #FF0000;
	cursor: pointer;
	margin: 23px 0 23px 0;
	}

.team-table
	{
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;	
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	font-size: 11px;
	text-align: center;
	}

.team-table th
	{
	background-color: #333333;
	border-bottom: 1px solid #444444;	
	color:#FFFF40;
	line-height: 23px;
	padding: 0 0 1px 0;
	}

.team-table td {color: #FFFFFF;}

/* Miscallaneous */

span.blue, .blue a {color: #33CCFF;}
span.green, .green a {color: #00FF00;}
span.orange, .orange a {color: #FF9900;}
span.red, .red a {color:  #FF0000;}
span.silver, .silver a {color: #C0C0C0;}
span.white, .white a {color: #FFFFFF;}
span.yellow, .yellow a {color: #FFFF00;}