	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#CCCCCC;
			text-align:center;
			padding-top: 4px;
			padding-bottom: 4px;
			vertical-align:center;
			font-size: 11px;
			text-decoration:none;
			color:black;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:Tahoma;
			}
	TD.TESTcpDayColumnHeader
			{
			color:#000000;
			font-size: 10px;
			text-align:center;
			font-weight:bold;
			background-color:#dddddd;
			padding-left: 3px;
			padding-right: 3px;
			padding-top: 3px;
			padding-bottom: 3px;
			border:solid thin #999999;
			border-width:0 0 1 0;
			}
	.TESTcpOtherMonthDate,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentDate
			{
			font-size: 10px;
			padding: 3px;
			font-weight:normal;
			text-align:center;
			text-decoration:none;
			}

	A:hover.TESTcpOtherMonthDate,
	A:hover.TESTcpCurrentDate,
	A:hover.TESTcpCurrentMonthDate
			{
			font-size: 10px;
			font-weight:normal;
			font-family:Tahoma;
			}

	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:center;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:black;
			padding: 3px;
			}

	.TESTcpCurrentDate
			{
			color:#000000;
			}

	.TESTcpOtherMonthDate
			{
			color:#cccccc;
			}
			
	TD.TESTcpCurrentDate
			{
			color:#000000;
			background-color: #dddddd;
			border: 0px solid red;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:1px solid #999999;
			border-width:1 0 0 0;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{

			}
	A.TESTcpTodayText
			{
			font-size: 10px;
			padding-bottom: 0px;
			height:15px;
			font-weight:bold;
			color: black;
			text-decoration: none;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:1px solid #999999;
			}