.cloth table, .cloth td { /*font:100% Arial, Helvetica, sans-serif; */
}
.cloth table { width: 100%; border-collapse: collapse;/*margin:1em 0;*/ }
.cloth th {
	text-align: left;/*padding:.5em;*/
}
.cloth td { text-align: left;/*padding:.5em;*/ }
.cloth th {
	background-color: #005C99;
	color: #ffffff;
	padding: 2px 3px;
	font-size: 12px;
}
.cloth td { background-color: #E6EFF5; padding: 4px 4px 7px 4px; border: 1px solid #FAFDFF; }
/* tablecloth styles */

/**/.cloth tr.even td { background-color: #EDF3F7; }
.cloth tr.odd td { background-color: #D1E0EB; }

/*.cloth th.over, .cloth tr.even th.over, .cloth tr.odd th.over{border:1px solid #000000;}
.cloth th.down, .cloth tr.even th.down, .cloth tr.odd th.down{background-color:#bce774;}
.cloth th.selected, .cloth tr.even th.selected, .cloth tr.odd th.selected{}*/

/*.cloth td.over, .cloth tr.even td.over, .cloth tr.odd td.over{border:1px solid #000000;}
.cloth td.down, .cloth tr.even td.down, .cloth tr.odd td.down{background-color:#bce774;color:#fff;}
.cloth td.selected, .cloth tr.even td.selected, .cloth tr.odd td.selected{background-color:#bce774;color:#555;}*/

/* use this if you want to apply different styleing to empty table cells*/
/*.cloth td.empty, .cloth tr.odd td.empty, .cloth tr.even td.empty{background-color:none; border:none;}*/
.cloth tr td .icon {
	margin: 5px 0;
	padding: 0px;
}
