/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table.tablecloth, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table.tablecloth
{
    width:100%;
    border-collapse:collapse;
    margin:0;	
    background: white;
	font-family: Arial, Helvetica, sans-serif; 
	text-align:left;
}
.tablecloth th, .tablecloth td{background:rgb(150, 48, 125) repeat-x;color:#555;padding:.3em;border:1px solid #fff;}
.tablecloth th{background:rgb(150, 48, 125);color:#fff;}
.tablecloth td{background:#e5f1f4;}

/* tablecloth styles */

.tablecloth tr.even td{background:rgb(234, 214, 229);}
.tablecloth tr.odd td{background: rgb(227, 201, 220);}

.tablecloth th.over, .tablecloth tr.even th.over, .tablecloth tr.odd th.over{background:#d5b1d3;color:White;}
.tablecloth th.down, .tablecloth tr.even th.down, .tablecloth tr.odd th.down{background:rgb(150, 48, 125);}
.tablecloth th.selected, .tablecloth tr.even th.selected,.tablecloth tr.odd th.selected{color:White;}

.tablecloth td.over, .tablecloth tr.even td.over, .tablecloth tr.odd td.over{background:#d5b1d3;}
.tablecloth td.down, .tablecloth tr.even td.down, .tablecloth tr.odd td.down{background:rgb(150, 48, 125);color:#fff;}
.tablecloth td.selected, .tablecloth tr.even td.selected, .tablecloth tr.odd td.selected{background:#d5b1d3;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
.tablecloth td.empty, .tablecloth tr.odd td.empty, .tablecloth tr.even td.empty{background:#fff;}
