/* 

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

/* general styles */

table.tablecloth, table.tablecloth td, table.tablecloth th{
	font:100% Georgia, Times New Roman, Arial, Helvetica, sans-serif; cursor:default; border:1px solid #ccc;
}
table.tablecloth{width:70%;border-collapse:collapse;margin:1em 0;}

table.tablecloth th{text-align:left;padding:.5em;font-weight:700;}
table.tablecloth th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}
table.tablecloth td{background:#e5f1f4;}

table.tablecloth tr td{width:25px;}

/* tablecloth styles */

table.tablecloth tr.even td{background:#ffd;}
table.tablecloth tr.odd td{background:#ffb;}

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

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