/* 

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

/* general styles */

 #content table , td{}
 #content table {width:100%;border-collapse:collapse;margin:1em 0;}
 #content th, #content  td{text-align:left;padding:.5em;border:1px solid #F8F8F8;}
 #content th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}
 #content td{background:#fff;}

/* tablecloth styles */

 #content tr.even td{background:#fff;}
 #content tr.odd td{background:#F8F8F8;}

 #content th.over, tr.even th.over, tr.odd th.over{background:#fff;}
 #content th.down, tr.even th.down, tr.odd th.down{background:#F8F8F8;}
 #content th.selected, tr.even th.selected, tr.odd th.selected{}

 #content td.over, tr.even td.over, tr.odd td.over{background:#F8F8F8;}
 #content td.down, tr.even td.down, tr.odd td.down{background:#F8F8F8;color:#fff;}
 #content td.selected, tr.even td.selected, tr.odd td.selected{background:#F8F8F8;color:#555;}

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