/*CSS GLOBALE */

*{
  margin:0;
  padding:0;
}

body{
	 text-align: center;
     border:none;height: 100%; 
	 background-color:#253245;
} 

.SiteHeader{
	height:233px;
	background-image:url(../../images/pages/global/bg_header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
}

.SiteCenter{
	height:400px;
	background-image:url(../../images/pages/global/bg_center.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

.SiteFooter{
	height:83px;
	background-image:url(../../images/pages/global/bg_footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.TableSite{
	margin: 0px auto;
    text-align: left;
    width:780px;
}

.HomeTd a{
	font-weight:bold;
	color:#3896be;
	text-decoration:none;
}

.HomeTd a:hover{
	text-decoration:none;
	color:#243244;
}

.Foto{padding:1px;border:1px solid #243244;}

.DatalistData{	
	font-weight:bold;
}

.DatalistTitolo2 a{
	color:#243244;
	text-decoration:none;
	font-weight:bold;
}

.DatalistTitolo2 a:hover{
	text-decoration:underline;
}

.DatalistTitolo a{
	color:#f86b2b;
	text-decoration:none;
}

.DatalistTitolo a:hover{
	text-decoration:underline;
}

/*Menu Header*/
#MTop
{
   float:right;
   height:55px;
}

#MTop ul 
{
   list-style:none;
   margin:0;
   padding:0;
   white-space:nowrap;
}

#MTop li
{
     float:left;
     text-align:center;
}

#MTop li a
{
	display: block;
	padding:18px 10px;
	text-decoration: none;
	font-weight:bold;
	color:#3896be;
}

#MTop li a:Hover
{
	text-decoration:none;
	color:#243244;
}

/*Ricerca Piloti*/
#MPiloti
{
   height:55px;
   
}

#MPiloti ul 
{
   list-style:none;
   margin:0;
   padding:0;
   white-space:nowrap;
}

#MPiloti li
{
     float:left;
     text-align:center;
}

#MPiloti li a
{
	display: block;
	padding:4px 7px;
	margin:2px;
	text-decoration: none;
	font-weight:bold;
	color:#fff;
	background-color:#243244;
}

#MPiloti li a:Hover
{
	text-decoration:none;
	color:#3896be;
	background-color:#243244;
}


/**/

.FooterContatti a{
	color:#6dc0ff;
	font-weight:bold;
	text-decoration:none;
}

.FooterContatti a:hover{
	color:#fff;
}