/*

Table stylesheet for The Farmyard
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.farmyardretreat.co.uk/

*/


/* ------------ Tables ------------ */

table { 
	background-color: #fff;
	margin-bottom: 1.25em;
	text-align: left;
	width: 100%;
	}

tfoot td {
	border-top: 1px solid #c2dcbf;
	font-size: 90%;
	margin-bottom: 1.25em;
	}
	
tfoot td strong {
	color: #999;
	}
	
table caption { 
	font-size: 90%;
	padding-bottom: 1.25em; 
	}
		
th, td { 
	padding: 10px;
	}

table strong { 
	color: #666; 
	}
	
.highlight td strong, .highlight th strong {
	color: #86b97f; 
	}
	
thead th {
	background: #97d18f url('../images/table-bg.gif') repeat-x bottom left;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	}
	
.highlight-1 td, .highlight-1 th {
	background-color: #edf5ec;
	}
	
.highlight-2 td, .highlight-2 th {
	background-color: #fff;
	}
	
.highlight td, .highlight th, .highlight tr {
	background-color: #fff;
	border-bottom: 1px solid #c2dcbf;
	color: #86b97f; 
	}