/* 

	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 top;padding:.5em;border:1px solid #fff;}
th{background:#0769b2 url(tr_back.gif) repeat-x;color:#fff;}
td{background:#0072a9;}

/* tablecloth styles */


#table a:link {color: #26355e;}
#table a:visited {color: #26355e;}
#table a:hover {color: white;}
#table a:active {color: #26355e;}



tr.even td{background:#F4F4F4;}
tr.odd td{background:#ededed;}


/* 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;}