.CALcpYearNavigation,
.CALcpMonthNavigation
		{
		background:#333;
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
		color:#fff;
		height:17px;
		}
.CALcpYearNavigation a,
.CALcpMonthNavigation a
		{
		font-weight: bold;
		color: #fff;
		background: transparent;
		}
.CALcpDayColumnHeader,
.CALcpYearNavigation,
.CALcpMonthNavigation,
.CALcpCurrentMonthDate,
.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDate,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDate,
.CALcpCurrentDateDisabled,
.CALcpTodayText,
.CALcpTodayTextDisabled,
.CALcpText
		{
		font-family:arial;
		font-size:8pt;
		}
TD.CALcpDayColumnHeader
		{
		text-align:center;
		border-bottom:1px solid #B9C2D4;
		}
.CALcpCurrentMonthDate,
.CALcpOtherMonthDate,
.CALcpCurrentDate
		{
		text-align:center;
		text-decoration:none;
		}
.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDateDisabled
		{
		color:#D0D0D0;
		text-align:center;
		text-decoration:line-through;
		}
.CALcpCurrentMonthDate a
		{
			color:#000;
			display: block;
			border:1px solid #ffffff;
		}
.CALcpCurrentMonthDate a:hover
		{
			text-decoration: none;
			background: #f4f4f4;
			border:1px solid #CC0000;
		}
.CALcpCurrentDate
		{
		font-weight:bold;
		}
.CALcpOtherMonthDate a
		{
		color:#808080;
		}
TD.CALcpCurrentDate a
		{
		background: #f4f4f4;
		display: block;
		border:1px solid #CC0000;
		}
TD.CALcpCurrentDateDisabled
		{
		border:1px solid #FFAAAA;
		}
TD.CALcpTodayText,
TD.CALcpTodayTextDisabled
		{
		background: #f4f4f4;
		border:1px solid #B9C2D4;
		}
A.CALcpTodayText,
SPAN.CALcpTodayTextDisabled
		{
		height:18px;
		}
A.CALcpTodayText
		{
		color:#666;
		font-weight:bold;
		}
SPAN.CALcpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.CALcpBorder
		{
		border:1px solid #7F9DB9;
		border-collapse: collapse;
		}