.CALcpYearNavigation,
.CALcpMonthNavigation {
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:center;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

.CALcpDayColumnHeader,
.CALcpYearNavigation,
.CALcpMonthNavigation,
.CALcpCurrentMonthDate,
.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDate,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDate,
.CALcpCurrentDateDisabled,
.CALcpTodayText,
.CALcpTodayTextDisabled,
.CALcpText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

TD.CALcpDayColumnHeader	{
	text-align:center;
	color:#e32f31;
	border:solid 1px #000000;
	border-width:0px 0px 1px 0px;
	background-color: #ffffff;
	font-weight:bold;
}

.CALcpCurrentMonthDate,
.CALcpOtherMonthDate,
.CALcpCurrentDate {
	text-align:right;
	text-decoration:none;
}

.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}

.CALcpCurrentMonthDate {
	color:#2a3d82;
	font-weight:bold;
}
.CALcpCurrentMonthDate:hover {
	color:#e32f31;
	font-weight:bold;
}

A.CALcpCurrentDate {
	color: #e32f31;
	font-weight:bold;
}

.CALcpOtherMonthDate {
	color:#808080;
}

TD.CALcpCurrentDate	{
	color:#FFFFFF;
	background-color: #FFFFFF;
	border-width:1;
	border:solid thin #e32f31;
}

TD.CALcpCurrentDateDisabled	{
	border-width:1;
	border:solid thin #FFAAAA;
}

TD.CALcpTodayText,
TD.CALcpTodayTextDisabled {
	border:solid 1px #000000;
	border-width:1px 0px 0px 0px;
}

A.CALcpTodayText,
SPAN.CALcpTodayTextDisabled {
	height:20px;
}

A.CALcpTodayText {
	color:#e32f31;
	font-weight:bold;
}

SPAN.CALcpTodayTextDisabled {
	color:#D0D0D0;
}

.CALcpBorder {
	border:solid 1px #000000;
}
