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