/*
STILI ITS SRL
237E1F verde hx
484848 grigio scuro
FEF8B6 giallo input text

*/

body{
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

a:visited {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: bold; color: #484848; 	text-decoration: underline;}
a:link {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: bold; color: #484848; 	text-decoration: underline;}
a:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: bold; color: #B11314;	text-decoration: underline;}
a:active {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: bold; color: #484848;	text-decoration: underline;}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #237E1F;
text-decoration: none;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #237E1F;
text-decoration: none;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #484848;
text-decoration: none;
}

.titolo-pagina{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F15F22;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
.div-pagina{
 	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
 	text-align: left;
	width: 770px;
 }

 div.BeforeCorpoPagina{
 	padding: 10px 10px 10px 10px;
 }
div.testata{
	clear:both;
	color:black;
	text-align:left;
	background-position: top right;
    background-repeat: no-repeat;
	height:30px;
}

.linkEMI:visited 	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	font-style: normal;	font-weight: bold; color: white; 	text-decoration: none;}
.linkEMI:link 		{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; font-style: normal;	font-weight: bold; color: white; 	text-decoration: none;}
.linkEMI:hover 		{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	font-style: normal;	font-weight: bold; color: white;	text-decoration: underline;}
.linkEMI:active		{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	font-style: normal;	font-weight: bold; color: white;	text-decoration: none;}

div.corpo{
	clear:both;
	color:black;
	text-align:left;
}

div.elementoMenuAreaPrivata{
	width:250px;
	height:115px;
	float:left;
	border-right: dashed 1px gray;
	border-bottom: dashed 1px gray;
	padding-right:15px;
	padding-left:15px;
	padding-top:10px;
}

div.footer{
	clear:both;
	color:black;
	text-align:center;
	background-image: url(../images/footer.gif);
	background-position: top right;
    background-repeat: no-repeat;
	height:90px;
	padding-top:8px;
}

.input-text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: black;
	background-color:#F8E7E0;
	bsssackground-color:#FEF8B6;

}

.input-button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: black;
}

div.errBox{
	clear:both;
	color:black;
	text-align:center;
	padding-top:8px;
	width:100%;
	font-size: 11px;
	background-color:#FEF8B6;
	border:1px dashed gray;
}

.errTitolo{
	color:red;
	font-weight: bold;
	font-size: 14px;
}

