/* CSS Document */
	.cpDayColumnHeader{
		background-color: #cccccc;
		font-family: "Century Gothic";
		font-size:8pt;
	}
	.cpYearNavigation,
	.cpMonthNavigation
		{
	color: #cccccc;
	background-color: #666666;
	font-family: "Century Gothic";
	font-size:10px;
	font-weight:bold;
	}
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,
	.cpCurrentDate,
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText
			{
			font-family: "Century Gothic";
			font-size:8pt;
			}
	TD.cpDayColumnHeader
			{
	text-align:center;
	color: #666666;
	font-weight:bold;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
			}
	TP.cpCurrentMonthDate,
	TP.cpOtherMonthDate
			{
			text-align:center;
			}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate
			{
			text-align:center;
			text-decoration:none;
			}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:center;
			text-decoration:line-through;
			}
	.cpCurrentMonthDate
			{
			color:#cccccc;
			font-weight:bold;
			}
	.cpCurrentDate
			{
			color: #666666;
			font-weight:bold;
			}
	.cpOtherMonthDate
			{
			color:#999999;
			}
	TD.cpCurrentDate
			{
			background-color: #cccccc;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{
			height:20px;
			}
	A.cpTodayText
			{
			color:#cccccc;
			font-weight:bold;
			}
	SPAN.cpTodayTextDisabled
			{
			color:#cccccc;
			}
	.cpBorder
			{
			border:solid thin #cccccc;
			background-color:#666666;
			}
	