#CalendariDiv {
	position: absolute; 
	visibility: hidden;
	border: 0px;
	z-index: 1001;
	width: 145px;	
	background-color: #CCCCCC;
}
#CalendariDiv SELECT {
	visibility: inherit;
	font-size: 9px;
}

/* Classe de la taula principal */
.TESTcpBorder {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
/* Taules anidades a la taula principal */
table.TESTcpBorder table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Taula que conté el calendari */
table.calendari {
	margin-bottom: 1px;
}
table.calendari tr td {
	padding: 3px 5px 2px 3px;
	text-align: right;
}

/* Requadres superiors amb el nom del més i les fletxes */
table tr td.TESTcpYearNavigation,
table tr td.TESTcpMonthNavigation {
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	padding: 2px 2px 2px 0px;	
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	background-color: #396d87 !important;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	border-top: 1px solid #ababab !important;
}
table tr td.TESTcpYearNavigation a,
table tr td.TESTcpMonthNavigation a {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}


/* Abreviatures dels dies de la setmana en la part superiror del calendari */
table tr.TESTcpDayColumnHeader {

}
table tr.TESTcpDayColumnHeader td {
	color: #ffffff;
	font-size: 10px;
	background-color: #396d87;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	border-top: 1px solid #ababab;
	text-align: right;
}


/* Dies deshabilitats?? */
.TESTcpCurrentMonthDateDisabled,
.TESTcpCurrentDateDisabled {
	color: #ff0000;
	text-align:right;
	text-decoration: line-through;
	border-width: 1px;
	border: solid thin #333333;
}


/* Estils pel dia actual en el calendari */
.TESTcpCurrentMonthDate,
.TESTcpCurrentDate {
	background-color: #b3b3b3;
	color: #1f1f1f;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	text-align:right;
}
.TESTcpCurrentDate {
	color: #396d87 !important;
	border: 1px solid #396d87;
}


/* ???? */
.TESTcpText {
	
}
.TESTcpText span {
	
}


/* Dies d'altres mesos */
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled {
	color: #396d87;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
}
.TESTcpOtherMonthDateTasked {
	visibility: hidden;
}


/* Dies amb tasques assignades */
td.TESTcpCurrentMonthDateTasked,
td.TESTcpCurrentDateTasked {
	text-align: right;
	color: #ffffff;
	padding: 0 !important;
}
td.TESTcpCurrentDateTasked {
	border: 1px solid #396d87;
}
td.TESTcpCurrentMonthDateTasked a,
td.TESTcpCurrentDateTasked a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-color: #396d87;
	padding: 3px 5px 2px 3px;
}
td.TESTcpCurrentDateTasked a {
	background-color: #9cbccd !important;
}
td.TESTcpCurrentMonthDateTasked a:hover,
td.TESTcpCurrentDateTasked a:hover {
	text-decoration: none !important;
	background-color: #ffffff !important;
	color: #000000;
}



/* Classe assignada per javascript al clickar sobre un dia */
/* OJU: he tocat coses del js que potser afecten i ara no funciona */
.diaSeleccionat {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.diaSeleccionat span {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.diaSeleccionat a {
	background-color: #ffffff !important;
	color: #000000 !important;
}


/* Text Avui en el peu */
table tr td.TESTcpTodayText {
	color: #6c6d6d;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
	text-align: left;
	border-top: 1px solid #6c6d6d;
}
table tr td.TESTcpTodayText span.TESTcpTodayTextDisabled {
	color:#333333;
	border-width: 1px 0px 0px 0px;
}
table tr td.TESTcpTodayText span.TESTcpTodayTextTasked {
	
}
table tr td.TESTcpTodayText a {
	color: #6c6d6d;
	text-decoration: none;
}