#formcalendar {
	width:160px;
	position:absolute;
	visibility:hidden;
	z-index: 10000;
}
#formcalendar table {
	width: 100%;
}
#formcalendar table th,
#formcalendar table td,
#formcalendar table td a {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
#formcalendar table td.cpOtherMonthDate a {
	background: #CCCCCC;
}
#formcalendar table td.cpOtherMonthDate a,
#formcalendar table td.cpCurrentMonthDate a,
A.cpTodayText  {
	text-decoration: none !important;
}
#formcalendar table td.cpOtherMonthDate a,
#formcalendar table td.cpCurrentMonthDate a {
	display: block;
}
#formcalendar table td.cpOtherMonthDate a:hover,
#formcalendar table td.cpCurrentMonthDate a:hover {
	background: #7691CD;
	text-decoration: none !important;
}
.cpYearNavigation,
.cpMonthNavigation {
	background-color:#C0C0C0;
	text-align:center;
	vertical-align:center;
	text-decoration:none !important;
	color:#505050;
	font-weight:bold;
	line-height: 18px;
}
A.cpMonthNavigation {
	color:#585E91 !important;
	text-decoration:none !important;
	font-size: 10px;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
TD.cpDayColumnHeader {
	text-align:center;
	font-weight: bold;
	line-height: 18px;
	border-bottom: 1px solid #C0C0C0;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate	{
	text-align:center;
	text-decoration:none;
	line-height: 14px;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled	{
	color:#D0D0D0;
	text-align:center;
	text-decoration:line-through;
}
.cpCurrentMonthDate {
	color:#505050;
}
.cpCurrentDate {
	color: #505050;
}
.cpOtherMonthDate {
	color:#7F7D7A;
}
TD.cpCurrentDate {
	color:#FFFFFF;
	background-color: #556CA2;
}
TD.cpCurrentDate a {
	color:#FFFFFF !important;
	text-decoration: none !important;
}
TD.cpCurrentDateDisabled {
	border:solid 1px #FFAAAA;
}
TD.cpTodayText,
TD.cpTodayTextDisabled {
	line-height: 16px;
	border-top: 1px solid #C0C0C0;
}
A.cpTodayText,
SPAN.cpTodayTextDisabled {
	height:20px;
}
A.cpTodayText {
	color:#585E91;
}
SPAN.cpTodayTextDisabled {
	color:#D0D0D0;
}
.cpBorder {
	border:solid 1px #C0C0C0 !important;
	background: #fff;
}
