/* GENERIC CSSs */

.i-italic {
	font-style: italic;
}

/* EXTERNAL LINKs */

a.i-external-link {
	padding: 0 0 0 20px;
	background: url(../images/structure/external-link2.gif) no-repeat 0 1px;
	color: #5BAC26;
	font-weight: bold;
}


/* FLOATING ELEMENTs */

.i-float-left {
	float: left;
	margin-right: 10px !important;
}

.i-float-right {
	float: right;
	margin-left: 10px !important;
}




/* AMIACQUE LOGO */

span.i-AMI {
	color: #44b850;
	font-weight: bold;
}

span.i-ACQUE {
	color: #008cd7;
	font-weight: bold;
}




/* NUMERO VERDE */

/* NUMERO VERDE - SINGOLO */

div.i-numero-verde {
	width: 190px;
	height: 56px;
	background: transparent url(../images/structure/numero-verde.gif) no-repeat 4px 0;
	padding: 0 6px 6px 0;
	position: relative;
	margin: 4px 0;
	borderZZZ: dotted 1px green;
	padding: 0;
	overflow: hidden;
}

div.i-numero-verde h3 {
	overflow: hidden;
	borderZZZ: dotted 1px red;
	color: #008cd7;
	color: #fff;
	display: block;
	width: 180px;
	height: 10px;
	text-align: right;
	font-family: 'Trebuchet MS', Georgia, sans-serif;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 16px;
	overflow: visible;
	padding: 0;
	margin: 0;
}

div.i-numero-verde h4 {
	overflow: hidden;
	borderZZZ: dotted 1px blue;
	color: #5BAC26;
	color: #fff;
	display: block;
	width: 180px;
	height: 20px;
	text-align: right;
	font-family: 'Trebuchet MSZZ', Georgia, sans-serif;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	right: 10px;
	bottom: 6px;
	overflow: visible;
	padding: 0;
	margin: 0;
}

/* NUMERO VERDE - LISTA */

div.i-numeri-verdi {
	position: relative;
	background: transparent url(../images/structure/numero-verde-header.gif) no-repeat 100% 0;
	padding: 0;
	margin-top: 6px;
}

div.i-numeri-verdi h3 {
	margin: 0;
	padding: 10px 0 10px 26px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: transparent url(../images/structure/cornetta-white-on-green.gif) no-repeat 8px 50%;
}

div.i-numeri-verdi div.i-numero {
	backgroundZZZ: #E9E9E9 url(../images/structure/cornetta.gif) no-repeat 8px 50%;
	background-color: #B1EAB6;
	background-colorZZZ: #E9E9E9;
	padding: 10px 0 0 10px;
	height: 40px;
	overflow: hidden;
	border-top: solid 1px white;
	color: #41B94B;
	colorZZZ: #fff;
}
/* IE6 hack */
*>div.i-numeri-verdi div.i-numero {
	height: 34px;
}


div.i-numeri-verdi div.i-numero h4 {
	margin: 0;
	display: block;
	float: left;
	font-family: 'Trebuchet MS', Georgia, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-top: 2px;
}

div.i-numeri-verdi div.i-numero h5 {
	margin: 2px 6px 0 0;
	display: block;
	float: right;
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 13px;
}




/* DOWNLOADs */




/* BIG */

a.i-download-big {
	padding-top: 32px;
	display: block;
	width: 32px;
	height: 32px;
}

a.i-download-big-pdf {
	background: transparent url(../images/structure/download-pdf.png) no-repeat 0 0;
}

a.i-download-big-doc {
	background: transparent url(../images/structure/download-doc.gif) no-repeat 0 0;
}

a.i-download-big-xls {
	background: transparent url(../images/structure/download-xls.png) no-repeat 0 0;
}

a.i-download-big-ppt {
	background: transparent url(../images/structure/download-ppt.gif) no-repeat 0 0;
}




/* SMALL */

a.i-download-small {
	padding-left: 24px;
	height: 20px;
}

a.i-download-small-pdf {
	background: transparent url(../images/structure/download-pdf-small.png) no-repeat 0 50%;
}

a.i-download-small-doc {
	background: transparent url(../images/structure/download-doc-small.png) no-repeat 0 50%;
}

a.i-download-small-xls {
	background: transparent url(../images/structure/download-xls-small.png) no-repeat 0 50%;
}

a.i-download-small-ppt {
	background: transparent url(../images/structure/download-ppt-small.png) no-repeat 0 50%;
}




/* LIST ITEMs */

ul.i-list, .GutenbergPlaceHolder ul
{
	list-style-image: url(../images/structure/ico_h6.gif);
	list-style-type: circle
}


ul.i-list li, .GutenbergPlaceHolder ul li {
	margin-top: 2px;
}


/* ADDITIONAL FOOTER */

div.footer-sx {
	float: left;
	width: 649px;
	height: 30px;
	font-size: 11px;
	font-weightZZZ: bold;
	color: #fff;
	padding: 20px;
	background-color: #95c1e1;
}

div.footer-dx {
	float: right;
	width: 246px;
	height: 30px;
	font-size: 11px;
	font-weightZZZ: bold;
	color: #fff;
	padding: 20px;
	background-color: #95c1e1;
	text-align: right;
}

div#footer a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}

div#footer a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom: dotted 1px #fff;
}

div#footer strong {
	color: #fff;
}

div#footer_bg {
	border: none;
	border-bottom: dotted 1px #D5E6EF;
	padding-bottom: 10px;
	background-color: #95c1e1;
}

div.footer-bg-2 {
	height: 70px;
	background-color: #95c1e1;
}


/* COMUNI SEARCH BOX */

.comuni-searchbox-c {
	background: #A4C4DC url(../images/cnt/tit_primopiano_leftside.gif) no-repeat right top;
	padding-top: 12px;
	margin-top: 6px !important;
}

.comuni-searchbox-c h3 {
	margin: 0 0 8px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.comuni-searchbox, .comuni-detailbox, .comuni-detailbox-maps {
	background-color: #d8e5f2;
	padding: 0;
	height: 44px;
	overflow: hidden;
}

.comuni-searchbox form, .comuni-detailbox form, .comuni-detailbox-maps form{
	padding: 10px;
}

.comuni-detailbox-maps {
	padding: 10px 10px 0 10px;
	height: 34px;
}
/* IE6 hack */
*>.comuni-detailbox-maps {
	height: 20px;
}

.comuni-searchbox h4 {
	margin: 0 0 2px 0;
	color: #0081c4;
	font-size: 13px;
	font-weight: bold;
}

.comuni-searchbox .i-search-text {
	width: 162px;
}

.comuni-searchbox .i-search-action {
	width: 60px;
}

.comuni-detailbox .i-search-option {
	width: 168px;
}

.comuni-detailbox .i-search-action {
	width: 60px;
}





.comuni-searchbox-footer {
	background-image: url(../images/cnt/bot_primopiano_leftside.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
}

/* BANDI - ELENCO */

table.bandi-elenco {
	width: 760px;
}

table.bandi-elenco thead tr {
	height: 30px;
}

table.bandi-elenco td {
	padding: 10px;
}

table.bandi-elenco  a{
	background: transparent url(../images/structure/ico_h6.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
	display: block;
}

/* CALENDAR DOWNLOAD */

.i-calendar-download {
	width: 370px;
}

div.i-calendar-download a{
	color: #44b850 !important;
	text-decoration: none;
	border-bottom: dotted 1px;
}


/* INTERNAL MENU' CURRENT ITEM */

#nav_sx ul li a.current {
	background-image: url(../images/structure/bg_list_vert_current4.gif);
	color: #fff;
}

#nav_sx ul li a.current:hover {
	background-image: url(../images/structure/bg_list_vert_over.gif);
}

/* ORGANIGRAMMA */

div.i-organigramma td.i-organigramma-1stcol {
	background-image: url(../images/structure/organigramma-first-col-bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #fff;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 18px;

}

div.i-organigramma tr td {
	border-bottom: solid 4px #fff;
}

div.i-organigramma thead tr th {
	border-bottom: solid 4px #fff;
}

div.i-organigramma tbody a, div.i-organigramma tbody a:hover {
	padding: 0 14px 0 0;
	background: url(../images/structure/external-link2.gif) no-repeat 100% 1px;
	color: #5BAC26;
	ZZZtext-decoration: none;
	font-weight: bold;
	ZZZborder-bottom: dotted 1px #5BAC26;
}

/* BANDI RIGHT BOX */

#bandiamiacque_container {
	position: relative;
	background-image: url(../images/cnt/tit_primopiano.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
}

#bandiamiacque_container h3 {
	margin: 0 0 10px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.bandiamiacque {
	position: relative;
	background-color: #d8e5f2;
}

.bandiamiacque a {
	display: block;
	padding: 10px;
	border-bottom: solid 1px #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.bandiamiacque a:hover {
	background-color: #BBD3E5;
	color: #fff;
}

#bot_bandiamiacque {
	background-image: url(../images/cnt/bot_primopiano.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
}

label.error
{
	color: #FF0000;
	font-style: italic;	
	font-size: smaller;
}



/* VARIOUS HACKs */
.news {
	position: relative;
}

/* NEWSLETTER - LIST (NO HP) */

div.newsletteramiacque_container div.i-internal-list h1 {
	background: url(../images/structure/newsletter-list-title-big.gif) no-repeat 0 0;
	padding-top: 120px;
}

div.newsletteramiacque_container div.i-internal-list h1 span{
	displayZZZ: none;
}

div.newsletteramiacque_container div.i-settings {
	padding-left: 10px;
	padding-top: 6px;
}

div.newsletteramiacque_container div.i-settings a {
	background:transparent url(../images/structure/external-link2.gif) no-repeat scroll 0 1px;
	color:#5BAC26;
	font-weight:bold;
	padding:0 0 0 20px;
}

div.newsletteramiacque_container div.i-internal-list h2 {
	border: none;
}


div.newsletteramiacque_container div.i-internal-list h2 {
	padding-bottom: 6px;
	border-bottom: 1px dashed #DEDEDE;
}

/* MEMBERSHIP */

div.MembershipLoginStatus {
	/*position: absolute;
	top: -100px;
	left: 3px;
	z-index: 10000;
	background: url(../images/structure/bckgrnd.gif);
	width: 250px;
	height: 20px;*/
	background: transparent url(../images/structure/membership-box-bg.gif) no-repeat 100% 0;
	width: 242px;
	height: 140px;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-left: 10px;
	margin-top: 10px;
}

div.MembershipLoginStatus h1 {
	background: transparent url(../images/structure/membership-keyhole.gif) no-repeat 0 0;
	padding-left: 30px;
	color: #006699;
	font-size: 16px;
	margin: 0;
}

div.MembershipLoginStatus div.i-login-action, div.MembershipLoginStatus div.i-register-action {
	margin-top: 20px;
}

div.MembershipLoginStatus  span.User {
	display: block;
	margin-top: 12px;
}

div.MembershipLoginStatus  p {
	margin: 6px 0;
}

div.MembershipLoginStatus  a {
	color: #EDCF05;
	font-weight: bold;
}

div.i-login-box form {
	background: transparent url(../images/structure/membership-box-bg-big.gif) no-repeat 0 0;
	padding-top: 34px;
	padding-left: 10px;
	height: 250px;
	margin-top: 30px;
}

div.i-login-box form #loginSubmit{
	margin: 8px 0 0 164px;
}

div.i-login-box form div.BandiFormLine {
	background-color: transparent;
}

div.i-login-box form div.Captcha img{
	border: solid 1px #999999;
	margin-top: 5px;
	margin-left: 70px;
}

/* Testi form */

p.sportello_title
{
    background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 25px;
	margin: 20px 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #dedede;
	background-image: url(../images/structure/ico_h2_giallo.gif);
	color: #dec95e;
}

p.sportello_pratica
{
    color: #44b850;
	margin: 15px 0 5px 0;
	padding-top: 1px;
	font-size: 22px;
	font-weight: bold;
}

span.sportello_sottotitolo
{
    color: #44b850;
	margin: 15px 10px 5px 0;
	padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
}

p.sportello_header
{
    padding-left: 20px;
    margin-top: 5px;
}

p.sportello_footer
{
    padding-left: 20px;
}

h3.currentUser
{
    text-transform: capitalize;
    text-decoration: underline;
}

h3.currentCliente
{
    text-transform: capitalize;
    font-style: italic;
    font-size: 0.8em;
	margin-left: 40px;
}




/* FIXED LAYOUT OVERRIDE */

body {
	background-color: #fff!important;
}

#header, #footer, .colmask{
	position: relative!important;
	width: 980px!important;
	margin-left:auto!important;
	margin-right:auto!important;
	float: none!important;
}

.sportelloamiacque_formline{
	width: 96%!important;
}

.sportellowebamiacque_area fieldset{
	width:96%!important;
	padding: 10px!important;
}

.sportellowebamiacque_container table.i-table{
	width:96%!important;
}

.colmid p{
	margin-left: 0!important;
	margin-right: 0!important;
}

p {
	margin: 0!important;
}

table.i-table p {
	margin:4px!important;
}

blockquote{
	margin:0;
	display: block;
	height: auto;
}

input#escibutton{
	margin: 0!important;
}

.col1 h2, .col1 h3, .col1 h4, .col1 h5
{
	padding-bottom:4px;
	margin: 20px 0 10px 0!important;
	text-align:left;
}

div.privacy_disclaimer
{
	overflow: scroll;
	height: 240px;
	margin: 10px 0;
}

table.i-table{
	margin-top: 8px;
	margin-bottom: 6px;
}