﻿/*********************** Calendar container ****************************/
.CalendarTbl
{
    border: solid 1px #dbe2e8;
}

.CalendarTbl a
{
    font-weight: normal;
}

.CalendarTitleTd
{
    height: 20px;
    background-color: #ffefd5;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    color: Black;
}

.CalendarContentTd
{
    padding: 5px 3px 7px 5px;
    text-align: center;
}

/*********************** Calendar control ****************************/
.calendar
{
    cursor: default;
}
.calendar td
{
    font-size: 10px;
}
.title
{
    font-weight: bold;
    background-color: #e1e6f9;
}
.day
{
    font-weight: normal;
}
.dayheader
{
    text-align: center;
    font-weight: bold;
    color:#666666;
}
.today
{
    border: solid 1px orange;
}
.weekend
{
    color: orange;
}
.othermonth
{
    color: #d3d3d3;
}

.nextprev
{
    cursor: pointer;
    height: 25px;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}
