.azzurro_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBDCE7;
}
.azzurro_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CBDCE7;
}

.bianco_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bianco_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.blu-scuro_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #091A21;
}

.bianco_10 a:link { color: #FFFFFF; text-decoration: none}
.bianco_10 a:visited { color: #FFFFFF; text-decoration: none}
.bianco_10 a:hover { color: #FFFFFF; text-decoration: none}

.azzurro_10 a:link { color: #CBDCE7; text-decoration: none}
.azzurro_10 a:visited { color: #CBDCE7; text-decoration: none}
.azzurro_10 a:hover { color: #F2F7F9; text-decoration: none}

.bianco_11 a:link { color: #CBDCE7; text-decoration: none}
.bianco_11 a:visited { color: #CBDCE7; text-decoration: none}
.bianco_11 a:hover { color: #F2F7F9; text-decoration: none}

.blu-scuro_11 a:link { color: #091A21; text-decoration: none}
.blu-scuro_11 a:visited { color: #091A21; text-decoration: none}
.blu-scuro_11 a:hover { color: #CBDCE7; text-decoration: none}

.modulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C1C2A;
	background-color: #E8F2F4;
	border:1px;
	border-style:solid;
	border-color:#0C1C2A;
}
.foto {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #0D1B24;
}
.foto_on {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #879DA8;
}

/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup_block .Stile1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.popup_block .Stile2 {font-size: 18px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.popup_block .Stile3 {font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px; color: #FF0000; }
.popup_block .Stile4 {font-family: Georgia, "Times New Roman", Times, serif}

.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -35px -35px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

