.calendar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000;
border-color:#FFFFFF #000000 #000000 #FFFFFF;
border-style:solid;
border-width:1px;
color:windowtext;
cursor:default;
display:none;
font-family:tahoma,verdana,sans-serif;
font-size:11px;
position:relative;
}
.calendar table {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000;
border-color:#000;
border-style:solid;
border-width:1px;
color:#000;
cursor:default;
font-family:tahoma,verdana,sans-serif;
font-size:11px;
}
.calendar .button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000;
border-color:#000;
border-style:solid;
padding:1px;
text-align:center;
}
.calendar .nav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000;
}
.calendar thead .title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFF;
color:#000;
font-weight:bold;
padding:1px;
text-align:center;
}
.calendar thead .headrow {
}
.calendar thead .daynames {
}
.calendar thead .name {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFF;
color:#000;
padding:2px;
text-align:center;
}
.calendar thead .weekend {
color:#FF0000;
}
.calendar thead .hilite {
border-color:buttonhighlight buttonshadow buttonshadow buttonhighlight;
border-style:solid;
border-width:2px;
padding:0;
}
.calendar thead .active {
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-width:1px;
padding:2px 0 0 2px;
}
.calendar tbody .day {
padding:2px 4px 2px 2px;
text-align:right;
width:2em;
}
.calendar tbody .day.othermonth {
color:#AAAAAA;
font-size:80%;
}
.calendar tbody .day.othermonth.oweekend {
color:#FFAAAA;
}
.calendar table .wn {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFF;
border-right:1px solid buttonshadow;
color:buttontext;
}
.calendar tbody .rowhilite td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:highlight none repeat scroll 0 0;
color:#FFF;
}
.calendar tbody td.hilite {
border-color:#FFFFFF #000000 #000000 #FFFFFF;
border-style:solid;
border-width:1px;
padding:1px 3px 1px 1px;
}
.calendar tbody td.active {
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-style:solid;
border-width:1px;
padding:2px 2px 0;
}
.calendar tbody td.selected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:buttonface none repeat scroll 0 0;
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-style:solid;
border-width:1px;
color:buttontext;
font-weight:bold;
padding:2px 2px 0;
}
.calendar tbody td.weekend {
color:#FF0000;
}
.calendar tbody td.today {
color:#0000FF;
font-weight:bold;
}
.calendar tbody td.disabled {
color:graytext;
}
.calendar tbody .emptycell {
visibility:hidden;
}
.calendar tbody .emptyrow {
display:none;
}
.calendar tfoot .footrow {
}
.calendar tfoot .ttip {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:buttonface none repeat scroll 0 0;
border-color:#fff;
border-style:solid;
color:buttontext;
text-align:center;
}
.calendar tfoot .hilite {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E4E0D8 none repeat scroll 0 0;
border-color:#FFFFFF #000000 #000000 #FFFFFF;
border-style:solid;
border-width:1px;
padding:1px;
}
.calendar tfoot .active {
border-color:#000000 #FFFFFF #FFFFFF #000000;
border-style:solid;
border-width:1px;
padding:2px 0 0 2px;
}
.calendar .combo {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:menu none repeat scroll 0 0;
border-color:buttonhighlight buttonshadow buttonshadow buttonhighlight;
border-style:solid;
border-width:1px;
color:menutext;
cursor:default;
display:none;
font-size:90%;
left:0;
padding:1px;
position:absolute;
top:0;
width:4em;
z-index:100;
}
.calendar .combo .label, .calendar .combo .label-IEfix {
padding:1px;
text-align:center;
}
.calendar .combo .label-IEfix {
width:4em;
}
.calendar .combo .active {
border:1px solid #000000;
padding:0;
}
.calendar .combo .hilite {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:highlight none repeat scroll 0 0;
color:highlighttext;
}
.calendar td.time {
background-color:buttonface;
border-top:1px solid buttonshadow;
padding:1px 0;
text-align:center;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
background-color:menu;
border:1px solid #888899;
font-weight:bold;
padding:0 3px 0 4px;
}
.calendar td.time .ampm {
text-align:center;
}
.calendar td.time .colon {
font-weight:bold;
padding:0 2px 0 3px;
}
.calendar td.time span.hilite {
background-color:highlight;
border-color:#000000;
color:highlighttext;
}
.calendar td.time span.active {
background-color:#000000;
border-color:#FF0000;
color:#00FF00;