/* 

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

/* general styles */

table, td{
        txt-align: left;
	color: #333;
	font-size: 11px;
}
table{width:100%;border-collapse:collapse;margin:0.2em 0;border:medium;}
th, td{text-align:center;padding:.2em;border:1px solid #fff;}
th{background:#ddd url(tr_back.gif) repeat-x;color:#fff;}
td{background:#ddd;}

/* tablecloth styles */

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

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

td.over, tr.even td.over, tr.odd td.over{background:#fbe8d4;}
td.down, tr.even td.down, tr.odd td.down{background:#aacce8;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#aacce8;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;}