﻿#CalendariDiv {
	position: absolute; 
	visibility: hidden;
	border: 0px;
	z-index: 1001;
	width: 145px;	
	border: 1px solid #9a2525;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}
#CalendariDiv SELECT {
	visibility: inherit;
	font-size: 1em;
}
#CalendariDiv a {
	text-decoration: none;
	color: #2f2f2f;
}
#CalendariDiv a:hover {
	text-decoration: underline;
}
/* Classe de la taula principal */
.TESTcpBorder {
	width: 90%;
	margin: 0 10px 0 0px;
	padding: 0;
}
/* Taules anidades a la taula principal */
table.TESTcpBorder table {
	width: 100%;
	margin: 0;
	padding: 0;
}


/* Taula que conté el calendari */
table.calendari {
	margin: 0px 10px 1px 10px !important;
	width: 90% !important;
}
table.calendari tr td {
	padding: 3px 2px 2px 2px;
	text-align: right;
}
table.calendari tr td.barrasotadies {

}

/* 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: 1em;
	color: #ffffff;
	background-color: #4c4c4c !important;
	font-weight: bold;
}
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;
}
table.calendari tr td.barrasotadies {
	border-top: 1px solid #cdcdcd;
	padding: 0 !important;
	margin:0;
	empty-cells: show;
}

/* Abreviatures dels dies de la setmana en la part superior del calendari */
table tr.TESTcpDayColumnHeader {

}
table tr.TESTcpDayColumnHeader td {
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	text-align: right;
}


/* Dies deshabilitats?? */
.TESTcpCurrentMonthDateDisabled,
.TESTcpCurrentDateDisabled {
	text-align:right;
	text-decoration: line-through;
	border-width: 1px;
	border: solid thin #333333;
}


/* Estils pel dia actual en el calendari */
.TESTcpCurrentMonthDate,
.TESTcpCurrentDate {	
	color: #2d2d2d;
	font-family: Tahoma, Verdana, Arial;
	text-align:right;
}
.TESTcpCurrentDate {
	color: #8f0000 !important;
	border: 1px solid #6c0f0f;
	background-color: #ebe9dd;
}


/* ???? */
.TESTcpText {
	
}
.TESTcpText span {
	
}


/* Dies d'altres mesos */
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled {
	color: #cecece;
	font-family: Tahoma, Verdana, Arial;
}
.TESTcpOtherMonthDateTasked {
	color: #cecece;
	font-family: Tahoma, Verdana, Arial;
}
.TESTcpOtherMonthDateTasked a {
	color: #cecece;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
}

/* Dies amb tasques assignades */
td.TESTcpCurrentMonthDateTasked,
td.TESTcpCurrentDateTasked {
	text-align: right;
	color: #333333;
	padding: 0 !important;
	font-weight: bold;
}
td.TESTcpCurrentDateTasked {
	/* dia actual amb tasca assignada*/
	border: 1px solid #f5874a;
}
td.TESTcpCurrentMonthDateTasked a,
td.TESTcpCurrentDateTasked a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 3px 2px 2px 2px;
}
td.TESTcpCurrentDateTasked a {
	background-color: #ebb293 !important;
}
td.TESTcpCurrentMonthDateTasked a:hover,
td.TESTcpCurrentDateTasked a:hover {
	text-decoration: none !important;
	color: #333333;
}



/* Classe assignada per javascript al clickar sobre un dia */
/* OJU: he tocat coses del js que potser afecten i ara no funciona */
.diaSeleccionat {
	color: #8f0000 !important;
}
.diaSeleccionat span {
	color: #8f0000 !important;
}
.diaSeleccionat a {
	color: #8f0000 !important;
}


/* Text Avui en el peu */
table tr td.TESTcpTodayText {
	color: #4c4c4c;
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	border-top: 1px solid #4c4c4c;
}
table tr td.TESTcpTodayText span.TESTcpTodayTextDisabled {
	color:#787878;
	border-width: 1px 0px 0px 0px;
}
table tr td.TESTcpTodayText span.TESTcpTodayTextTasked {
	
}
table tr td.TESTcpTodayText a {
	color: #4c4c4c;
	text-decoration: none;
}
table tr td.TESTcpTodayText a:hover {
	text-decoration: underline;
}
