/* Layout Principale */

body {
	overflow: hidden;
}

span.nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 100%;
	background: #002187;
	overflow: auto;
}

span.main { 
	position: absolute; 
	top: 0px; 
	left: 135px;
	right: 0px;
	height: 100%;
	overflow: auto;
	/*width: 495px;*/
	padding-top: 10px;
	padding-left: 70px;
	padding-right: 50px;
} 

div.stretto{ 
    width: 495px;
} 

/* Riquadro centrato. Utilizzato per Pagina Iniziale */

span.center { 
	position: absolute; 
	top: 50%;
	left: 25%;
	height: 50%;
	width: 50%;
	overflow: auto;
	text-align: center;
} 



/* Tutto Schermo. Utilizzato per pagine intro */

span.intro1 {
position:absolute;
top:50%;
left:50%;
width:740px;
height:555px;
margin-left:-370px;
margin-top: -277px;
padding:0;
}

span.intro2 {
position:absolute;
top:50%;
left:50%;
width:450px;
height:104px;
margin-left:-225px;
margin-top: -52px;
padding:0;
}

span.intro3 {
position:absolute;
top:50%;
left:50%;
width:775px;
height:555px;
margin-left:-390px;
margin-top: -277px;
padding:0;
}

/* Calendario Albe */

div.calTit {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
	background: #990000;
}

div.calAlt {
	position: relative;
	width: 100%;
	height: 50px;
	padding-bottom: 10px;
}

div.calDate {
	float: left;
	text-align: center;
	width: 30%;
	height: 80%;
	background: #339999;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.calLuogo {
	float: left;
	text-align: center;
	width: 30%;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 80%;
}

div.calInfo {
	float: left;
	background: #e6e6fa;
	text-align: center;
	width: 40%;
	height: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 0px solid black;
padding: 2px;
background-color: #00CCBB;
visibility: hidden;
z-index: 100;
}
