/* 
	Chrome de la chrome table styles
	written by Chris Heilmann http://wait-till-i.com
*/
#containertable{
	border:0 solid #ff9900;
	font-size: 15px;
	background-color: #E9E9E9;
}
#containertable{
	text-align:left;
	background:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	-moz-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
}
#containertable, #bottom{
	margin:0 auto;
	width:640px;
}

#containertable, html.embed{
	background-color:#E6E6E6;
}

table,th,td{
	border:1px solid #666;
	border-collapse:collapse;
}
table{
	border:none;
	border-top:1px solid #000;
}
thead th{
	padding:5px 10px;
	font-size:90%;
	text-transform:uppercase;
	color:#333;
	background-color: #fff;
	background-image: url(images/greychrome.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
tbody td,tbody th{
	font-size:85%;
	padding:5px 10px;
	background:#eee;
}
tbody th{
	background:url(bluechrome.gif) top left repeat-x #fff;
	color:#333;
}
tbody tr.odd td{
	background:#ddd;
}
tbody tr.odd th{
	background:url(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 a:link{
	color:#369;
}
table a:visited{
	color:#036;
}
table a:hover{
	color:#000;
	text-decoration:none;
}
table a:active{
	color:#000;
}

