.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
	border-style: outset;
	border-width:1px
}
.dayname td {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday, .today ,.sunday, .saturday, .non_definito, .nomonthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:15px;
	width:17px;
}
.occupato {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FF0000;
	color: #384955;
	height:14px;
	width:17px;
}
.opzionato {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFF00;
	color: #384955;
	height:14px;
	width:17px;
}

.libero {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #A7F5C0;
	color: #384955;
	height:14px;
	width:17px;
}

.richiesta {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #81B7ED;
	color: #384955;
	height:14px;
	width:17px;
}
