/* 

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

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
/* th{background:#328aa4 url(../images/tr_back.gif) repeat-x;color:#fff;} */
th{background:#e4e4e4; color:#000; text-align: center;}
td{background:#eaeaea;}

/* tablecloth styles */

tr.even td{background:#eaeaea;}
tr.odd td{background:#ccc;}

th.over, tr.even th.over, tr.odd th.over{background:#e4e4e4;}
th.down, tr.even th.down, tr.odd th.down{background:#e4e4e4;}
th.selected, tr.even th.selected, tr.odd th.selected{}

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

td.center {
	text-align: center;
}

/* table class blue */
td{background:#cff;}
tr.even td{background:#cff;}
tr.odd td{background:#E5FFFF;}
