/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */

table {font: 85% Arial, Helvetica, sans-serif, sans-serif; padding: 0; margin: 0; border-collapse: collapse; color: #333; background: #F3F5F7; width: 100%}

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

table a:visited {color: #000;}

table a:hover {color: #000;}

table thead th {
	padding: 5px;
	color: #000;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	font-size: 12px;
	background-color: #CCCCCC;
}

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

table tbody {border-bottom: 1px dotted #ccc;}
                      
table tbody td, table tbody th {padding: 10px; 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: 100% Arial, Helvetica, sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}
