/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

table {/*border-collapse: collapse;
border: 2px solid #000;*/
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
/*color: #555;*/
background: #fafafa;}

table ul{/*border-collapse: collapse;
border: 2px solid #000;*/
margin-left: 10px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
/*color: #555;*/
}

table ul li{/*border-collapse: collapse;
border: 2px solid #000;*/
margin-left: 10px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
/*color: #555;*/
}

/*
td, th {border: 1px dotted #bbb;
padding: .5em;}
*/

td {/*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;}

/* =links
----------------------------------------------- */

table a {padding: 1px;
text-decoration: none;
background: transparent;}

/*table a:link {border-bottom: 1px dashed #ddd;
color: #000;}*/

table a:link {border-bottom: 1px #ddd;
color: #000;}

table a:visited {border-bottom: 1px #ddd;
color: #000;}

/*
table a:visited {border-bottom: 1px dashed #ccc;
text-decoration: line-through;
color: #808080;}
*/

table a:hover {border-bottom: 1px #bbb;
/*font-weight: bold;*/
text-decoration: underline;
color: #666;}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th {/*border: 2px solid #000;*/
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #333;
background: transparent;}

/*tfoot td {border: 2px solid #000;}*/

/* =body
----------------------------------------------- */

tbody th, tbody td {vertical-align: top;
text-align: left;}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

/*tbody tr {background: #EEEEEE;}*/
tbody tr:hover {background: #D6D6D6;}

/*
tbody td:hover {
text-decoration: none;
background: transparent;
border-bottom: 1px #bbb;
font-weight: bold;
color: #666;
}
*/