.cpMonthNavigation {
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	cursor: pointer; 
}

.cpDayColumnHeader, .cpMonthNavigation, .cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate, .cpTodayText, .cpText {
	font-family:arial; 
	font-size:8pt;
}

TD.cpDayColumnHeader {
	text-align:right;
	border:solid thin #C0C0C0;
	border-width:0px 0px 1px 0px;
}

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
	text-align:right;
	text-decoration:none;
}

.cpCurrentMonthDate, .cpCurrentDate {
	color:#000000;
}

.cpCurrentMonthDate a:hover {
	border: 1px solid #9FDD86;
	padding-left: 2px;
	padding-right: 2px;
}

.cpOtherMonthDate {
	color:#808080;
}

TD.cpCurrentDate {
	background-color:#9FDD86;;
	border-width:1px;
	border:solid thin #888;
}

.cpBorder { 
	background-color:#9FDD86;
}

.cpWrongDay {
	display:none;
	color:#f00;
	font-size:8pt;
}
