﻿/* 
	Chrome de la chrome table styles
	written by Chris Heilmann http://wait-till-i.com
*/

td{
	border:1px solid #666;
	border-collapse:collapse;
}

th{
	border:1px solid #666;
	border-collapse:collapse;
}

table{
	border:1px solid #666;
	border-collapse:collapse;
}
table{
	border:none;
	border-top:1px solid #000;
}
thead th{
	background:url(../images/greychrome.gif) top left repeat-x #fff;
	padding:5px 10px;
	/* font-size:90%; */
	text-transform:uppercase;
	color:#333;
	font-size: medium;

}

thead th.odd {
	background:#5aa9e2;

}

tbody th{
	/* font-size:85%; */
	padding:5px 10px;
	background:#eee;
	color:#333;
	text-align:left;
	font-size: medium;

}

tbody td{
	font-size:100%;
	padding:5px 10px;
	background:#eee;
	color:#333;
	font-size: medium;

}
tbody th{
	/* background:url(../images/bluechrome.gif) top left repeat-x #fff; */
	background:#5aa7e0;
	color:#333;
}
tbody tr.odd td{
	background:#ddd;
}
tbody tr.odd th{
	/* background:url(../images/greenchrome.gif) top left repeat-x #fff; */
	background:#5aa9e2;
	color:#333;
}
tfoot th{
	border:none;
	padding-top:10px;
}
tfoot td{
	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;
}

