/* calendar */
.CALcpYearNavigation, .CALcpMonthNavigation {
	background-color:#C3D5EE;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.CALcpDayColumnHeader,.CALcpYearNavigation,.CALcpMonthNavigation,.CALcpCurrentMonthDate,
.CALcpCurrentMonthDateDisabled,.CALcpOtherMonthDate,.CALcpOtherMonthDateDisabled,
.CALcpCurrentDate,.CALcpCurrentDateDisabled,.CALcpTodayText,.CALcpTodayTextDisabled,
.CALcpText {
	font-family:Arial;
	font-size:8pt;
}
TD.CALcpDayColumnHeader {
	text-align: center;
}
.CALcpCurrentMonthDate,.CALcpOtherMonthDate,.CALcpCurrentDate {
	text-align:right;
	text-decoration:none;
}
.CALcpCurrentMonthDateDisabled,.CALcpOtherMonthDateDisabled,.CALcpCurrentDateDisabled {
	color:#d6d6d6;
	text-align:right;
	/*text-decoration:line-through;*/
}
.CALcpCurrentMonthDate {
	color:#000000;
	font-weight:bold;
}
.CALcpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}
.CALcpOtherMonthDate {
	color:#808080;
}
TD.CALcpCurrentDate {
	color:#FFFFFF;
	background-color: #A00C1E;
	border:solid 1px black;
}
TD.CALcpCurrentDateDisabled {
	border:solid 1px #FFAAAA;
}
TD.CALcpTodayText, TD.CALcpTodayTextDisabled {
}
.CALcpYearNavigation a,.CALcpMonthNavigation a,.CALcpCurrentMonthDate a, .CALcpCurrentDate a, .CALcpOtherMonthDate a {
	border: none;
}
A.CALcpTodayText, SPAN.CALcpTodayTextDisabled {
	height:0px;
}
A.CALcpTodayText {
	color:#6677DD;
	font-weight:bold;
}
SPAN.CALcpTodayTextDisabled {
	color:#D0D0D0;
}
.CALcpBorder {
	border:solid 1px #C3D5EE;
}