.cpYearNavigation, .cpMonthNavigation {
	background-image: url(../images/bg_menu.gif);
	color: #000000;
	text-align: center;
	text-decoration: none;
}
	
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
	font-family:arial;
	font-size: 11px;
	padding: 2px;
}
td.cpDayColumnHeader {
	border-color:#C0C0C0;
	border-style: solid;
	border-width: 0px 0px 1px;
	text-align: right;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
	text-align: right;
	text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {
	color: #F0F0F0;
	text-align: right;
	text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate {
	color:#000000;
}

.cpCurrentDate{
	color: #000000;
	
}
.cpOtherMonthDate {
	color:#808080;
}
td.cpCurrentDate {
	border: 1px solid #CCCCCC;
	color: #000000;
	background: #f0f0f0;
}
td.cpCurrentDateDisabled {
	border: 1px solid #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled {
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled {
	height:20px;
}
a.cpTodayText {
	color: #000000;
}
.cpTodayTextDisabled {
	color: #D0D0D0;
}
.cpBorder {
	border: 1px solid #808080;
	background-color: #FFFFFF;
}