/* 
TableCloth	
by Alen Grakalic, brought to you by cssglobe.com
*/
.tablecloth_on table
{
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
	font-size:90%;
}
.tablecloth_on th, .tablecloth_on td{text-align:left;padding:.5em;border:1px solid #fff;}
.tablecloth_on th{background:#7f7f7f url('/images/tr_back.gif') repeat-x;color:#fff;}
.tablecloth_on td{background:#e5f1f4;}

/* tablecloth styles */

.tablecloth_on tr.even td{background:#e5f1f4;}
.tablecloth_on tr.odd td{background:#f8fbfc;}

.tablecloth_on th.over, .tablecloth_on tr.even th.over, .tablecloth_on tr.odd th.over{background:#a71d1b;}
.tablecloth_on th.down, .tablecloth_on tr.even th.down, .tablecloth_on tr.odd th.down{background:#bce774;}
.tablecloth_on th.selected, .tablecloth_on tr.even th.selected, .tablecloth_on tr.odd th.selected{}

.tablecloth_on td.over, .tablecloth_on tr.even td.over, .tablecloth_on tr.odd td.over{background:#ecfbd4;}
.tablecloth_on td.down, .tablecloth_on tr.even td.down, .tablecloth_on tr.odd td.down{background:#bce774;color:#fff;}
.tablecloth_on td.selected, .tablecloth_on tr.even td.selected, .tablecloth_on tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
.tablecloth_on td.empty, .tablecloth_on tr.odd td.empty, .tablecloth_on tr.even td.empty{background:#fff;}
