/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */



#unique-content .tableCloth table, #unique-content td {
	font-family: Helvetica, Arial, sans-serif;
	color:#787773;
	line-height:1.3em;
	font-size: 11px;
}
#unique-content .tableCloth table {
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
}
#unique-content .tableCloth th, #unique-content td {
	padding:.4em;
	border:1px solid #FFF;
}
#unique-content .tableCloth th {
	/*background:#328aa4 url(/images/common/tr_back.gif) repeat-x;*/
	color:#fff;
	background-color:#636466;
}
#unique-content .tableCloth td {
	background:#ffee88;
}
/* tablecloth styles */

#unique-content .tableCloth tr.even td {
	background-color: #EEE;
}
#unique-content .tableCloth tr.odd td {
	background:#f8f2cd;
}
#unique-content .tableCloth th.over, #unique-content .tableCloth tr.even th.over, #unique-content .tableCloth tr.odd th.over {
	
	background:#a80532;
}
#unique-content .tableCloth th.down, #unique-content .tableCloth tr.even th.down, #unique-content .tableCloth tr.odd th.down {
	background:#bce774;
}
#unique-content .tableCloth th.selected, #unique-content .tableCloth tr.even th.selected, #unique-content .tableCloth tr.odd th.selected {
}
#unique-content .tableCloth td.over, #unique-content .tableCloth tr.even td.over, #unique-content .tableCloth tr.odd td.over {
	background:#ffee88;
}
#unique-content .tableCloth td.down, #unique-content .tableCloth tr.even td.down, #unique-content .tableCloth tr.odd td.down {
	background:#d1c97e;
	color:#fff;
}
#unique-content .tableCloth td.selected, #unique-content .tableCloth tr.even td.selected, #unique-content .tableCloth tr.odd td.selected {
	background:#bce774;
	color:#555;
}
/* use this if you want to apply different styleing to empty table cells*/
#unique-content .tableCloth td.empty, #unique-content .tableCloth tr.odd td.empty, #unique-content .tableCloth tr.even td.empty {
	
}

