/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */
#withStyle table, #withStyle td{
	font:100% Arial, Helvetica, sans-serif; 
	cursor: pointer;
}
#withStyle table{width:100%;border-collapse:collapse;margin:0em 0;}
#withStyle th, #withStyle td{text-align:center;padding:.5em;border:1px solid #fff;}
/*#withStyle th{background:#00cc2c url(tr_back.gif) repeat-x;color:#fff;}*/
#withStyle th{background:#d0efbe;color:#666666;}
/*#withStyle td{background:#fff;}*/
#withStyle td{background:#e5f1f4;}

#withStyle .text_left {
	text-align: left;
}

#withStyle .text_heading {
	text-align: center;
	color: black;
}

/* tablecloth styles */

#withStyle tr.even td{background:#f2f9f2;}
#withStyle tr.odd td{background:#f8fbfc;}

#withStyle th.over, #withStyle tr.even th.over, #withStyle tr.odd th.over{}
#withStyle th.down, #withStyle tr.even th.down, #withStyle tr.odd th.down{}
#withStyle th.selected, #withStyle tr.even th.selected, #withStyle tr.odd th.selected{}

#withStyle td.over, #withStyle tr.even td.over, #withStyle tr.odd td.over{background:#ecfbd4;}
#withStyle td.down, #withStyle tr.even td.down, #withStyle tr.odd td.down{background:#dae8c4;color:#fff;}
#withStyle td.selected, #withStyle tr.even td.selected, #withStyle tr.odd td.selected{background:#dae8c4;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
#withStyle td.empty, #withStyle tr.odd td.empty, #withStyle tr.even td.empty{background:#fff;}
