﻿body
{
}
.calendar
{
    background-color: #ffffff;
    border-color: #3366CC;
    border-width: 1px;
    padding: 1;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #003399;
    height: 148px;
    width: 171px;
}
.calendar .WeekendDayStyle
{
    background-color: #ccccff;
    text-decoration: none;
}
.calendar .TodayDayStyle
{
    background-color: #99cccc;
    text-decoration: none;
    color: #ffffff;
}
.calendar .OtherMonthDayStyle
{
    color: #999999;
    visibility: hidden;
}
.calendar .NextPrevStyle
{
    font-size: 9pt;
    color: #ccccff;
    visibility: hidden;
}
.calendar .DayHeaderStyle
{
    background-color: #99cccc;
    color: #336666;
    height: 1px;
}
.calendar .TitleStyle
{
    background-color: #003399;
    border-color: #3366cc;
    border-width: 1px;
    font-weight: bold;
    font-size: 10pt;
    color: #ccccff;
    height: 25px;
}
.calendar .SelectedDayStyle
{
    background-color: #009999;
    text-decoration: none;
    font-weight: bold;
    color: #ccff99;
}
.calendar .SelectorStyle
{
    background-color: #99cccc;
    text-decoration: none;
    color: #336666;
}
