/* over-ride the default CalendarPopup styles */
.cpYearNavigation, .cpMonthNavigation {
	background-color: #F0F8FF;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

TD.cpDayColumnHeader {
	text-align: right;
	border: solid thin #F0F8FF;
	border-width: 0px 0px 1px 0px;
}

TD.cpCurrentDate {
	color: white;
	background-color: #F0F8FF;
	border-width: 1px;
	border: solid thin #800000;
}

div.tcmCalendarDiv {
	position: absolute;
	visibility: hidden;
	background-color: white;
	layer-background-color: white;
}

.cpBorder {
	border: solid thin #808080;
	border-width: 1px;
}