@charset "utf-8";
/* CSS Document */

.puntato {
	list-style-image: url(../images/freccia.gif);
}

html, body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#002c57;
	background-image: url(../images/bg_page.jpg);
}
div#MainContainer {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_centro.jpg);
}
div#header {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
}
div#header2 {
	width: 845px;
	margin-left: auto;
	float: left;
	margin-right: auto;
}
div#ContentLeft {
	width: 238px;
	float:left;
	padding-left: 48px;
}
div#ContentRight {
	width: 490px;
	float: left;
	padding-left: 20px;
}
div#footer {
	width: 845px;
	margin-top: 0px;
}
.bordo {
	border: 1px solid #5490BE;
	padding: 2px;

}
.campi {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #002C57;
	background-color: #FFFFFF;
	border: 1px solid #5490BE;
	height: 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}
.campi2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5490BE;
	border: 1px solid #5490BE;
	height: 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}
.campi-ciacione {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #002c57;
	height: 60px;
	width: 300px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	background-image: url(../images/bg_ciacione.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
	background-color: #FFF;
	margin: 0px;
}

.campi-mess {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #002C57;
	background-color: #FFFFFF;
	border: 1px solid #5490BE;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


a.arancio:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5490BE;
	text-decoration: none;
}

a.arancio:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5490BE;
	text-decoration: none;
}

a.arancio:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5490BE;
	text-decoration: none;
}

a.arancio:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #2C5574;
	text-decoration: none;
}

a.bianco:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.bianco:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.bianco:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.bianco:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #2B5879;
	text-decoration: none;
}

a.blu:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #002c57;
	text-decoration: none;
}

a.blu:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #002c57;
	text-decoration: none;
}

a.blu:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #002c57;
	text-decoration: none;
}

a.blu:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ff860c;
	text-decoration: none;
}
.testoarancio {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ff860c;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.pad {
	padding-right: 4px;
	padding-left: 4px;
}
.testopanorama {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#002c57;
	padding-left: 8px;
	padding-right: 8px;
}
.testobianco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.testoblu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5490BE;
}
form {
	margin: 0px;
	padding: 0px;
}
#cookie_alert{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 200px;
    height: auto;
    background-color: #FFF;
    border: 2px solid #538fbe;
    color: #000;
    text-align: center;
    padding: 10px;
    display: none;
    z-index: 99999;
    padding-top: 0;
}
#cookie_alert button{
	border: 1px solid #225a96;
	background-color: #538fbe;
	color: #FFF;
}