
table {
	font:75% Verdana,Tahoma,Arial,sans-serif;
	padding:0;
	margin:20;
	border-collapse: collapse;
	color: #333;
	background: #F3F5F7;
	}

table a {
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #C6C8CB;
	}  

table a:visited {
	}

table a:hover {
	color: #000;
	}  

table caption {
	text-align: left;
	text-transform: uppercase;
	padding: 5px;
	font-weight:bold;
	font: 150% Verdana,Tahoma,Arial,sans-serif;
	}
	
table caption a {
	color: #333;
	border-bottom: 1px solid #333;
	}
	
table thead th, table thead a {
	border-bottom: 0px;
	background: #3A4856;
	padding: 5px 5px;
	color: #fff;
	text-align: left;
	font-weight: normal;
	}

table tbody, table thead {
	border-left: 1px solid #EAECEE;
	border-right: 1px solid #EAECEE;
	}

table tbody {
	border-bottom: 1px solid #EAECEE;
	}
                      
table tbody td, table tbody th {
	padding: 5px 10px;
	background: url("td_back.gif") repeat-x;
	text-align: left;
	}

table tbody tr {
	background: #F3F5F7;
	}

table tbody tr.odd {
	background: #F0F2F4;
	}

table tbody tr:hover {
	background: #EAECEE;
	color: #111;
	}

table tfoot td, table tfoot th, table tfoot tr {
	text-align: left;
	font: 120%  Verdana,Tahoma,Arial,sans-serif;
	text-transform: uppercase;
	background: #fff;
	padding: 10px;
	}