/*Generic styles*/
div.quarter{
	width: 236px;
	float: left;
	text-align: justify;
	padding: 0px;
	margin: 0px;
/*	clear:both;
	border:0px solid #FF0000;*/
}
div.half{
	width: 472px;
	float: left;
	text-align: justify;
	padding: 0px;
}
div.quarter div{
	margin: 11px 2px 3px 2px;
	overflow:hidden;
}
div.half div{
	margin: 11px 4px 5px 4px;
	overflow:visible;
}
div.half div div{
	margin: 15px 0px 0px 0px;
}
div#body div div div{
	overflow: hidden;
}

/*Overriding generic styles*/
div#header, div#images, div#contents, div#footer{
	clear:both;
}
div#header div.quarter{
	height:87px;
	line-height:16px;
	text-align:left;
	border-bottom: 1px dotted #CCCCCC;
}
div#images div.quarter{
	height:107px;
}
div#images div.quarter div{
	margin: 3px 2px 3px 3px;
	overflow:hidden;
}
div#contents div{
	overflow:hidden;
}
div#contents div.quarter div{
	margin: 11px 4px 3px 4px;
}
div#footer div.quarter{
	height:30px;
}
div#footer div.quarter div{
	margin: 2px 2px 2px 2px;
	overflow:hidden;
	text-align:center;
}

/*Other styles*/
.shadow{
	background-image:url(../images/table_top_back_middle.gif);
/*	background-image:url(../images/back/ruler.png);*/
	background-repeat:repeat-x;
}
body {
	text-align: center;
}
div#body{
	position: relative; 
	top: 20px;
	width: 947px !important; 
	background-color:#FFFFFF; 
	border: 1px solid #999999; 
	border-top:0px; 
	padding:0px;
	border-top:0px solid #999999;
	background-image:url(../images/table_top_back_middle.gif);
/*	background-image:url(../images/back/ruler.png);*/
	background-repeat:repeat-x;
}

table.header{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	width:226px;
	border:0px solid #0000CC;
	clear:both;
	font-size:10px;
}
table.header tbody tr td{
	text-align:left;
	font-size:10px;
}
td{
	vertical-align:top;
}
table.header tbody tr td.right{
	text-align:right;
}
table.header tbody tr td.left{
	text-align:left;
}
table.header tbody tr td.center{
	text-align:center;
}
table.header thead th{
	font-size:1em;
	font-weight:bold;
	color:#000000;
}
.dotted_right{
	border-right: 1px dotted #CCCCCC;
}
input{
	font-weight:bold;
}

ul.tabs{
 margin:0px ;
 padding: 4px;
 border-bottom: 1px solid #9DA3AD;
/* background-image:url(../images/table_top_back_middle.gif);*/
}

div#screenshot_item{
	height: 150px;
	margin: 10px;
	float: left;
	border: 1px solid #999999;
}

div#latest_game_news, div#new_to_f1time, div#standings{
	height:360px;
}