.cpYearNavigation,
.cpMonthNavigation
{
	background-color:#999999;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	color:#FFFFFF;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
{
	font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}
A.cpCurrentMonthDate,
A.cpCurrentDate,
A.cpOtherMonthDate
{
	display: block;
}
TD.cpDayColumnHeader
{
	text-align:right;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.cpCurrentMonthDate
{
	color: #666666;
}
.cpCurrentDate
{
	color: #FFFFFF;
}
.cpOtherMonthDate
{
	color: #999999;
}
TD.cpCurrentDate
{
	color:#FFFFFF;
	background-color: #666666;
	border-width:1;
	border:solid thin #000000;
}
TD.cpCurrentDateDisabled
{
	border-width:1;
	border:solid thin #FFAAAA;
}
TD.cpTodayText,
TD.cpTodayTextDisabled
{
	padding-top: 3px;
}
A.cpTodayText,
SPAN.cpTodayTextDisabled
{
	text-decoration: none;
}
A.cpTodayText
{
	color:#666666;
}
SPAN.cpTodayTextDisabled
{
	color:#D0D0D0;
}
.cpBorder
{
	border: solid 2px #999999;
}
A.cpCurrentMonthDate:Hover,
A.cpCurrentDate:Hover,
A.cpOtherMonthDate:Hover,
A.cpTodayText:Hover,
A.cpMonthNavigation:Hover,
A.cpYearNavigation:Hover
{
	color: #000000;
}
