#calendarForm
{
	position:absolute;
	visibility:hidden;
	background-color:#000000;
	color:#FAEBD7;
	layer-background-color:red;
	font-family: Verdana, MS Sans Serif, serif;
	font-size:11px;
}

.TESTcpYearNavigation,
.TESTcpMonthNavigation
{
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
}

.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
	font-family:arial;
}

TD.TESTcpDayColumnHeader
{
	text-align:right;
	background-color:#000000;
}
		
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}

.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
	text-align:right;
	text-decoration:line-through;
}

.TESTcpCurrentMonthDate
{
	font-weight:bold;
}

.TESTcpCurrentDate
{
	font-weight:bold;
}

.TESTcpOtherMonthDate
{
	color:#808080;
}

TD.TESTcpCurrentDate
{
	background-color: #ffffff;
	color: #000000;
	border-width:1;
	border:solid thin #FAEBD7;
}

TD.TESTcpCurrentDateDisabled
{
	border-width:1;
	border:solid thin #FAEBD7;
}

TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
	border:solid thin #FAEBD7;
	border-width:1 0 0 0;
}

A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
	height:20px;
}

A.TESTcpTodayText
{
	color:#FAEBD7;
	font-weight:bold;
}

SPAN.TESTcpTodayTextDisabled
{
	color:#ffffff;
}

.TESTcpBorder
{
	border:solid thin #FAEBD7;
}