.cpYearNavigation, .cpMonthNavigation {
	background-color: #0066a8;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
	color: #ffffff;
	font-family: arial;
	font-size: 8pt;
}

A.cpText {
	_color: #0066a8;
	font-family: arial;
	font-size: 8pt;
}

TD.cpDayColumnHeader {
	background-color: #97bbce;
	text-align: center;
	border: solid thin #0066a8;
	border-width: 0 0 1 0;
}

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
	color: #0066a8;
	text-align: center;
	text-decoration: none;
}

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {
	color: #d0d0d0;
	text-align: right;
	text-decoration: line-through;
}

.cpCurrentDate, A.cpCurrentDate {
	color: #ffffff;
	font-weight: bold;
}

.cpOtherMonthDate {
	color: #808080;
}

TD.cpCurrentDate {
	color: #ffffff;
	background-color: #0066a8;
	border-width: 1;
	border: solid thin #0066a8;
}

TD.cpCurrentDateDisabled {
	border-width: 1;
	border: solid thin #ffaaaa;
}

TD.cpTodayText, TD.cpTodayTextDisabled {
	display: none;
	border: solid thin #0066a8;
	border-width: 1 0 0 0;
}

A.cpTodayText, SPAN.cpTodayTextDisabled {
	height: 20px;
}

A.cpTodayText {
	color: #0066a8;
	font-weight: bold;
}

SPAN.cpTodayTextDisabled {
	color: #d0d0d0;
}

.cpBorder {
	border: 1px #0066a8 solid;
	border-collapse: collapse;
}