/* 
	Chrome de la chrome table styles
	written by Chris Heilmann http://wait-till-i.com
*/

table.chrome,th.chrome,td.chrome{
	border:1px solid #666;
	border-collapse:collapse;
}
table.chrome{
	border:none;
	border-top:1px solid #000;
}
thead th.chrome{
	background:url(/images/greychrome.gif) top left repeat-x #fff;
	padding:5px 10px;
	font-size:90%;
	text-transform:uppercase;
	color:#333;
}
tbody td.chrome,tbody th.chrome{
	font-size:100%;
	padding:5px 10px;
	background:#eee;
}
tbody th.chrome{
	background:url(/images/bluechrome.gif) top left repeat-x #fff;
	color:#333;
}
tbody tr.odd td.chrome{
	background:#ddd;
}
tbody tr.odd th{
	background:url(/images/greenchrome.gif) top left repeat-x #fff;
	color:#333;
}
tfoot td,tfoot th{
	border:none;
	padding-top:10px;
}
caption{
	font-family:Tahoma;
	text-align:left;
	text-transform:uppercase;
	font-size:130%;
	padding:10px 0;
	color:#036;
}
table.chrome a:link{
	color:#369;
}
table.chrome a:visited{
	color:#036;
}
table.chrome a:hover{
	color:#000;
	text-decoration:none;
}
table.chrome a:active{
	color:#000;
}