	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			text-align: center;
			vertical-align: middle;
			color: #000000;
			height: 25px;
			padding: 2px;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:verdana;
			font-size:7pt;
			}
	TD.TESTcpDayColumnHeader
			{
			background-color: #cccccc;
			text-align: center;
			height: 15px;
			font-weight: bold;
			color: #333333;
			border:solid 1px #999999;
			border-width:1 0 1 0;
			}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	height: 14px;
	width: 18px;
	background-color: #e5e5e5;
}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align: center;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color: #cc0000;
			}
	.TESTcpCurrentDate
			{
			color: #ffffff;
			background-color: #cc0000;
			font-weight: bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			border-width: 0px;
			border-color: #666666;
			border-style: solid;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width: 0px;
			border:solid 0px #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
				background-color: #e5e5e5;
			border:solid 1px #990000;
			border-width:1 0 0 0;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			vertical-align: middle;
			height: 15px;
			}
	A.TESTcpTodayText
			{
			color:#990000;
			font-weight: bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:solid 0px #999999;
			}
