/* body */

body 
{
	background-color: #999999;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-attachment: fixed;
}

.submitButton {
	background-color: #f68933;
	color: white;
	font-weight: bold;
	font-size: 7pt;
	padding-bottom: 2px;
	border: solid 1px black;
}

.specs {
	background-color: #eee;
	border: solid 1px white;
	font-size: 60%;
}

p {
	font-size: 70%;
	padding-right: 5px;
	padding-left: 5px;
}

.text {
	font-size: 70%;
}

.orangeDark {
	font-size: 60%;
	font-weight: bold;
	color: #f68933;
}

.orangeLight {
	font-size: 60%;
	color: #ffd200;
}

/* links */

a:visited, a:link {
	font-size: 90%;
	font-weight: bold;
	color: #f68933;
}

a:hover, a:active {
	text-decoration: none;
	color: #C00;
}

/* tables */

table.main {
	border: 4px solid White;
	background-color: White;
}

table.outermain{
	border: 1px solid Black;
	background: #ffffff url(../_images/banner.gif) top left no-repeat;
	color: white;
}

table.driverbox {
	border-collapse: collapse;
	border: 1px solid #000;
	border-right-width: 2px;
	margin: 15px;
	width: 400px;
	table-layout: fixed;
}

.driverboxTitle {
	font-size: 70%;
	color: #ffffff;
	background-color: #000000;
}

.driverboxTitle a:link, .driverboxTitle a:visited, .driverboxTitle a:active, .driverboxTitle a:hover {
	font-size: 100%;
	color: #ffd200;
}

.driverBorder {
	border-right: 2px solid #000;
}

.driverDetail {
	margin: 2px;
	padding: 2px;
	height: 390px;
	background: #ffffff url(../_images/banner.gif) right -108px no-repeat;
	border: 1px solid #000;
}

/* the following rule is recognized only by IE */
* html body .driverDetail { height: 396px; }

.driverboxheadcell {
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

img {
  border: none;
}

/* headings */

.newsHeadline {
	font-family: Helvetica, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
	padding: 5px 0px 0px 5px;
}

.newsSubHeadline {
	font-family: Helvetica, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #888;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
	padding: 0px 0px 0px 5px;
}

h1 {
	font-family: Helvetica, verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
	padding: 5px 0px 0px 5px;
}

h2 {
	font-family: Helvetica, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #888;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
	padding: 0px 0px 0px 5px;
}

h3 
{
  	font-size: 70%;
	color: #ffd200;
	font-weight: bold;
	padding: 3px 5px 3px 3px;
	background-color: #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

/* lists */

ul {
	font-size: 70%; 
	margin-left: 12px;
	list-style: none;
}

li {
	padding: 5px 5px 5px 25px;
	background: url(../_images/square-bullet.gif) no-repeat 0 8px;
}

li li
{
  padding: 5px 5px 5px 20px;
	background: url(../_images/square-bullet-small.gif) no-repeat 0 8px;
}

.link ul
{
  text-indent: 0px;
}

.link li 
{
  padding: 5px 5px 5px 15px;
  background: url(../_images/arrow-right.gif) no-repeat 0 7px;
}

/* tabs */

.menuTabHead {
	font-size: 70%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 3px 5px 3px 3px;
}

.tabHead {
	font-size: 70%;
	color: #ffd200;
	font-weight: bold;
	padding: 3px 5px 3px 3px;
	background-color: #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.tabBody {
	font-size: 60%;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.footer {
	padding: 3px 3px 3px 10px;
	font-size: 60%;
	color: #fff;
	background-color: #000;
}

.results, .races {
	font-size: 70%;
	border-collapse: collapse;
}

.results th, .races th {
	border-bottom: 1px solid #000;
	text-align: left;
}

.results td {
	border-bottom: 1px solid #F9C990;
}

.races td {
	padding: 2px 0;
}

/* menu */

.mainmenu {
	background: #000000; 
	color: #ffffff;
	padding: 5px;
	margin-left: 5px;
	border-top: solid 1px #333333;
}

.mainmenu A:Visited, .mainmenu A:Link, .mainmenu A.Active, .mainmenu A:Hover {
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
}

.submenu {
	margin: 0;
	padding: 0;
	display: inline;
}

.submenu li {
	background: #000000; 
	color: #ffffff;
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 1pt;
}

.submenu A:Visited, .submenu A:Link, .submenu A.Active, .submenu A:Hover {
	color: #f68933;
	font-size: 8pt;
	text-decoration: none;
}

/* forms */

form {
	margin: 0px;
}

input.small {
	width: 50px;
}

input.big {
	width: 100px;
}

input, textarea {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}

input.button {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
}

select.list, option.list {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	width: 275px;
}

input.radio {
	width: 12px;
	height: 12px;
}

#lightbox {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}

#lightbox[id] { position: fixed; }

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#overlay[id] { position: fixed; }
#lightbox.done #lbLoadMessage { display: none; }
#lightbox.done #lbContent { display: block; }
#lightbox.loading #lbContent { display: none; }
#lightbox.loading #lbLoadMessage { display: block; }
#lightbox.done img { width: 100%; height: 100%; }