/* CSS Document */
@import url(layout.css);
@import url(component.css);
@import url(modules.css);
@import url(navigation.css);
@import url(editor_content.css);
@import url(login.css);

html, body {
margin:0;
padding:0;
font-family: Verdana, Arial;
font-size: 13px;
}

body {background:url(../images/layout/tile-sfumo-sfondo.jpg) repeat-x;}

#wrapper{
width: 1000px;
margin: 10px auto;
margin-bottom:20px;
background:url(../images/layout/sfondo.png) top center no-repeat;
/*position:relative;*/}

#header {
height:135px;
width: 955px;
margin:0 auto;
position:relative;
}

#logo {
position:absolute;
top:15px;
left:40px;
}

#menu_wrapper {
position:absolute;
top:0;
right:0;
height:38px;
}
#menu_sx {
float:left;
background:url(../images/layout/menu/ang_top-sx.png) no-repeat;
width:11px;
height:38px;
}

#menu_dx {
float:left;
background:url(../images/layout/menu/ang_top-dx.png) no-repeat;
width:6px;
height:38px;
}

#menu, #menu_reserved {
float:left;
background-color:#002f5b;
height:37px;
}

/* Bottone Area riservata */
#menu_reserved_sx {
margin-left:15px;
float:left;
background: url(../images/layout/menu/area-riservata_sx.png) no-repeat;
width:11px;
height:38px;
}

#menu_reserved_dx {
float:left;
background: url(../images/layout/menu/area-riservata_dx.png) no-repeat;
width:18px;
height:38px;
margin-right:5px;
}

#social {
	float:left;
}

#social img {
	padding-right:5px;
	padding-top:6px;
}

#maincontent_wrapper {
clear:both;
width:975px;
min-height:426px;
background:url(../images/layout/sfondo-ombra-main-content.png) center no-repeat;
margin:20px auto;
position:relative;
}

#maincontent{
top:-27px;
left:10px;
width: 885px; /*955-70*/
padding:0 0 60px 35px;
position:absolute;
min-height:400px;
}

.footer {
text-align: center;
width:100%;
font-size:10px;
color:#b3b3b3;
margin-bottom:10px;

position:absolute;
bottom:0;
}

#errore {
position:absolute;
top:50px;
left:300px;
width:600px;
padding:10px;
/*background-color:#FFF;
border:1px dotted red;*/
z-index:-10; /*valore impostato su negativo x' altrimenti in IE7 il box appare sopra al dropdown del menu, facendolo chiudere appena dopo la prima voce */
text-align:right;
}


/* FORM Iscrizione Nimby */
#nimbyforumXedition td {
    padding: 5px;
}

#nimbyforumXedition .first-col {
    width:200px;
}

#nimbyforumXedition input {
	width:246px;
}

#nimbyforumXedition span {
	display: inline-block;
}

.thankyou {margin-top:100px;}

.form-nimbyforum-x .componentheading {display:none;}
.form-nimbyforum-x sup {
    bottom: 12px;
}


/* FORM Iscrizione Nimby XI */
#nimbyforumXIedition td {
    padding: 5px;
}

#nimbyforumXIedition .first-col {
    width:190px;
}

#nimbyforumXIedition input {
	width:480px;
}

#nimbyforumXIedition span {
	display: inline-block;
}

.thankyou {margin-top:100px;}

.form-nimbyforum-xi .componentheading {display:none;}
.form-nimbyforum-xi sup {
    bottom: 12px;
}




body#form-nimbyforum-xi {
	background:none;
}
body#form-nimbyforum-xi #header {
	display:none;
}
body#form-nimbyforum-xi #wrapper {
    width: 1000px;
    margin: 0px auto;
    margin-bottom: 20px;
    background: none;
}
body#form-nimbyforum-xi #maincontent_wrapper {
    clear: both;
    width: 950px;
    min-height: 1246px;
    background: none;
    margin: 0 auto;
    position: relative;
	background:url(../images/Nimby2016-form-bg.jpg) no-repeat center top;
}
body#form-nimbyforum-xi #maincontent {
    top: 570px;
    left: 0;
    width: 800px;
    padding: 0;
    position: absolute;
    min-height: auto;
    right: 0;
    margin: 0 auto;
	color:#002F5B !important;
	font-size:15px;
}
body#form-nimbyforum-xi .footer {
	display:none;
}
body#form-nimbyforum-xi input#submit {
	background:#009EE3;
	color:#FFF;
	padding:10px;
	display:inline-block;
	width:140px;
	border: none;
	font-size: 14px;
	margin-top: 20px;
}
body#form-nimbyforum-xi input#privacy0 {
	width: 20px;
	height: 20px;
	margin-top: 0px;
}

body#form-nimbyforum-xi .forme > tbody:nth-child(1) > tr:nth-child(9) > td:nth-child(2) {
	font-size:10px;	
}

body#form-nimbyforum-xi .page-footer {
	position:absolute;
	bottom: -90px;
	left:0; right:0; margin:0 auto;
}
body#form-nimbyforum-xi .page-footer p {
	color:#636362;
	margin:0;
	font-size:13px;
}
body#form-nimbyforum-xi .page-footer a {
	color:#009EE3;
}
body#form-nimbyforum-xi .page-footer a:hover {
	color:#636362;
}