/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */
#tablecloth table, #tablecloth td{
	font:100% Arial, Helvetica, sans-serif; 
}
#tablecloth table{width:100%;border-collapse:collapse;margin:1em 0;}
#tablecloth th, #tablecloth td{text-align:left;padding:.5em;border:1px solid #fff;}
#tablecloth th{background:#326da4 url("/tablecloth/tr_back.gif") repeat-x;color:#fff;}
#tablecloth td{background:#CCC;}

/* tablecloth styles */

#tablecloth tr.even td{background:#CCC;}
#tablecloth tr.odd td{background:#9CF;}

#tablecloth th.over, #tablecloth tr.even th.over, #tablecloth tr.odd th.over{background:#4a98af;}
#tablecloth th.down, #tablecloth tr.even th.down, #tablecloth tr.odd th.down{background:#fc0;}
#tablecloth th.selected, #tablecloth tr.even th.selected, #tablecloth tr.odd th.selected{}

#tablecloth td.over, #tablecloth tr.even td.over, #tablecloth tr.odd td.over{background:#ff0;}
#tablecloth td.down, #tablecloth tr.even td.down, #tablecloth tr.odd td.down{background:#fc0;color:#fff;}
#tablecloth td.selected, #tablecloth tr.even td.selected, #tablecloth tr.odd td.selected{background:#fc0;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
#tablecloth td.empty, #tablecloth tr.odd td.empty, #tablecloth tr.even td.empty{background:#eee;}