﻿body         
{
	text-align:center; 
	margin-top:0;     
     /* Replace the xxxx with the the width of your site (eg 800px)*/        
    vertical-align:top;
    text-align:justify;
}

 div.boxMasterHeader
{
	/* div contenente logo e menu*/	
   
   /*filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#1E4164', startColorstr='#709ED4', gradientType='0');	*/
	background-color:rgb(121, 143, 155);
    width: 100%;   
}
.tableMasterHeader
{
	/* Tabella contenente logo e menu*/	
    width: 100%;           
}

div.boxMasterBody
{
	/* div contenente il controllo centrale e i links
		background-color: #1E4164;	
	*/
	background-color: White;	
	
  /* -webkit-box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);
   -moz-box-shadow: 8px 10px 10px rgba(0,0,0,0.5),
   inset 8px 10px 10px rgba(255,255,255,0.75);*/
}
.tableMasterBody
{
	/* table contenente il controllo centrale e i links*/
   width: 1000px;   
   
}
TD.MasterBodyCenterText
{
	/* td della table contenente il controllo centrale*/
   vertical-align:top;  	
   width:700px;  
   text-align:left;   
}  
td.MasterBodyRightText
{
	/* td della table contenente il controllo links*/
	vertical-align:top;
	width:300px;    	
}

div.boxMasterCenterText
{
	/* div contenente il controllo centrale  #1E4164*/
    margin-top:0px;
    background-color: rgb(121, 143, 155);
    height:400px !important;height: 400px;
}

div.boxMasterRightText
{
	/* div contenente il controllo links*/    	
	width:100%;      	    
    margin-top:1px;
}

.AreaLinkButton
{
    vertical-align:top;
    position:fixed;
    width:400px;  	
}

.AreaTestoSelezionato
{
    width:60%; 	
    position:fixed;
    text-align:justify;
}
.TestoLinkButton
{
    background-color:transparent;
    font-size:12px;
    color:White;       	
    border-left-width:1px;
    border-left-style:dotted;
    border-left-color:#006699;
}	

.header
{
   width:100%; 
}
.headMenu
{
    width:100%; 
}
.boxDoveSiamo
{
	font-family:Arial; 
	font-size:small;
    color:White;
}