body, html {
           background-color: #cccc99;
           margin: 0;
           padding: 0;
           }

.cornice {
          background-color: #ffffff;
          border-bottom: 0px;
          border-bottom-style: solid;
          border-bottom-color: #cccccc;
          border-left: 1px;
          border-left-style: solid;
          border-left-color: #cccccc;
          border-right: 1px;
          border-right-style: solid;
          border-right-color: #cccccc;
          border-top: 1px;
          border-top-style: solid;
          border-top-color: #cccccc;
         }

div.verticale {
               font-family: Verdana, Arial, Helvetica;
              }

div.verticale div.menuverticale {
                                 background-color: #ffffff;
                                 color: #595959;
                                 font-size: 11px;
                                 text-decoration: none;
                                 padding-top: 3px;
                                 padding-bottom: 5px;
                                 padding-left: 7px;
                                 border-bottom: 1px;
                                 border-bottom-style: solid;
                                 border-bottom-color: #cccccc;
                                 cursor: pointer;
                                 cursor: hand;
                                }

div.verticale div.menuverticaleover {
                                     background-color: #f0f0e3;
                                     color: #cc0000;
                                     font-size: 11px;
                                     text-decoration: none;
                                     padding-top: 3px;
                                     padding-bottom: 5px;
                                     padding-left: 7px;
                                     border-bottom: 1px;
                                     border-bottom-style: solid;
                                     border-bottom-color: #cccccc;
                                     cursor: pointer;
                                     cursor: hand;
                                    }

div.verticale div.menuverticaleselezionato {
                                            background-color: #f0f0e3;
                                            color: #cc0000;
                                            font-size: 11px;
                                            text-decoration: none;
                                            padding-top: 3px;
                                            padding-bottom: 5px;
                                            padding-left: 7px;
                                            border-bottom: 1px;
                                            border-bottom-style: solid;
                                            border-bottom-color: #cccccc;
                                            cursor: default;
                                           }

.footer {
         border-top: 1px;
         border-top-style: solid;
         border-top-color: #cccccc;
         font-family: Verdana, Arial, Helvetica;
         font-size: 11px;
        }

.testo {
        font-family: Verdana, Arial, Helvetica;
        color: #333333;
        font-size: 11px;
       }

.testorosso {
                font-family: Verdana, Arial, Helvetica;
                color: #cc0000;
                font-size: 11px;
                }

.testo a {
         color: #0000ff;
         text-decoration: none;
         }

.testochiaro {
             font-family: Verdana, Arial, Helvetica;
             color: #fcfcfc;
             font-size: 11px;
             }

.testochiaro a {
               color: #fcfcfc;
               text-decoration: none;
               }


.testochiaro a:hover {
                     color: #cccc99;
                     text-decoration: none;
                     }

.testograssetto {
                 font-family: Verdana, Arial, Helvetica;
                 color: #333333;
                 font-size: 11px;
                 font-weight: bold;
                }

.testo5px {
           font-family: Verdana, Arial, Helvetica;
           font-size: 5px;
          }

.testo2px {
           font-family: Verdana, Arial, Helvetica;
           font-size: 2px;
          }



div.contenitore {
                 font-family: Verdana, Arial, Helvetica;
                 font-size: 11px;
                 text-decoration: none;

                 height: 22px;
                 width: 96px;

                 cursor: pointer;
                 cursor: hand;
                }

div.contenitore div.bottone {
                             text-align: center;
                             background-color: #ffffff;
                             color: #595959;

                             padding-top: 3px;
                             padding-bottom: 4px;
                             /*padding-left: 23px;*/

                             border-top: 1px;
                             border-top-style: solid;
                             border-top-color: #cccccc;

                             border-right: 1px;
                             border-right-style: solid;
                             border-right-color: #cccccc;

                             border-bottom: 1px;
                             border-bottom-style: solid;
                             border-bottom-color: #cccccc;

                             border-left: 1px;
                             border-left-style: solid;
                             border-left-color: #cccccc;
                            }

div.contenitore div.bottoneover {
                                 text-align: center;
                                 background-color: #f0f0e3;
                                 color: #cc0000;

                                 padding-top: 3px;
                                 padding-bottom: 4px;
                                 /*padding-left: 23px;*/

                                 border-top: 1px;
                                 border-top-style: solid;
                                 border-top-color: #cccccc;

                                 border-right: 1px;
                                 border-right-style: solid;
                                 border-right-color: #cccccc;

                                 border-bottom: 1px;
                                 border-bottom-style: solid;
                                 border-bottom-color: #cccccc;

                                 border-left: 1px;
                                 border-left-style: solid;
                                 border-left-color: #cccccc;
                                }

.comboricerca {
          color: #333333;
          font-family: Verdana;
          font-size: 11px;
          width: 228px;
          }




.bottonecerca {
          font-family: Verdana;
          font-size: 11px;
          /*Non imposto l'altezza del bottone*/
          /*In IE l'altezza sarà di 20px, in Firefox di 19px*/
          /*Le celle che contengono i bottoni sono comunque alte 20px*/
          /*Le celle che contengono i bottoni hanno comunque valign="middle"*/
          /*width: 65px;*/
					height: 0px;
					width: 0px;

					filter: alpha(opacity=0);
					-moz-opacity: 0;
					opacity: 0;
         }