.calendar {
	position: absolute;
	background-color: #FFFFFF;
}
.cpYearNavigation, .cpMonthNavigation {
	background-color:#EFEFEF;
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
TD.cpDayColumnHeader {
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E5E5E;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
	text-align: right;
	text-decoration: none;
}
.cpCurrentMonthDateDisabled,  .cpOtherMonthDateDisabled,  .cpCurrentDateDisabled {
	color:#EFEFEF;
	text-align:right;
	text-decoration:line-through;
}
.cpCurrentMonthDate {
	color:#5E5E5E;
	font-weight:bold;
}
.cpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}
.cpOtherMonthDate {
	color:#C9C9C9;
}
TD.cpCurrentDate {
	color:#FFFFFF;
	background-color: #990000;
	border-width: 1px;
	border:solid thin #000000;
}
TD.cpCurrentDateDisabled {
	border-width: 1px;
	border:solid thin #FFAAAA;
}
TD.cpTodayText,  TD.cpTodayTextDisabled {
	border:solid thin #5E5E5E;
	border-width: 1px 0px 0px 0px;
}
A.cpTodayText,  SPAN.cpTodayTextDisabled {
	height:20px;
}
A.cpTodayText {
	color:#5E5E5E;
	font-weight:bold;
}
SPAN.cpTodayTextDisabled {
	color:#D0D0D0;
}
.cpBorder {
	border:solid thin #5E5E5E;
}
