body  {
	font-family:Verdana, sans-serif;
	font-size:10px;
	margin: 30px 0px 0px 0px ;  /* top right bottom left*/
	background-color: #C1C1C1;
	/*background-image: url(images/layout/sfondo.gif);
	background-repeat:repeat-x;*/
	background-color: #ececec;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background:url(images/sfondo.jpg);*/
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px  #000000 dotted;
	padding: 13px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header {
	line-height:normal;
	min-height:86px;
	max-height: 300px;
	overflow:hidden;
}


.header_top {
height:70px;
background:#ffffff;

}

.header_bottom {
height:16px;
background: url(../images/layout/sotto_menu.jpg);

}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 380px;
	background-color:#f2f2f2;
	margin: 0px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
}

/* INIZIO CODICE MENU */ 

	#sidebar1 ul {
		margin-left:5px;
		padding:0px;
		list-style:none;
}
	#sidebar1 li {
		display:inline;
		margin:0;
		padding:0;
	}
	#sidebar1 a {
		/*float:left;*/
		margin:0;
		text-decoration:none;
	}
	#sidebar1 a span {
		/*float:left;*/
		display:block;
		/*background:url("images/button_bg.gif") no-repeat right top;*/
		/*padding-top: 5px;*/
		width:166px;
		height:30px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#646464;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#sidebar1 a span {float:none;
	cursor: hand;}
	/* End IE5-Mac hack */
	#sidebar1 a:hover span {
	/*  background-position:100% -30px;*/
		color:#990000;
	}
		

/* FINE CODICE MENU */

#menu{
	background: #14679e;
    height:30px;
	margin-bottom: 20px;
}


/* INIZIO CODICE MENU ORIZZONTALE
#menu{
	width:998px;
	background: #14679e;
	border-right: 1px solid #ffffff;
    height:30px;
	margin:0 auto;
	padding:0;
	}
#menu ul{
	padding:0;
	margin:0;
	}

#menu li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
	z-index:1;
	border-left: 1px solid #ffffff;
	}
#menu li a{
	width:111px;
	height: 30px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	
	display: block;
	}
#menu li a:hover{
	color:#14679e;
	background: #eaeaea;
	text-decoration:none;
	}
#menu ul ul{
	position: absolute;
	top: 20px;
	width: 120px;
	visibility: hidden;
	}
#menu ul li:hover ul{
	visibility:visible;
	}
a.first{
	background-image:url(images/img_1.gif);
	background:#14679e;
	border: 1px solid #FFFFFF;
	line-height:30px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	text-decoration:none;
	}
a.second{
	line-height:20px;
	background:#666666;
	border: 1px solid #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#EBEBEB;
	font:sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
	}

 FINE CODICE MENU ORIZZONTALE */


#mainContent { 
	/*margin: 0px 0px 0px 215px ;  /* top right bottom left*/
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative; 
	width: 685px;
	float:right;
	
	min-height:400px;

/*		
	max-height:500px;
	overflow:auto;

	margin-left:auto;
	margin-right:auto;
*/	
} 



#footer {
	padding: 0px;
	margin-top: 20px;
	height:30px;
	/*line-height: 30px;*/
	background :#14679e;
	border: 1px solid #ffffff;
} 


#newsbar {
   
	  background:#444444;
	  /*background:url("images/news_bg.gif");*/
	  height:27px;
	  margin-bottom:27px;
}
/*
#innercontainer { 
	padding: 15px; 
	height: 300px;
	width: 95%;
	overflow: auto;
} */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	


/* layout di tabella */
.tabella {	
	padding: 5px;
	width:100%;
	/*border: 1px solid #000000;
	background: #FFFFFF;
*/	
}
.scrollTabella{
 /*margin: 5px 0px 10px 200px ;  top right bottom left*/
	/*padding: 20px 0px 20px 0px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 220px;
	overflow:auto;
}	

.tabellaHdr {
	/*border: 1px solid #003366;*/
	padding: 10px;
	background: #003366;

}
.tabellaCell {
	background: #eeeeee;
	/*padding: 5px 5px 5px 5px;*/
	border-style: solid;
	border-width: 1px;
/*	border: 1px solid #cccccc;*/
	width: 100%;
}

.tabellaCellPari {
	padding:2px;
	background: #ffffff;
	margin: 0px;
	height: 20px;
}

.tabellaCellDispari {
	padding:2px;
	background: #eeeeee;
	margin: 0px;
	height: 20px;
}

/* layout testuali */
.normaltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.guic_testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003366;
	text-decoration: none;

}
.titololink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475057;
	font-weight:bold;
	text-decoration:none;
}
.titolopagina {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:14px;
	color:#14679e;
	text-decoration:none;
}
.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#14679e;
	text-decoration:none;

}
.linksx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff;
	text-decoration:none;		
}
.linkpagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #003366;
	font-weight: bold;
	text-decoration:none;		
}

.linkmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #646464;
	text-decoration:none;		
}

a:hoover.linkmore {
	color:#990000;
	text-decoration:none;		
}

a.linkfooter {
	color:#99ccff;
	text-decoration:none;		
}
a:hover.linkfooter {
	color:#99ccaa;
	text-decoration:none;		
}


a:hover.linkpagina {
  font-weight:bold;
  color:#990000;
  text-decoration:none;
  }

/* layout del form */
#formBox {
	background-color: #eaeaea;
	border: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
	width: 100%;
}
#formBox td {
	padding: 5px;
	color: #555555;
}
#formButtonBox {
	margin: 0 auto;
}
#formButtonBox td{
	padding: 10px 25px 10px 25px;
}

.formSeparator {
	border-top:#CCCCCC 1px dashed;
}
.formmemo, .formfield, .formcombo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	font-weight:normal;
	font-size:10px;
	color: #666666;
	background-color:#FFFFFF;
	text-decoration:none;			
}
.formmemo {
	width: 300px;
	height: 150px;
}
.formfield{
	width: auto;
	height: 15px;
}
.formcombo {
	width: auto;
	height: 20px;
}
.formbutt, .formbuttsmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	font-weight: bold;
	color: #666666;
	background-color: #eeeeee;
	text-decoration: none;		
	background-position: center 50%;
	vertical-align: middle; 
}
.formbutt {
	width: 65px;
	height: 20px;
	font-size: 10px;
}
.formbuttsmall {
	width: 24px;
	height: 19px;
	font-size: 8px;
}

.lista_adv_TableText {
	margin-bottom: 30px;
	font-weight: bold;
	font-style: italic;
	color: #14679e;
}

.fotodx_testo {
	text-align: left;
}

.fotodx_img_div {
	float: right;
	margin-left: 10px;
	border-bottom: 2px solid #717078;
	border-right: 2px solid #717078;
	border-top: 2px solid #c9c9c9;
	border-left: 2px solid #c9c9c9;
	width: 370px;
	height: 277px;
}

.fotodx_img {
	border: 0;
	width: 100%;
	height: 100%;
}


