	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#FF9900;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			height:25px;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;		
			}

	.TESTcpDayColumnHeader a:link, .TESTcpDayColumnHeader a:visited,
	.TESTcpYearNavigation a:link, .TESTcpYearNavigation a:visited,
	.TESTcpMonthNavigation a:link, .TESTcpMonthNavigation a:visited,
	.TESTcpCurrentMonthDate a:link, .TESTcpCurrentMonthDate a:visited,
	.TESTcpCurrentMonthDateDisabled a:link, .TESTcpCurrentMonthDateDisabled a:visited,
	.TESTcpOtherMonthDate a:link, .TESTcpOtherMonthDate a:visited,
	.TESTcpOtherMonthDateDisabled  a:link, .TESTcpOtherMonthDateDisabled  a:visited,
	
	.TESTcpCurrentDateDisabled a:link, .TESTcpCurrentDateDisabled a:visited,
	.TESTcpTodayText a:link, .TESTcpTodayText a:visited,
	.TESTcpTodayTextDisabled a:link, .TESTcpTodayTextDisabled a:visited,
	.TESTcpText a:link, .TESTcpText a:visited {
		text-decoration:none;
		display:block;
		background:#f4f4f4;
		padding:1px;
		margin:0px;
		/*color:#333333;*/
		}
	.TESTcpCurrentDate a:link, .TESTcpCurrentDate a:visited {
		text-decoration:none;
		color:#FFFFFF;
		}
	.TESTcpDayColumnHeader a:hover, .TESTcpDayColumnHeader a:active,
	.TESTcpYearNavigation a:hover, .TESTcpYearNavigation a:active,
	.TESTcpMonthNavigation a:hover, .TESTcpMonthNavigation a:active,
	.TESTcpCurrentMonthDate a:hover, .TESTcpCurrentMonthDate a:active,
	.TESTcpCurrentMonthDateDisabled a:hover, .TESTcpCurrentMonthDateDisabled a:active,
	.TESTcpOtherMonthDate a:hover, .TESTcpOtherMonthDate a:active,
	.TESTcpOtherMonthDateDisabled  a:hover, .TESTcpOtherMonthDateDisabled  a:active,
	.TESTcpCurrentDate a:hover, .TESTcpCurrentDate a:active,
	.TESTcpCurrentDateDisabled a:hover, .TESTcpCurrentDateDisabled a:active,
	.TESTcpTodayText a:hover, .TESTcpTodayText a:active,
	.TESTcpTodayTextDisabled a:hover, .TESTcpTodayTextDisabled a:active,
	.TESTcpText a:hover, .TESTcpText a:active
	{
	text-decoration:none;
	color:#006699;
	}
	
	TD.TESTcpDayColumnHeader
			{
			font-size:12px;
			text-align:center;
			font-weight:bold;
			
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			font-weight:normal;
			}
	.TESTcpCurrentMonthDate
			{
			color:#666666;
			
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#999999;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color:#FF9900;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			border:none;
			padding:1px;
			border:solid 1px #ffffff;
			}
	TD.TESTcpCurrentDateDisabled
			{
		
			border:solid 1px #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			height:18px;
/*			border:solid 1px #ffffff;
			border-width:1px 0px 0px 0px;
*/			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			
			/*height:20px;*/
			}
	A.TESTcpTodayText
			{
			color:#999999;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:solid 2px #294984;
			}