.calendar {position: relative; display: none; border: 1px solid #fff; border-right-color: #000; border-bottom-color: #000;}
.calendar, .calendar table{font-size: 11px; color: #000; cursor: default; background: #fee997; font-family: tahoma,verdana,sans-serif;}
.calendar table, .calendar tbody td.selected, .calendar tfoot .active, .calendar .combo .active{border: 1px solid #000; border-right-color: #fff; border-bottom-color: #fff;}
.calendar .button1, .calendar tbody td.hilite, .calendar tfoot .hilite, .calendar .combo{border: 1px solid #fff; border-right-color: #000; border-bottom-color: #000;}
.calendar .button1{text-align: center; padding: 1px;}
.calendar .nav{background: transparent url(../img/menuarrow.gif) no-repeat 100% 100%;}
.calendar thead .title{font-weight: bold; padding: 1px; border-bottom: 1px solid #000; border-right: 1px solid #000; background: #f93; color: #000; text-align: center;}
.calendar thead .name{border-bottom: 1px solid #000; padding: 2px; text-align: center; background: #fc6;}
.calendar thead .weekend, .calendar tbody td.weekend{color: #f00;}
.calendar thead .hilite{border: 2px solid #fff; border-bottom-color: #000; border-right-color: #000; padding: 0; background-color: #f93;}
.calendar thead .active {padding: 2px 0 0 2px; background-color: #ffba75;border: 1px solid #000; border-right-color: #fff; border-bottom-color: #fff;}
.calendar tbody .day{width: 2em; text-align: right; padding: 2px 4px 2px 2px;}
.calendar tbody .day.othermonth{font-size: 80%; color: #aaa;}
.calendar tbody .day.othermonth.oweekend{color: #faa;}
.calendar table .wn{padding: 2px 3px 2px 2px; border-right: 1px solid #000; background: #fc6;}
.calendar tbody .rowhilite td{background: #fc6;}
.calendar tbody .rowhilite td.wn{background: #fee997;}
.calendar tbody td.hilite{padding: 1px 3px 1px 1px;}
.calendar tbody td.active{padding: 2px 2px 0 2px; border: 1px solid #000; border-right-color: #fff; border-bottom-color: #fff;}
.calendar tbody td.selected{font-weight: bold; padding: 2px 2px 0px 2px; background: #fc6;}
.calendar tbody td.today{font-weight: bold; color: #00f;}
.calendar tbody .disabled{color: #fc6;}
.calendar tbody .emptycell{visibility: hidden;}
.calendar tbody .emptyrow{display: none;}
.calendar tfoot .ttip{background: #fc6; padding: 1px; border: 1px solid #000; background: #f93; color: #000; text-align: center;}
.calendar tfoot .hilite{padding: 1px; background: #f93;}
.calendar tfoot .active{padding: 2px 0 0 2px;}
.calendar .combo{position: absolute; display: none; width: 4em; top: 0; left: 0; cursor: default; background: #fee997; font-size: 90%; padding: 1px; z-index: 100;}
.calendar .combo .label, .calendar .combo .label-IEfix{text-align: center; padding: 1px;}
.calendar .combo .label-IEfix{width: 4em;}
.calendar .combo .active{background: #ffba75; padding: 0;}
.calendar .combo .hilite{background: #f93;}
