/* ////////// PAGINA VALORE USUFRUTTO - CATASTALE //////// */
.leggistr {
  margin: 15px 0px 0px 10px;
}
.leggistr a {
  color: #759B00;
}
.titoli, #ckTassoUsuf, .destraG {
  font-family: Tahoma;
  font-weight: bold;
}
.titoli {
  width: 360px;
  color: #8CAD04;
  text-align: right;
  font-size: 14px;
}
#operazioniUsufrutto, #operazioniValore {
  width: 360px;
  height: auto;
  font-family: Tahoma;
  margin: 25px auto 0px;
}
.datiImmobile {
  margin-bottom: 15px;
}
#immUsufrutto, #immValore, #immEta, #immAttualizzazione, #immImmobile, #immRendita, #immPrimaCasa, #immTipologia {
  width: 360px;
  height: auto;
  padding: 10px 0px 5px 20px;
  border: 1px dotted #DDDDDD;
  margin: 0px auto;
}
#immEta {
  height: 100px;
}
#txtNomeImm, #txtValore {
  margin-left: 10px;
  text-align: right;
  text-transform: uppercase;
}
#immUsufrutto img, #immValore img, #immImmobile img, #immRendita img {
  margin: 0px 0px -5px 80px;
}
#divSelTipi {
  width: 100px;
  margin-left: 40px;
}
#immAttualizzazione {
  font-size: 14px;
}
#ckTassoUsuf {
  margin-left: 10px;
}
#risultatoUsufrutto, #risultatoNudaP, #risultatoValC  {
  margin-top: 10px;
  background: url(images/totale.jpg);
  width: 380px;
  height: 25px;
}
#txtValoreUsufrutto, #txtNP{
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}
.sinistraG, .destraG {
  height: 25px;
  line-height: 25px;
  width: 180px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  float: left;
}
.destraG {
  width: 175px;
  font-size: 13px;
  text-align: right;
}
#bottoniUS, #bottoniVL {
 clear: left;
 margin: 20px 0px 0px 220px;
 float: left;
}
#bottoni2US, #bottoni2VL {
 float: left;
 margin: 20px 0px 0px 35px;
}
#istruzioni {
  text-align: justify;
  border-top: 1px dotted #DDDDDD;
  margin: 0px 7px;
  padding: 0px 7px;
}
#istruzioni h4 {
  color: #759B00;
  font-family: Georgia;
  margin: 10px 0px;
  text-align: center;
}
#istruzioni p {
  font-family: Verdana;
  font-size: 11px;
  line-height: 14px;
}
/* ---------------- istruzioni per la stampa -------------- */
@media print {
html, body {
  margin: 0px auto;
  padding: 0px;
  width: 210mm;
  height: auto;
}
h1 img, #iconeCalcoli, #strumenti, #log, #menu, .leggistr, #colo2, #blocchi-adv, #bottoni, #bottoni2, #istruzioni, #footer{
  display: none;
}
#intestazione {
  border: none;
}
#header, #preColo1 {
   width: 170mm;
   height: auto;
   padding: 0px;
}
}
