	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#EFEFEF;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#000065;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #000065;
			border-width:0 0 1 0;
			font-weight:bold;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #D9E4F9;
			/* border-width:1;
			border:solid thin #000000; */
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:solid thin #000065;
			border-width:1 0 0 0;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#000065;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			/* border:solid thin #000065; */
			}

/* Additional Settings */
.cpDayColumnHeader {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}

.cpCurrentDate, .cpCurrentMonthDate, .cpOtherMonthDate {
  text-align: right;
}

.cpCurrentMonthDate a:link,
.cpCurrentMonthDate a:active,
.cpCurrentMonthDate a:visited {
  border-width:1px;
  border-style:solid;
  border-color:#DFE6DE;
  font-weight: bold;
  color: #7799CC;
  text-decoration: none;
}

.cpCurrentMonthDate a:hover {
  color: #7799CC;
  text-decoration: none;
  border: solid 1px;
  border-color:#000000;
  background: #ffff00;
}

.cpOtherMonthDate a:link,
.cpOtherMonthDate a:active,
.cpOtherMonthDate a:visited {
  font-weight: bold;
  color: #660033;
  text-decoration: none;
}

.cpOtherMonthDate a:hover {
  color: #660033;
  text-decoration: none;
  border: solid 1px;
  border-color:#000000;
  background: #ffff00;
}

.cpDayColumnHeader,.cpMonthNavigation,.cpYearNavigation{
  font-size:10px;
  font-weight:bold;
  border-width:1px;
  border-style:solid;
  border-color:#D6DED5;
  background-color:#E4EBE3;
}

.cpWeekend {
  color: #ff0000;
}
.cpWeekend a:link,
.cpWeekend a:active,
.cpWeekend a:visited {
  border-width:1px;
  border-style:solid;
  border-color:#DFE6DE;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
}

.cpWeekend a:hover {
  color: #ff0000;
  text-decoration: none;
  border: solid 1px;
  background: #ffff00;
  border-color:#000000;
}

.cpCurrentDate a:link,
.cpCurrentDate a:active,
.cpCurrentDate a:visited {
  border-width:1px;
  border-style:solid;
  border-color:#000000;
  font-weight: bold;
  color: #003366;
  text-decoration: none;
}

.cpCurrentDate a:hover {
  color: #003366;
  text-decoration: none;
  border: solid 1px;
  background: #ffff00;
  border-color:#000000;
}
