TD.calDayColumnHeader
{
    font-weight : bold;
    text-align : right;
    border:solid thin #808080;
    border-width:0 1 0 0;
}
TD.calCurrentDate
{
    font-family: Arial, Verdana;
    font-size:8pt;
    font-weight : bold;
    color:#FF0000;
    text-align : right;
    vertical-align:top;
    border:solid thin #808080;
    border-width:1 1 0 0;
}
TD.calCurrentMonthDate
{
    font-family: Arial, Verdana;
    font-size:8pt;
    color:#000000;
    font-weight:bold;
    text-align : right;
    vertical-align:top;
    border:solid thin #808080;
    border-width:1 1 0 0;
}
TD.calOtherMonthDate
{
    font-family: Arial, Verdana;
    font-size:8pt;
    color:#808080;
    text-align : right;
    vertical-align:top;
    border:solid thin #808080;
    border-width:1 1 0 0;
}
.calEvents
{
    font-size:9pt;
    color:#000000;
    text-align : left;
    font-weight : normal;
}