/* 

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

/* general styles */

.tabcls, .tabcls td{
	font:100% Arial, Helvetica;
	font-size: 13px;
}
.tabcls{width:100%;border-collapse:collapse;margin:1em 0;}
.tabcls th, .tabcls td{text-align:left;padding:.5em;border:1px solid #fff;text-align: center;}
.tabcls th{background:#F16BF3 repeat-x;color:#000000;font-weight: bold;font-size:14px;}
.tabcls td{background:#e5f1f4;}

/* tablecloth styles */

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

.tabcls th.over, .tabcls tr.even th.over, .tabcls tr.odd th.over{background:#4a98af;}
.tabcls th.down, .tabcls tr.even th.down, .tabcls tr.odd th.down{background:#CFF392;}
.tabcls th.selected, .tabcls tr.even .tabcls th.selected, .tabcls tr.odd th.selected{}

.tabcls td.over, .tabcls tr.even td.over, .tabcls tr.odd td.over{background:#ecfbd4;}
.tabcls td.down, .tabcls tr.even td.down, .tabcls tr.odd td.down{background:#CFF392;color:#fff;}
.tabcls td.selected, .tabcls tr.even td.selected, .tabcls tr.odd td.selected{background:#CFF392;color:#555;}

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