/*generici*/ 
html,body{margin: 0;padding:0} 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: left;
	line-height: 10pt;
	background-image:url(../imgs/sfondo.jpg);	
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 95% 10px;
} 

/*links*/ 

a:link {text-decoration: none; color: #000099;}
a:visited {text-decoration: none; color: #1772CC;}
a:hover{color: #F69E9D;text-decoration: underline;} 
a:active { color: #BE7C7C;text-decoration: underline;} 
.otherlink {
	font-size: 8pt;
	font-weight: bold;
	color: #f69e9d;
	text-align: center;
	white-space: pre;
}

/*layout*/ 
div#box {
	width: 100%;
	border-color: #000099;
} 
div#container {
	width: 95%;
	height: auto;
	position:absolute;
	left: 3%;
	right:10px;
	top: 90px;
	padding-bottom: 25px;
	border-color: #000099;
} 
div#centr {
	position:absolute;
	left:3%;
	top: 50px;
	right:10px;
	width: 95%;
	font-weight: normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15pt;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	background-position: center;
	margin-right: 15px;
	filter:alpha(opacity=80);
	-moz-opacity:.90;
	opacity:.90;
	z-index: 10;
} 
div#contenuti{
	font-weight: normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 15pt;
	width: 97%;
	/*border-right: 2px solid #bf0707;*/
	border: 2px solid #bf0707;
	padding-right: 10px;
	padding-left: 10px;
}
div#titolo {
	position:relative;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	padding-left: 40px;
	top: 40px;
}
div#img { 
	position:absolute;
	left: 5px; 
	width: 445px; 
} 


/*footer*/
.minimenu { 
font-size: 90%; 
font-weight: lighter; 
text-align: center
} 
.version {
	font-size: 8pt;
	font-weight: normal;
	color: #bf0707;
	text-align: center;
	line-height: normal;
} 


/*list*/
.elenco {
	line-height: 16px;
	padding-left: 30px;
}
ul li {
 list-style:none;
 padding-left:-30px;
 color:#000099;
}
.lista{
background:url(../imgs/bullet.gif) left 5px no-repeat;
padding:0px 0.5em 5px 13px;}
.lista1{
background:url(../imgs/bullet.gif) left 5px no-repeat;
padding:0px 0.5em 5px 13px;
color:#000000;
}



.yourehere { font-size: 110%; color: #CC0066; font-family: "Agency FB", "Arial Black", Arial, sans-serif; line-height: normal } 
.enfasi { font-weight: bold; color: #bf0707;} 
.enfasi-blu { font-weight: bold; color: #000099}
.sottotitolo {
	font-size: 20px;
	color: #000099;
	font-family: "Agency FB", "Arial Black", Arial, sans-serif;
	line-height: normal;
	font-weight: bold;
	background-position: center;
}

/*form*/
.modulo{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000099;
height: 15pt;
font-weight: bold;
}
.asterisco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #bf0707;
}

/*table*/
.tdbianca {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	border: 1px #bf0707 solid;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

