#CalendariDiv {
	position: absolute; 
	visibility:hidden;
	background-color: #F0F0FA;
	border: 0px;
}
#CalendariDiv SELECT {
	visibility: inherit;
}
.TESTcpYearNavigation,
.TESTcpMonthNavigation {
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#5C6EA8;
	font-weight:bold;
}
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
TD.TESTcpDayColumnHeader
{
	text-align:right;
	border: solid thin #23365F;
	border-width:0 0 1 0;
}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
	color:#333333;
	text-align:right;
	text-decoration: line-through;
}
.TESTcpCurrentMonthDate
{
	color:#23365F;
	font-weight:bold;
}
.TESTcpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}
.TESTcpOtherMonthDate
{
	color:#23365F;
}
TD.TESTcpCurrentDate
{
	color:#FFFFFF;
	background-color: #23365F;
	border-width: 1px;
	border:solid 1px #333333;
}
TD.TESTcpCurrentDateDisabled
{
	border-width:1;
	border:solid thin #333333;
}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
	border:solid thin #333333;
	border-width:1 0 0 0;
}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
	height:20px;
}
A.TESTcpTodayText
{
	color:#23365F;
	font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled
{
	color:#333333;
}
.TESTcpBorder
{
	border-top-color: #23365F;
	border-top-width: 1px;
	border-top-style: solid;
	
	border-right-color: #23365F;
	border-right-width: 1px;
	border-right-style: solid;
	
	border-bottom-color: #23365F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-left-color: #23365F;
	border-left-width: 1px;
	border-left-style: solid;
}