/* 

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

/* general styles */

table, td{
	font: 9px /*100%*/ Arial, Helvetica, sans-serif; 
}
table{width:470px;border-collapse:collapse;margin:1em 0;}
th, td{text-align:center;padding:.4em;border:1px solid #CCCCCC;}
th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}
th{font: 10px Arial, Helvetica, sans-serif; }
td{background:#e5f1f4;}

/* tablecloth styles */

tr.even td{background:#DFF7FF;}
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:#B0D053;}
th.selected, tr.even th.selected, tr.odd th.selected{}

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


#cont{
	margin:0 auto;
	width:470px;
	background:#fff;
	padding-bottom:20px;
}

p.sig{	
	margin:0 auto;

	padding:1em 0;
}
