#testdiv1 {
	position:absolute;
	visibility:hidden;
	background-color:white;
	layer-background-color:white;
	margin-left:152px;
}

.TESTcpYearNavigation,
.TESTcpMonthNavigation
{
	background-color:#4A81AA;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
	font-family:arial;
	font-size:8pt;
}
TD.TESTcpDayColumnHeader
{
	text-align:center;
	border:none;
	color: #666;
}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
	text-align:center;
	text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.TESTcpCurrentMonthDate
{
	color:#4A81AA;
	font-weight:bold;
}
.TESTcpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}
.TESTcpOtherMonthDate
{
	color:#808080;
}
TD.TESTcpCurrentDate
{
	color:#FFFFFF;
	background-color: #4A81AA;
	border-width:1;
	border:solid thin #4A81AA;
}
TD.TESTcpCurrentDateDisabled
{
	border-width:1;
	border:solid thin #FFAAAA;
}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
	border:none;
	text-align:center;
}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
	height:20px;
}
A.TESTcpTodayText
{
	color:#4A81AA;
	font-weight:bold;
}
A.TESTcpTodayText:hover{text-decoration:underline;}
SPAN.TESTcpTodayTextDisabled
{
	color:#D0D0D0;
}
.TESTcpBorder
{
	border:solid thin #4A81AA;
}