/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */



th.over, tr.even th.over, tr.odd th.over{background:#F60;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#F60;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}

/* 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;}
.over1{
	background:#F60;
	font-size: small;
	text-align: center;
	}
	.over2{
	background:#fff;
	font-size: small;
	text-align: center;
	}
	.over3{
	background:#fff;
	font-size: x-small;
	text-align: center;
	}
