/*
#VERSION_HISTORY_START

V1.0 - 24/06/10 TS
- css moved from included .htm file

#VERSION_HISTORY_END
*/

.cpMonthNavigation {
	background-color: #000099;
	color: #000000;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}

.cpMonthNavigation select, .cpYearNavigation select{
	background-color: #FFFFFF;
	font-weight: bold;
}

.cpYearNavigation {
	background-color: #000099;
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.cpBorder {
	border: solid thin #000099;
}

.cpDayColumnHeader {
	font-weight: bold;
}

.cpCurrentMonthDate {
	font-weight: bold;
}

.cpCurrentMonthDate:hover {
	color: #FF0000;
}

.cpTodayText {
	font-weight: bold;
}
