
.calendar {
background:#eeeeee none repeat scroll 0 0;
border-color:#666666;
border-style:solid;
border-width:2px;
color:windowtext;
cursor:default;
display:none;
font-family:tahoma,verdana,sans-serif;
font-size:11px;
position:relative;
line-height:12px;
z-index:100;
}
.calendar table {
background:#eeeeee none repeat scroll 0 0;
color:windowtext;
cursor:default;
font-family:tahoma,verdana,sans-serif;
font-size:11px;
line-height:12px;
}
.calendar .button {
background:#eeeeee none repeat scroll 0 0;
border-color:#ffffff #aaaaaa #aaaaaa #ffffff;
border-style:solid;
border-width:1px;
padding:1px;
text-align:center;
line-height:12px;
}
.calendar .nav {
background:#cedcee url(menuarrow.gif) no-repeat scroll 100% 100%;
border-color:#edf5ff #91aed3 #91aed3 #edf5ff;
border-style:solid;
border-width:1px;
height:16px;
padding:1;
line-height:12px;
}
.calendar thead .title {
background:#dadada none repeat scroll 0 0;
border-color:buttonhighlight buttonshadow buttonshadow buttonhighlight;
border-style:solid;
border-width:1px;
padding:1px;
text-align:center;
line-height:12px;
font-size:9pt;
}
.calendar thead .headrow {
line-height:12px;
}
.calendar thead .daynames {
background:white;
line-height:12px;
}
.calendar thead .name {
background:#eeeeee none repeat scroll 0 0;
border-bottom:1px solid buttonshadow;
color:buttontext;
padding:0px;
text-align:center;
line-height:12px;
}
.calendar thead .weekend { /* 일, 토 */
color:#FF0000;
line-height:12px;
}
.calendar thead .hilite {
border-color:buttonhighlight buttonshadow buttonshadow buttonhighlight;
border-style:solid;
border-width:2px;
padding:0;
line-height:12px;
}
.calendar thead .active {
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-width:1px;
padding:2px 0 0 2px;
line-height:12px;
}
.calendar tbody .day {
background:white;
padding:2px 4px 2px 2px;
text-align:right;
width:2em;
line-height:12px;
}
.calendar tbody .day.othermonth {
color:#AAAAAA;
font-size:80%;
line-height:12px;
}
.calendar tbody .day.othermonth.oweekend {
color:#FFAAAA;
line-height:12px;
}
.calendar table .wn {
background:#eeeeee none repeat scroll 0 0;
border-right:1px solid buttonshadow;
color:buttontext;
padding:2px 3px 2px 2px;
line-height:12px;
}
.calendar tbody .rowhilite td {
background:#acd3a1 none repeat scroll 0 0;
color:highlighttext;
line-height:12px;
}
.calendar tbody td.hilite {
border-color:#FFFFFF #000000 #000000 #FFFFFF;
border-style:solid;
border-width:1px;
padding:1px 3px 1px 1px;
line-height:12px;
}
.calendar tbody td.active {
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-style:solid;
border-width:1px;
padding:2px 2px 0;
line-height:12px;
}
.calendar tbody td.selected {
background:#aaaaaa;
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-style:solid;
border-width:1px;
color:#ffffff;
font-weight:bold;
padding:2px 2px 0;
line-height:12px;
}
.calendar tbody td.weekend {
color:#FF0000;
line-height:12px;
}
.calendar tbody td.today {
color:#0000FF;
font-weight:bold;
line-height:12px;
}
.calendar tbody td.disabled {
color:graytext;
line-height:12px;
}
.calendar tbody .emptycell {
visibility:hidden;
line-height:12px;
}
.calendar tbody .emptyrow {
display:none;
line-height:12px;
}
.calendar tfoot .footrow {
}
.calendar tfoot .ttip {
background:#dddddd none repeat scroll 0 0;
border-color:buttonshadow buttonhighlight buttonhighlight buttonshadow;
border-style:solid;
border-width:1px;
color:buttontext;
padding:1px;
text-align:center;
}
.calendar tfoot .hilite {
background:#dddddd 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 {
background:#eeeeee 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 {
background:gray 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;
}