/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
font:14px Arial,Trebuchet MS, sans-serif; 
}
table{width:100%;border-collapse:collapse;margin:1em 0 2em .2em;}
th, td{text-align:left;padding:0 0 .5em 0;border:1px solid #;}
th{background:#; padding-top:5px;}
td{background:#; padding-top:5px;}

/* 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;}