@import "Text.css";
@import "BOForm.css";
*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #004080;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}
body .Corpo{
	background-color: #004080;	
	color: #ffffff;
	font-size: 12px;
	background-position: top;
	background-repeat: no-repeat;
}

hr{
	height: 2px;
	border: 2px solid #E3E3E3;
	
	
}
table tr td hr{
	height: 1px;
	border: 1px solid #E4E4E4;
}
.Clear /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px Verdana;
  content: ".";
  height: 0;
  visibility: hidden;

}

#corpo{
	min-width:1024;
	height: 100%;
}
#col_Sx{
	width: 237px;
	height: 100%;
	float:left;
	
}

#col_Sx #logo{
	background-image: url(../Image/Comuni/Logo.png);
	background-position: left top;
   background-repeat: no-repeat;
	width:230px;
	height: 148px;
	margin-left: 5px;
	margin-top:5px;
}
#col_Sx #logo span{
	visibility: hidden;
}
#menu_Sx{
	margin-top:5px;
}
#menu_Dx{
	margin-top:5px;
}
#menu_Sx,#menu_Dx {
	color: #E4E4E4;
	font-size: 17px;
	margin-left: 18px;
	list-style-type: none;
	
	
}
#menu_Sx li ul{
	margin-left: 15px;
	list-style-type: none;
}
#menu_Sx li ul li{
	cursor: pointer;
	color: #edf4f6;
	font-size: 14px;
	margin-top: 1px;	
	background-color: #be0e16;
	border-bottom: 2px solid #002244;
	border-right: 2px solid #002244;
	width: 180px;
	height: 20px;
}
#menu_Sx li ul li:hover,
#menu_Sx li ul li.iehover{
	cursor: pointer;
	font-size: 14px;
	margin-top: 1px;	
	border-bottom: 2px solid #0061c4;
	border-right: 2px solid #0061c4;
	width: 180px;
	height: 20px;
	background-color: #be0e16;
}
#menu_Sx li ul li a{
	color: #edf4f6;
	display: block;
	height: 20px;
	padding: 1px 1px 1px 4px;
	
}
#menu_Sx li ul li a:hover,
#menu_Sx li ul li.iehover a{
	color: White;
	font-weight: bold;
}

#col_Center{
	min-width: 521px;
	width:60%;
	height: 100%;
	float:left;
}
#col_Center #Banner_1{
	display: block !important;
	width: 100%;
	height: 100px !important;
	text-align: left;
	
}
#col_Center #menu_Center{
	width:100%;
	height: 30px;
	margin-top: 15px;
	border-bottom: 2px solid #002244;
	background-color: #be0e16;	
	background-image: url(../Image/Comuni/Menu-Centrale-Sfondo.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;

}
#col_Center #menu_Center ul{
	list-style-type: none;
	height: 100%;	
	display: block !important;
   display: inline; /*For IE*/
	
}
#col_Center #menu_Center li,
#col_Center #menu_Center li:hover,
#col_Center #menu_Center li.iehover{
	cursor: pointer;	
	font-size: 16px;	
	height: 30px;
	float: left;
}
#col_Center #menu_Center li{	
	border-left: 1px solid #dbaaac;
	border-right: 1px solid #380407;
}
#col_Center #menu_Center li:hover,
#col_Center #menu_Center li.iehover{
	border-left: 1px solid #380407;
	border-right: 1px solid #dbaaac;
}
#col_Center #menu_Center li a,
#col_Center #menu_Center li a:hover,
#col_Center #menu_Center li.iehover a{
	padding: 4px 4px 4px 4px;
	display: block !important;
   display: inline; /*For IE*/

}

#col_Center #menu_Center li a{
	/**background-color: #370407;*/
	color: #edf4f6;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 3px 3px 4px #370407;
	height: 1em;
	filter: Shadow(Color=#370407, 
                 Direction=135, 
                 Strength=5);
}
#col_Center #menu_Center li a:hover,
#col_Center #menu_Center li.iehover a{
	color: White;
	font-weight: bold;
	letter-spacing: -1px;
	
}

#col_Center iframe{
	width:100%;
	height:625px;
	margin-top:10px;
	border:0px;
}
#col_Dx{
	width: 266px;
	height: 100%;
	float:left;
}

#menu_Dx li ul{
	margin-left: 15px;
	list-style-type: none;
}
#menu_Dx li ul li,
#menu_Dx li ul li:hover,
#menu_Dx li ul li.iehover{
	margin-top: 1px;
	padding: 1px 1px 1px 4px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 180px;
	height: 20px;
}
#menu_Dx li ul li{
	background-image: url(../Image/Comuni/Menu-Dx-Item.png);
	border-bottom: 2px solid #002244;
	border-right: 2px solid #002244;
}
#menu_Dx li ul li:hover,
#menu_Dx li ul li.iehover{
	background-image: url(../Image/Comuni/Menu-Dx-Item_Over.png);
	border-bottom: 2px solid #002244;
	border-right: 2px solid #002244;
}
#menu_Dx li ul li a{
	color: Black;
	font-weight: bold;
	font-size: 12px;
	display: block;
	height: 20px;
	padding-top:5px;
}
#menu_Dx li ul li a:hover,
#menu_Dx li ul li.iehover a{
	color: Black;
	font-weight: bold;
}

