.clsBody
{
    BORDER-RIGHT: #C6D7DA thin solid;
    BORDER-TOP: #C6D7DA thin solid;
    BORDER-LEFT: #C6D7DA thin solid;
    BORDER-BOTTOM: #C6D7DA thin solid;
}

.clsCurrentWeek {
    color: #ffffff;
    font-size : 12px;
    text-decoration : none;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap;
        BORDER-TOP: #C6D7DA thin solid;
        BORDER-BOTTOM: #C6D7DA thin solid;
    BACKGROUND-COLOR: #8CC6FF;
        FONT-WEIGHT: bolder;
        font-weight: bold
}

.clsCurrentWeek2 {
    color: #000000;
    font-size : 12px;
    text-decoration : none;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap;
        BORDER-TOP: #C6D7DA thin solid;
        BORDER-BOTTOM: #C6D7DA thin solid;
        FONT-WEIGHT: bolder;
        font-weight: bold
}

.clsDayName{
    color: #0C0B5F;
    BACKGROUND-COLOR: #bbbaf5;
    font-size : 12px;
    text-decoration : none;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap
}
.clsCurrentDay {
    color: #ffffff;
    BACKGROUND-COLOR: #398CE7;
    font-size : 12px;
    text-decoration : none;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    FONT-WEIGHT: bolder;
        font-weight: bold
}
.clsWorkDay{
    color: #000000;
    BACKGROUND-COLOR: #dbeaf5;
    font-size : 12px;
    text-decoration : none;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap
}
.clsWorkDay:hover{
    color: #009400;
    BACKGROUND-COLOR: #dbeaf5;
    font-size : 12px;
    text-decoration : underline;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap
}
.clsWorkDayOtherMonth{
    color: #000000;
    font-size : 12px;
    text-decoration : none;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap
}
.clsWeekEnd{
    color: #FF0000;
    BACKGROUND-COLOR: #dbeaf5;
    font-size : 12px;
    text-decoration : none;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap
}
.clsWeekEnd:hover{
    color: #009400;
    BACKGROUND-COLOR: #dbeaf5;
    font-size : 12px;
    text-decoration : underline;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap
}
.clsWeekEndOtherMonth{
    color: #FF0000;
    font-size : 12px;
    text-decoration : none;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap
}
