#CalendariDiv {
	position: absolute; 
	visibility:hidden;
	background-color: #FFFFFF;
	border: 1px solid #404040;
	z-index: 1001;
	width: 145px;
}
#CalendariDiv SELECT {
	visibility: inherit;
}
.TESTcpYearNavigation,
.TESTcpMonthNavigation {
	background-color:#636C70;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	color:#FFFFFF;
	padding: 2px 0px 2px 0px;
}

.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpCurrentMonthDateTasked,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled {
	visibility: hidden;
}


.TESTcpDayColumnHeader {
	background-color: #D9DADB;
	color: #000000;
	font-size: 0.9em;
	padding-right: 2px;
}

.TESTcpCurrentMonthDateTasked {
	text-align: right;
}
TD.TESTcpDayColumnHeader
{
	text-align: right;
	border: solid thin #636C70;
	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;
}
.TESTcpCurrentDate
{
	color: #000000;
	
}
.TESTcpOtherMonthDate
{
	color: #000000;
}
TD.TESTcpCurrentDate
{
	border: dashed 1px #325C71;
	background-color: #C6D1DA;
	text-align: right;
	font-weight: bold;
}
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;
}
A.TESTcpTodayText {
	color: #000000;
	
}
SPAN.TESTcpTodayTextDisabled
{
	color:#333333;
}
.TESTcpBorder {
	width: 100%;
	/*width: 200px;*/
}

TD.TESTcpCurrentDateTasked {
	border: dashed 1px #325C71;
	background-color: #C6D1DA;
	text-align: right;
}

TD.TESTcpCurrentDateTasked a {
	color: #000000;
	text-decoration: none;
	background-color: #C6D1DA;
	font-weight: bold;
	padding-right: 1px;
}
TD.TESTcpCurrentDateTasked a:hover {
	text-decoration: underline;
}

.TESTcpTodayTextTasked {
	display: none;
}
.TESTcpCurrentMonthDateTasked {
	color: #000000;
	text-decoration: none;
}
.TESTcpCurrentMonthDateTasked a {
	background-color: #C6D1DA;
	border: 1px solid #FFFFFF;
	display: block;
	padding-right: 1px;
}
.TESTcpOtherMonthDateTasked {
	visibility: hidden;
}
.TESTcpCurrentDateTasked {
	color: #FFFFFF;

}

.diaSeleccionat {
	background-color: #BCBCC2;
}