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

table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	font: normal "Lucida Sans Unicode",sans-serif;
	color: #555;
	background: #E9E4F4;
}

td, th {
	border: 1px dotted #bbb;
	padding: .5em;
	font-size: 1.2em;
}

caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}


thead th, tfoot th {
	border: 1px solid #ccc;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	background: #DAD2ED;
}

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

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

tbody th {
	white-space: nowrap;
}

.alt {
	background: #F8F6FB;
}

tbody tr:hover {
	background: #DCC5D4;
}
