


/**** TABRICATOR ****/
.tabricator {
  background:                #cfcfcf;
  border:                    0px solid #e7e7e7; /* intorno al tutto il box, tranne linguette */
  display:                   inline-block;
  width:                     175px;
  height:                    auto!important;
  height:                    1%;
  margin:                    1 auto 1em;
  max-width:                 40em;
  padding:                   5px 0px 5px 0px;
  }
.tabricator {
  display:                   block;
  }
.tabricator .trig {
  background:                #d7d7d7; /* sfondo linguetta onMouseOut */
  border:                    1px solid #e7e7e7;
  border-bottom:             0;
  cursor:                    pointer;
  display:                   inline;
  float:                     left;
  margin:                    2px 0 10 -1px;
  padding:                   2px 5px; /*padding linguette */
  position:                  relative;
  }
.tabricator .trig:hover {
  background:                #f5f5f5;
  }
.tabricator .open,
.tabricator .open:hover {
  background:                #fff;
  margin-top:                0;
  margin-bottom:             -3px;
  padding-bottom:            5px;
  position:                  relative;
  z-index:                   1;
  }
.tabricator .targ {
  background:                #fff;
  border-top:                1px solid #e7e7e7;
  clear:                     both;
  /*height:                    40px;*/
  margin:                    0 0 0 -5px;
  overflow:                  auto;
  padding:                   5px;
  }


.testo_uno {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#a3c908;
font-weight:bold;
}


/* *** form *** */
.testo_due {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#4a4a4a;
font-size:10px;
}

.bg_form {background-color:#cedae9; border:0px solid #cedae9}

.cerca {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#0b5090;
background-color:#e8f5b1;
border:1px solid #c8c8c8;
height:25px;
}

.cerca2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#0b5090;
background-color:#eed9ce;
border:1px solid #c8c8c8;
height:25px;
}