div#calendarWeekly table {
	width:100%;
	border: 3px double #fff;
}
div#calendarWeekly a {
	text-decoration:none;
	color:#000;
}

/* AGENDA SETTIMANALE */
.calendar_table {
	text-align: center;
	background-color: silver;
	font-size: 10px;
}
.calendar_table thead td {
	background-color: #eeeeee;
	border-bottom: 1px solid #ffffff;
	line-height: 25px;
	text-align: center;
}
.calendar_table thead p {
	line-height: 25px;
}
.calendar_table tbody td {
	padding: 1px;
	vertical-align: top;
}
.calendar_table tbody p {
	padding: 0px;
	margin: 0px;
}
.calendar_table td.orario {
	background-color: #eeeeee;
	width:40px;
}
.cellEmpty {
	background-color: #ffffff;
}
.cellBusy1 {
	background-color: rgb(248,248,248);
}
.cellBusy2 {
	background-color: rgb(241,241,241);
}
.cellBusy3 {
	background-color: rgb(234,234,234);
}
.cellBusy4 {
	background-color: rgb(227,227,227);
}
.cellBusy5 {
	background-color: rgb(220,220,220);
}
.cellBusy6 {
	background-color: rgb(213,213,213);
}

