/* CSS Document */
body {
	background-image:url(../../site/images/live/main_background.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	margin:0px;
}
div.rain{
	background-image:url(../../site/images/live/rain-2.gif);
	background-repeat:repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	
}
div#pitstandl{
	width: 60px;
	height: 770px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#pitstandr{
	width: 60px;
	height: 770px;
	position: absolute;
	top: 0px;
	left: 1030px;
}
div#pitstand{
	width: 970px;
	height: 770px;
	position: absolute;
	top: 0px;
	left: 60px;
}
.pitstandIE{
	background-image:url(../../site/images/live/pit_stand_middle_tile.png);
	background-repeat: repeat-x;
}
.pitstandFF{
	background-image:url(../../site/images/live/pit_stand_middle_tile.png);
	background-repeat: repeat;
}
.pitstandlIE{
	background-image:url(../../site/images/live/pit_stand_left.png);
	background-repeat: repeat-x;
}
.pitstandlFF{
	background-image:url(../../site/images/live/pit_stand_left.png);
	background-repeat: repeat-x;
}
.pitstandrIE{
	background-image:url(../../site/images/live/pit_stand_right.png);
	background-repeat: repeat-x;
}
.pitstandrFF{
	background-image:url(../../site/images/live/pit_stand_right.png);
	background-repeat: repeat-x;
}
div#monitors{
	width: 1000px;
	height: 770px;
	position: absolute;
	top:0px;
	left:0px;
}
div#race{
	background-image:url(../../site/images/live/monitor_large.png);
	float: left;
	line-height: 14px;
	overflow: auto;
	position: absolute;
	top: 5px;
	left: 470px;
	width: 509px;
	height: 745px;
}
div#race div#road{
	background-image:url(../../site/images/live/track_wide.jpg);
	background-repeat:repeat;
	width: 490px;
	height: 725px;
	position:absolute;
	top: 6px;
	left: 5px;
	overflow:auto;
}
.IE{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../site/images/live/back/semi1_black_70.png', sizingMethod='scale');
/*		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../site/images/live/back/semi1_black_70.png', sizingMethod='scale');*/
}
.FF{
	background-image:url(../../site/images/live/back/semi1_black_70.png);
}

div#race div#gaps .text{
	margin:1px 0px 0px 5px;
	float:left;
}
div#race div#gaps .gap{
	margin:7px 15px 0px 15px;
	float:left;
	color:#BBBBBB;
}
div#race div#gaps div.box{
	position:absolute;
	overflow:hidden;
	width:85px;
	white-space:nowrap;
}

div#track{
	background-image:url(../../site/images/live/monitor_small.png);
	background-color: #003366;
/*	border: 1px solid #999999;*/
	width: 460px;
	height: 368px;
	float: left;
	line-height:14px;
	overflow:auto;
	position:absolute;
	top: 5px;
	left: 0px;
}
div#track div#topview{
	background-color: #313234;
	background-image:url(../../site/images/live/tracks/live/0.jpg);
	width: 450px;
	height: 350px;
	position:absolute;
	top: 5px;
	left: 5px;
}

div#track div#weatherTrack{
/*	background-image:url(../../images/back/semi.png);*/
	background-repeat:repeat;
	width: 450px;
	height: 32px;
	position:absolute;
	top: 323px;
	left: 7px;
}
div#track div#weatherTrack div#item{
	margin:2px 15px 0px 3px;
	float:left;
	color:#FFFFFF;
}

div#info{
	background-image:url(../../site/images/live/monitor_small.png);
	background-color: #FFFFFF;
/*	border: 1px solid #999999;*/
	width: 460px;
	height: 368px;
	float: left;
	line-height:14px;
	overflow:auto;
	position:absolute;
	top: 380px;
	left: 00px;
	overflow:hidden;
}
div#info div#infoContent{
	background-image:url(../../site/images/live/back/table2.jpg);
	background-color: #FFFFFF;
	width: 450px;
	height: 350px;
	position:absolute;
	top: 5px;
	left: 5px;
}

div.car_image{
	position:absolute;
}
div.car_text{
	position:absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	font-weight: normal;
	width:200px;
}
div.car{
	position:absolute;
}
div#info div#control{
	color:#FFFFFF;
	width: 450px;
	height:20px;
	position:absolute;
	top: 0px;
	left: 0px;
}
div#info div#standings{
	position:absolute;
	top:20px;
	left:0px;
	height:330px;
	width:450px;
	border:0px solid #FF0000;
	overflow:auto;
}
div#info div#standings table{
	position:absolute;
	left:0px;
	top:0px;
	height:auto;
	width:433px;
}
table{
	color:#FFFFFF;
	border-spacing:0px;
	border-collapse:collapse;
}
table thead{}
table thead th{
	text-align:center;
}
table tbody tr{
	margin: 0px;
	padding: 0px;
	height: 8px;
}
table tbody tr td{
	text-align:left;
	margin: 0px;
	padding: 1px;
	height: 10px;
/*	border-top: 1px solid #CCCCCC;*/
	padding-left:3px;
}
table tbody tr td.nopadding{
	padding:0px;
}
table tbody tr td.row1{
}
table tbody tr td.row2{
}
.fastest{
	color:#00FF00;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
select.small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#616C80;
	border:1px solid #616C80;
	color:#FFFFFF;
	width: 160px;
/*	background-color:#CDFDB5;
	border:1px solid #067404;*/
/*	font-weight:bold;*/
}
div#picker{
	position: absolute;
	top: 0px;
	left: 1px;
	width: 150px;
	height: 20px;
}
div#refreshCount{
	position: absolute;
	top: 0px;
	left: 165px;
	width: 130px;
	height: 20px;
}
div#controlButtons{
	position: absolute;
	top: 0px;
	left: 310px;
	width: 160px;
	height: 20px;
}
img {
   behavior: url("js/pngbehavior.htc");
}
table tbody tr.normal{
/*	background-color:#DDDDDD;*/
}
table tbody tr.selected{
/*	background-color:#FFFF99;*/
}
.shortname{
	width:100px;
	overflow:hidden;
}

div#chatContainer div#chatInput{
	background-repeat:repeat;
	width: 237px;
	height: 22px;
	position:absolute;
	top: 153px;
	left: 0px;
}
div#chatContainer input#chatInputLine{
	background-color: #111111;
	border: 1px solid #999999;
	color: #FFFFFF;
}
div#chatContainer div#chatChat{
	clear: both; 
	background-repeat:repeat;
	width: 237px;
	height: 410px;
	position:absolute;
	top: 174px;
	left: 0px;
	overflow:auto;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px;
	line-height: 12px;
	
}
div#chatContainer div#chatInput input{
	width: 237px;
	height: 18px;
	font-size: 12px;
	font-weight: normal; 
}
div#chatContainer div#chatStarter{
	width: 237px;
	height: 15px;
	position: absolute;
	top: 153px;
	left: 0px;
	background-color: #111111;
	border: 1px solid #999999;
}
div#chatContainer div#chatStarter a{
	color: #AAAAFF;
	margin:15px;
}
div#chatChat span.nick, div#chatOnline span{
	/*font-weight:bold;*/
	color: #AAAAFF;
}
div#chatContainer{
	z-index:2;
	clear: both;
	width:239px;
	height:726px;
	position: absolute;
	top:1px;
	right: 1px;
	overflow: hidden;
}
div#chatContainer div#chatOnline{
	clear: both; 
	background-repeat:repeat;
	width: 237px;
	height: 140px;
	position:absolute;
	top: 585px;
	left: 0px;
	overflow:auto;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px;
	line-height: 10px;
}
div#chatContainer div#events{
	color:#FFFFFF;
	background-repeat:repeat;
	width: 237px;
	height: 152px;
	position:absolute;
	top: 0px;
	left: 0px;
	overflow:auto;
	border: 1px solid #CCCCCC;
}

.chattable{
	width:100%
}
.nick{
	color: #AAAAFF;
}
.group{
	color: #FFCC00;
}
