.calendarPopup td {
    font-size: 8pt;
    font-family:arial;
}



.TESTcpYearNavigation,
.TESTcpMonthNavigation
{
    background-color: #e9e9e9;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    color: #666666;
}

.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
    font-family:arial;
    font-size:8pt;
}
TD.TESTcpDayColumnHeader
{
    text-align:right;
}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
    color:#D0D0D0;
    text-align:right;
}
.TESTcpCurrentMonthDate
{
    color:#006699;
}
.TESTcpCurrentDate
{
    color: #006600;
}
.TESTcpOtherMonthDate
{
    color:#808080;
}

TD.TESTcpCurrentDate , TD.TESTcpCurrentDateDisabled
{
    background: #eeeeee;
    color: #303030;
    text-align: center;

}

TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
    border:solid thin #006699;
    border-width:0;
}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
    height:20px;
}
A.TESTcpTodayText
{
    color:#006699;
    font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled
{
    color:#D0D0D0;
}
.TESTcpBorder
{
    border: 0;
    background: none;
}
