body {
	font-family: Verdana,Arial;
	color:#999999;	
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}
a {
	color: #999999;
	text-align: center;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
/* important */
.year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
}

/* important: és el cuadre de tot el calendari tipus mes */
.month {
	/* border-style: none; */
	/*border-style: solid;
	border-color: #f0f0f0;
	border-width: 1px; */
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
/* important */
.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #5D5D5D;
	/* border-style: outset;
	border-width:1px */
}
/* important */
.dayname td {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #e9e9e9; 
	color: #5D5D5D;
	/* border-style: outset;
	border-width:1px */
}

.dayname a {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	/* background-color: #E4E4E4; */
	color: #999999;
	/* border-style: outset;
	border-width:1px */
	text-decoration: none;
}


.yearnavigation {
	font-size: 10px;
}
.datepicker {
	background-color: #F0F0F0;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Verdana,Arial;
}
.monthpicker {
	font-size: 10px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 10px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 10px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	height:20px;
	width:20px;
}
/* important */
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF; 
	color: #999999;
	height:20px;
	width:20px;
	vertical-align: top;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px;
}
.monthday a {
	color: #999999;
	text-decoration: none;
}

/* important */
/* casella del dia d'avui */
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px;
	background-color: #FFFFFF; 
	color: #cc0000;
	height:20px;
	width:20px;
	vertical-align: top;
	text-decoration: none;
}
.today a {
	color: #cc0000;
	text-decoration: none;
}
.today a:link {
	color: #cc0000;
	text-decoration: none;
}
.today a:active {
	color: #cc0000;
	text-decoration: none;
}
.today a:visited {
	color: #cc0000;
	text-decoration: none;
}
.today a:hover {
	color: #cc0000;
	text-decoration: none;
}

/* important */
/* Dia seleccionat */
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFCCCC;
	height:20px;
	width:20px;
	vertical-align: top;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px;
	color: #000000;
}

.selectedday a {
	background-color: #FFCCCC;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.selectedday a:link {
	background-color: #FFCCCC;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.selectedday a:active {
	background-color: #FFCCCC;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.selectedday a:visited {
	background-color: #FFCCCC;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.selectedday a:hover {
	background-color: #FFCCCC;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	height:20px;
	width:20px;
	vertical-align: top;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px;
	background-color: #FFFFFF; 
}
.sunday a {
	color: #999999;
	text-decoration: none;
}
.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
	vertical-align: top;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px;
	background-color: #FFFFFF; 
}

a.saturday {
	color: #667171;
	text-decoration: none;
}

.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border-style: solid;
	border-color: #696969;
	border-width: 1px;
	height:20px;
	width:20px;
	vertical-align: top;
}

.event a {
	background-color: #ffffff;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.event a:link {
	background-color: #ffffff;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.event a:active {
	background-color: #ffffff;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.event a:visited {
	background-color: #ffffff;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.event a:hover {
	background-color: #ffffff;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}



.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFCCCC;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #696969;
	border-width: 1px;
	vertical-align: top;
	color: #000000;
}

.selectedevent a {
	background-color: #FFCCCC;
	color: #000000;
	text-decoration: none;
}

.selectedevent a:link {
	background-color: #FFCCCC;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.selectedevent a:active {
	background-color: #FFCCCC;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.selectedevent a:visited {
	background-color: #FFCCCC;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.selectedevent a:hover {
	background-color: #FFCCCC;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}



.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #cc0000;
	background-color: #ffffff;
	border-style: solid;
	border-color: #696969;
	border-width: 1px;
	height:20px;
	width:20px;
	vertical-align: top;
}

.todayevent a {
	background-color: #ffffff;
	color: #cc0000;
	font-weight:bold;
	text-decoration: none;
}
.todayevent a:link {
	background-color: #ffffff;
	color: #cc0000;
	font-weight:bold;
	text-decoration: none;
}
.todayevent a:active {
	background-color: #ffffff;
	color: #cc0000;
	font-weight:bold;
	text-decoration: none;
}
.todayevent a:visited {
	background-color: #ffffff;
	color: #cc0000;
	font-weight:bold;
	text-decoration: none;
}
.todayevent a:hover {
	background-color: #ffffff;
	color: #cc0000;
	font-weight:bold;
	text-decoration: none;
}

.dia_amb_activitat {
	text-align: center;
	font-size: 11px;
	xfont-weight: bold;
	background-color: #cccc00;
	color: #384955;
	height:20px;
	border:solid 1px #a0a0a0;
}
