.cpYearNavigation,
.cpMonthNavigation {
	background-color: #f8f8f8;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
} 

.cpDayColumnHeader, 
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.cpDayColumnHeader {
	text-align: right;
	border: solid thin #c0c0c0;
	border-width: 0px 0px 1px 0px;
}

.cpCurrentMonthDate, 
.cpOtherMonthDate, 
.cpCurrentDate {
	text-align: right;
	text-decoration: none;
}

.cpCurrentMonthDateDisabled, 
.cpOtherMonthDateDisabled, 
.cpCurrentDateDisabled {
	color: #d0d0d0;
	text-align: right;
	text-decoration: line-through;
}

.cpCurrentMonthDate, 
.cpCurrentDate {
	color: #993333;
}

.cpOtherMonthDate {
	color: #7e7e7e;
}

td.cpCurrentDate {
	color: white;
	background-color: #e0e0e0;
	border-width: 1px;
	border: solid thin #993333;
}

td.cpCurrentDateDisabled {
	border-width: 1px;
	border: solid thin #ffaaaa;
}

td.cpTodayText, 
td.cpTodayTextDisabled {
	border: solid thin #c0c0c0;
	border-width: 1px 0px 0px 0px;
}

a.cpTodayText, 
span.cpTodayTextDisabled {
	height: 14px;
}

a.cpTodayText {
	color: #993333;
} 

.cpTodayTextDisabled {
	color: #d0d0d0;
}

.cpBorder {
	border: solid thin #808080;
}

