INPUT.calendar_previousmonth
{
position: absolute;
left: 10px;
top: 5px;
width: 25px;
}

DIV.calendar_caption
{
color: #003366;
font-weight: 700;
left: 40px;
position: absolute;
text-align: center;
top: 8px;
width: 115px;
}

INPUT.calendar_nextmonth
{
position: absolute;
left: 160px;
top: 5px;
width: 25px;
}

TABLE.calendar_table
{
border-left: #003366 1px solid;
border-top: #003366 1px solid;
border-right: none;
border-bottom: none;
left: 10px;
height: 140px;
position: absolute;
top: 32px;
width: 175px;
}

TD.calendar_normalday
{
cursor: pointer;
cursor: hand;
background-color: #dee3e7;
border-bottom: #003366 1px solid;
border-right: #003366 1px solid;
color: #003366;
text-align: center;
}

TD.calendar_mouseoverday
{
cursor: pointer;
cursor: hand;
background-color: #bbbbff;
border-bottom: #003366 1px solid;
border-right: #003366 1px solid;
color: #ffffff;
text-align: center;
}

TD.calendar_normaldayblank
{
background-color: #dee3e7;
border-bottom: #003366 1px solid;
border-right: #003366 1px solid;
color: #003366;
}

TD.calendar_header
{
height: 22px;
width: 25px;
background-color: #003366;
border-right: #ffffff 1px solid;
color: #ffffff;
text-align: center;
}

TD.calendar_headersaturday
{
height: 22px;
width: 25px;
background-color: #990000;
border-right: #ffffff 1px solid;
color: #ffffff;
text-align: center;
}

TD.calendar_headersunday
{
height: 22px;
width: 25px;
background-color: #990000;
border-right: #003366 1px solid;
color: #ffffff;
text-align: center;
}

TD.calendar_selectedday
{
cursor: pointer;
cursor: hand;
text-align: left;
background-color: #9999ff;
border-bottom: #003366 1px solid;
border-right: #003366 1px solid;
color: #ffffff;
text-align: center;
}