/* 

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

/* general styles */

td{font-size: 12px; font-family: Verdana;}

th{text-align:left;padding:.4em;border:0px solid #fff; font-weight: 500; font-size: 12px; font-family: Verdana;}
th{background:#e5f1f4;}

/* tablecloth styles */

tr.even th{background:#e5f1f4;}
tr.odd th{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#ecfbd4;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;color:#fff;}
th.selected, tr.even th.selected, tr.odd th.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
th.empty, tr.odd th.empty, tr.even th.empty{background:#fff;}
