/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

table {border-collapse: collapse;
border: 1px solid #AAAAAA;
font: normal 80%/140% Lucida Sans Unicode, sans-serif;
color: #555;
background: #fff;}

td, th {border: 1px dotted #bbb;
padding: .5em;}

caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th {border: 1px solid #000;
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #333;
background: transparent;}

tfoot td {border: 2px solid #000;}
th {background: #EEEEEE; font:bold 10px Lucida Sans Unicode, sans-serif; color:#900000;}

/* =body
----------------------------------------------- */

tbody th, tbody td {vertical-align: top;
text-align: center;}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

tbody tr:hover {background: #fafafa;}
