/* CSS Document */
.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#93282B;
	font-weight:bold;
	background-color: #F0E4CF;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border:solid 1 #93282b;
			border-width:0 0 1 0;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0CFCF;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:#660000;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #660000;
			border-width:1;
			border:solid 1 #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid 1 #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:solid 1 #93282b;
			border-width:1 0 0 0;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#660000;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#C8B185;
			}
	.TESTcpBorder
			{
			border:1 solid #000000;
			}
#testdiv1 {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	visibility: hidden;
	position: absolute;
	z-index: 1;
}

