.calendar {
background:window none repeat scroll 0%;
border-color:#FFFFFF rgb(0, 0, 0) rgb(0, 0, 0) rgb(255, 255, 255);
border-style:solid;
border-width:1px;
color:windowtext;
cursor:default;
display:none;
font-family:tahoma,verdana,sans-serif;
font-size:11px;
position:relative;
z-index:5;
width:1%;
}
.calendar table {
background:window none repeat scroll 0%;
border-color:#FFFFFF rgb(0, 0, 0) rgb(0, 0, 0) rgb(255, 255, 255);
border-style:solid;
border-width:1px;
color:windowtext;
cursor:default;
font-family:tahoma,verdana,sans-serif;
font-size:11px;
}
.calendar .button {
background:buttonface none repeat scroll 0%;
border-color:buttonhighlight buttonshadow buttonshadow buttonhighlight;
border-style:solid;
border-width:1px;
padding:1px;
text-align:center;
}
.calendar .nav {
background:buttonface url(menuarrow.gif) no-repeat scroll 100%;
}
.calendar thead .title {
background:activecaption none repeat scroll 0%;
border:1px solid #000000;
color:captiontext;
font-weight:bold;
padding:1px;
text-align:center;
}
.calendar thead .headrow {
}
.calendar thead .daynames {
}
.calendar thead .name {
background:buttonface none repeat scroll 0%;
border-bottom:1px solid buttonshadow;
color:buttontext;
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:0px;
}
.calendar thead .active {
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-width:1px;
padding:2px 0px 0px 2px;
}
.calendar tbody .day {
padding:2px 4px 2px 2px;
text-align:right;
width:2em;
}
.calendar tbody .othermonth {
color:#AAAAAA;
font-size:80%;
}
.calendar tbody .oweekend {
color:#FFAAAA;
}
.calendar table .wn {
background:buttonface none repeat scroll 0%;
border-right:1px solid buttonshadow;
color:buttontext;
padding:2px 3px 2px 2px;
}
.calendar tbody .rowhilite td {
background:highlight none repeat scroll 0%;
color:highlighttext;
}
.calendar tbody td.hilite {
border-color:#FFFFFF rgb(0, 0, 0) rgb(0, 0, 0) rgb(255, 255, 255);
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 0px;
}
.calendar tbody td.selected {
background:buttonface none repeat scroll 0%;
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-style:solid;
border-width:1px;
color:buttontext;
font-weight:bold;
padding:2px 2px 0px;
}
.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 {
background:buttonface none repeat scroll 0%;
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-style:solid;
border-width:1px;
color:buttontext;
padding:1px;
text-align:center;
}
.calendar tfoot .hilite {
background:#E4E0D8 none repeat scroll 0%;
border-color:#FFFFFF rgb(0, 0, 0) rgb(0, 0, 0) rgb(255, 255, 255);
border-style:solid;
border-width:1px;
padding:1px;
}
.calendar tfoot .active {
border-color:#000000 rgb(255, 255, 255) rgb(255, 255, 255) rgb(0, 0, 0);
border-style:solid;
border-width:1px;
padding:2px 0px 0px 2px;
}
.calendar .combo {
background:menu none repeat scroll 0%;
border-color:buttonhighlight buttonshadow buttonshadow buttonhighlight;
border-style:solid;
border-width:1px;
color:menutext;
cursor:default;
display:none;
font-size:90%;
left:0px;
padding:1px;
position:absolute;
top:0px;
width:4em;
z-index:100;
}
.calendar .combo .label {
padding:1px;
text-align:center;
}
.calendar .combo .label-IEfix {
padding:1px;
text-align:center;
}
.calendar .combo .label-IEfix {
width:4em;
}
.calendar .combo .active {
border:1px solid #000000;
padding:0px;
}
.calendar .combo .hilite {
background:highlight none repeat scroll 0%;
color:highlighttext;
}
.calendar td.time {
background-color:buttonface;
border-top:1px solid buttonshadow;
padding:1px 0px;
text-align:center;
}
.calendar td.time .hour {
background-color:menu;
border:1px solid #888899;
font-weight:bold;
padding:0px 3px 0px 4px;
}
.calendar td.time .minute {
background-color:menu;
border:1px solid #888899;
font-weight:bold;
padding:0px 3px 0px 4px;
}
.calendar td.time .ampm {
background-color:menu;
border:1px solid #888899;
font-weight:bold;
padding:0px 3px 0px 4px;
}
.calendar td.time .ampm {
text-align:center;
}
.calendar td.time .colon {
font-weight:bold;
padding:0px 2px 0px 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;
}