.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			font: 13px Arial;
			background-color: #f04000;
			text-align: center;
			vertical-align: middle;
			text-decoration:none;
			color:#FFFFFF;
			height: 25px;
			font-weight: bold;
			}
	.TESTcpDayColumnHeader {
	
			font: 10px Arial;
	}
	
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
	{
		font-family: arial;
		color: orange;
		font-size: 16px;
	}
	TH.TESTcpDayColumnHeader
		{
			text-align: right;
			border-bottom: 1px solid black;
			padding-right: 3px;
		}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			padding-right: 3px;
			color:#d0d0d0;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color: black;
			font-weight:bold;
			padding-right: 2px;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			padding-right: 3px;
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			padding-right: 3px;
			color:#FFFFFF;
			background-color: #f04000;
			border-width: 1px;
			border:solid thin #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			padding-right: 3px;
			border-width: 1px;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width: 1px 0px 0px 0px;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			background-color: #f8faff;
			border: 2px solid red;
	}
	
	TD.TESTcpCurrentMonthDate {
	
		padding-right: 3px;
	}
