@charset "utf-8";
/* CSS Document */

/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

table {border-collapse: collapse;
border: 2px solid #ffffff;
font: normal 80%/140% arial, helvetica, sans-serif;
color: #555;
background: #fff;}

td, th {border: none;
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;}

/* =links
----------------------------------------------- */

table a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;}

table a:link {text-decoration:none;
color: #48657a;}

table a:visited {
text-decoration: none;
color: #808080;}

table a:hover {border-bottom: 1px dashed #ca3c30;
color: #48657a;}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th {border: 2px solid #ffffff;
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #48657a;
background: transparent;}

tfoot td {border: 2px solid #ffffff;}

/* =body
----------------------------------------------- */

tbody th, tbody td {vertical-align: top;
text-align: left;}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

tbody tr:hover {background: #fafafa;}