.calendar_highlightdayspan {
  padding:1 5px 1 5px;
}
.calendar_navigation {
  background-color: #006699;
  padding: 2px;
  text-transform: capitalize
}
.calendar_table {
  font-family: Verdana, serif;
  font-size: 0.8em;
  width:15em;
  border: 1px solid #2F5F87;
}
.calendar_normal {
padding:1 5px 1 5px;
}
.calendar_highlightday {
  font-weight: bold;
}
.calendar_highlightday0 {
	font-weight: bold;
	font-size:1.2em;
	color: #FF9900;
	padding:1 5px 1 5px;
	background-color: #FFFFCC;
}
.calendar_highlightday1 {
	font-weight: bold;
	font-size:1.2em;
	color: #CC0000;
	padding:1 5px 1 5px;
	background-color:#FFCCCC;
}
.calendar_highlightweek {
  background-color: #feeffe;
}
.calendar_table a {
  font-size:1.2em;
  width: 100%;
  display: block;
  text-decoration: none;
  padding:1 5px 1 5px;
}
.calendar_header {
  text-transform: capitalize;
  background-color: #F5F4EF;
  color: #663300;
}
caption {
  text-transform: capitalize;
  background-color: #F5F4EF;
  color: #663300;
}


	.cpYearNavigation,
	.cpMonthNavigation
			{
			background-color:#E3E0D2;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#440000;
			font-weight:bold;
			}
	.cpDayColumnHeader,
	.cpYearNavigation,
	.cpMonthNavigation,
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,
	.cpCurrentDate,
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.cpDayColumnHeader
			{
			text-align:right;
			border:solid thin #E3E0D2;
			border-width:0 0 1 0;
			}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled
			{
			color:#B0B0B0;
			text-align:right;
			text-decoration:line-through;
			}
	.cpCurrentMonthDate
			{
			color:#440000;
			font-weight:bold;
			}
	.cpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.cpOtherMonthDate
			{
			color:#808080;
			}
	TD.cpCurrentDate
			{
			color:#FFFFFF;
			background-color: #E3E0D2;
			border-width:1;
			border:solid thin #000000;
			}
	TD.cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{
			height:20px;
			}
	A.cpTodayText
			{
			color:#2F5F86;
			font-weight:bold;
			}
	SPAN.cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cpBorder
			{
			border:thin solid #2F5F86;
			}
