	.CalendarDIVcpYearNavigation,
	.CalendarDIVcpMonthNavigation
			{
			background-color:#6677DD;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.CalendarDIVcpDayColumnHeader,
	.CalendarDIVcpYearNavigation,
	.CalendarDIVcpMonthNavigation,
	.CalendarDIVcpCurrentMonthDate,
	.CalendarDIVcpCurrentMonthDateDisabled,
	.CalendarDIVcpOtherMonthDate,
	.CalendarDIVcpOtherMonthDateDisabled,
	.CalendarDIVcpCurrentDate,
	.CalendarDIVcpCurrentDateDisabled,
	.CalendarDIVcpTodayText,
	.CalendarDIVcpTodayTextDisabled,
	.CalendarDIVcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.CalendarDIVcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #6677DD;
			border-width:0 0 1 0;
			}
	.CalendarDIVcpCurrentMonthDate,
	.CalendarDIVcpOtherMonthDate,
	.CalendarDIVcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.CalendarDIVcpCurrentMonthDateDisabled,
	.CalendarDIVcpOtherMonthDateDisabled,
	.CalendarDIVcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.CalendarDIVcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.CalendarDIVcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.CalendarDIVcpOtherMonthDate
			{
			color:#808080;
			}
	TD.CalendarDIVcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1;
			border:solid thin #000000;
			}
	TD.CalendarDIVcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.CalendarDIVcpTodayText,
	TD.CalendarDIVcpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width:1 0 0 0;
			}
	A.CalendarDIVcpTodayText,
	SPAN.CalendarDIVcpTodayTextDisabled
			{
			height:20px;
			}
	A.CalendarDIVcpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.CalendarDIVcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.CalendarDIVcpBorder
			{
			border:solid thin #6677DD;
			}
