/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:13px Arial, Arial, Helvetica, sans-serif; 
}
table{width:98%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #;}
th{background:#;}
td{background:#;}

/* tablecloth styles */

tr.even td{background:#;}
tr.odd td{background:#;}




/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}