


/* ************************************************************* *
 * ******* STILI GLOBALI COMUNI A TUTTE LE APPLICAZIONI ******** *
 * ************************************************************* */

	@import url('/share/include/css/stile.css');




div#box{
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}


div.box {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}


div#welcome {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
}

div.welcome {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
}

div#welcome h1 {
	margin: 0;
    border: 0;
    padding: .4em 0 .2em .2em;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #e5e5e5;
    background-color: transparent;
    white-space: normal;
    background-image: url('../img/gradient_blue_bkg.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

h1 {
    margin: 0;
    border: 0;
    padding: .4em 0 .2em .2em;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #e5e5e5;
    background-color: transparent;
    white-space: normal;
    background-image: url('../img/gradient_blue_bkg.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

h1.active {
	padding: .1em 0 .1em .2em;
	font-size: .8em;
	color: #7e0c19;
	background-color: #E4E2CB;
	border-bottom: 1px solid #c7c5b1;
	white-space: normal;
	background-image: none;
}

div.indicazioni {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: .5em 0 .5em 0;
}


h2 {
	margin: 24px 0 5px 0;
	font-weight: 600;
	color: #002951;
	padding: .3rem;
	background-color: rgb(242 242 242);
	font-size: 17px;
}

h2.primo {
	margin: 0 0 5px 0;
}

h2.primo span.data_riferimento {
	color: orange;
}

h2.attuale {
	margin: 0;
    border: 0;
    padding: .4em 0 .2em .2em;
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #dacc47;
    background-color: transparent;
    white-space: normal;
    background-image: url('../img/gradient_blue_bkg.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

a.linkback-alto {display: block; margin: 0 0 1em 0; padding: 0 0 .1em 0; border-bottom: 1px dotted #3D5C79; font-size: .7em;}
a.linkback-basso {display: block; margin: 1em 0 0 0; padding: 0; border-top: 1px dotted #3D5C79; font-size: .7em;}


h3.primo {
	border: 0;
	color: #3A3A3A;
	background-color: #E0EAF3;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: .5em 0 .2em .2em;
	text-align: left;
}

h3 {
	border: 0;
	color: #3A3A3A;
	background-color: #E0EAF3;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: .8em;
	font-weight: normal;
	margin: 1.5em 0 0 0;
	padding: .5em 0 .2em .2em;
	text-align: left;
}

h3.highlight {
	border: 0;
	color: #353535;
	background-color: #DFDFDF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: .7em;
	font-weight: bold;
	margin: 1.2em 0 0 0;
	padding: .2em;
	text-align: left;
}

h3.report {
	border-bottom: 1px solid #A5A5A5;
	color: #A5A5A5;
	background-color: transparent;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 1.5em 0 .3em 0;
	padding: 0;
	text-align: left;
}

p.attuale {
	border: 1px solid #999999;
	background-color: #f5f5f5;
	margin: 0 0 1em 0;
	padding: .2em .2em .2em .6em;
	font-size: .7em;
}

.indicazioni p {
	border: 0;
	margin: .2em 0 .5em .4em;
	padding: 0;
	font-size: .7em;
}

p.indicazioni {
	border: 0;
	margin: .2em 0 .5em .4em;
	padding: 0;
	font-size: .7em;
}

ul, ol {
    font-size: .8em;
    margin: 0 0 1em 0;
    padding: 0 0 0 2em;
    border: 0;
	font-weight: normal;
}

ul li {list-style: square; margin: .1em 0 .3em 0; padding: 0;}
ol li {list-style: decimal; margin: .1em 0 .3em 0; padding: 0;}

ul.menu {
    font-size: .7em;
    margin: 0;
    padding: 0 0 0 1.8em;
    border: 0;
  }

ul.menu li {list-style: square; color: Gray; margin: .1em 0 .2em 0; padding: 0;}
ul.menu li.avanzata {border-bottom: 1px dotted Gray;}
ul.menu li.separatore {border-top: 1px dotted Gray; margin-top: 1em;}

ul.nobullet li {list-style: none;}

/* menu collassabili */

div.indicazioni ul.col {
 display: none;
 /* border: 0;
  margin: 0 0 0 1.4em;
  padding: 0;
  list-style: square;
  font-size: .7em;
  color: Gray;*/
}

div.indicazioni ul.open {
  display: block;
  border: 0;
  margin: 0 0 0 1em;
  padding: 0;
  list-style: square;
  font-size: .85em;
  color: Gray;
}

h2.collapse a {
  display: list-item;
  list-style-image: url('../img/open.gif');
  vertical-align: top;
  margin: 0 0 0 1em;
}

h2.collapse a.open {
  display: list-item;
  list-style-image: url('../img/close.gif');
}

/* per evitare image flickering nelle liste puntate con immagini (IE)*/
html {
  filter: expression('document.execCommand("BackgroundImageCache", false, true)');
}

form {
	margin: 0px;
	border: 0px none;
	background-color: #F7FAFC;
	padding: 0px 0px 0.4em 0;
}

fieldset {
	margin: 0.4em;
	background-color: transparent;
	font-size: 0.8em;
	line-height: 2em;
	white-space: normal;
  	padding: 0.4em 0px 0.4em .5em;
	border: 0;
	border-bottom: 1px dotted Silver;
}

fieldset.selezione {
	background-color: #F7FAFC;
}

fieldset p {
	font-size: 1em;
	line-height: 130%;
}


fieldset.tasti {
	clear: both;
	padding: .4em 0 0 .4em;
	border: 0;
}

fieldset.tasti input.tasto {
	font-size: .9em;
	color: #002951;
	background-color: #CCCCCC;
	margin: .2em;
	padding: .1em;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #EDEDEC;
	border-left: 1px solid #EDEDEC;
	border-style: outset;
}

fieldset#cambia {margin: .5em 0 .5em 0}

input.text { font-size: .9em; color: #990000; background-color: #ffffff}
input.submit {
	font-size: .85em;
	color: #002951;
	background-color: #CCCCCC;
	margin: .2em;
	padding: 0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #EDEDEC;
	border-left: 1px solid #EDEDEC;
	border-style: outset;
}
input.radio { font-size: .9em; }
input.checkbox { font-size: .9em; color: #990000; background-color: #ffffff}
input.button {
	font-size: .85em;
	color: #002951;
	background-color: #CCCCCC;
	margin: .2em;
	padding: 0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #EDEDEC;
	border-left: 1px solid #EDEDEC;
	border-style: outset;
}



/*legend {display: none;}*/
legend {
	color: #78515C;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 0px -.3em;
}



label {
	font-weight: bold;
    background-color: transparent;
    color: #2E5476;
    font-size: .85em;
	line-height: 120%;
}

span.label {
	color: #2E5476;
	font-weight: bold;
}

span.campo {
	font-weight: normal;
	background-color: transparent;
	color: #6F1414;
}
span.note {
    padding: .1em 0 .8em 2.4em;
    background-image: url('../img/info.png');
    background-position: .4em .4em;
    background-repeat: no-repeat;
    margin: 2em 0 2em 0;
}


input.campo{font-size: .9em; color: #6F1414; background-color: #ffffff; border: 1px solid #2E5476;}
input.check{font-size: .9em; color: #990000; background-color: #ffffff; border: 1px solid #2E5476;}

select.campo{
	background-color: #FFFFFF;
	border: 1px solid #2E5476;
	font-size: 0.85em;
}
select {
	background-color: #FFFFFF;
	border: 1px solid #2E5476;
	font-size: 0.9em;
}
select.option {
	background-color:#FFFFFF;
	border: 1px solid #2E5476;
	font-size: 0.9em;
}

input.tasto {
	font-size: .85em;
	color: #002951;
	background-color: #CCCCCC;
	margin: .2em;
	padding: .1em;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #EDEDEC;
	border-left: 1px solid #EDEDEC;
	border-style: outset;
	padding: .2em .4em;
}


input.disabled {
	color: #343434;
	background-color: #404040;
	margin: .2em;
	padding: 0;
	border: 1px solid Silver;
	border-style: outset;
}

select.disabled {
	background-color:#e6e6e6;
	border: 1px solid #204466;
	color: Gray;
}

.campo:focus {background-color: #F6FFC0;}

form.carrello-proprietari {
	background-color: #EEEEEE;
	border-top: 2px solid #868686;
	margin: 0;
}

td.carrello {background-color: #EEEEEE;}
td.carrello:hover {background-color: #EEEEEE;}

form.carrello legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-weight: bold;
	display: block;
	color: #00559F;
}

form.carrello-proprietari legend {display: none;}

div#runtime_message form.carrello-proprietari p {font-size: .7em; padding: 0 0 0 .5em;}

form.carrello fieldset.scegli-carrello-terreni,
 form.carrello fieldset.scegli-carrello-fabbricati {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	border: 0;
	font-size: 1em;
}

form.carrello fieldset.scegli-carrello-proprietari {
	font-size:.7em;
}


form.carrello tr.selezionato {
	background-color:#FFFFCC;
}

form.carrello tr {
	background-color: #ffffff;
}

form.carrello td {
	background-color:transparent;
}


form.carrello fieldset.scegli-carrello-proprietari label, form.carrello fieldset.scegli-carrello-terreni label, form.carrello fieldset.scegli-carrello-fabbricati label{ font-size: 1.1em; }

form.carrello fieldset.scegli-carrello-proprietari select, form.carrello fieldset.scegli-carrello-terreni select, form.carrello fieldset.scegli-carrello-fabbricati select{ font-size: 1.1em; }

form.carrello fieldset.scegli-carrello-proprietari select.old, form.carrello fieldset.scegli-carrello-terreni select.old, form.carrello fieldset.scegli-carrello-fabbricati select.old { color: Red; }

form.carrello fieldset.scegli-carrello-proprietari select option.old,
form.carrello fieldset.scegli-carrello-terreni select option.old,
form.carrello fieldset.scegli-carrello-fabbricati select option.old { color: Red; }

form.carrello fieldset.scegli-carrello-proprietari input, form.carrello fieldset.scegli-carrello-terreni input, form.carrello fieldset.scegli-carrello-fabbricati input{ font-size: 1.1em; }

form.carrello a.check {	background-image: url('../img/check.gif'); background-position: top left; background-repeat: no-repeat; padding: 0 0 0 15px;}
form.carrello a.uncheck {background-image: url('../img/uncheck.gif'); background-position: top left; background-repeat: no-repeat; padding: 0 0 0 15px;}
a.add {background-image: url('../img/add.png'); background-position: top left; background-repeat: no-repeat; padding: 0 0 0 20px;}
.gestione-carrello {
  font-weight: normal;
  text-align: left;
  margin: .5em 0 1em 0;
}

a.gestione-carrello,
.scegli-carrello-proprietari .gestione-carrello a {
	clear: left;
	text-align: left;
	background-image: url('../img/edit_carrello.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px;
	margin: 0;
	margin: 0;
	white-space: nowrap;
}

label.option {font-weight: normal;}

.gestione-carrello a.check-multi { background-image: url('../img/check_multi.gif'); background-position: top left; background-repeat: no-repeat; padding: 0 0 0 20px;}

.gestione-carrello a.elimina {
 	background-image: url('../img/cestino.gif');
}

a.alert_carrello_obsoleto.old {
	padding: 0;
	margin: 0 0 0 5px;
}

a.alert_carrello_obsoleto.updated {display: none;}

a.sblocca-carrello {
  clear: left;
  /* display: block; */
  background-image: url('../img/lock_go.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding: 5px 0 5px 20px;
  line-height: 200%;
  font-weight: normal;
}

span.alert_carrello_obsoleto.old,
span.aggiungi-carrello.updated {
	display: inline;
	color: #C80000;
	line-height: 130%;
	font-size: .9em;
	font-weight: bold;
}


label.aggiungi-carrello {
  background-image: url('../img/aggiungi_carrello3.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding: 2px 0 2px 20px;
  font-size: .9em;
  white-space: nowrap;
}

.scegli-carrello-proprietari .aggiungi-carrello a {
  background-image: url('../img/aggiungi_carrello3.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding: 2px 0 2px 20px;
  font-size: .9em;
  white-space: nowrap;
}

form.carrello fieldset.scegli-carrello-proprietari .aggiungi-carrello label, form.carrello fieldset.scegli-carrello-terreni .aggiungi-carrello label, form.carrello fieldset.scegli-carrello-fabbricati .aggiungi-carrello label  {font-weight: normal;}


span.alert_carrello_obsoleto.updated,
.aggiungi-carrello.old {
	display: none;
}

div.cart_message {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1.4em;
}

div.cart_message li.ok {list-style-image: url('../../../include/img/ok.gif'); color: #0A490A; padding: 3px 0 3px 0;}
div.cart_message li.warning {list-style-image: url('../../../include/img/warning.png'); color: Red; padding: 3px 0 3px 0;}

p.warning {
  font-weight: normal;
  font-size: .8em;
  color: #C80000;
  background: none;
  margin: 0;
  padding: .4em .2em;
}

div.cart_message p {margin: 0;}

.gestione-carrello-off {
  font-weight: normal;
  font-size: .7em;
  text-align: right;
  margin: 0 0 0 3em;
}

.gestione-carrello-off {
  background-image: url('../img/edit_carrello_off.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  line-height: 200%;
}

a.esporta {
  display: block;
  margin: .5em 0 2em 0;
  padding: 0 0 0 20px;
  background-image: url('../img/down-blue.gif');
  background-repeat: no-repeat;
  background-position: center left;
  font-size: .75em;
  font-weight: bold;
}

a.download {
  margin: 0;
  padding: 0 0 0 20px;
  background-image: url('../img/down-blue.gif');
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: bold;
}

a.esporta-list {
  display: block;
  margin: .4em 0 .4em 0;
  padding: 0 0 0 20px;
  background-image: url('../img/down-blue.gif');
  background-repeat: no-repeat;
  background-position: center left;
  font-size: .75em;
  font-weight: bold;
}



a.esporta-list-disabled {display: none;}
.invisibile {display: none;}
.waiting {cursor: wait;}



span.data {
  font-weight: bold;
  color: #515151;
  font-size: .8em;
  text-transform: uppercase;
}

#box ol#cmf, #box ol#shape {
	margin: 0 .3em 0 .3em;
	padding: 0;
}


ol#cmf li.esporta-list, ol#shape li.esporta-list{
  display: block;
  margin: 0 0 .4em 0;
  padding: .2em .2em .2em 20px;
  background-image: url('../img/down-blue.gif');
  background-repeat: no-repeat;
  background-position: .2em .3em;
  background-color: #f3f3f3;
  border-top: 1px solid Silver;
  border-bottom: 1px solid Silver;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 120%;
  list-style: none;
}

.ridotto {
  font-weight: normal;
  font-size: .8em;
}

.smaller {
  font-weight: normal;
  font-size: .85em;
}

div#more_pages {
  margin: 0;
  padding: .2em;
  border-top: 1px solid #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
  background-color: #EDEDED;
  color: #353535;
  font-size: .7em;
}



table {
	margin: .5em 0 0 0;
	padding: 0;
	border: 1px solid #6A6A6A;
	border-collapse: collapse;
}

caption {
    font-weight: bold;
    /* font-size: .7em; */
    color: #002951;
    background-color: transparent;
    text-align: left;
    /* margin: .2em 0 0 0; */
	margin: 0;
    padding: 0 0 .5em 0;
    line-height: 100%;
    white-space: nowrap;
}


th {
	margin: 0;
	padding: .4em .2em .9em .2em;
	border: 1px solid #9F9F9F;
	font-size: .65em;
	font-weight: normal;
	background-color: #F0F5F9;
	color: #802424;
	text-align: center;
  vertical-align: middle;
}


td {
	margin: 0;
/* 	padding: .2em .2em .6em .2em;  */ /* commentato da PB*/
	border: 1px solid #9F9F9F;
	font-size: .6em;
	background-color: White;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

th.cancella,
th.carrello,
th.infoparticella,
th.infoproprietario,
th.infoparticella-proprietari,
th.report,
th.infoparticella-area,
th.info-docfa,
th.dati-planimetrici,
th.info-ici,
th.info-tarsu,
th.infovariazioni {width: 20px;}

th.carrello a {font-weight: normal;}

td.cancella a {background-image: url('../img/cancella.gif'); background-repeat: no-repeat; background-position: center; width: 20px;}
td.infoparticella a {background-image: url('../img/info_particella.gif'); background-repeat: no-repeat; background-position: center; text-align: center; width: 20px;}

td.infoproprietario a {background-image: url('../img/proprietari.gif'); background-repeat: no-repeat; background-position: center; width: 20px;} /* questo è utilizzato ?!? */
td.infoparticella-proprietari a {background-image: url('../img/proprietari.gif'); background-repeat: no-repeat; background-position: center; width: 20px;}

td.report a {background-image: url('../img/report_particella.png'); background-repeat: no-repeat; background-position: center; width: 20px;}

td.report_storico a {background-image: url('../img/report_storico.png'); background-repeat: no-repeat; background-position: center; width: 20px;}

td.infoparticella-area a {background-image: url('../img/go_to_map.gif'); background-repeat: no-repeat; background-position: center; width: 20px;} /* questo è utilizzato ?!? */

td.info-docfa a {background-image: url('../img/docfa.png'); background-repeat: no-repeat; background-position: center; width: 20px;}
td.dati-planimetrici a {background-image: url('../img/planimetrie.png'); background-repeat: no-repeat; background-position: center; width: 16px; height:16px; display:block;}
td.dati-planimetrici-precedente a {background-image: url('../img/planimetrie.png'); background-repeat: no-repeat; background-position: center; width: 16px; height:16px; display:block; opacity: 0.5;}
td.dati-planimetrici-storico a {background-image: url('../img/planimetrie_storico.png'); background-repeat: no-repeat; background-position: center; width: 16px; height:16px; display:block;}
td.info-ici a {background-image: url('../img/nota.png'); background-repeat: no-repeat; background-position: center; width: 20px;}
td.info-tarsu a {background-image: url('../img/info_tarsu2.png'); background-repeat: no-repeat; background-position: center; width: 20px;}
td.info-tarsu-precedente a {background-image: url('../img/info_tarsu2.png'); background-repeat: no-repeat; background-position: center; width: 20px; opacity:0.5;}
td.infovariazioni a {background-image: url('../img/info_sub.gif'); background-repeat: no-repeat; background-position: center; width: 20px;}


td.cancella a:link,
td.infoparticella a:link,
td.infoproprietario a:link,
td.infoparticella-proprietari a:link,
td.report a:link,
td.report_storico a:link,
td.infoparticella-area a:link,
td.info-docfa a:link,
td.dati-planimetrici a:link,
td.dati-planimetrici-precedente a:link,
td.info-ici a:link,
td.info-tarsu a:link,
td.info-tarsu-precedente a:link,
td.infovariazioni a:link {
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 20px;
	color: transparent;
	background-color: transparent;
	text-decoration: none;
}

td.cancella a:visited,
td.infoparticella a:visited,
td.infoproprietario a:visited,
td.infoparticella-proprietari a:visited,
td.report a:visited,
td.report_storico a:visited,
td.infoparticella-area a:visited,
td.info-docfa a:visited,
td.dati-planimetrici a:visited,
td.dati-planimetrici-precedente a:visited,
td.info-ici a:visited,
td.info-tarsu a:visited,
td.info-tarsu-precedente a:visited,
td.infovariazioni a:visited {
	display: block;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  background-color: transparent;
  text-decoration: none;
}

td.cancella a:hover,
td.infoparticella a:hover,
td.infoproprietario a:hover,
td.infoparticella-proprietari a:hover,
td.report a:hover,
td.report_storico a:hover,
td.infoparticella-area a:hover,
td.info-docfa a:hover,
td.dati-planimetrici a:hover,
td.dati-planimetrici-precedente a:hover,
td.dati-planimetrici-storico a:hover,
td.info-ici a:hover,
td.info-tarsu a:hover,
td.info-tarsu-precedente a:hover,
td.infovariazioni a:hover {
	display: block;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  background-color: #0080FF;
  text-decoration: none;
}

td.cancella a:active,
td.infoparticella a:active,
td.infoproprietario a:active,
td.infoparticella-proprietari a:active,
td.report a:active,
td.report_storico a:active,
td.infoparticella-area a:active,
td.info-docfa a:active,
td.dati-planimetrici a:active,
td.dati-planimetrici-precedente a:active,
td.info-ici a:active,
td.info-tarsu a:active,
td.info-tarsu-precedente a:active,
td.infovariazioni a:active {
	display: block;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  background-color: transparent;
  text-decoration: none;
}

li.compatto {
	font-size: .85em;
	line-height: 85%;
}

table.controllo td {
	margin: 0;
	padding: .3em;
	border: 1px solid #9F9F9F;
	font-size: .7em;
	background-color: White;
	text-transform: lowercase;
	text-align: left;
}


th.proprietari img {
	border: 0;
	margin: 0;
	padding: 0;
}


table.elenco-risultati {
	margin: 0;
	padding: 0;
	border: 1px solid #6A6A6A;
	border-collapse: collapse;
}

table.elenco-risultati th, table.elenco-risultati td {font-size: .8em; padding: .2em;}
table.elenco-risultati td select {margin: 0; padding: 0;}
table.elenco-risultati td a.download {padding: 2px 0 2px 15px; font-weight: normal; font-size: .9em;}

span.underline {text-decoration: underline;}

span.barrato {
	text-decoration: line-through;
}

span.ok {
	color: Gray;
}

span.errore {
	color: #8B0000;
	font-weight: normal;
}

div#stato_work {
	font-size: .8em;
}

div#n_cxf {
	font-size: .8em;
}

hr.separatore {
height: 1em;
color: #DADADA;
margin: .5em 0 .5em 0;
}


/*Stili per la validazione*/
.LV_validation_message{
  font-weight:normal;
  margin:0 0 0 5px;
	font-size: .8em;
}

.LV_valid {
  color:#00CC00;
}

.LV_invalid {
  color:#CC0000;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
  border: 1px solid #00CC00;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
  border: 1px solid #CC0000;
}


/* redesign */

div#runtime_message h2 {
	border-bottom: 2px solid #A5A5A5;
	color: #3A3A3A;
	background-color: transparent;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#runtime_message p {margin: .3em 0 .5em 0; padding: 0; border: 0; font-size: .8em;}

div#runtime_message caption, div#runtime_message_terreni caption, div#runtime_message_fabbricati caption {
	color: #3A3A3A;
	background-color: transparent;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 .2em 0;
	text-align: left;
	white-space: nowrap;
}


thead tr, tfoot tr {border: 0;}

h3.terreni-fabbricati,
h3.proprietari {
	font-size: .8em;
	background-color: #F2F9FF;
	padding: 3px 5px 3px 2px;
	border-top: 2px solid #868686;
	border-right: 2px solid #868686;
	font-weight: bold;
	color: #27496C;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
	margin-bottom: -2px;
}

a#toggle_titolarita_terreni,
a#toggle_titolarita_fabbricati {
	background-image: url('../img/collapse_on.png');
	background-position: center left;
	background-repeat: no-repeat;
	display: inline-block;
	margin: .5em 0 0 0;
	padding: .2em .2em 0 20px;
	font-size: .7em;
}

table#table_titolarita_terreni,
table#table_titolarita_fabbricati {
	margin-left: 18px;
}

table#table_titolarita_terreni th,
table#table_titolarita_fabbricati th {
	font-weight: normal;
	background-color: #F5F5F5;
	color: #363636;
}



td.pager,
form.carrello td.pager {
	margin: 0px;
	padding: 0 .4em;
	font-size: 0.7em;
	background-color: rgba(218, 218, 218, 1);
	border: 0px none;
	font-weight: normal;
	text-align: left;
	line-height: 180%;
	color: rgba(69, 69, 69, 1);
}

td.pager:hover {
	background-color: rgba(218, 218, 218, 1);
	color: rgba(69, 69, 69, 1);
}


td.pager a {
	font-size:1.7em;
}


tr.even { background-color: White; color: Black; }
tr.odd { background-color: #FFFFCC !important; color: Black; }

tr.terrenoTerminato td,
tr.even.terrenoTerminato td,
tr.odd.terrenoTerminato td,
tr.fabbricatoTerminato td,
tr.even.fabbricatoTerminato td,
tr.odd.fabbricatoTerminato td {
	background-color: #B3B3B3;
	color: #3F3F3F;
	border: 1px solid #9F9F9F;
}

tr.titoloTerrenoTerminato td, tr.even.titoloTerrenoTerminato td, tr.odd.titoloTerrenoTerminato td {
	background-color: #B3B3B3;
	color: #3F3F3F;
}

tr.titoloFabbricatoTerminato td, tr.even.titoloFabbricatoTerminato td, tr.odd.titoloFabbricatoTerminato td {
	background-color: #B3B3B3;
	color: #3F3F3F;
}

tr.soggettoTerminato td {
	background-color: #B3B3B3;
	color: #3F3F3F;
}

tr.soggettoTerminato:hover td { color: Black; background-color: #94A7A7; }

tr:hover td { background-color: #B7F6F7; }

tr.finto_hover td { background-color: #E5FFFF; }

tr.terrenoTerminato.finto_hover td,
tr.fabbricatoTerminato.finto_hover td,
tr.titoloTerrenoTerminato.finto_hover td,
tr.titoloFabbricatoTerminato.finto_hover td { color: Black; background-color: #9CBDBD; }

tr.fabbricatoTerminato:hover td,
tr.terrenoTerminato:hover td,
tr.titoloFabbricatoTerminato:hover td,
tr.titoloTerrenoTerminato:hover td { color: Black; background-color: #94A7A7; }

td.seleziona { text-align: center; }


.invisibile {
	display:none;
}

div.pager {
	font-size: .7em;
	background-color: #F2F9FF;
	border-top: 2px solid #868686;
	font-weight: normal;
	text-align: left;
	padding: .2em;
	margin: 0;
	min-height: 10px;
}

div.pager button {font-size: .8em; background-color: #e3eafb;}




/* aggiunti per la pagina di Info, colonna destra della mappa */
div#infolayer {
	margin: 0 0 1.3em 0;
	background-color: #f9fae3;
	font-size: .85em;
}

div#infolayer h2 {margin: 0; padding: .2em; border: 0; font-size: .8em; background-color: #DCDDB5;}
div#infolayer p {font-size:.8em;}
div#infolayer span.label {font-size: 1em;}
div#infolayer ol {margin: .5em 0 0 .3em;padding: 0;}
div#infolayer ol li {margin: 0 0 .2em 0;padding: 0; list-style: square; list-style-position: inside; font-size: 1em;}

div#infowindow {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

div#toolbar {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

div#infowindow h2,
div#toolbar h2 {
	margin: 0; 
	padding: .2em 0 .2em .2em;
	/*border-bottom: 0 0 .4em 0;*/
	background-color: Silver;
	color: White;
	font-size: .8em;
}

div#infowindow p,
div#toolbar p {clear:both;}

p#copyright {
	font-style: italic;
	margin: 2em 0 0 0.4em;
	padding: 0.2em 0 0;
	border-top: 1px dotted Silver;
	color: #565656;
}

/* aggiunti per DOCFA */

ol.elenco-segnalazioni {margin: .5em 0 0 0; padding: 0;}

ol.elenco-segnalazioni li {
	margin: 1.5em 0 0 .5em;
	padding: 0;
	font-size: .9em;
	line-height: 140%;
	border-bottom: 1px solid Silver;
	color: Gray;
	list-style: square;
	list-style-position: inside;
}

ol.elenco-segnalazioni li a {
	background-image: url('../img/segnalazione.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 24px .2em 0;
}

div#runtime_message h2.docfa {margin: 2em 0 0 0;}
ol.elenco-docfa {margin: .5em 0 0 0; padding: 0;}

ol.elenco-docfa li {
	margin: 1.5em 0 0 .5em;
	padding: 0 0 .2em 0;
	font-size: .85em;
	line-height: 140%;
	border-bottom: 1px solid Silver;
	color: Gray;
	list-style: none;
}

ol.elenco-docfa li span.protocollo-docfa { color: #2E5476; font-weight: bold; font-size: 1em;}


ol.elenco-docfa li.DichiarazioneIncoerente {background-image: url('../img/incoerente.png'); background-position: 0 0; background-repeat: no-repeat; padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.in_valutazione {background-image: url('../img/in_valutazione.png'); background-position: 0 0; background-repeat: no-repeat; padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.da_valutare {background-image: url('../img/da_valutare.png'); background-position: 0 0; background-repeat: no-repeat; padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.da_compilare {background-image: url('../img/da_compilare.png'); background-position: 0 0; background-repeat: no-repeat;padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.assenza_informazioni {background-image: url('../img/assenza_info.png'); background-position: 0 0; background-repeat: no-repeat;padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.coerente {background-image: url('../img/coerente.png'); background-position: 0 0; background-repeat: no-repeat;padding: 0 0 .2em 24px;height: 20px;}


a.info-docfa {
	background-image: url('../img/dati.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

a.scheda-planimetrie {
	background-image: url('../img/pages.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}


div.docfa_quadro {
	margin: 0;
	padding: 0 0 0 1em;
	font-size: .8em;
}

h2.docfa {
	font-weight: bold;
	font-size: .9em;
	cursor: pointer;
	background-color: #ECECEC;
	text-decoration: none;
	border: 0;
	border-top: 2px solid Silver;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	line-height: 100%;
	color: #6F1414;
	margin-top: 1em;
}

h2.docfa:hover {
	background-color: #b8d5ff;
	text-decoration: underline;
}

h2.docfa.collapse {
	background-image: url('../img/collapse_off.png');
}

h2.docfa span.ridotto {
	font-size: .75em;
}



h3.docfa {
	font-weight: bold;
	cursor: pointer;
	margin-top: .5em;
	margin-left: 1em;
	border-top: 1px dotted #7392bf;
	border-left: 1px dotted #7392bf;
	font-size: .8em;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

h3.docfa {
	background-color: #dae4f3;
	text-decoration: none;
}

h3.docfa:hover {
	background-color: #b8d5ff;
	text-decoration: underline;
}

h3.docfa.collapse {
	background-image: url('../img/collapse_off.png');
}

h2.immobile {
	font-weight: bold;
	font-size: .9em;
	color: #6F1414;
	background-color: #EFEFEF;
	margin: 1em 0 0 0;
}

div.docfa_quadro h4 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: .9em;
}

div#docfa_quadro_a,
div#docfa_quadro_b,
div#docfa_quadro_d_bcnc,
div#docfa_quadro_d_note,
div#docfa_quadro_dati_dichiarante,
div#docfa_1n_quadro_a,
div#docfa_1n_quadro_b,
div#docfa_1n_quadro_m,
div.docfa_2n_parte1_quadro_a,
div.docfa_2n_parte1_quadro_b,
div.docfa_2n_parte1_quadro_c,
div.docfa_2n_parte1_quadro_d,
div.docfa_2n_parte1_quadro_h,
div.docfa_2n_parte2_quadro_a,
div.docfa_2n_parte2_quadro_b,
div.docfa_2n_parte2_quadro_c,
div.docfa_2n_parte2_quadro_d,
div.docfa_2n_parte2_quadro_e,
div.docfa_2n_parte2_quadro_f,
div.docfa_2n_parte2_quadro_i,
div.docfa_2n_parte2_quadro_m
{
	font-size: .7em;
	margin: 0 0 0 1em;
	line-height: 130%;
}


div.docfa_quadro ul, div.docfa_quadro ol {
	font-size: .85em;
	margin: 0 0 0 1em;
	padding: 0;
}

div.docfa_quadro ul li {
	list-style: none;
	font-weight: bold;
	margin-top: 1em;
	border-top: 1px dotted Silver;
}

div.docfa_quadro ol li {
	list-style: decimal;
	font-weight: bold;
	margin-top: 1em;
	border-top: 1px dotted Silver;
	list-style-position: inside;
}

div.docfa_quadro ul li ul li {
	list-style: none;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	border-top: 0;
	font-size: 1.15em;
	list-style-position: inside;
}

div.docfa_quadro ol li ol li {
	list-style: decimal;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	border-top: 0;
	font-size: 1.15em;
	list-style-position: inside;
}

div.docfa_quadro ol li ul li {
	list-style: none;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	border-top: 0;
	font-size: 1.15em;
	list-style-position: inside;
}
div.docfa_quadro ul li ol li {
	list-style: decimal;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	border-top: 0;
	font-size: 1.15em;
	list-style-position: inside;
}

div.indicazioni ul#generali {
	margin-bottom: 3em;
}



div.docfa_quadro table {
	margin-left: 1.5em;
	font-size: 1em;
}

div.docfa_quadro table th, div.docfa_quadro table td {
	padding: 0 .2em;
	text-align: center;
	font-size: .9em;
	font-weight: normal;
}

div.docfa_quadro table th {
	background-color: #eeeeee;
	color: #002951;
}

div.docfa_quadro table td {
	background-color: transparent;
	color: #990000;
}


div.docfa_quadro ul li table {
	font-size: 1.2em;
	margin-left: 0;
}

div.docfa_quadro caption {
	font-size: .8em;
}


div.segnalazioni {
	margin: 0 0 1em .4em;
	padding: 0;
	border-bottom: 2px solid Silver;
}

div.segnalazione {
	margin: 0;
	padding: .4em 0 1em 20px;
	border-top: 2px solid Silver;
	font-size: .7em;
	font-weight: bold;
	color: #2E5476;
}

div.segnalazione span.filler {color: Silver; font-weight: normal;}

div.segnalazione.da_compilare {background-image: url('../img/da_compilare.png');	background-position: left 0.4em; background-repeat: no-repeat;}
div.segnalazione.incoerente {background-image: url('../img/incoerente.png');	background-position: left 0.4em; background-repeat: no-repeat;}
div.segnalazione.assenza_informazioni {background-image: url('../img/assenza_info.png');	background-position: left 0.4em; background-repeat: no-repeat;}
div.segnalazione.coerente {background-image: url('../img/coerente.png');	background-position: left 0.4em; background-repeat: no-repeat;}

div.segnalazione a {
	font-weight: normal;
}

div.segnalazione div.dettagli_protocollo {
	margin: .3em 0 1em 1em;
	padding: 0;
	font-weight: normal;
}

div.segnalazione a.link_dettagli_protocollo {
	background-image: url('../img/page_edit.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

div.segnalazione a.link_elimina_protocollo {
	background-image: url('../img/remove.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

div.indenta1{margin: 1em 0 0 1.5em;}
div.indenta2{margin: 1em 0 0 1.5em; border-top: 1px dotted #b0b0b0;}


div#aggiungi {
	margin: 1em .5em 1em 0;
	padding: .4em;
	border: 1px solid Silver;
	background-color: #efefef;
}

div#aggiungi p {
	margin: 0;
	padding: 0;
}

a#aggiungi_protocollo {
	background-image: url('../img/add_docfa.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: bold;
}

#div_aggiungi_protocollo {margin: 1em 0 0 0; padding: 0; border-top: 0; font-size: .8em;}
#div_aggiungi_protocollo form {line-height: 140%;}
#div_aggiungi_protocollo select, #div_aggiungi_protocollo input{margin: 0; padding: 0; font-size: .9em;}


div.docfatools {
	margin: 0;
	padding: 0;
	font-size: .7em;
	background-color: #FAFAFA;
	border-bottom: 1px dotted Silver;
	border-top: 0;
	line-height: 200%;
}


div.docfatools a#pdf_docfa {
	background-image: url('../img/pdf_download.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: normal;
}

div.docfatools a.scheda-planimetrie {
	background-image: url('../img/pages.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: normal;
}

a#segnalazione {
	background-image: url('../img/segnalazione.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 3px 20px 3px 0;
	font-weight: normal;
	font-style: italic;
}

div.docfatools a#segnalazione {font-weight: bold;}

div#termina-salva, div#salva-annulla {
	margin: 2em 0 0 0;
	padding: .2em .2em .4em .4em;
	border-top: 2px solid #536E89;
	background-color: #E0E8EF;
	font-size: .7em;
	float: left;
	width: 99%;
}

div#salva-annulla {margin-top: 0;}

a#annulla {
	background-image: url('../img/annulla.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: bold;
	float: right;
}

a#salva_xml, a#salva_xml_protocollo {
	background-image: url('../img/save.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: bold;
	float: left;
	width: 58%;
}


/* selectors per dati conservatorie rr.ii.. */
ol.elenco-ici, ol.elenco-tarsu {margin: .5em 0 0 0; padding: 0;}

ol.elenco-ici li, ol.elenco-tarsu li {
	margin: .5em 0 0 .5em;
	padding: .3em 0 .2em 0;
	font-size: .9em;
	line-height: 140%;
	border-top: 1px solid Gray;
	color: Black;
	list-style: none;
}

ol.elenco-ici li {clear: both;}

a.info-ici {
	background-image: url('../img/nota.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

a.info-tarsu {
	background-image: url('../img/info_tarsu2.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 25px;
}

a.info-tarsu-precedente {
	background-image: url('../img/info_tarsu2.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 25px;
	opacity: 0.5;
}

div.soggetti_acquirenti_ricerca {
	float: left;
	width: 45%;
	margin: .5em 0 1em 1em;
	padding: 0;
}

div.soggetti_venditori_ricerca {
	float: right;
	width: 45%;
	margin: .5em 0 1em 0;
	padding: 0;
}

div.soggetti_acquirenti_ricerca ul,
div.soggetti_venditori_ricerca ul {
	padding: 0;
	margin: 0;
}

div.soggetti_acquirenti_ricerca ul li,
div.soggetti_venditori_ricerca ul li {
	border: 0;
	padding: 0;
	margin: 0 0 0 1.5em;
	font-family: Verdana, sans;
	font-size: 1.1em;
	list-style: square;
}

h3.titolo {
	font-weight: bold;
	font-size: .9em;
	cursor: pointer;
	background-color: #ECECEC;
	text-decoration: none;
	padding: .3em;
	border: 0;
	border-top: 2px solid Silver;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	line-height: 100%;
	color: #6F1414;
	margin-top: 1em;
}

h3.titolo_trascrizione {margin-top: .2em;}

h3.titolo:hover {
	background-color: #b8d5ff;
	text-decoration: underline;
}
h3.titolo.collapse {background-image: url('../img/collapse_off.png');}

h4.sub-title {
	font-weight: bold;
	cursor: pointer;
	margin: .5em 0 0 1em;
	border-top: 1px dotted #7392bf;
	border-left: 1px dotted #7392bf;
	font-size: .7em;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	background-color: #dae4f3;
	text-decoration: none;
	color: Black;
}

h4.sub-title:hover {background-color: #b8d5ff;text-decoration: underline;}

h4.sub-title.collapse {	background-image: url('../img/collapse_off.png');}

h4.sub-title.noexpand {background-image: none; margin-bottom: .2em; padding-left: 3px;}
h4.sub-title.noexpand:hover {background-color: #dae4f3;text-decoration: none; cursor: auto;}

h4.titolo_dato_metrico span {font-weight: normal;}

h5.sub-title {
	font-weight: normal;
	text-transform: capitalize;
	cursor: pointer;
	margin: .5em 0 0 2em;
	border-top: 1px dotted #7392bf;
	border-left: 1px dotted #7392bf;
	font-size: .7em;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	background-color: #E4E4E4;
	text-decoration: none;
	color: Black;
}

h5.sub-title:hover {background-color: #b8d5ff;text-decoration: underline;}

h5.sub-title.collapse {	background-image: url('../img/collapse_off.png');}

h5.sub-title.noexpand {background-image: none; margin-bottom: .2em; padding-left: 3px;}
h5.sub-title.noexpand:hover {background-color: #E4E4E4; text-decoration: none; cursor: auto;}


.div_dati_titolarita h6 {font-size: .7em; margin: .3em 0 0 2.5em; padding: 0;color: Black;}
.div_dati_titolarita div.div_titolarita_fabbricati {margin-left: 2.5em}
.div_dati_titolarita div.div_titolarita_fabbricati ul.sub-list {margin-left: 1.2em}

div.h7 {
	padding: 0;
  font-size: .7em;
  font-weight: bold;
  font-style: italic;
  color: #303030;
}

div.sub-title {margin: 0 0 0 10px;}
div.sub-title.div_dati_titolarita{margin: 0 0 0 15px;}

ul.sub-list, ol.sub-list {
	margin: 0 0 0 2.2em;
	padding: 0;
}

ul.sub-list li {
	list-style: none;
	border-top: 1px dotted Silver;
	font-size: .8em;
}

ol.sub-list li {
	list-style: decimal;
	border-top: 1px dotted Silver;
	list-style-position: inside;
	font-size: .85em;
}

ul.sub-list li ul li {
	list-style: none;
	font-weight: normal;
	margin-left: 1.5em;
	border-top: 0;
	list-style-position: inside;
	font-size: 1em;
}

ol.sub-list li ol li {
	list-style: decimal;
	font-weight: normal;
	margin-left: 1.5em;
	border-top: 0;
	list-style-position: inside;
	font-size: 1em;
}

ol.sub-list li ul li {
	list-style: none;
	font-weight: normal;
	margin-left: 1.5em;
	border-top: 0;
	list-style-position: inside;
	font-size: 1em;
}
ul.sub-list li ol li {
	list-style: decimal;
	font-weight: normal;
	margin-left: 1.5em;
	border-top: 0;
	list-style-position: inside;
	font-size: 1em;
}

div#div_nuovo_carrello {
	margin-left: 1.5em;
}

/* aggiunti per disegno poligoni */
input#inserisci_poligono {background: url('../img/disegna.png') 2px center no-repeat #CCCCCC; padding: 2px 0 2px 18px;}
input#sospendi_riprendi_disegno {background: url('../img/disegna_in_pausa.png') 2px center no-repeat #CCCCCC; padding: 2px 0 2px 18px;}
input#sospendi_riprendi_disegno.riprendi {background: url('../img/disegna_play.png') 2px center no-repeat #CCCCCC; padding: 2px 0 2px 18px;}
input#chiudi_poligono {background: url('../img/disegna_chiudi.png') 2px center no-repeat #CCCCCC; padding: 2px 0 2px 18px;}
input#sottrai_poligono,
input#chiudi_poligono_sottrai {background: url('../img/disegna_sottrai.png') 2px center no-repeat #CCCCCC; padding: 2px 0 2px 18px;}


/*aggiunti per links in testa alla pagina help.php */
div#links {
	background-color: #D3D3D3;
	color: White;
	font-family: verdana;
	font-size: .7em;
	margin: 0;
	padding: 0 0 .4em .4em;
	text-align: left;
}

div#links a:link {color: #5B5B5B; text-decoration: none;}
div#links a:visited {color: #5B5B5B; text-decoration: none;}
div#links a:hover {color: Blue; text-decoration: none;}
div#links a:active {color: #5B5B5B; text-decoration: none;}

div#links a.target_blank:link,
div#links a.target_blank:visited,
div#links a.target_blank:hover,
div#links a.target_blank:active { background-image: url('../img/ico-freccia-fuori.png'); background-position: right; background-repeat: no-repeat; padding: 0 15px 0 0;}

div#links a.email:link,
div#links a.email:visited,
div#links a.email:hover,
div#links a.email:active { background-image: url('../img/mail.gif'); background-position: right; background-repeat: no-repeat; padding: 0 18px 0 0;}


/*aggiunti per le istruzioni sulle ricerche */

div#helpricerche {
	background-color: transparent;
	border: 0 none;
	margin: 0 0 1em 0;
	padding: 0;
}

div#helpricerche h2 {
	margin: 0; 
	padding: .2em 0 .2em .2em;
	/*border: 0 0 .4em 0;*/
	background-color: Silver;
	color: White;
	font-size: .8em;
}


div#helpricerche ol {
	margin: 0.5em 0 0 0;
	padding: 0;
}

div#helpricerche li.ricerche {
	background-image: url('../img/search.gif');
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0 0 .5em .5em;
	padding: 2px 0 2px 20px;
	font-size: .8em;
	list-style: none inside none;
	color: #2E5476;
	font-weight: bold;
}

/*aggiunti per accordion sulla pagina help.php */
h2#h2_helpricerche,
h2#h2_infowindow,
h2#h2_toolbar,
h2#h2_infolayer {
	background: url('../img/collapse_off.png') no-repeat 2px center #DBDBDB;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	color: #003B77;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: .1em 0 .1em 22px;
	text-align: left;
	cursor: pointer;
}

h2#h2_helpricerche.collapsed,
h2#h2_infowindow.collapsed,
h2#h2_toolbar.collapsed,
h2#h2_infolayer.collapsed {
	background: url('../img/collapse_on.png') no-repeat 2px center #DBDBDB;
	color: #606060;
}

h2#h2_helpricerche:hover,
h2#h2_infowindow:hover,
h2#h2_toolbar:hover,
h2#h2_infolayer:hover {background-color: #C0CEDB; color:#003B77;}




/*aggiunto per CAPACITAS*/

div#runtime_custom {
	background-color:#FFF7C9;
	padding:.2em 0 .5em 0;
	margin: 1em 0 .5em 0; 
}

div#runtime_custom h2 {
	margin: 0 0 .2em 0;
	cursor: pointer;
	background: url('../img/collapse_on.png') no-repeat center left transparent;
	padding: 3px 0 3px 20px;
	line-height: 100%;
}

div#runtime_custom h2:hover {background-color: #EADF9A;	text-decoration: underline;}
div#runtime_custom h2.collapse {background-image: url('../img/collapse_off.png');}


div#runtime_custom table table {
	margin-left: 2em;
}

div#runtime_custom table table th, div#runtime_custom table table td {
	font-size: 1em;
}

div#runtime_custom table th {
	background-color: #EADF9A;
}

div#runtime_custom table table caption {
	font-size:1em;
}

div#runtime_custom table table th {
	background-color: transparent;
	padding-bottom: 0;
	
}

a.capacitas-anagrafe {background: url('../img/vcard.png') no-repeat center left;padding-left: 20px;}
a.capacitas-valori {background: url('../img/money.png') no-repeat center left;padding-left: 20px;}
a.capacitas-fabbricati {background: url('../img/house.png') no-repeat center left;padding-left: 20px;}
a.capacitas-terreni {background: url('../img/map.png') no-repeat center left;padding: 2px 0 2px 20px;}
a.capacitas-imposte {background: url('../img/money.png') no-repeat center left;padding-left: 20px;}

div#div-capacitas table tr td div {background-color: #F7FAFC;padding-bottom: 1em;}




div#contenuto h2.expand, div#contenuto h3.expand,div#contenuto h4.expand {
	margin: 0 0 .2em 0;
	cursor: pointer;
	text-decoration: none;
	border: 0;
	border-top: 2px solid Silver;
	background: url('../img/collapse_on.png') no-repeat center left #ECECEC;
	padding: 3px 0 3px 20px;
	line-height: 100%;
}

div#contenuto h2.expand:hover,div#contenuto h3.expand:hover,div#contenuto h4.expand:hover {background-color: #EADF9A;	text-decoration: underline;}
div#contenuto h2.expand.collapse,div#contenuto h3.expand.collapse,div#contenuto h4.expand.collapse {background-image: url('../img/collapse_off.png');}

.legenda {
    font-size: .9em;
    font-weight: normal;
    color: Black;
}

input.suggerimento {
	padding-left: .5em;
	padding-right: .5em;
	color: #999;
	font-style: italic;
}


a.stampa {display: block; text-align: left;background: url('../img/stampa.gif') center left no-repeat; padding: 0 0 0 16px; font-size: .8em; margin: .4em 0 .4em 0;}

span.nobold {
	font-weight: normal;
}

span.inactive {
	color: gray;
	font-size: 1.7em;
}

/* aggiunto per modifiche Ricerca Fabbricati (scaricamento risultati) il 13.09.2014 */

#form_ricercaFabbricato > p {
	background-color: #ffffff;
	color: #78515c;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.4em 0 0.4em 0.5em;
}

#form_ricercaFabbricato input[type=submit] {
	float: right;
	width: auto;
	background-color: rgba(22, 114, 204, 1);
	color: #FFF;
	border-top: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	text-transform: uppercase;
}

#form_ricercaFabbricato input[type=reset] {
	font-size: 0.85em;
	color: #002951;
	background-color: #C4DAE9;
}

#runtime_message a.download {font-size: 0.8em;}


/* 18/05/2016 */
/* modifiche */
#runtime_terreni,
#runtime_fabbricati {
    margin: 2em 0 2em 0;
    padding: 0;
}

#runtime_terreni {margin-bottom:3em;}

#runtime_terreni form.carrello,
#runtime_fabbricati form.carrello {
    background-color: transparent;
}

#runtime_terreni caption .titolo,
#runtime_fabbricati caption .titolo {
    font-size: .9em;
	background-color: #EEE;
    padding: .3em 0 .1em 0;
    border-top: 1px solid #C0C0C0;
}

#runtime_terreni caption .titolo em,
#runtime_fabbricati caption .titolo em {
    font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

#runtime_terreni caption .ridotto,
#runtime_fabbricati caption .ridotto {
	font-size: .7em;
}

table.mutazioni caption {
	font-size:.8em;
}

/* aggiunto per links catasto storico */

a.button.storico {
    background: url('../img/storico.png') center left no-repeat;
    padding-left: 20px;
    font-size: .7em;
    text-transform: uppercase;
	min-height: 16px;
    display: inline-block;
}

/* aggiunti per link Manuale utente nella pagina help.php */
#manual {
	margin-top: 20px;
	margin-bottom: 20px;
}

#manual h2 {
	background: url('../img/manual.png') 0 0 no-repeat transparent;
	font-size:.8em;
	text-transform:uppercase;
	padding-left: 20px;
  border: 0;
  min-height: 20px;
}

#manual p {
	margin-left: 20px;
  margin-top: 0;
}

.collapse{
		display: block !important;
}
