/* CSS Document */

.menutop{
  height: 145px;
  width: 242px;
  background-image: url(../immagini/menutop.gif);
  float: left;
  margin: 1px;
  text-align: center;
}

div#menu{
  width: 980px;
  float: left;
  text-align:center;
  padding-bottom: 5px;
  background-image:url(../immagini/sfondomenuvoci.gif);
  background-repeat:repeat-x;
}

div#menutitoli{
  width: 980px;
  height: 35px;
  float: left;
  text-align:center;
  padding-bottom: 10px;
  background-image:url(../immagini/sfondomenu.gif);
  background-repeat:repeat-x;
}

.menutitolo{
  width: 130px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: left;
  padding-left: 10px;
}

.MenuTitoloOn{
  width:             140px ;
  height:            35px  ;
  line-height:       35px  ;
  float:             left  ;
  text-align:        left  ;
  padding-left:      10px  ;
  background-image:  url(Images/MenuTitoloOn.gif) ;
  background-position: 0px  2px ;
  background-repeat: no-repeat ;
}

.MenuTitoloOff{
  width:             140px ;
  height:            35px  ;
  line-height:       35px  ;
  float:             left  ;
  text-align:        left  ;
  padding-left:      10px  ;
}

.SoloTitoloSubMenu{
  width:         135px ;
  float:          left ;
  text-align:     left ;
  padding-left:    0px ;
  padding-bottom: 20px ;

  background:          url(Images/FrecciaMenu_135.gif) no-repeat ;
  background-position: 0px  0px  ;
  background-repeat:   no-repeat ;

  font: 8pt Verdana ;
}

.TitoloConSubMenu{
  width:        135px ;
  float:         left ;
  text-align:    left ;
  padding-left:   0px ;

  background:          url(Images/FrecciaMenuDown_135.gif) no-repeat ;
  background-position: 0px  0px  ;
  background-repeat:   no-repeat ;

  font: 8pt Verdana ;
}

div#menuvoci{
  width: 980px;
  float: left;
  text-align:center;
  margin-bottom: 10px;
  background-image:url(../immagini/sfondovoci2.gif);
  background-repeat:repeat-y;
}

div#login{
  width: 979px;
  margin-left:1px;
  float: left;
  text-align:left;
  padding-bottom: 5px;
  background-image:url(../immagini/sfondologin.gif);
  background-repeat:repeat-x;
  line-height: 35px;
}

div#logout{
  width: 979px;
  margin-left:1px;
  float: left;
  text-align:left;
  padding-bottom: 5px;
  background-image:url(../immagini/sfondologin.gif);
  background-repeat:repeat-x;
  line-height: 35px;
}

div#missing{
  width: 963px;
  height: 15px;
  margin-left:1px;
  float: left;
  text-align:right;
  padding-right:15px;
  padding-bottom: 5px;
  line-height: 15px;
}

.logina{
  width:        190px ;
  height:        35px ;
  line-height:   35px ;
  float:         left ;
  text-align:    left ;
  padding-left:  10px ;
}

.loginb{
  width:             634px ;
  height:             35px ;
  line-height:        35px ;
  float:              left ;
  text-align:         left ;
  padding-left:       13px ;
  background-image:  url(Images/SepVerde_h35.gif) ;
  background-repeat: no-repeat ;
}

.loginc{
  width:       120px ;
  height:       35px ;
  line-height:  35px ;
  float:        left ;
  text-align:   left ;
}

.menutitolo{
  width: 140px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: left;
  padding-left: 10px;
}

.voce{
  width: 138px;
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-right: 2px;

  font: 8pt Verdana ;
  color: #666666 ;
}

.sottomenu{
  width: 125px;
  text-align: left;
  padding: 5px;
  margin-top:5px;
  margin-bottom:10px;
  background-color:#dce1ca;
}

.sottomenuhidden{
  width: 125px;
  height: 0px;
  padding: 0px;
  margin-top:0px;
  margin-bottom:0px;
}


.tx-verde {
  color: #a1b246;
}
.tx-verde a:link, .tx-verde a:visited{
  color: #a1b246;
  text-decoration: none;
}
.tx-verde a:hover{
  color: #a1b246;
  text-decoration: underline;
}
.tx-disattivo {
  color: #C8C8C8;
}

p.tx-disattivo2 {
  color:       #C8C8C8 ;
  padding-top:     9px ;
  padding-bottom:  1px ;

}

.tx-disattivo a:link, .tx-disattivo a:visited, .tx-disattivo a:hover{
  color: #C8C8C8;
  text-decoration: none;
}

.tx-disattivo2 a:link, .tx-disattivo2 a:visited, .tx-disattivo2 a:hover{
  color: #C8C8C8;
  text-decoration: none;
}

.tx-grigiosottomenu { }

.tx-grigiosottomenu a:link{
  display:         block   ;
  width:           100%    ;
  color:           #8C8C8C ;
  text-decoration: none ;
}

.tx-grigiosottomenu a:visited{
  display:         block   ;
  width:           100%    ;
  color:           #8C8C8C ;
  text-decoration: none ;
}

.tx-grigiosottomenu a:hover{
  display:         block   ;
  width:           100%    ;
  color:           #8C8C8C ;
  text-decoration: underline ;
}

ul.icon,ul.icon li{list-style: none;margin: 0;padding: 0}
ul.icon{width:125px}
ul.icon li{padding: 6px 0 6px 14px;line-height: 1.4em;
    background: url(../immagini/freccia2.gif) no-repeat 0 0.7em;
    margin: -6px 0 0
    }


p.Note {
  color:            #8C8C8C ;
  background-color: #DCE1CA ;

  padding-top:          5px ;
  padding-left:         5px ;
  padding-bottom:       5px ;
  padding-right:        5px ;

  margin-right:         9px ;
}
