
	.cpYearNavigation,
	.cpMonthNavigation
			{
			background-color:#F2F2F2;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#000;
			white-space:nowrap;
			}
	A.cpYearNavigation,
	A.cpMonthNavigation
			{
			color:#000;
			font-weight:bold;
			text-decoration:none;
			text-align:center;
			display:block;
			}
	.cpDayColumnHeader,
	.cpYearNavigation,
	.cpMonthNavigation,
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,
	.cpCurrentDate,
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText
			{
			font-family:arial;
			font-size:11px;
			padding:1px;
			text-align:center;
			}
	TD.cpDayColumnHeader
			{
			color:#555;
			text-align:right;
			border:solid thin #555;
			border-width:0 0 1px 0;
			}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.cpCurrentMonthDate
			{
			color:#888;
			font-weight:bold;
			background-color:#F8F8F8;
			}
	A.cpCurrentMonthDate:hover 
			{
			background:#888;
	      padding:1px;
			color:#FFF;
			}
	.cpCurrentDate
			{
			color:#FFF;
			font-weight:bold;
			}
	.cpOtherMonthDate
			{
			color:#888;
			}
	TD.cpCurrentDate
			{
			color:#FFF;
			background-color:#316eb8;;
			}
	TD.cpCurrentDateDisabled
			{
			border:solid 1px #316eb8;;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
			border:solid thin #555;
			border-width:1px 0 0 0;
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{}
	A.cpTodayText
			{
			color:#000;
			font-weight:bold;
		  text-decoration:underline;
			}
	SPAN.cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cpBorder
			{
			margin:0 0;
			border:solid 0px #404040;
			background-color:#F8F8F8;
			width:153px;
			}

