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

table.winterBlues {padding: 0; margin: 0; border-collapse: collapse; color: #333; background: #F3F5F7;}

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

table.winterBlues a:visited {color: #777;}

table.winterBlues a:hover {color: #000;}  

table.winterBlues caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 150% ; text-align:center; font-weight:bold;}

table.winterBlues thead th, table.winterBlues tr.header th  {background: #3A4856; padding: 10px 10px; color: #fff; text-align: left; font-weight: normal;}

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

table.winterBlues tbody {border-bottom: 1px solid #EAECEE;}
                      
table.winterBlues tbody td, table.winterBlue tbody th {padding: 10px; text-align: left;}

table.winterBlues tbody tr {background: #F3F5F7  url("../../img/td_back.gif") repeat-x;}

table.winterBlues tbody tr.odd {background: #F0F2F4 url("../../img/td_back.gif") repeat-x;}

table.winterBlues tbody  tr:hover, table.winterBlues tbody tr.prototypeHover  {background: url("../../img/td_back.gif") #EAECEE repeat-x; color: #111111;}

table.winterBlues tfoot td, table.winterBlues  tfoot th, table.winterBlues  tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}
