/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/


/* tablecloth styles */

tr.even td{background: #FFFF99;}
tr.odd td{background: #FADFA0;}

th.over, tr.even th.over, tr.odd th.over{background: #FF9900;}   
th.down, tr.even th.down, tr.odd th.down{background: #FF9900;}  
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background: #F09964;}  
td.down, tr.even td.down, tr.odd td.down{background: #F09964;}  
td.selected, tr.even td.selected, tr.odd td.selected{background:#F09964;color:#555;}

/* use this if you want to apply different styling to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#FFCC33;}