#CalendariDiv {
	position: absolute; 
	visibility:hidden;
	background-color: #FCFCFC;
	border: 0px;
	z-index: 1001;
}
#CalendariDiv SELECT {
	visibility: inherit;
}
.TESTcpYearNavigation,
.TESTcpMonthNavigation {
	background-color:#FFFFFF;
	text-align:center;
	vertical-align: middle;
	text-decoration :none;
	color: #014F24;
	font-weight: bold;
}
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpCurrentMonthDateTasked,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
}
.TESTcpCurrentMonthDateTasked {
	text-align: right;
}
TD.TESTcpDayColumnHeader
{
	text-align: right;
	border: solid thin #CCCCCC;
	border-width: 0px 0px 1px 0px;
}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
	color: #333333;
	text-align:right;
	text-decoration: line-through;
}
.TESTcpCurrentMonthDate
{
	color: #000000;
	font-weight: bold;
}
.TESTcpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}
.TESTcpOtherMonthDate
{
	color: #CCCCCC;
}
TD.TESTcpCurrentDate {
	color: #FFFFFF;
	background-color: #E86208;
	border-width: 1px;
	border: solid 1px #333333;
}
TD.TESTcpCurrentDateDisabled
{
	border-width: 1px;
	border: solid thin #333333;
}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled {
	border:solid thin #333333;
	border-width: 1px 0px 0px 0px;
}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled {
	height:20px;
	text-decoration: none;
}
A.TESTcpTodayText {
	color: #E86208;
	font-weight: bold;
	text-decoration: none;
}
A.TESTcpTodayText:hover {
	text-decoration: underline;
}
SPAN.TESTcpTodayTextDisabled
{
	color:#333333;
}
.TESTcpBorder
{
	border-top-color: #1A1A1A;
	border-top-width: 1px;
	border-top-style: solid;
	
	border-right-color: #1A1A1A;
	border-right-width: 1px;
	border-right-style: solid;
	
	border-bottom-color: #1A1A1A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-left-color: #1A1A1A;
	border-left-width: 1px;
	border-left-style: solid;
}

TD.TESTcpCurrentDateTasked {
	border: solid 1px #333333;
	background-color: #E86208;
}
.TESTcpTodayTextTasked {
	color: #E86208;
}
.TESTcpCurrentMonthDateTasked,
.TESTcpOtherMonthDateTasked {
	color: #E86208;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
}
.TESTcpCurrentDateTasked {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
