/*LAYOUT PAGINE*/
html { /* Force Vertical Scrollbar */
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
* {
	padding: 0;
	margin: 0;
}
body{
	font-family: verdana,Helvetica,sans-serif;
	font-size:75%;
    color:#00000;
	background-color:#FBDF82;
    line-height:1.4;
    margin: 0px auto;   /*centra negli altri browsers*/
	text-align: center;   /*centra in IE 5.x */
	margin-top:10px;
}
#content{
	background:white url(img/sfondo.png) repeat-y top left;
	padding: 0;
	margin: 0px auto; 
	position: relative;
	width: 800px;
	text-align:justify;
	border:1px solid black;
}
#header{
	background: url("icon.png") no-repeat left top;
	border-bottom:1px solid red;
	text-align:center;
	margin-top:10px;
	height:70px;
}
#header h2 a {
	display:block;
	height:70px;
	
}
#footer{
	position:relative;
	bottom:0px;
	clear:both;
	text-align:center;
	border-top:1px solid red;
	padding-top:5px;
}

img {
	border: none;
}
a{
	color:#FF6600;
}
/*FINE*/
/*LAYOUT CONTENUTI*/
.app_error{
	color:white;
	background:red;
	text-align:center;
	padding:5px;
}
.app_ok{
	color:white;
	background:green;
	text-align:center;
	padding:5px;
}
ul{
	list-style:none;
}
li{
	margin:10px;
	clear:left;
}


.links, .links a{
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	margin-right:20px;
	
}	
/*LAYOUT HOME*/
.riquadri{
	height:200px;
	overflow:auto;
	width:auto;
}
.riquadro_sx{
	float:left;
	width:50%;
	}
.riquadro_dx{
	float:right;
	width:50%;
	}	
/*FINE*/	
/*LAYOUT FORMs*/
fieldset {
	border:1px solid red;
	padding:10px;
	margin:15px;
}
fieldset legend{
	font-size:1.2em;
	font-weight:bold;
}
form{
	padding-top:15px;
	padding-bottom:10px;
}

.inserimento label,.inserimento input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.inserimento label {
	text-align: right;
	width:300px;
	line-height: 23px;
	padding-right: 20px;
}
.campi td{
	border-bottom:1px solid red;
	padding:5px;		
	font-weight:bold;
}
.col{
	margin:10px;
		
}
#but{
	padding-top:10px;
	}

/*FINE*/