/* 
	********************************************************************************************** 
	*		LAYOUT GENERALE																		 *
	*		Created:	 28/04/2005																 *
	*		Last update:																		 *
	*		Nome gruppo di proprieta': Studiodelta srl											 *
    *		Author: Michelangelo Lacatena														 *
   	********************************************************************************************** 
*/
/* 
	-------------------------------------------------------------------------------------------------- 
	IMPOSTAZIONI GENERALI
   	-------------------------------------------------------------------------------------------------- 
*/	
	body {
		margin:0;
		padding:0;
		text-align: center;
		font-family:Times New Roman, Times, serif;
		font-size:12pt;
	}
/* 
	-------------------------------------------------------------------------------------------------- 
	DIV CONTENITORE PRINCIPALE
   	-------------------------------------------------------------------------------------------------- 
*/			
	#mainBody {
		width: 760px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: auto;
		margin-left: auto;
		padding-left:1px;
		text-align:left; 
	}
	
/* 
	-------------------------------------------------------------------------------------------------- 
	HEADER
   	-------------------------------------------------------------------------------------------------- 
*/	
	#header { 
		height:auto; 
		text-align:left;
	}
	h1 { 
		color:#FB6602;
		border-bottom:2px solid #FB6602;
	}
	#topLinks { display:none; }
	#search { display:none; }
	#header a { display:none; }
/* 
	-------------------------------------------------------------------------------------------------- 
	MENU PRINCIPALE
   	-------------------------------------------------------------------------------------------------- 
*/	
	#mainMenu  { display:none; }
/* 
	-------------------------------------------------------------------------------------------------- 
	HOME
   	-------------------------------------------------------------------------------------------------- 
*/		
	#home object { display:none; }
	#home table { border-collapse:collapse; }
	#home table th, #home table td {
		text-align:left;
		border:1px solid #555;
		width:170pt;
		padding:8pt;
		vertical-align:top;
	}	
	#home h4, #home h5, h6 {
		font-size:10pt;
		color:#FB6602;
		border-bottom:1px solid #FB6602;	
		margin-bottom:2pt;
	}
	#home table th p, #home table td p { margin-top:2pt; }
	
	#home label { 
		display:block;
		width:55pt;
		font-weight:bold;
		text-align:right;
		margin-right:4pt; 
		float:left;
		padding-top:7pt;
	}
	#home input { 
		margin-top:5pt; 
		margin-bottom:5pt; 
	}	
	#home br { clear:left; }	
/* 
	-------------------------------------------------------------------------------------------------- 
	INPUT
   	-------------------------------------------------------------------------------------------------- 
*/	
	.inputDiv  { 
		text-align:right;
		padding-top:0pt;
	}
	.inputDiv  input { 
		background:none;
		border:1px solid #444;
		font-size:8pt;
	}	
/* 
	-------------------------------------------------------------------------------------------------- 
	BREADCRUMBS - UTILITY - LEFT
   	-------------------------------------------------------------------------------------------------- 
*/	
	#breadcrumbs { display:none; }
	#utility { display:none; }
	#left { display:none; }
	.goBack { display:none; }
	
	#contentsLeft { 
		width:310pt; 
		float:left;
	}
	#right {
		width:120pt;
		margin-left:360pt; 
		border-left:1px solid #444;
		padding-left:10pt;
	}
	#right h4, #right h5, #right h6 {
		font-weight:normal;
		border-bottom:0;
	}	
	.square { display:none; }
	#goTopPage { display:none; }
	.clearLayout {
		font-size:0;
		margin:0;
		padding:0;
		height:1px;
		clear:left;
	}
/* 
	-------------------------------------------------------------------------------------------------- 
	FOOTER
   	-------------------------------------------------------------------------------------------------- 
*/
	#footer {
		height:50px;
		color:#FB6602;
		margin-top:10pt;
		border-top:2px solid #FB6602;		
	}
	#footerMainMenu { display:none; }
	#footerLinks { display:none; }	
	
	#disclaimer {
		text-align:center;
		font-size:10px;
		color:#999;
		margin-top:20px;
	}
	#disclaimer a { display:none; }