/* CLAC CSS para tabelas baseado no "Winter Blues" de Gunta Klavina (http://www.klavina.com), disponível em CSS Table Gallery (http://icant.co.uk/csstablegallery/) */

table {
	font: 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	color: #333;
	background: #EDF2F8;
	width: 595px;
}

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

table a:visited {
	color: #777;
}

table a:hover {
	color: #000;
}

table caption {
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 10px;
	font: 200% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table thead th {
	background: #4D6680;
	padding: 10px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

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

table tbody {
	border-bottom: 2px solid #4D6680;
}

table tbody td, table tbody th {
	padding: 10px;
	background: url("td_back.gif") repeat-x;
	text-align: left;
}

table tbody tr {
	background: #EDF2F8;
}

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

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

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