@charset "utf-8";

      body {FONT-FAMILY:Arial, Helvetica, sans-serif Arial, Verdana}

        /* LOV page */
        .field_required
               {
                 background-color:#FFFFAA;
                 font-size: 13;                
               }
        .field_optional
               {
                 background-color:#FFFFFF;
                 font-size: 13;                
               }

        .field_readonly
               {
                 color: #444444;
                 background-color:#DDDDDD;
                 font-size: 13;                
                 
               }
              

/*???????????????????????????????????????????????????????????????????????????????????*/
/*???????????????????????????????????????????????????????????????????????????????????*/
/*???????????????????????????????????????????????????????????????????????????????????*/
/*???????????????????????????????????????????????????????????????????????????????????*/
/*???????????????????????????????????????????????????????????????????????????????????*/


  .background-color-white
	{
	  background: white;
	}
  /* Hellgrün */
   .background-color1
   {
     background: #C5D600;
   }
   /* Dunkelgrün */
   .background-color2
   {
    background: #94A500;
   }
	/* dunkelblau */
	.background-color3
	{
	  background: #0040BD;
	}

    /* dunkelgelb  */
    .background-color4
    {
     background: #FFCE31;
    }

	/* Braun */
	.background-color5
	{
	  background: #914900;
	}

     /* Grün Verlauf */
    .background-color6
     {
       background: #94B600;
     }
     
     /* ganz helles grün  */
    .background-color7
    {
      background: #E3EC82;
    }

     /* blu po piu chiaro di menu, per tab */
     .background-color8
     {
       background: #6299CD;
     }
     
     .logo-impressum-rechts-unten
     {
        background-image: url(../img/frame/impressum.gif);
        background-repeat:no-repeat;
        background-position:right bottom;
     }
     .base_data_column_title
     {
        background-image: url(../img/frame/menu_gross_gruen.gif);
        background-repeat:repeat-x;
        background-position:bottom;
     }
     
     .eck_rechts_oben
     {
       background-image: url(../img/eck_rund_oben.gif);
        background-repeat:no-repeat;
        background-position:right top;
     }
     .eck_rechts_unten
     {
       background-image: url(../img/eck_rund_unten.gif);
        background-repeat:no-repeat;
        background-position:right bottom;
     }
     
     
     

                                      

                                          /* grigio molto scuro */
                                          .background-color9
                                          {
                                            background: #9E9E9E;
                                          }
                                          /* rosa */
                                          .background-color10
                                          {
                                            /*background: #E0C6D2;*/
                                            background: red;
                                          }
.background-color11
{
  background: black;
}


/* rosa pallido */
.background-color12
{
 background: #D06789;
}





   .table-border-collapse
   {
     border-collapse:collapse;
   }
    /* Bordo largo, verde scuro */
   .table-border1
   {
     border:solid;
     border-color:#2F4180;
     border-width:3px;
     border-collapse:collapse;
   }
   
   
   /* Bordo small, verde scuro */
   .table-border2
   {
     border:solid;
     border-width:1px;
     border-color:#2F4180;
     border-collapse:collapse;     
   }

/* Bordi rossi di tabella */
.table-border3
{
  -border: #923C65; 
  -border-style: solid; 
  -border-top-width: 1px; 
  -border-right-width: 1px; 
  -border-bottom-width: 00px;
  -border-left-width: 0px; 
}


   /* Font 13 bold*/
   .font-size1
   {
     font-family: Verdana;
     font-size: 13;
     font-weight: bold;
   }
   /* Font 11 */
   .font-size2
   {
     font-family: Verdana;
     font-size: 11;
   }
   /* Font  */
   .font-size3
   {
     font-family: Verdana;
     font-size: 16;
     font-weight: bold;
   }
	/*  */
	.font-size4
	{
	  font-family: Verdana;
	  font-size: 13;
	}



   /* Font 11 + center*/
   .font-size2_center
   {
     font-family: Verdana;
     font-size: 11;
     text-align: center;
   }
                               /* Font 13*/
                               .font-size5
                               {
                                 font-family: Verdana;
                                 font-size: 10;
                               }
/* Font 9 */
.font-size6
{
  font-family: Verdana;
  font-size: 1;
}

/* blau */
.font-color1
{
  color: #0340B4;
}
/* nero */
.font-color2
{
  color: black; 
}
/* grigio */
.font-color3
{
  color: #666666;
}
/* Font bianco */
.font-color-white
{
  color: white;
}
/* Font sehr dunkel grau */
.font-color5
{
  color: #333333;
}
/* Font rosso scuro */
.font-color6
{
  color: #923C65;
}






/* Font grigio */
.font-color7
{
  color: #CDCDCD;
}

.submenuover
{
 color:#192A68;
 font-family: Verdana;
 font-size: 10;
 font-weight: bold;
 background: #6776AB;
}

.submenu
{
 color:#CDCDCD;
 font-family: Verdana;
 font-size: 10;
 font-weight: bold;
 background: #6776AB;
}



   /**/
   .cursor-pointer
   {
     cursor: pointer;
   }
   /* link, no text decoration */
   a.no-text-decoration
   {
     text-decoration:none;
   }


  body
  {
  height: 100%;
  overflow: hidden;
  }
  
  div#over_all
  {
  width: 100%;
  height: 100%;
  overflow: auto;
  }

   .pleasewait{    
	    overflow: auto;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    bottom: 0;
	    left: 0;
      display:none;
      pointer:wait;
     /*position:fixed;
     width:100%;
     height:100%;
     left:00;
     top:0;
     display:none;
     pointer:wait;
     */
   }
   .traslucent{
     background-color: #999999;
     -moz-opacity: .4;
     filter: alpha(opacity=40);
     width:100%;
     height:100%
   }
