@charset "utf-8";

body {
	background-image:url(ita/images/background2.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color:#6d7e7f;
	margin-top: 0px;
}

.bordofoto {
	border-style: solid;
	border-width: thin;
	border-color: black;
}

.testoarancio2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ff6600;
}

.testoarancio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff6600;
}

.testoaranciobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.testogrigio2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #686868;
}
a.testogrigio2bold:visited {
color : #686868;
text-decoration : none;
}
a.testogrigio2bold:hover {
color : #000000;
text-decoration : underline;
}
.testogrigio2bold:link {
color : #686868;
text-decoration : none;
}


.testogrigio_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	text-align: justify;
}

.titolonero {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.testobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.testoazzurro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1ab2db;
}

.testobianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
a.testobianco:visited {
color : #ffffff;
text-decoration : none;
}
a.testobianco:hover {
color : #ff6600;
text-decoration : underline;
}
.testobianco:link {
color : #ffffff;
text-decoration : none;
}



.testoazzurro2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1ab2db;
}

.titoloazzurro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1ab2db;
}

.testoblu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003a49;
}

.testoblubold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003a49;
}

.testoblubold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003a49;
}

a.testoblu:visited {
color : #003a49;
text-decoration : none;
}
a.testoblu:hover {
color : #003a49;
text-decoration : underline;
}
.testoblu:link {
color : #003a49;
text-decoration : none;
}



#messaggioko {
	width: 310px;
	height: 15px;
	background-color: #DCDCDC;
	background-image: url(pannello/grafica/icona_ko.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Red;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #8B0000;
}

#messaggiook {
	width: 310px;
	height: 15px;
	background-color: #C8FFC8;
	background-image: url(pannello/grafica/icona_ok.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #32CD32;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #5DD75F;
}

