/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table{
	width:100%;
	border-collapse:collapse;
}

td{}

.first-row {
	border-top: 1px solid #768661;
}
th {
text-align: left;
background:#E6EAD9;
}

th a {
font-weight: normal;
}

/* tablecloth styles */

tr.even td{background-color: #f8fbfc;}
tr.odd td{background:#E6EAD9;}




/* use this if you want to apply different styleing to empty table cells*/

