html{
	margin:0px;
	padding:0px;
}
 img, div, input { behavior: url("iepngfix.htc") }

body,#inner_content {
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 84%;
	background:#08972d url(../images/sfondo.jpg);
	background-repeat: repeat-x;
	color: white;
}
#inner_content {
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	background:#08972d url(../images/sfondo.jpg);
	background-repeat: repeat-x;
	color: white;
	font-size:1em;
}
#inner_content h1{
	font-size:1.3em;
	border-bottom:1px solid #D5FEC2;
}

a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
text-decoration:underline;
}
a.lingua{
	text-decoration:none;
}
h1{
	font-size:1.3em;
	border-bottom:1px solid #D5FEC2;
}
label{
float: left;
width: 120px;
font-weight: bold;
text-align:right;
padding-right:4px;
}
input, textarea{
width: 180px;
margin-bottom: 6px;
}
.submit{
	width:100px;
}
.boxes{
width: 1em;
}
textarea{
width: 310px;
height: 60px;
}
#pagina{
	width:970px;
	margin:10px auto;
	background-image:url(../images/sfondo_silicanum.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
}
#paginahome{
	width:970px;
	margin:10px auto;
	background-image:url(../images/sfondo_silicanum.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#lingua{
text-align:right;
}
#header{
height:180px;

}
#menu{
	padding:0px;
	margin:0px;
	width:320px;
	float:left;
}

		#menu ul, #menu a, #menu img{
		padding:0px;
		margin:0px;
		}
		#menu li{
		list-style:none;
		padding:2px;
		margin:0px;
		margin-left:30px;
		}
		
#main{
	float:left;
	width:650px;
	padding:0px;
	padding-bottom:30px;
	min-height:310px;
}

	#main p{
		padding:0px;
		margin:0px;
		padding-bottom:1em;
	}
	#testo{
		width:390px;
		padding:0px;
		margin:0px;
		float:left;
	}
	#fotoint{
		float:right;
		width:210px;
		margin-top:30px;
	}
	#fotoint img{
		border:2px solid white;
	}
#footer{
	padding-left:260px;
}

#map_canvas{
	color:#009900;
}
/* ---- calendar and input styles ---- */

input.DatePicker{
	display: block;
	padding: 3px 3px 3px 24px;
	width:80px;
	background: #fff url(../images/date.gif) no-repeat top left;
	cursor: pointer;
	border:0px;
}
input:focus.DatePicker{
	background: #fffce9 url(../images/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
	color:#333333;
	left:100px;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	color: #797774;
	background: #cecece;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #cecece;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
.dp_cal a{
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #61ce4b;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}
