html, body 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	max-height: 100%; 
	background-color: #A50021;
	font-family: times new;
	text-align: center; /* centers board in MSIE */
}

/*GENERICI*/
a
{
	text-decoration: none;
	color: #A50021;
}

img
{
	border: 0px;
}

p.testo
{
	text-align: justify;
	padding-left: 20px;
}

/*FORM*/
#im_form
{
	width: 600px;
	
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 90%;
}
#im_form textarea,#im_form  input
{
	width: 99%;
}
#im_form  input
{
	width: 50%;
}
#im_form_comandi
{
	text-align: center;
}
#im_comandi_bb
{
	height: 25px;
	text-align: center;
}
#im_comandi_bb img
{
	border: 1px solid black;
}
#im_form_area
{
	width: 100%;
	height: 200px;
    margin-bottom: 3px;
}
#im_form_testo
{
	text-align: left;
}
#im_form_campo, #im_form_combo
{
	width: 100%;
	height: 40px;
    margin-bottom: 3px;
}

/*PRINCIPALE*/
#principale 
{
	width: 950px;
	
	margin: 0px auto;
	font-size: 90%;
	background-color: white;
}

/*HEADER*/
#header {
	width: 950px;
	height: 100px;
	
	clear: both;
	background-image: url('../immagini/header_sfondo.png');
}
	#header_sx
	{
		width: 162px;
		height: 100px;
		
		float: left;
	}
	#header_sx img
	{
		margin: 10px auto;
	}
	#header_dx
	{
		width: 788px;
		height: 100px;
		
		float: left;
		text-align: left;
	}
	#header_dx p
	{
		color: white;
		font-size: 60px;
		margin-top: 10px;
		margin-left: 150px;
	}
	

/*MENU_ALTO*/
#menu_alto
{
	width: 950px;
	height: 30px;
	
	clear: both;
	text-align: left;
}
	#menu_alto_vuoto
	{
		width: 162px;
		height: 30px;
		
		float: left;
		text-align: left;
		background-image: url('../immagini/menu_alto_vuoto_sfondo.png');
	}
	#menu_alto_link
	{
		width: 788px;
		height: 30px;
		
		float: left;
		text-align: left;
		background-image: url('../immagini/menu_alto_link_sfondo.png');
	}
	#menu_alto_link_singolo
	{
		width: 120px;
		height: 30px;
	
		margin-top: 4px;
		float: left;
		text-align: center;
	}
	#menu_alto_link_singolo a
	{
		color: #A50021;
		font-size: 17px;
		font-weight: bold;
	}

/*CENTRO_PAGINA*/
#centro_pagina
{
	height: 462px;
	
	clear: both;
}
	#menu_sx
	{
		width: 162px;
		height: 462px;
		
		float: left;
		text-align: left;
		background-image: url('../immagini/menu_sx_sfondo.jpg');
	}
		#menu_sx_link
		{
			width: 150px;
			height: 20px;
			
			margin-left: 10px;
			text-align: left;
		}
		#menu_sx_link a
		{
			color: white;
			font-size: 13px;
			font-weight: bold;
		}
	#contenuti 
	{
		width: 630px;
		height: 462px;
		
		float: left;
		background-image: url('../immagini/contenuti_sfondo.jpg');
	}
		/*HOME*/
		#contenuti_home
		{
			width: 350px;
			height: 458px;
			
			background-color: white;
			text-align: justify;
			overflow: hidden;
			
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
		#contenuti_home p
		{
			margin-top: 3px;
			margin-bottom: 7px;
			margin-left: 2px;
			margin-right: 2px;
			
			font-size: 13px;
			color: #A50021;
			font-weight: bold;
		}
		#contenuti_home a
		{
			font-size: 13px;
			color: #A50021;
			font-weight: bold;
		}
		
		/*PROGETTO*/
		#contenuti_progetto
		{
			width: 630px;
			height: 458px;
			
			background-color: white;
			text-align: justify;
			overflow: auto;
			
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
		#contenuti_progetto p
		{
			margin-top: 3px;
			margin-bottom: 7px;
			margin-left: 2px;
			margin-right: 2px;
			
			font-size: 13px;
			color: #A50021;
			font-weight: bold;
		}
		
		/*ERRORE*/
		#contenuti_errore
		{
			width: 630px;
			height: 458px;
			
			background-color: white;
			text-align: center;
			overflow: auto;
			font-size: 13px;
			color: #A50021;
			font-weight: bold;
			
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
		
		/*SEDI*/
		#contenuti_sedi
		{
			width: 630px;
			height: 458px;
			
			background-color: white;
			text-align: justify;
			overflow: auto;
			font-size: 17px;
			color: #A50021;
			font-weight: bold;
			
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
		#contenuti_sedi_lista
		{
			clear: both;
			padding-left: 20px;
		}
		#contenuti_sedi_lista a
		{
			font-size: 17px;
			color: #A50021!important;
			font-weight: bold;
			text-decoration: none;
			color: black;
		}
		#contenuti_sedi_riga
		{
			font-size: 15px;
			color: #A50021;
			font-weight: bold;
			clear: both;
			padding-left: 20px;
		}
		#contenuti_sedi_riga a
		{
			font-size: 15px;
			color: #A50021!important;
			font-weight: bold;
			text-decoration: none;
			color: black;
		}
		#contenuti_sedi_contenitore
		{
			border: 1px solid black;
			margin-left: 20px;
			margin-right: 5px;
		}
		#contenuti_sedi_contenitore_riga
		{
			font-size: 15px;
			color: #A50021;
			font-weight: bold;
			clear: both;
			text-align: justify;
		}
		
		/*MATERIALE*/
		#contenuti_materiale
		{
			width: 630px;
			height: 458px;
			
			background-color: white;
			text-align: left;
			overflow: auto;
			
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
		#contenuti_materiale_directory
		{
			clear: both;
			padding-left: 20px;
		}
		#contenuti_materiale_file
		{
			clear: both;
			padding-left: 20px;
		}
		#contenuti_materiale_file a
		{
			text-decoration: none;
			color: black;
		}
		#contenuti_materiale_file_immagine
		{
			float: left;
		}
		#contenuti_materiale_file_testo
		{
			padding-left: 5px;
			float: left;
		}
		
		/*FOTO*/
		#contenuti_foto
		{
			width: 630px;
			height: 458px;
			
			background-color: white;
			text-align: justify;
			overflow: auto;
		}
		
		/*NEWS*/
		#contenuti_news
		{
			width: 630px;
			height: 458px;
			
			background-color: white;
			text-align: center;
			overflow: auto;
			font-size: 13px;
			color: #A50021;
			font-weight: bold;
			
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
		
		/*LINK*/
		#contenuti_link
		{
			width: 450px;
			height: 458px;
			
			background-color: white;
			text-align: justify;
			overflow: auto;
			
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
		#contenuti_link p
		{
			margin-top: 3px;
			margin-bottom: 7px;
			margin-left: 2px;
			margin-right: 2px;
			
			font-size: 13px;
			color: #A50021;
			font-weight: bold;
		}
		#contenuti_link a
		{
			font-size: 13px;
			color: #A50021;
			font-weight: bold;
		}
		
		/*AREA RISERVATA*/
		#contenuti_ar
		{
			width: 630px;
			height: 458px;
			
			background-color: white;
			text-align: center;
			overflow: auto;
			font-size: 13px;
			color: #A50021;
			font-weight: bold;
			
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
		#contenuti_ar a
		{
			font-size: 13px;
			color: #A50021;
			font-weight: bold;
		}
		#contenuti_ar_intestazione
		{
			font-size: 18px;
			color: #A50021;
			font-weight: bold;
			text-align: left;
			border-bottom: 2px solid #A50021;
			padding-top: 15px;
		}
		#contenuti_ar_gestione
		{
			text-align: left;
			padding-left: 15px;
		}
		#contenuti_ar_comandi
		{
			text-align: left;
			padding-left: 15px;
		}
		#contenuti_ar_lista_riga
		{
			height: 20px;
			
			clear: both;
			padding-top: 10px;
			padding-left: 15px;
		}
		#contenuti_ar_lista_descrizione
		{
			width: 150px;
			height: 20px;
			
			float: left;
			border: 1px solid black;
			border-right: none;
			text-align: left;
		}
		#contenuti_ar_lista_ruolo, #contenuti_ar_lista_sede
		{
			width: 150px;
			height: 20px;
			
			float: left;
			border: 1px solid black;
			border-right: none;
			border-left: none;
			text-align: left;
		}
		#contenuti_ar_lista_comandi
		{
			width: 50px;
			height: 20px;
			
			float: left;
			border: 1px solid black;
			border-left: none;
		}
		#contenuti_ar_lista_riga_news
		{	
			text-align: justify;
			clear: both;
			margin: 5px;
			padding: 5px;
			border: 1px solid black;
		}
		#contenuti_ar_lista_testo_news
		{
			clear: both;
		}
		#contenuti_ar_lista_comandi_news, #contenuti_ar_lista_sede_news
		{
			float: left;
			padding-right: 10px;
		}
		
		
	#menu_dx
	{
		width: 158px;
		height: 462px;
		
		float: left;
		text-align: left;
		background-image: url('../immagini/menu_dx_sfondo.jpg');
	}
		#menu_dx_titolo
		{
			width: 158px;
			height: 20px;
			
			text-align: center;
		}
		#menu_dx_titolo p
		{
			color: #A50021;
			font-weight: bold;
			font-style: italic; 
			margin: 0px;
		}
		#menu_dx_testo
		{
			width: 120px;
			height: 435px;
			
			margin-left: 35px;
			text-align: justify;
		}
		#menu_dx_testo p
		{
			font-style: italic; 
			color: #A50021;			
			margin: 0px;
		}
		#menu_dx_logo
		{
			width: 124px;
			height: 66px;
			
			margin-left: 30px;
			text-align: center;
			background-image: url('../immagini/menu_dx_logo.png');
		}
		#menu_dx_logo img.mondo
		{
			margin-top: 16px;
			margin-left: 100px;
			
			border:1px solid #A50021;
		}

/*RIGA_BASSA*/
#riga_bassa
{
	width: 950px;
	height: 82px;

	clear: both;
	background-image: url('../immagini/riga_bassa_sfondo.png');
}
	#riga_bassa_sx
	{
		width: 162px;
		height: 82px;
		
		float: left;
	}
	#riga_bassa_sx p
	{
		margin: 10px auto;
		color: #A50021;	
		font-size: 50px;
		font-style: italic;
	}
	#riga_bassa_news
	{
		width: 600px;
		height: 82px;
		float: left;
	}
	#riga_bassa_news p
	{
		margin-top: 20px;
		margin-left: 10px;
		font-style: italic;
		font-size: 15px;
	}
	

/*CHIUSURA*/
#chiusura 
{
	width: 950px;
	height: 25px;

	position: absolute;	
	text-align: center;
	color: white;
	font-size: 70%;
	margin-top: 10px;
}
