TESTcpYearNavigation,
.TESTcpMonthNavigation
{
	background-color: #6B02DD;
	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;
}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
	color:#ff0000;
	text-align:right;
	text-decoration:line-through;
}
.TESTcpCurrentMonthDate
{
	color:#000000;
	font-weight:bold;
}
.TESTcpCurrentDate
{
	color: #000000;
	font-weight:bold;
	font-size:14px;
}
.TESTcpOtherMonthDate
{
	color:#000000;
}
TD.TESTcpCurrentDate
{
	color:#FFFFFF;
	background-color: #02CDDD;
}
TD.TESTcpCurrentDateDisabled
{
	border-width:1;
	border:solid thin #FFAAAA;
}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
	border:solid thin #96B566;
	border-width:1 0 0 0;
}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
	height:20px;
}
A.TESTcpTodayText
{
	color: #6B02DD;
	font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled
{
	color:#000000;
}
.TESTcpBorder
{
	border:solid thin #6B02DD;
}

#calLayer{
	z-index:800;
	position:absolute;
	margin-left:-10%;
	background-color:#02A2DD;
	}