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

table {
}

/*td, th {border: 1px dotted #bbb;
padding: .5em;
}*/
th {
	border: 1px dotted #bbb; /*padding: .5em;*/
}

td {
	border: 1px dotted #bbb; /*padding: .5em;*/
}



.list-table td {
	padding-left:20px;
	/*font-size: 1em;*/
	/*font-weight: normal;*/
	color: #636563;
}

.list-table a {
	/*font-size: 1em;*/
	/*font-weight: normal;*/
	color: #636563;
}

.data-table td {
	padding-left:5px;
	/*font-size: 1em;*/
	/*font-weight: normal;*/
	color: #636563;
}

.data-table a {
	/*font-size: 1em;*/
	/*font-weight: normal;*/
	color: #636563;
}

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

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

table a:link {
/*color:blue;*/
/*border-bottom: 1px dashed #ddd;*/
/*color: #000;*/
}

table a:visited {
/*border-bottom: 1px dashed #ccc;*/
/*text-decoration: line-through;*/
/*color: #808080;*/
}



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

thead th, tfoot th {
/*border: 2px solid #000;*/
	text-align: left;
	/*font-size: 1em;*/
	/*font-weight: bold;*/
	white-space: normal;
	/*color: #333;*/
	background: transparent;
}

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

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

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

tbody th {
	white-space: nowrap;
}

.odd {
	background: #fcfcfc;
}



