﻿/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */

table 
{
	font: 95% Courier New, sans-serif;
	padding: 0; 
	margin: 0; 
	border-collapse: collapse; 
	}

table thead th 
{ 
	padding: 5px 10px; 
	text-align: left; 
	font-weight: bold;}

table tbody, table thead 
{
}

table tbody 
{
}
                      
table tbody td, table tbody th 
{
	padding: 3px 10px; 
	text-align: left;}


table tbody  tr:hover 
{
	background: #EAECEE; 
}
