/* CSS Document */

body {
	background-color: #FFFFFC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #666666;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
img {

}
form {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;

}
.richiesto {
	border: 1px solid #FF0000;
	background-color: #EEEEEE;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.facoltativo {
	background-color: #EEEEEE;
	font-size: 13px;
	color: #000000;
	border: 1px solid #009933;
	font-family: Arial, Helvetica, sans-serif;
}
.img-dx{
	float: right;
	margin-top: 5px;
	text-align: center;
}
.img-sx{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
}
.pagina {
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	font-size: 13px;
}
.bold {
	font-weight: bold;
}


.send_ok {
	color: #009966;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.send_ko {
	color: #CC3300;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.campo_login {
	font-size: 10px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 10px;
}

.bg_header {
	background-image: url(../immagini/bg_header.jpg);
	background-repeat: repeat-x;
}
.bg_mnu {
	background-image: url(../immagini/bg_mnu.jpg);
	background-repeat: repeat-x;
}
.bg_footer {
	background-image: url(../immagini/bg_footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	background-position: center;
	padding-right: 50px;
	padding-left: 50px;
}
.bg_ombra {
	background-image: url(../immagini/bg_ombra.jpg);
	background-repeat: repeat-x;
}
.bg_vertlin {
	background-image: url(../immagini/linea.jpg);
	background-repeat: repeat-y;
}
.bg_orizlin {
	background-image: url(../immagini/center_linea.jpg);
	background-repeat: repeat-x;
}
#privacy {
	width: 350px;
	height: 80px;
	overflow: auto;
	border: 1px solid #006633;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#elenconomi {
	width: 200px;
	height: 500px;
	overflow: auto;
	text-align: left;
}
#elencosoci {
	width: 250px;
	height: 550px;
	overflow: auto;
	font-size: 12px;
}
#mnuactive,mnuactive a  {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#submnuactive,submnuactive a  {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
/***********************************************************************
									Form Login
***********************************************************************/

#login fieldset {
	padding-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #993300;
	margin-right: 10px;
}

#login legend {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	padding-right: 5px;
	padding-left: 5px;
}

#login fieldset ol {
	margin: 0;
	padding: 0;
}

#login fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

#login input {
	font-size: 10px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 5px;
}

#login input#button {
	font-size: 12px;
	font-weight: bold;
	background-image: url(immagini/gradient2.jpg);
	background-position: bottom;
	color: #993300;
	margin-right: 5px;
	float: right;
	}

#login input#button:hover {
	float: right;
	font-size: 12px;
	font-weight: bold;
	background-position:0 -35px;	color: #FFFFFF;
	margin-right: 5px;
	}

/***********************************************************************
									Form Generico
***********************************************************************/

form.generico fieldset {
	margin-bottom: 10px;
	width: 80%;
	text-align: left;
	}
form.generico legend {
	font-weight: bold;
	color: #c25b44;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin-bottom: 10px;
	}
form.generico label {
	width: 100px; /* Width of labels */
	font-size: 12px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	text-transform: capitalize;
	padding-left: 10px;
	}
form.generico ol {
	margin: 0;
	padding: 0;
	}
form.generico li {
	list-style: none;
	padding: 0px 5px 5px;
	margin: 0;
	color: #c25b44;
	}
form.generico input {
	color: #c25b44;
	}
form.generico select {
	color: #c25b44;
	}
form.generico textarea {
	color: #c25b44;
	}
form.generico span {
	color: #990000;
	font-size: 10px;
	}

/***********************************************************************
									
***********************************************************************/
.centro {
	text-align: center;
}
.txt_login {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-right: 10px;
}
.txt_page {
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 80%;
}
.txt_page img {
	border : none;
}
.txt_mnu {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
.txt_mnu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
}
.txt_mnu a:hover {
	color: #000000;
	text-decoration: none;
}
.txt_submnu {
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 20px;
	line-height: 22px;
	font-size: 14px;
}
.txt_submnu a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.txt_submnu a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.txt_indrz_tit {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.txt_indrz {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: normal;
}
.txt_welcome {
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
}
.elencouser {
	font-size: 12px;
	color: #006666;
	text-decoration: none;
	padding-left: 5px;
}
.elencouser a {
	text-decoration: none;
}
.elencouser a:hover {
	text-decoration: none;
}
.destra {

	text-align: right;
}
