/* 

	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: 0;}
th, td{text-align:left;padding:0.2em 0.8em;border:1px solid #fff;}
th{background:#626262 ;color:#fff; height:2em;}
td{background:#ededed; height:2.5em;}
td a{ text-decoration:none; color:#424242;}
/* tablecloth styles */
td a:hover, td a:selected{color:#424242;}
td a:focus{color:#ea2c30;}
tr.even td{background:#ededed;}
tr.odd td{background:#dfdfdf;}

th.over, tr.even th.over, tr.odd th.over{background:#c7c7c7;color:#000;}
th.down, tr.even th.down, tr.odd th.down{background:#c7c7c7;color:#000;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#c7c7c7;color:#000;}
td.down, tr.even td.down, tr.odd td.down{background:#c7c7c7; color:#000;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#c7c7c7;color:#000;}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{ }
