/*CSS GLOBALE */

*{
  margin:0;
  padding:0;
}

body{
	 text-align: center;
     border:none;
     height: 100%; 
	 background-image:url(../../images/pages/global/pg_page.jpg); 
	 background-position:top left; 
	 background-repeat:repeat-x;
	 background-color:#afc5d4;
	 margin-top:50px;
} 

.TableSite{
	margin: 0px auto;
    text-align: left;
}

.ColumnLeft{
	 background-image:url(../../images/pages/global/bg_left.jpg); 
	 background-position:top left; 
	 background-repeat:no-repeat;
	 background-color:#4061b3;
} 

.CenterPage{
	 background-image:url(../../images/pages/global/bg_center.png); 
	 background-position:top left; 
	 background-repeat:repeat-y;	 
} 

.FooterPage{
	 background-image:url(../../images/pages/global/bg_footer.png); 
	 background-position:top left; 
	 background-repeat:no-repeat;
	 height:44px;
	 text-align:center;
	 font-size:11px;
	 padding:5px 22px 0 0;
} 

.FooterPage a{
	 color:#405791;
	 text-decoration:none;
} 

.FooterPage a:hover{
	 text-decoration:underline;
}

.MenuLeft{
	 height:50px;
	 padding-left:8px;
} 

.MenuLeft a{
	 color:#fff;
	 text-decoration:none;
} 

.MenuLeft a:hover{
	 color:#48a8ec;
} 

.MenuTop{
	 background-image:url(../../images/pages/global/bg_menutop.jpg); 
	 background-position:top left; 
	 background-repeat:no-repeat;
	 height:25px;
} 

.MenuTop a{
	 color:#2b2b2b;
	 font-weight:bold;
	 text-decoration:none;
}

.MenuTop a:hover{
	 color:#48a8ec;
}

.Finestra{
	 background-image:url(../../images/pages/global/bg_finestra.gif); 
	 background-position:top left; 
	 background-repeat:no-repeat;
}

.Finestra a{
	 color:#fff;
	 font-weight:bold;
	 text-decoration:none;
}

.Finestra a:hover{
	 text-decoration:underline;
}

.Contatti a{
	 color:#405791;
	 text-decoration:none;
} 

.Contatti a:hover{
	 text-decoration:underline;
}

/*Sezione news*/
#SchedaTitoloContainer{
	display:block;
	color:#405791;
	font-weight:bold;
	padding-bottom:10px;
}

#SchedaDescContainer{
	line-height:16px;
	padding-bottom:50px;
}

.BtBackContainer a{
	color:#405791;
	text-decoration:none;
	font-weight:bold;
}

.BtBackContainer a:hover{
	text-decoration:underline;
}

.LinkTitolo a{
	 color:#405791;
	 text-decoration:none;
	 font-weight:bold;
} 

.LinkTitolo a:hover{
	 text-decoration:underline;
} 


/*Globale Foto*/
.Foto {
	padding:1px;
	border: 1px solid #2642a0;   
}

.BtGeneric
{

	border: solid 1px #0d202f;	
	background-color: #3a7ecd;	 
	color: #fff;
	
	
	text-align:center;		
	font-weight: bold;
	margin: 0 5px;	
	
	padding:1px 15px;
	width:auto;
    overflow:visible;
	
	-moz-box-sizing: content-box;
}
