/*

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

/* general styles */

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

/* tablecloth styles */

.tableau tr.even td{background:#e5f1f4;}
.tableau tr.odd td{background:#f8fbfc;}

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

.tableau td.over, .tableau tr.even td.over, .tableau tr.odd td.over{background:#ecfbd4;}
.tableau td.down, .tableau tr.even td.down, .tableau tr.odd td.down{background:#bce774;color:#fff;}
.tableau td.selected, .tableau tr.even td.selected, .tableau tr.odd td.selected{background:#bce774;color:#555;}

