/* calendaris */

.calendaris table,
.calendaris td
 {background-color:white;}

/* caselles i mides de les lletres */

.calendari td,.calendari th{
	padding:0px;	
	text-align:center;
	font-size:80%;
	width:2em;
	padding-top:2px;	
	padding-bottom:2px;	
}
.calendari th {	
	font-weight:normal;
	color: #0068A0;
}
.calendari td {
	font-weight:bold;	
	background-color: #EFEFEF;
}

.calendari td.mes, .calendariMes td.calendariNomMes {
	font-weight:bold;
	color: #0068A0;
	padding-left:1em;
	text-align:left;
	background-color: #D8E2EC;
}

.calendari .totsmesos td.mes {
	text-align:center; padding-left:0;
}


/* disposicio */

.calendari {width:100%;margin-bottom:1em}
.calendari table {width:100%;}

/* calendari format normal */

.calendariMes td{
	width:2em;
	text-align:center;
	background-color: #EFEFEF;
	padding:2px;
	font-weight:bold;
}

td.calendariDiaSetmana{
	background-color:#E0DED6;
	color:#0068A0;
	font-weight:normal;
}


/* colors pel calendari lectiu i altres */

td.event, .event {background-color: #ddd}
td.calendari_examens,.calendari_examens {background-color: #FFE87F}
td.canvi_dia_lectiu,.canvi_dia_lectiu {background-color: #C2BB63}
td.vacances,.vacances {background-color:#F4828C}
td.periodes_administratius,.periodes_administratius {background-color:#EEABCA}
td.correccio_examens,.correccio_examens {background-color:#A79CC6}
td.preparacio_examens,.preparacio_examens {background-color:#7BCBF0}
td.parcials_fase,.parcials_fase {background-color:#C4E24D}
td.festa_fib,.festa_fib {background-color:#0068A0;color:white}
td.dies_selectivitat,.dies_selectivitat {background-color:#BD8B5A}
td.aval_curriculars,.aval_curriculars {background-color:#CCCCCC}
td.reaval,.reaval {background-color:#CC76F5}
td.perPres,.perPres {background-color:#FAAE43}
td.festa,.festa {color:#CA0A00;background-color:#EFEFEF}

td.seleccionat {background-color: #0068A0; color:white;}
td.seleccionat a {color:white;}

.calendari_colors div {width:12em;padding:2px;margin-left:2px;margin-bottom:2px;float:left;}


/* textos dels events */

.event {font-size:80%}
.event .data_inici {width:9em;display: -moz-inline-box;display:inline-block;}
.event .data_fi {width:9em;display: -moz-inline-box;display:inline-block;}
.event .dates {width:18em;}
.event .descripcio {}

.agenda {width:99%}
