body, html {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
  }


.bncfcontainer {
    width: 778px;
    margin: 0 auto;
    border: none;
    font-size: 110%;
    text-align: left;
    background-color: White;
  }


.bncfheader {
    width: 100%;
    height: 138px;
  }


.bncfsottoheader {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }

.testiSottoHeader {
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    margin-left: 128px;
    margin-right: 128px;
}

.footertesto {
    clear: both;
    padding-bottom: 5px;
    width: 100%;
    color: #3a3a3a;
    padding-top: 15px;
    position: relative;
    background-color: white;
    text-align: center;
  }

.bncfmenu {
    text-align: center;
    height: 25px;
    padding-top: 10px;
    background-color: #B5281B; /* #CDD79A;*/
 }
 
.bncfmenu UL {
    margin: 0 auto;
    padding: 0px;
    list-style-type: none;
}
.bncfmenu LI {
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
}
.bncfmenu LI A {
    text-decoration: none;
    font-weight: bold;
}
.bncfmenu LI A:hover {
    text-decoration: underline;
    font-weight: bold;
}

#menubasso {
    margin-top: 10px;
}


#suggerimenti {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 500px;
    text-align: center;
    display:none;
}


#suggerimenti #int {
    position: relative;
    margin: 0 auto;
    width: 500px;
    background-color: #fff;
    border: thin outset;
    vertical-align:top;
    padding: 5px;
}

#suggerimenti h2 {
    float:left;
    color:#B5281B;
    margin-top: 5px;
    margin-bottom: 10px;
}
#suggerimenti p {
    clear:both;
}

#suggerimenti #lista_suggerimenti {
    margin: 0px; padding: 0px;
    height: 250px;
    overflow: scroll;
}

#suggerimenti #lista_suggerimenti, #suggerimenti #lista_suggerimenti tr{
    margin: 0px; padding: 0px;
}

#suggerimenti #lista_suggerimenti th,#suggerimenti #lista_suggerimenti td {
    height: 20px;
    margin: 0px; padding: 0px;
}

#suggerimenti .primo {
    border-right: 1px solid grey;
}

#suggerimenti #lista_suggerimenti .lemma, #suggerimenti .lemma{
    width: 400px;
    margin: 0px; padding: 0px;
}

#suggerimenti #lista_suggerimenti .occorrenze,#suggerimenti .occorrenze {
    width: 80px;
    margin: 0px; padding: 0px;
}

#suggerimenti .suggerimento_termine {
    color: #B5281B;
    text-decoration: underline;
    cursor: pointer;
}

#suggerimenti #chiudi_suggerimenti {
    cursor: pointer;
}

.statistiche_globali {
    margin: 0px;
    padding: 0px;
}
.statistiche_globali .mese dt {
    margin-top: 0px;
}

h3.statistiche {
    margin-bottom:0px;
    }
    

