<STYLE>
	.KalendarcpYearNavigation,
	.KalendarcpMonthNavigation
			{
			background-color:#CCCCCC;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#000000;
			font-weight:bold;
			}
	.KalendarcpDayColumnHeader,
	.KalendarcpYearNavigation,
	.KalendarcpMonthNavigation,
	.KalendarcpCurrentMonthDate,
	.KalendarcpCurrentMonthDateDisabled,
	.KalendarcpOtherMonthDate,
	.KalendarcpOtherMonthDateDisabled,
	.KalendarcpCurrentDate,
	.KalendarcpCurrentDateDisabled,
	.KalendarcpTodayText,
	.KalendarcpTodayTextDisabled,
	.KalendarcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.KalendarcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #CCCCCC;
			border-width:0 0 0 0;
			}
	.KalendarcpCurrentMonthDate,
	.KalendarcpOtherMonthDate,
	.KalendarcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.KalendarcpCurrentMonthDateDisabled,
	.KalendarcpOtherMonthDateDisabled,
	.KalendarcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.KalendarcpCurrentMonthDate
			{
			color:#FF4900;
			font-weight:bold;
			}
	.KalendarcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.KalendarcpOtherMonthDate
			{
			color:#808080;
			}
	TD.KalendarcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #FF4900;
			border-width:1;
			border:solid thin #000000;
			}
	TD.KalendarcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.KalendarcpTodayText,
	TD.KalendarcpTodayTextDisabled
			{
			border:solid thin #FF4900;
			border-width:0 0 0 0;
			}
	A.KalendarcpTodayText,
	SPAN.KalendarcpTodayTextDisabled
			{
			height:20px;
			text-decoration:none;
			}
	A.KalendarcpTodayText
			{
			color:#FF4900;
			font-weight:bold;
			text-decoration:none;
			}
	SPAN.KalendarcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.KalendarcpBorder
			{
			border:solid thin #FF4900;
			}
</STYLE>