BODY {
	background-color : White;
}
BODY.function {
	background-color : #f5f5f5;
}
BODY, A, P, TD, DIV {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}
A:LINK, A:VISITED, A:ACTIVE {
	color : #e66700;
}
A:HOVER {
	color:#333333;
	text-decoration : underline;
}


.err{color:red;}

.mega {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 26px;
	color : #e66700;
}
.titolo {
	font-size : 14px;
	font-weight : bold;
}
.titolobarrara {
	font-size : 14px;
	font-weight : bold;
	color: #FFFFFF;
	background-color : #e66700;
}
.rispbook {
	font-size : 11px;
	font-style : italic;
	color : #c0c0c0;
}
.padding{
	padding-left : 5px;
}
.red {
	color: #e66700;
}
.nano {
	font-size : 9px;
}

.submit {
	background-color : #FFDEAD;
	border : 1px solid #FF4500;
	cursor : pointer;
}

.form0, .form {
	border-bottom : 1px solid Silver;
	border-top : 1px solid Silver;
	border-right : 1px solid Silver;
	border-left : 3px solid Silver;
	padding-left : 2px;
}

.form1 {
	border-bottom : 1px solid Silver;
	border-top : 1px solid Silver;
	border-right : 1px solid Silver;
	border-left : 3px solid Red;
	padding-left : 2px;
}
.sfondo_index, .sfondo_centrale {
	background-position: center;
	background-repeat: repeat-y;
}
.checkbox {
	border : 1px solid #5F0024;
}






.bianco {
	color: #FFFFFF;
}

.rosso {
	color: #ff4500;
}

.grigio {
	color: #696969;
}

.blu {
	color: #4682b4;
}




.sfondo_bianco {
	background-color: #FFFFFF;
}

.sfondo_rosso {
	background-color: #ff4500;
}

.sfondo_grigio {
	background-color: #696969;
}

.sfondo_blu {
	background-color: #4682b4;
}











/* ------------- ID ------------- */

#descrizione {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	padding-left : 40px;
	padding-right : 20px;
}


#menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	cursor : pointer;
}

#sottocategoria {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	padding-left : 200px;
}

#micro {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	padding-bottom : 3px;
}

#center {
	background-position : center;
	background-repeat : no-repeat;
}

.bordino {
	border : 1px solid Silver;
}
.bordinobasso {
	border-bottom : 1px solid Silver;
}

.bordinoalto {
	border-top : 1px solid Silver;
}

/* Messaggeria */
.messaggio {
	font-weight: regular;
}
.mittente {
	font-weight: bold;
}
.allegato {
	font-weight: regular;
	font-style : italic;
}