/* 

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

/* general styles */

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

/**/
/* tablecloth styles 

*/
#hpTable tr.even td{background:#EEE;}
#hpTable tr.odd td{background:#f8fbfc;}

#hpTable th.over, #hpTable tr.even th.over, #hpTable tr.odd th.over{background:#F6DC0B;}
#hpTable th.down, #hpTable tr.even th.down, #hpTable tr.odd th.down{background:#F6DC0B;}
#hpTable th.selected, #hpTable tr.even th.selected, #hpTable tr.odd th.selected{}

#hpTable td.over, #hpTable tr.even td.over, #hpTable tr.odd td.over{background:#ffffcc;}
#hpTable td.down, #hpTable tr.even td.down, #hpTable tr.odd td.down{background:#F6DC0B;color:#fff;}
#hpTable td.selected, #hpTable tr.even td.selected, #hpTable tr.odd td.selected{background:#F6DC0B;color:#555;}
/* use this if you want to apply different styleing to empty table cells*/
#hpTable td.empty, #hpTable tr.odd td.empty, #hpTable tr.even td.empty{background:#fff;}