/* 
	Chrome de la chrome table styles
	written by Chris Heilmann http://wait-till-i.com
*/
.chrome table  {margin-left:auto; margin-right:auto;}

.chrome table th td{
	border:1px solid #666;
	border-collapse:collapse;
}
.chrome table{
	border:none;
	border-top:1px solid #000;
}
.chrome thead th {
	background:#CE7014;
	/* padding:5px 10px; */

	text-transform:uppercase;
	color:#333;
}
.chrome tbody td,tbody th{
	font-size:85%;
	padding:5px 10px;
	background:#eee;
}
.chrome tbody tr.odd td{
	font-size:110%;
	background:#FF8000;
}
.chrome tbody tr.odd2 th{
	font-size:110%;
	background:#FAAC58;
}



.chrome tfoot td,tfoot th{
	border:none;
	padding-top:10px;
}
.chrome caption{
	font-family:Tahoma;
	text-align:left;
	text-transform:uppercase;
	font-size:130%;
	padding:10px 0;
	color:#036;
}
.chrome table a:link{
	color:#369;
}
.chrome table a:visited{
	color:#036;
}
.chrome table a:hover{
	color:#000;
	text-decoration:none;
}
.chrome table a:active{
	color:#000;
}
