/* Tabella Annuale */
.calendarYearTable{}

/* Tabella Annuale - Intestazione */
.calendarYearTable td.calendarHeader { 
	font-weight:bold;
}

.calendarYearTable td.calendarHeader a{ text-decoration:none; color: #534836; font-weight:bold;}

.calendarYearTable td.calendarMonth {}

/* Tabella Mensile */
.calendarTable{}
.calendarTable td, th {
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #534836;
	position: relative;
}
.calendarTable th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}

/* Tabella Mensile - Intestazione */
.calendarTable td.calendarHeader { 
	font-weight:bold;
}
.calendarTable td.calendarHeader a{ text-decoration:none; color: #534836; font-weight:bold;}

/* Tabella Mensile - Nomi Giorni */
.calendarTable td.calendarDaysNames { 
	font-weight:bold;
	background-color: #DBD2C1;
	color: #534836;
}

/* Tabella Mensile - Giorni Normali */
.calendarTable td.calendarDay { 
	border: 1px solid #F2F2F0;
	color: #534836;
}
.calendarTable td.calendarDay:hover {}

/* Tabella Mensile - Giorni Speciali */
.calendarTable td.calendarSpecialDay { 
	background-color:#DBD2C1;
	color: #534836;
}
.calendarTable td.calendarSpecialDay:hover {}
.calendarTable td.padding {}
/* Tabella Mensile - Giorni Odierno */
#calendarToday { 
	background-color: #534836;
	color: #DBD2C1;
}
#calendarToday:hover {}
.eventsSpecialDay {
	position: relative;
}
.eventsSpecialDayTitlePopup
{ font-weight:bold; font-size:14px; color: #534836;}
.eventsSpecialDay ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background-color:#DBD2C1;
	color: white;
	border: 1px solid #534836;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.eventsSpecialDay li {
	padding-bottom: 5px;
}
.eventsSpecialDay li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.eventsSpecialDay li span.title {
	font-weight: bold;
	color: #222;
}
.eventsSpecialDay a{color: #534836; font-weight:bold;}
