/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table{width:942px;border-collapse:collapse;margin:0px -1px;}
th, td{text-align:left;padding:.4em;border:1px solid #fff;}
th{background:#06579e; color:#fff;}
td{background:#e5f1f4;}

/* tablecloth styles */

tr.even td{background:#deebfc;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4c7609;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{background: #4c7609;}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#000;}

/*th.entries_worldrank, td.entries_worldrank{width:50px;}
th.entries_wc, td.entries_wc{width:50px;}
th.entries_ec, td.entries_ec{width:50px;}
th.entries_og, td.entries_og{width:50px;}*/