/* CSS Document */

	.CALSTYLEcpYearNavigation,
	.CALSTYLEcpMonthNavigation
			{
			background-color:#999;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.CALSTYLEcpDayColumnHeader,
	.CALSTYLEcpYearNavigation,
	.CALSTYLEcpMonthNavigation,
	.CALSTYLEcpCurrentMonthDate,
	.CALSTYLEcpCurrentMonthDateDisabled,
	.CALSTYLEcpOtherMonthDate,
	.CALSTYLEcpOtherMonthDateDisabled,
	.CALSTYLEcpCurrentDate,
	.CALSTYLEcpCurrentDateDisabled,
	.CALSTYLEcpTodayText,
	.CALSTYLEcpTodayTextDisabled,
	.CALSTYLEcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.CALSTYLEcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #990000;
			border-width:0 0 1 0;
			}
	.CALSTYLEcpCurrentMonthDate,
	.CALSTYLEcpOtherMonthDate,
	.CALSTYLEcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.CALSTYLEcpCurrentMonthDateDisabled,
	.CALSTYLEcpOtherMonthDateDisabled,
	.CALSTYLEcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.CALSTYLEcpCurrentMonthDate
			{
			color:#000000;
			font-weight:bold;
			}
	.CALSTYLEcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.CALSTYLEcpOtherMonthDate
			{
			color:#808080;
			}
	TD.CALSTYLEcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #990000;
			border-width:1;
			border:solid thin #000000;
			}
	TD.CALSTYLEcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.CALSTYLEcpTodayText,
	TD.CALSTYLEcpTodayTextDisabled
			{
			border:solid thin #990000;
			border-width:1 0 0 0;
			}
	A.CALSTYLEcpTodayText,
	SPAN.CALSTYLEcpTodayTextDisabled
			{
			height:20px;
			}
	A.CALSTYLEcpTodayText
			{
			color:#990000;
			font-weight:bold;
			}
	SPAN.CALSTYLEcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.CALSTYLEcpBorder
			{
			border:solid 3px #990000;
			}


