	#mcaldiv{
		position:absolute;
		visibility:hidden;
		background-color:#fff;
		layer-background-color:white;
		border:none;
	}
	.cpYearNavigation,
	.cpMonthNavigation{
		background-color:#6F8CAC;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		color:#fff;
		font-weight:bold;
		height:22px;
		/*padding:2px;*/
		/*margin-bottom:2px;*/
	}
	a.cpMonthNavigation{
		font-size:10px;
		vertical-align:middle;
	}
	/*
	a.cpMonthNavigation img{
		background-color:#FFFFFF;
		display:block;
	}
	*/
	a.cpCurrentMonthDate:hover{
		background-color:#FFDD99;
		color:#000;
	}
	.cpDayColumnHeader,
	.cpYearNavigation,
	.cpMonthNavigation,
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,
	.cpCurrentDate,
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText{
		font-family:arial;
		font-size:8pt;
	}
	TD.cpDayColumnHeader{
		text-align:right;
		/*border:solid 1px #ccc;
		border-width:0 0 1 0;*/
		border-bottom:solid 1px #ccc;
		font-weight:bold;
	}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate{
		text-align:center;
		text-decoration:none;
	}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled{
		color:#ccc;
		text-align:right;
		text-decoration:line-through;
	}
	.cpCurrentMonthDateDisabled a,
	.cpCurrentMonthDate{
		color:#000;
		font-weight:bold;
	}
	.cpCurrentMonthDate a{
		display:block;
	}
	.cpCurrentDate{
		color:#FFFFFF;
		font-weight:bold;
	}
	.cpCurrentDate a{
		color:#CC6600;
		/*color:#fff;*/
		display:block;
	}
	.cpOtherMonthDate{
		color:#808080;
		font-weight:bold;
	}
	TD.cpCurrentDate{
		color:#CC6600;
		/*
		background-color: #ccc;
		border-width:1;
		border:solid 1px #000000;*/
		border:none;
	}
	TD.cpCurrentDateDisabled{
		border-width:1;
		border:solid 1px #FFAAAA;
	}
	TD.cpTodayText,
	TD.cpTodayTextDisabled{
		border:solid 1px #D7DCE8;
		border-width:1 0 0 0;
	}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled{
		height:20px;
	}
	A.cpTodayText{
		color:#333399;
		font-weight:bold;
	}
	SPAN.cpTodayTextDisabled{
		color:#D0D0D0;
	}
	.cpBorder{
		border:solid 1px #6F8CAC;
	}