.cpYearNavigation,
.cpMonthNavigation
	{
	background: #79A064;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	margin-bottom: 1px;
	}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
	{
	font-family: arial;
	font-size: 8pt;
	}
td.cpDayColumnHeader
	{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #666;
	}
td.week_end
	{
	background: #CFDDC7;
	}
.cpCurrentMonthDate,
.cpCurrentDate,
.cpCurrentMonthDateDisabled,
.cpCurrentDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled
	{
	text-align: right;
	}
#calendardiv td a:link
	{
	font-weight: normal;
	}
#calendardiv td a.cpCurrentDate:link,
#calendardiv td a.cpCurrentDate:visited,
#calendardiv td a.cpCurrentDate:hover,
#calendardiv td a.cpCurrentDate:active
	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
#calendardiv td a.cpCurrentMonthDate:link,
#calendardiv td a.cpCurrentMonthDate:visited,
#calendardiv td a.cpCurrentMonthDate:hover,
#calendardiv td a.cpCurrentMonthDate:active
	{
	color: #000;
	text-decoration: none;
	}
#calendardiv td a.cpOtherMonthDate:link,
#calendardiv td a.cpOtherMonthDate:visited,
#calendardiv td a.cpOtherMonthDate:hover,
#calendardiv td a.cpOtherMonthDate:active
	{
	color: #999;
	text-decoration: none;
	}
#calendardiv td a.cpTodayText:link,
#calendardiv td a.cpTodayText:visited,
#calendardiv td a.cpTodayText:hover,
#calendardiv td a.cpTodayText:active
	{
	color: #5D7B4D;
	font-weight: bold;
	text-decoration: none;
	}
span.cpTodayTextDisabled
	{
	color: #999;
	text-decoration: none;
	}
span.cpCurrentMonthDateDisabled
	{
	color: #000;
	text-decoration: line-through;
	}
span.cpDayColumnHeader
	{
	color: #000;
	text-decoration: none;
	}
span.cpOtherMonthDateDisabled
	{
	color: #999;
	text-decoration: line-through;
	}
td.cpCurrentDate,
td.cpCurrentDateDisabled
	{
	background-color: #90B07F;
	border: solid 1px #000;
	}
td.cpTodayText,
td.cpTodayTextDisabled
	{
	border-top: solid 1px #666;
	}
.cpBorder
	{
	border: solid 1px #90B07F;
	}
