table.calendar {
    width: 140px;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #000;
    background-color: #4A479A;
    border: 2px solid #fff;
}
td.calendarHeader {
    background-color: #6A9C2B;
    color: #fff;
}
td.calendar {
    background-color: #fff;
    padding: 0px;
    height: 16px;
}
td.calendar_saturday, td.calendar_sunday {
    background-color: #A7CF35;
    padding: 0px;
    height: 16px;
}
td.calendarMonth {
    background-color: #9BC348;
}
td#calendarToday {
    font-weight: bold;
}
table.calendar_head_block {
    width:140px;
}
table.calendar_head_block a {
    color: #fff;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
}
td.calendarMonth {
    color: #fff;
    font-weight: bold;
    font-family: Verdana;
    font-size: 14px;
}
td.calendar_block {
    background-color: #9BC348;
    width: 176px;
}
td.calendar_inner_block {
    padding-top: 10px;
}
td.calendar_month_block {
    padding-top: 7px;
}
td.calendar_explain {
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}
td.calendar_explain_text {
    padding-left: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
    height: 16px;
}

div.cathalog_status {
    text-align: center;
    color: #000;
}
a.cathalog_status {
    color: #000;
    text-decoration: none;
}
img.cathalog_status {
    width: 15px;
    height: 12px;
    background-color: #fff;
}
div.cathalog_status1 {
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 1px;
    color: #fff;
}
a.cathalog_status1 {
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none;
}
img.cathalog_status1 {
    width: 15px;
    height: 12px;
    background-color: #CA0201;
}
div.cathalog_status2 {
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 1px;
    color: #000;
}
a.cathalog_status2 {
    height: 100%;
    width: 100%;
    color: #000;
    text-decoration: none;
}
img.cathalog_status2 {
    width: 15px;
    height: 12px;
    background-color: #FFB3B3;
}