﻿body
{
    background-image: url(Immagini/Struttura/bg.jpg);
    background-attachment: fixed
}

.StrutturaTitoloPagina
{
    background-color: #dcdcdc;
    width: 800px;
    height: 22px;
}

.StrutturaSottoTitoloPagina
{
    width: 800px;
    height: 22px;
    BORDER-BOTTOM: #d3d3d3 thin solid;
}




      /* ----------------------- PAGINA ----------------------- */

    .sfondoPagine 
	{
	BACKGROUND-IMAGE: url(immagini/newStyle/2009/sfondo.jpg);
	background-attachment: fixed
	}

      .transparent {
			filter:alpha(opacity=80);
			width:150;
			height:300;
		}
		
	  .transparentBackGroundText {
			filter:alpha(opacity=80);
		}		
      
      .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 ----------------------- */

.menu{
	background-color: #cc4106;
	width: 758px;
	height: 47px;
	border-bottom: 5px solid #002d52;
}
.menu_on{
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 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: #3c1504;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}
.menu_on a{
	color: #000000;
	text-decoration: none;
}
.menu_on a:hover{
	color: #FF0000;
}


