/* 

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

/* general styles */



th, td{text-align:left;padding:.5em;border:0px solid #fff;}
th{background:#9900cc url(tr_back.gif) repeat-x;color:#fff;}
td{background:#e5f1f4;}

/* tablecloth styles */

tr.even td{background:#cc99ff;}
tr.odd td{background: White;}

th.over, tr.even th.over, tr.odd th.over{background:#000;}
th.down, tr.even th.down, tr.odd th.down{background:#9966cc;}
th.selected, tr.even th.selected, tr.odd th.selected{background:#000;}

td.over, tr.even td.over, tr.odd td.over{background:#cccccc;}
td.down, tr.even td.down, tr.odd td.down{background:#9933cc;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#cccccc;color:#000;}

/* 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;}
