div.calendar{position:relative; z-index:1000}

.calendar, .calendar table{font-size:11px;color:#000;cursor:default;background:#d7d7d7;font-family: tahoma,verdana,sans-serif}

.calendar .button{text-align:center;background:#676;color:#fff}

.calendar .nav{background:#676}

.calendar thead .title{text-align:center;background:#250;color:#efa}
.calendar thead .headrow{}
.calendar thead .name{text-align:center;color:#000}
.calendar thead .weekend{color:#a66}
.calendar thead .hilite{background-color:#afa;color:#000}
.calendar thead .active{background-color:#7c7}
.calendar thead .daynames{background: #dfb}

.calendar tbody .day {width:35px;height:22px;color:#564;text-align:center;}
.calendar tbody .day.othermonth{color:#bbb}
.calendar tbody .day.othermonth.oweekend{color:#fbb}

.calendar table .wn{background:#dfb}

.calendar tbody .rowhilite td{background:#dfd}
.calendar tbody .rowhilite td.wn{background:#efe}
.calendar tbody td.hilite{background:#efd}
.calendar tbody td.active{background:#dec}
.calendar tbody td.selected{background:#f8fff8;color:#000}
.calendar tbody td.weekend{color:#a66}
.calendar tbody td.today{font-weight:bold;color:#0a0}
.calendar tbody .disabled{color:#999}
.calendar tbody .emptycell{visibility:hidden}
.calendar tbody .emptyrow{display:none}

.calendar tfoot .footrow{text-align:center;background:#565;color:#fff}
.calendar tfoot .ttip{background:#250;font:9px Verdana, Geneva, sans-serif;color:#efa}
.calendar tfoot .hilite{background:#afa;color:#000}
.calendar tfoot .active{background:#7c7}

.calendar .combo{position:absolute;display:none;top:0px;left:0px;width:4em;cursor:default;background:#efd; color:#000;font-size:90%;z-index:100}
.calendar .combo .label,.calendar .combo .label-IEfix{text-align:center;padding:1px;}
.calendar .combo .label-IEfix {width:4em}
.calendar .combo .hilite{background:#af8}
.calendar .combo .active{border-top:1px solid #6a4;border-bottom:1px solid #6a4;background:#efe;font-weight:bold}

.calendar td.time{border-top:1px solid #8a8;padding:1px 0px;text-align:center;background:#dfb}
.calendar td.time .hour,.calendar td.time .minute,.calendar td.time .ampm{padding: 0px 3px 0px 4px;border:1px solid #898;font-weight:bold;background:#fff}
.calendar td.time .ampm{text-align:center}
.calendar td.time .colon{padding:0px 2px 0px 3px;font-weight:bold}
.calendar td.time span.hilite{border-color:#000;background:#686;color:#fff}
.calendar td.time span.active{border-color:#f00;background:#000;color:#0f0}
