@charset "utf-8";

.Cloth table, td{
	font-size: 12px;
}
.Cloth table{
	width:610px;
	border-collapse:collapse;
	margin-top: 15px;
	margin-bottom: 5px;
}
.Cloth th, .Cloth td{
	padding:5px;
	border:1px solid #999999;
}
.Cloth th{
	background-color: #E8E8E8;
	font-weight: normal;
}
.Cloth td{
	background-color: #F9F9F9;
}

/* tablecloth styles */

.Cloth tr.even td{
	background-color: #DDDDDD;
}
.Cloth tr.odd td{
	background-color: #EEEEEE;
}

.Cloth th.over, .Cloth tr.even th.over, .Cloth tr.odd th.over{
	background-color: #990000;
}
.Cloth th.down, .Cloth tr.even th.down, .Cloth tr.odd th.down{background:#bce774;}
.Cloth th.selected, .Cloth tr.even th.selected, .Cloth tr.odd th.selected{}

.Cloth td.over, tr.even td.over, .Cloth tr.odd td.over{
	background-color: #ecfbd4;
}
.Cloth td.down, tr.even td.down, .Cloth tr.odd td.down{
	color:#fff;
	background-color: #bce774;
}
.Cloth td.selected, .Cloth tr.even td.selected, .Cloth tr.odd td.selected{
	color:#555555;
	background-color: #bce774;
}


/* 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: #FFFFFF;
}
