/* CSS Document */

/* ##### RISERVATA ##### */
#centrale {
	width:900px;
	margin:10px 0 0 0;
	display:table;
	background-image:url(/accademiaimmagine/images/school/background/bg-riservata.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0 0 150px 0;
}

#centrale h1 {
	width:900px;
	height:30px;
	border-bottom:1px solid #c7c6c6;
	background-image:url(/accademiaimmagine/images/school/titoli/t_riservata.png);
	background-repeat:no-repeat;
	background-position:190px bottom;
	margin:0;
}

#immagine {
	width:447px;
	height:119px;
	float:left;
	background-image:url(/accademiaimmagine/images/school/testate/riservata.jpg);
	background-repeat:no-repeat;
}


TABLE.exams-list {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

TABLE.exams-list TD {
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:3px;
}

TABLE.exams-list TD.label {
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:3px;
	font-weight:bold;
	background-color:#ebebeb;
}

TABLE.calendar {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

TABLE.calendar TD {
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:3px;
	text-align:center;
}

TABLE.calendar TD.month, TABLE.calendar TD.freccia, TABLE.calendar TD.days {
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:3px;
	font-weight:bold;
	background-color:#ebebeb;
	text-align:center;
}

TABLE.calendar TD.reserved {
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:3px;
	font-weight:bold;
	background-color:#666666;
	text-align:center;
}

TABLE.calendar TD.personal-reserved {
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:3px;
	font-weight:bold;
	background-color:#006600;
	text-align:center;
}

#prenota {
	position:absolute;
	display:none;
	width:350px;
	background-color:#ffffff;
	border:1px solid #666666;
	padding:3px;
	text-align:left;
}

#prenota TABLE {
	width:100%;
	background-color:#ffffff;
	border:1px solid #666666;
}
#prenota TABLE TD {
	padding:3px;
	text-align:left;
}
#prenota TABLE TD.label {
	padding:3px;
	text-align:left;
	font-weight:bold;
	background-color:#ebebeb;
}
