
.calendarTitleY {
    color: #666666;
    font-family: tahoma;
    font-size: 11px;
    padding-left: 10px;
    padding-top: 8px;
    text-align: left;
}
.calendarTitleM {
    color: #78B300;
    font-family: tahoma;
    font-size: 24px;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
}
.calendarWeekS {
    color: #78B300;
    float: left;
    font-family: tahoma;
    font-size: 9px;
    height: 25px;
    padding-top: 5px;
    width: 30px;
}
.calendarWeekT {
    color: #808080;
    float: left;
    font-family: tahoma;
    font-size: 9px;
    height: 25px;
    padding-top: 5px;
    width: 30px;
}
.calendarWeek {
    color: #808080;
    float: left;
    font-family: tahoma;
    font-size: 9px;
    height: 25px;
    padding-top: 5px;
    width: 30px;
}
.calendarDayS {
    color: #78B300;
    cursor: pointer;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    width: 30px;
}
.calendarDayT {
    color: #808080;
    cursor: pointer;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    width: 30px;
}
.calendarDay {
    color: #808080;
    cursor: pointer;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    width: 30px;
}
.calendarToDay {
    background: url("icon_calendar_point.gif") no-repeat scroll 0 0 transparent;
    color: #FE5400;
    cursor: pointer;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    width: 30px;
}
.calendarNoDay {
    float: left;
    height: 25px;
    padding-top: 5px;
    width: 30px;
}
.calendarNow {
    color: #333333;
    cursor: pointer;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    height: 20px;
    padding-left: 8px;
    width: 148px;
}
.calendarClose {
    color: #333333;
    cursor: pointer;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    height: 20px;
    width: 55px;
}