/* 

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

/* general styles */

#content_page table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
#content_page table{
	width:100%;
	border-collapse:collapse;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#content_page th, #content_page td{text-align:left;padding:.5em;border:1px solid #999;}
#content_page th{
	background:#000 url(tr_back.gif) repeat-x;
	color:#fff;
	font-size: 9px;
}
#content_page td{
	background:#ededed;
	font-size: 10px;
	width:20%;
}

/* tablecloth styles */

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

#content_page th.over, #content_page tr.even th.over, #content_page tr.odd th.over{background:#4a98af;}
#content_page th.down, #content_page tr.even th.down, #content_page tr.odd th.down{background:#bce774;}
#content_page th.selected, #content_page tr.even th.selected, #content_page tr.odd th.selected{}

#content_page td.over, #content_page tr.even td.over, #content_page tr.odd td.over{background:#c1cade;color:#000;}
#content_page td.down, #content_page tr.even td.down, #content_page tr.odd td.down{background:#c1cade;color:#000;}
#content_page td.selected, #content_page tr.even td.selected, #content_page tr.odd td.selected{background:#A8D7F2;color:#000;}

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

#content_page ul {
	padding: 0px;
	margin: 0px;
}

#content_page li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type: none;
}
*/