body, form {
	margin: 0;
}

/* hanno le stesse impostazioni  */
th, td, p, ol, ul, a
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;    
	line-height: 150%;    
}

a	{
	color: #800000;
}

th	{
	text-align: center;
	background-image: url('images/sfondo_titolo_colonna.png');
}

p, ol, ul {
	text-align: justify;
}


/* solo quando li è in ul, allora assegna l'immagine come punto */
ul li {
	list-style-image: url('images/puntino.gif');
}

h1	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
}	

h2	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.1em;
}

h3	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 1.0em;
}	


/* Stile per le etichette dei controlli dei moduli (form) */
.etichetta {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
}

.titolo	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #787878;
	font-weight: bold;
	padding-left: 10px;
}

.sottotitolo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFAA00;
	font-weight: bold;
	padding-left: 10px;
}

.text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #626567;
	padding-left: 20px; 
	font-weight: bold;
	line-height: 100%;
}

.note {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 0.7em;
	padding-left: 20px;
	padding-right: 20px;
}


input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #D4D8E4 url('images/fondo-form.jpg') left top; 
	color: #003366;
}

#pagina { 
	position: relative;
	width: 100%; 
	height: 100%; 
}

/* Possibili valori overflow: visible, hidden, scroll, auto */

#sidebar { 
	position: absolute;
	width: 20%; 
	height: 80%;
	right: 75%; 
	left: 0; 
	top: 14%; 
	bottom: 15%;
	overflow: auto;
	background-color: #FFFFFF;
	color: Black;
}

#main { 
	position: absolute;
	width: 80%; 
	height: 80%;
	top: 14%; 
	right: 0; 
	left: 20%;
	overflow: auto;
	background-color: #FFFFFF;
	color: Black;
}

#head { 
	position: absolute;
	width: 100%; 
	height: 14%;
	top: 0; 
	right: 0; 
	left: 0;
	overflow: hidden; 
	background-color: #FFFFFF;
	color: Black;
}

#foot { 
	position: absolute;
	width: 100%; 
	height: 6%;
	right: 0; 
	bottom: 0; 
	left: 0;
	overflow: hidden; 
	background-color: #FF9933;
	color: Black;
}
