@charset "utf-8";

/* Div contenidor pels calendaris de formulari */
.Calendari {	
	overflow: hidden;
	margin-bottom: 15px;
}

.Calendari ul {		
	margin: 0;
}

#CalendariDiv {
	position: absolute; 
	display: none;
	z-index: 9;
	width: 150px;	
	border: none;	
	background-color: white;
}
#CalendariDiv SELECT {
	visibility: inherit;
	font-size: 1em;
}
#CalendariDiv a {
	text-decoration: none;
	color: #2f2f2f;
}
#CalendariDiv a:hover {
	text-decoration: underline;
}

/* Classe del div principal */
div.TESTcpBorder {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
}


/*  Taula de la barra de selecci� de mes */
ul.CalBarraSup {
	/*background-color: #DC531C !important;*/
	background-color: #c2c2c2 !important;
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 8px 0 8px 0;
	display: block;	
}
ul.CalBarraSup li {
	background: none;
	margin: 0;
}
/* Requadres superiors amb el nom del m�s i les fletxes */
li.TESTcpYearNavigation,
li.TESTcpMonthNavigation {
	text-align: center;
	vertical-align: middle;
	padding: 2px 2px 2px 0px;
	float: left;
}
li.TESTcpYearNavigation a,
li.TESTcpMonthNavigation a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
li.TESTcpYearNavigation span,
li.TESTcpMonthNavigation span {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

/* Taula que cont� el calendari */
table.calendari {
	padding: 2px;
	margin: 0;	
	width: 100%;
	clear: left;	
}
table.calendari tr td, table.calendari tr td th {
	text-align: right;
}
table.calendari tr th {
	padding: 2px 2px 2px 2px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 0.75em;
	
}
table.calendari tr td {
	padding: 0;
	text-align: center;
	color : #000000;
	
}
table.calendari tr td.primer,table.calendari tr th.primer {
	border-left: 0 !important;	
}
table.calendari tr td a,table.calendari tr td span {
    display: block;    
    margin: 2px 0px;
    color: #666666;
    HEIGHT: 25px;
    width: 25px;
    padding: 4px;
    -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     margin-left: 10px;          
}

table.calendari tr.TESTcpDayColumnHeader th {
	text-align: center;
}

/* Dies deshabilitats? */
table.calendari .TESTcpCurrentMonthDateDisabled,
table.calendari .TESTcpCurrentDateDisabled {
	text-decoration: line-through;
}

/* Estils pels dies del mes actual en el calendari quan no est� seleccionat o amb tasca assignada */
table.calendari .TESTcpCurrentMonthDate,
table.calendari .TESTcpCurrentDate {	
	color: #ffffff;
}
/* Estil del dia actual */
table.calendari .TESTcpCurrentDate {
			    
       
    border-radius: 50%;
}

table.calendari .TESTcpCurrentDate span {
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	background-color: #D3502B !important;
}



/* ???? */
table.calendari .TESTcpText {
}
table.calendari .TESTcpText span {
}

/* Dies d'altres mesos */
table.calendari .TESTcpOtherMonthDate,
table.calendari .TESTcpOtherMonthDateDisabled {
	color: #cecece;	
}
table.calendari .TESTcpOtherMonthDateTasked a {
	color: #cecece;	
}
table.calendari .TESTcpOtherMonthDateTasked a:hover {
	text-decoration: underline;
}

/* Dies del mes actual amb tasques assignades */
table.calendari td.TESTcpCurrentMonthDateTasked,
table.calendari td.TESTcpCurrentDateTasked {
	text-align: right;
	color: #666666;
}
table.calendari td.TESTcpCurrentDateTasked {
	
}
table.calendari td.TESTcpCurrentMonthDateTasked a,
table.calendari td.TESTcpCurrentDateTasked a {
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-weight: 700;
	background-color: #F1F1F1 !important;
}
table.calendari td.TESTcpCurrentDateTasked a {
	/*background-color: #D3502B !important;*/
	background-color: #FF5757 !important;
	text-align: center;
	color: white !important;
}
table.calendari td.TESTcpCurrentMonthDateTasked a:hover,
table.calendari td.TESTcpCurrentDateTasked a:hover {
	text-decoration: underline;
}

/* Text Avui en el peu */
div.TESTcpTodayText {
	text-align: center;
	background-color: #295980;
	padding-bottom: 3px;
	display: none;
}
div.TESTcpTodayText span.TESTcpTodayTextDisabled {
	background-color: #295980;
	color: #ffffff;
	padding: 1px;
}
div.TESTcpTodayText span.TESTcpTodayTextTasked {
	background-color: #295980;
	color: #ffffff;
	padding: 1px;
}
div.TESTcpTodayText a {
	text-decoration: none;
}
div.TESTcpTodayText a:hover {
	text-decoration: underline;
}

/* Classe assignada per javascript al clickar sobre un dia */
.diaSeleccionat {
	text-decoration: underline !important;
}
.diaSeleccionat span {
	
}
.diaSeleccionat a {
	text-decoration: underline !important;
}