.currentMonth
{
    COLOR: darkblue;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.prevMonth
{
    COLOR: darkslategray;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.nextMonth
{
    COLOR: darkslategray;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.selectedDay
{
    COLOR: darkred;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.2DcurrentMonth
{
    BACKGROUND-IMAGE: url(..\images\ICalendar\greyBtn.gif);
    BACKGROUND-REPEAT: no-repeat;
    COLOR: darkblue;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.2DprevMonth
{
    BACKGROUND-IMAGE: url(..\images\ICalendar\GreenBtn.gif);
    BACKGROUND-REPEAT: no-repeat;
    COLOR: darkblue;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.2DnextMonth
{
    BACKGROUND-IMAGE: url(..\images\ICalendar\GreenBtn.gif);
    BACKGROUND-REPEAT: no-repeat;
    COLOR: darkblue;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.2DselectedDay
{
    BACKGROUND-IMAGE: url(..\images\ICalendar\redBtn.gif);
    BACKGROUND-REPEAT: no-repeat;
    COLOR: darkblue;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.3DcurrentMonth
{
    BACKGROUND-IMAGE: url(..\images\ICalendar\3DGreyBtn.gif);
    BACKGROUND-POSITION: center bottom;
    BACKGROUND-REPEAT: no-repeat;
    COLOR: darkblue;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.3DprevMonth
{
    BACKGROUND-IMAGE: url(..\images\ICalendar\3DGreenBtn.gif);
    BACKGROUND-POSITION: center bottom;
    BACKGROUND-REPEAT: no-repeat;
    COLOR: darkslategray;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.3DnextMonth
{
    BACKGROUND-IMAGE: url(..\images\ICalendar\3DGreenBtn.gif);
    BACKGROUND-POSITION: center bottom;
    BACKGROUND-REPEAT: no-repeat;
    COLOR: darkslategray;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.3DselectedDay
{
    BACKGROUND-IMAGE: url(..\images\ICalendar\3DRedBtn.gif);
    BACKGROUND-POSITION: center bottom;
    BACKGROUND-REPEAT: no-repeat;
    COLOR: darkred;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9px;
    HEIGHT: 19px;
    TEXT-ALIGN: center;
    WIDTH: 29px
}
.calendarStyle
{
    DISPLAY: none;
    LEFT: 60pt;
    POSITION: absolute;
    TOP: 50pt;
    Z-INDEX: 100
}
.daysHeader
{
    COLOR: darkblue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    TEXT-ALIGN: center
}
.dataSelect
{
    COLOR: #3c6cb1;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px
}
.calendarLabels
{
    COLOR: honeydew;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    TEXT-ALIGN: center
}
.selectedDayText
{
    COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px
}
.helpText
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    TEXT-ALIGN: right
}
.helpTitle
{
    COLOR: darkblue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center
}

