
/* schermata di login */

.heading-lgn
   {
   width: 100%;
   overflow: auto;
   border: solid 0px red;
   }

   .heading-left-lgn
      {
      width: 25%;
      float: left;
      text-align: center;
      border: solid 0px blue;
      }

   .heading-center-lgn
      {
      width: 49%;
      float: left;
      text-align: center;
      border: solid 0px blue;
      }

   .heading-right-lgn
      {
      width: 25%;
      float: right;
      text-align: center;
      border: solid 0px blue;
      }

  .heading-link-lgn
      {
      color: #575F90;
      }



/* intestazione */

.heading
   {
	top: 0px;
	left: 0px;
	position: absolute;
	margin: 0;
	padding: 0;
   height: 99px;
   width: 100%;
   background-color: #575F90;
   border: solid 0px cyan;
   }

   .heading-left
      {
      height: 90px;
      width: 8%;
      float: left;
      background-color: #575F90;
      border: solid 0px cyan;
      }

   .heading-center
      {
      height: 90px;
      width: 81%;
      float: left;
      background-color: #575F90;
      border: solid 0px red;
      }

     .heading-center-row
         {
         color: white;
         background-color: #575F90;
         font-family: verdana;
         font-size: 10pt;
         border: solid 0px red;
         }
         
    .heading-right
      {
      height: 90px;
      width: 10%;
      float: right;
      background-color: #575F90;
      border: solid 0px yellow;
      }
        

     .heading-img
        {
        margin: 5px;
        height: 80px;
        }

     .heading-link
        {
        color: white;
        text-decoration: none;
        }
        
        .heading-link:hover
            {
            color: #FFA665;
            }

        .heading-label-value
            {
            color: white;
            background-color: #575F90;
            font-family: verdana; 
            font-size: 10pt;
            border: solid 0px white; 
            }

        .heading-lbl-value
            {
            color: white;
            background-color: #575F90;
				font-weight: bold;
            font-family: verdana; 
            font-size: 10pt;
            border: solid 0px white; 
            }
