/* CSS Document */

	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			text-decoration:none;
			background-color: #CC9900;
			font-weight:bold;
			text-align:center;
			color: black;
			}
	.TESTcpMonthNavigation A
			{
			color: black;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			text-align:center;
			font-family: Tahoma, Arial;
			font-size:11px;
			padding: 3px 3px 3px 3px;
			margin: 3px 3px 3px 3px;
			margin: 0px 0px 0px 0px !ie;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:center;
			background-color: #CC9900;
			font-weight:bold;
			width: 25px;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate A
			{
			color:#000000;
			text-align:center;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			height: 14px;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#CCCCCC;
			text-align:center;
			text-decoration:line-through;
			font-weight:normal;
			}
	.TESTcpCurrentMonthDate A
			{
			color:#000000;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight: normal;
			}
	.TESTcpOtherMonthDate
			{
			background-color: #EEEEEE;
			}
	.TESTcpOtherMonthDate A
			{
			color: #000000;
			}
	TD.TESTcpCurrentDate
			{
			background-color: #CC9900;
			}
	TD.TESTcpCurrentDate A
			{
			color: #FFFFFF;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border:1px solid #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:1px solid #DDDDDD;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color: #000000;
			font-weight: normal;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color: #D0D0D0;
			}
	.TESTcpBorder
			{
			border: 1px solid #CC9900;
			}


