/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
/* - with some modiffications */

/* table {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 0; border-collapse: collapse; color: #333; background: #F3F5F7;} */

table.winterblues {font: 120% "Trebuchet MS",sans-serif; padding: 0; margin: 0; border-collapse: collapse; color: #333; background: #F3F5F7;}

table.winterblues a {color: #3A4856; font-weight: bold; text-decoration: none; padding:0px;}

/* table.winterblues a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}   */

table.winterblues a:visited {color: #777; padding:0px;}

table.winterblues a:hover {color: #6699CC; text-decoration: underline; padding:0px;}

/* table.winterblues a:hover {color: #000;} */


/* table caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}  */

table.winterblues caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; padding-top: 15px; font: 160% "Trebuchet MS", sans-serif;}

/* */

table.winterblues thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}

table.winterblues tbody, table.winterblues thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

table.winterblues tbody {border-bottom: 1px solid #EAECEE;}
                      
table.winterblues tbody td, table.winterblues tbody th {
	padding: 6px;
	background: url("../images/common/td_back.gif") repeat-x;
	text-align: left;
	vertical-align: top;
}

table.winterblues tbody tr {background: #F3F5F7;}

table.winterblues tbody tr.odd {background: #F0F2F4;}

table.winterblues 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;}  */

table.winterblues tfoot td, table.winterblues tfoot th, table.winterblues tfoot tr {text-align: left; font: 120%  "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}


a.hid {color:#3A4856; background: #F3F5F7; text-decoration:none; outline-style:none; position:relative; z-index:500;}
a.hid em {display:none;}
a.hid:hover {text-decoration:none;}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:none;}
a.hid:active em, a.hid:focus em {display:block; background: #F3F5F7; color:#333; width:250px; font-style:normal; cursor:default; padding:5px 5px 20px 5px; position:absolute; left:-6px; top:-5px; border:1px solid #ddd; border-width:0 1px 1px 1px;}
