/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}

.odd {background:#efefef;}
th{background:#750A3A;color:#fff;}


/* tablecloth styles */

tr.even td{background:#ffffff;}
tr.odd td{background:#EDF0F1;}
