.cloth table { width: 100%; border-collapse: collapse; }
.cloth th, .cloth td { border: 1px solid #EDEDED; }
.cloth th {background-color: #125ABC; color: #ffffff; padding: 5px; font-size: 12px; line-height: 1.2em; }




.cloth th a {color: #ffffff; }
.cloth th.cloth-sosu { background-color: #999999; color: #ffffff; padding: 2px 3px; }
.cloth td { background-color: #E6ECF5; padding: 3px; text-align: left; }
.cloth.big td { padding: 7px; text-align: left; }
/* tablecloth styles */
.cloth tr.even td { background-color: #F2F6FA; }
.cloth tr.odd td { background-color: #DAE5F5; }
/*.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:#F2F2F2;}*/
.curriculum.cloth tr.even td .calendar-day { background-color: #DFE7F0; }
.curriculum.cloth tr.odd td .calendar-day { background-color: #E1E8F2; }
.cloth tr td .icon { margin: 5px 0; padding: 0px; }
.cloth table th td h4 {margin:0 !important; padding:0 !important; line-height:1.2em !important}


