﻿.calendarbox {
    color: #000000;
    cursor: default;
    width:186px;
    height:150px;
    background:url(CalendarBox.gif) no-repeat;
}
.calendarbox .title {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #cccccc;
}
.calendarbox .nextprev {
    width: 15px;
    cursor: pointer;
    text-align: center;
}
.calendarbox .day {
    width: 18px;
    height: 21px;
    text-align: right;
    padding-right: 6px;
}
.calendarbox .month {
    width: 42px;
    height: 49px;
    text-align: center;
}
.calendarbox .othermonthday {
    color: #646464;
}
.calendarbox .selected {
    background-color: #fead69;
}
.calendarbox .selector {
    background-color: #ffc47f;
}
.calendarbox .todaydayselector {
    cursor: pointer;
    font-weight:bold;
    text-align: center;
}
.calendarbox .todayday {
    color: #ffffff;
    background-color: #79bbdd;
}
.calendarbox .weekday {
    width: 24px;
    height: 21px;
    text-align: center;
    border-bottom: solid 1px #cccccc;
}
.calendarbox .year {
    width: 42px;
    height: 49px;
    text-align: center;
}