      .login_body {
        background: url(img/sfondo.gif) repeat-y fixed left;
      padding: 0px;
      border: 0px ;
      margin-left: 80px;
}  
  .body {
        background: url(img/sfondo.gif) repeat-y fixed left;
      padding: 0px;
      border: 0px ;
      margin: 0em;
        }  
  .login_text {
      font-size: 18px;  
        }  
     .footer { 
        font-size: 12px;
      }
     .bigtext {
        font-size: +2
        border-color: red;
        width: 40px;
        text-align: right;
        background-color: rgb(255,255,102);
      }
      .bigtext1 {
        font-size: +2
        border-color: red;
        text-align: right;
        background-color: rgb(255,255,102);
      }
     .labeltext {
        color: navy;
        font-size: 10px;
        height: 15px;
        vertical-align: bottom;
     }
     
     .labeldata {
        color: black;
        font-size: 12px;
        vertical-align: top;
     }
     
     .giacenze_box{
        width: 100%;
        background-color: #ccffff; 
        font-size: 10px; 
        border-width: 1 1 1 1; 
        border-style: solid; 
        border-color: navy;   
     }
    .error_box{
        background-color: #ccffff; 
        font-size: 14px;
        color: red; 
        border-width: 1 1 1 1; 
        border-style: solid; 
        border-color: navy;   
     }
  .login_box{
        width: 100%;
        background-color: #ccffff; 
        font-size: 17px; 
        border-width: 1 1 1 1; 
        border-style: solid; 
        border-color: navy;   
     }
    .utenti_box{
        width: 100%;
        font-size: 17px; 
        border-width: 1 1 1 1;   
     }
     
     .totale_box{
        width: 100%;
        background-color: #ccffff; 
        font-size: 16px; 
        border-width: 1 1 1 1; 
        border-style: solid; 
        border-color: navy;
     }


/**debora***/

div.tabGray {
  /*width: 98%;*/
  border: 1px solid rgb(186,186,186);
  margin-left: 8px;
  position: relative;
}

div.tabGrayBig {
  /*width: 98%;*/
  border: 1px solid rgb(186,186,186);
  margin-left: 0px;
  position: relative;
}

div.tabRed {
  /*width: 98%;*/
  border: 1px solid #ff6500;
  margin-left: 8px;
  position: relative;
}

a:active, a:visited, a:link
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}



#content{    
    margin-left: auto;
    margin-right: auto;
    width:800px;
    }
