    .sfondoPagine 
	{
	BACKGROUND-IMAGE: url(immagini/newStyle/2009/sfondo.jpg);
	background-attachment: fixed
	}

      .transparent {
			filter:alpha(opacity=80);
			width:150;
			height:300;
		}
      
      .dialogboxShadowbox {
            background-color: #000000;
            opacity: 0.5;
            filter: alpha(opacity=50);
      }
      
      .dialogboxBody {
            background-color: #f1b602;
      }

      .dialogboxHeader {
            background-color: #330099;
      }
      
      .bannerbox {
            background-color: #000080;      
      }
      
      .heading {
            color: #ffffff;
            font-family: arial, verdana, san-serif; 
            font-weight: bold; 
            font-size: 13px;
            padding-left: 5px;
      }
      
      .close {
            position: relative;
            top: 4px;
            left: 79px;
      }      
            
      .questionbox {
            border-top: 2px inset #7b7b7b; 
            border-left: 2px inset #7b7b7b; 
            border-bottom: 1px solid #9e9e9e; 
            border-right: 1px solid #9e9e9e;
            padding: 20px 2px 0px 4px; 
            width: 277px; 
            height: 117px; 
            font-family: arial, verdana, san-serif; 
            font-weight: bold; 
            font-size: 13px;
            background-color: #ffffff;
            position: absolute;
            top: 15px;
            left: 3px;
      }

      .headerDataGrid 
      {
                background-color: #87ceeb;
                color: #FFFFFF;
                font-size: 11px;
                font-weight: bold;
                text-align: center;
                font-family: Verdana;
      }
      
      /* ----------------------- MENU VERTICALE ----------------------- */

.menu{
	background-color: #cc4106;
	width: 100%;
	height: 47px;
	border-bottom: 5px solid #002d52;
}
.menu_on{
	float: left;
	/*text-transform: uppercase;*/
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(immagini/newStyle/PulsantiALinguettaLateraleSx/_MasterPulsanteMenuLareraleOff1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #d6eafd;
	width: 100%;
	height: 28px;
	vertical-align: middle;
	text-align: left;
}
.menu_on a{
	color: #000000;
	text-decoration: none;
}
.menu_on a:hover{
	color: #d6eafd;
	background-image: url(immagini/newStyle/PulsantiALinguettaLateraleSx/_MasterPulsanteMenuLareraleOn1.jpg);
}

 /* ----------------------- MENU ORIZZONTALE ----------------------- */

.menuOrizzontale{
	background-color: #cc4106;
	width: 100%;
	height: 47px;
	border-bottom: 5px solid #002d52;
}
.menuOrizzontale_on{
	float: left;
	/*text-transform: uppercase;*/
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('immagini/newStyle/2009/pulsanteOff.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #ffffff;
	width: 100%;
	height: 35px;
	vertical-align: bottom;
	text-align: center;
}
.menuOrizzontale_on a{
	color: #000000;
	text-decoration: none;
}
.menuOrizzontale_on a:hover{
	color: #5363ff;
	background-image: url(immagini/newStyle/2009/pulsanteOn.png);
}



 /* ----------------------- BOX CON MARGINI ARROTONDATI ----------------------- */
 #contenitore{
/*la larghezza del riquadro - non obbligatorio*/
width:300px;
}
/*stile css comune per tutti gli angoli*/
.css_angoli{
/*l’immagine di sfondo*/
background:url(angoli_arrotondati.png) no-repeat;
/*l’altezza - la metà dell’immagine di sfondo*/
height:25px;
}
#angolo_superiore_sinistra{
/*immagine di sfondo posizionata in alto a sinistra*/
background-position:top left;
}
#angolo_superiore_destra{
/*immagine di sfondo posizionata in alto a destra*/
background-position:top right;
}
#angolo_inferiore_sinistra{
/*immagine di sfondo posizionata in basso a sinistra*/
background-position:bottom left;
}
#angolo_inferiore_destra{
/*immagine di sfondo posizionata in basso a destra*/
background-position:bottom right;
}
.colore_sfondo{
/*colore di sfondo per riempire la zona tra i 2 angoli*/
background-color:#8AE3FF;
/*l’altezza*/
height:25px;
/*posizionamento dell’elemento in rapporto con suoi angoli*/
/*eguale a margin-top:-25px;margin-right:25px;margin-bottom:0;margin-left:25px;*/
margin:-25px 25px 0 25px;
}
.contenuto{
/*colore di sfondo del contenuto*/
background-color:#99CC33;
/*spazio di 20px a destra e sinistra tra il bordo dell’elemento e il suo contenuto - non obbligatorio*/
padding:0 20px;
}


/*--- AUTOEXTENDER ---*/
        .AutoExtender
        {
            font-family: Verdana, Helvetica, sans-serif;
            font-size: 9pt;
            font-weight: normal;
            border: solid 1px #006699;
            line-height: 20px;
            padding: 5px;
            background-color: White;
            margin-left:5px;
        }
        .AutoExtenderList
        {
            border-bottom: dotted 1px #006699;
            cursor: pointer;
            color: Maroon;
        }
        .AutoExtenderHighlight
        {
            color: White;
            background-color: #006699;
            cursor: pointer;
        }
        #divwidth
        {
          width: 800px !important;    
        }
        #divwidth div
       {
        width: 800px !important;   
       }
