	.popupcalendar a {
		color: #c4beaa;
		text-decoration: none
	}

	.CALENDARcpYearNavigation,
	.CALENDARcpMonthNavigation
			{
				background-color: #5e5541;
				text-align: center;
				vertical-align: center;
				text-decoration: none;
				font-weight: bold
			}

	.CALENDARcpDayColumnHeader,
	.CALENDARcpYearNavigation,
	.CALENDARcpMonthNavigation,
	.CALENDARcpCurrentDate,
	.CALENDARcpCurrentDateDisabled,
	.CALENDARcpCurrentMonthDate,
	.CALENDARcpCurrentMonthDateDisabled,
	.CALENDARcpTodayText,
	.CALENDARcpOtherMonthDate,
	.CALENDARcpOtherMonthDateDisabled,
	.CALENDARcpTodayTextDisabled,
	.CALENDARcpText {
				font-family: arial;
				font-size: 11px;
				color: #c4beaa
			}
	TD.CALENDARcpDayColumnHeader
			{
			text-align: right;
			border-bottom: 1px solid #544a35;
			}
	.CALENDARcpCurrentMonthDate,
	.CALENDARcpOtherMonthDate,
	.CALENDARcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.CALENDARcpCurrentMonthDate a
			{
				color: #544a35
			}
	.CALENDARcpOtherMonthDate
			{
				color: #000000;
			}
	TD.CALENDARcpCurrentDate
			{
				background-color: #f2eee2
			}
	TD.CALENDARcpCurrentDate a {
				color: #544a35
			}
	TD.CALENDARcpCurrentDateDisabled
			{
				border: 1px solid #000000
			}
	TD.CALENDARcpTodayText,
	TD.CALENDARcpTodayTextDisabled
			{
				border-top: 1px solid #544a35;
				color: #544a35
			}
	A.CALENDARcpTodayText,
	SPAN.CALENDARcpTodayTextDisabled
			{
				height: 20px
			}
	A.CALENDARcpTodayText
			{
				color: #544a35;
				font-size: 11px
			}
	SPAN.CALENDARcpTodayTextDisabled
			{
				color: #9a8d6f;
			}
	.CALENDARcpBorder
			{
			border: 1px solid #5e5541;
			}
