﻿/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */

table {font: 95% Verdana,Arial,sans-serif;padding: 0; margin: 0; border-collapse: collapse; }

table a {color:#00285C; text-decoration: underline; }  

table a:visited {color:black;}

table a:hover {color: white;}  

table caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}

table thead th {background-color: #073f2c; padding: 15px 10px; color: #fff; text-align: left; font-weight: bold;}

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: 10px; background-color: #99cc66; text-align: left;}

table tbody tr {background-color: #F3F5F7;}

tr.odd th, tr.odd td {background-color: #edebe9;}

table tbody  tr:hover {background: #EAECEE; color: #111;}

table tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}

tr:hover th[scope=row], tr:hover td
{ 
  background-color: #686864;
  color: #fff;
} 

