.calendar_controls
{
    background: #f2f2ed; 
    border-top: solid 1px #e1e1e1; 
    border-bottom: solid 1px #e1e1e1; 
    padding: 5px;
    height: 25px;
}
.calendar_footer
{
    margin-bottom: 10px; 
    text-align: right; 
    background: #f2f2ed; 
    border-bottom: solid 1px #e1e1e1; 
    border-top: solid 1px #e1e1e1; 
    padding: 8px 10px 5px 10px;
}
/* Calendar control
=============================================================================*/
.Calendar
{
    font-family: Verdana;
    font-size: 9px;
    padding: 0; margin: 0;
    background: Transparent;
    border: solid 1px #fff;
}
.Calendar a
{
    color: #666666;
}
.Calendar a:hover
{
    background: Transparent;
    color: #be184b;
    text-decoration: underline;
}
.CalendarTitleStyle
{
    background: #fff;
    font-family: Arial;
    font-size: 17px;    
    font-weight: bold;
    letter-spacing: -.05em;
    color: #222;
}
.CalendarTitleStyle a
{
    color: #fff;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
.CalendarTitleStyle a:hover { color: #ff0000; }
.CalendarDayStyle
{
    background: #ffffff url(../_images/css/controls/DayHeader.gif) repeat-x top left;
    text-align: left;
    vertical-align: top;
    height: 90px;
    border-top: solid 1px #e9e9e9;
    line-height: 19px;
    padding-top: 0px;
}
.CalendarSelectedDayStyle
{
    font-weight: bold;
    border-top: solid 1px #636363;
    border-left: solid 1px #636363;
    border-bottom: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    line-height: 19px;
}
.CalendarOtherMonthDayStyle
{
    text-align: left;
    vertical-align: top;    
    line-height: 19px;
}
.CalendarDayHeaderStyle
{
    background: #fff;
    border-bottom: solid 1px #555;
    color: #fff;
    height: 22px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: left;
    font-size: 11px;
    font-family: Arial;
}
.CalendarWeekendDayStyle
{
    background: #fff url('../_images/css/controls/DayHeader.gif') repeat-x top left;
    text-align: left;    
    text-align: left;
    vertical-align: top;
    border-top: solid 1px #e9e9e9;
    line-height: 19px;
    padding-top: 0px;
}
.CalendarSelectorStyle
{
    border-right: solid 1px #e0dfe3;
    background: #eaeaea;
    width: 15px;
}
.CalendarTodayDayStyle
{
    text-align: left;
    vertical-align: top;
    background: #fff url(../_images/css/controls/TodayHeader.gif) repeat-x left top;
    color: #fff;
    line-height: 19px;
    border-top: solid 1px #e9e9e9;
    padding-top: 0px;
}