	.CALCSScpYearNavigation,
	.CALCSScpMonthNavigation
			{
			background-color: Silver;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color: Black;
			font-weight:bold;
			}
	.CALCSScpDayColumnHeader,
	.CALCSScpYearNavigation,
	.CALCSScpMonthNavigation,
	.CALCSScpCurrentMonthDate,
	.CALCSScpCurrentMonthDateDisabled,
	.CALCSScpOtherMonthDate,
	.CALCSScpOtherMonthDateDisabled,
	.CALCSScpCurrentDate,
	.CALCSScpCurrentDateDisabled,
	.CALCSScpTodayText,
	.CALCSScpTodayTextDisabled,
	.CALCSScpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.CALCSScpDayColumnHeader
			{
			text-align:right;
			border: 1px solid Silver;
			border-width:0 0 1 0;
			}
	.CALCSScpCurrentMonthDate,
	.CALCSScpOtherMonthDate,
	.CALCSScpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.CALCSScpCurrentMonthDateDisabled,
	.CALCSScpOtherMonthDateDisabled,
	.CALCSScpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.CALCSScpCurrentMonthDate
			{
			color: Black;
			}
	.CALCSScpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.CALCSScpOtherMonthDate
			{
			color:#808080;
			}
	TD.CALCSScpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1;
			border:solid thin #000000;
			}
	TD.CALCSScpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.CALCSScpTodayText,
	TD.CALCSScpTodayTextDisabled
			{
			border: 1px solid Silver;
			border-width:1 0 0 0;
			}
	A.CALCSScpTodayText,
	SPAN.CALCSScpTodayTextDisabled
			{
			height:20px;
			}
	A.CALCSScpTodayText
			{
			color: Black;
			}
	SPAN.CALCSScpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.CALCSScpBorder
			{
			border: thin ridge;
			}
