/* 

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

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif;
	color:#000000;
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{
/*This is the top colour */
	background:#B21132 url(tr_back.gif) repeat-x;
	color:#000000;
}
td{background:#000000;}

/* tablecloth styles */

tr.even td{background:#e5f1f4;}
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:#CDDECC;}
th.selected, tr.even th.selected, tr.odd th.selected{}
/*This is the background colour */
td.over, tr.even td.over, tr.odd td.over{background:#B21132;}
td.down, tr.even td.down, tr.odd td.down{background:#CDDECC;color:#fff;}
/*This is the hover colour */
td.selected, tr.even td.selected, tr.odd td.selected{background:#E9C9D1;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;}
