﻿body {
	margin: 15px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	background: #FFF;
	font-size: 0.8em;
}

#h1{
	color: #000;
	font-size: 0.9em;
}

.vuoto { width: 80%; height: 10px; }

a:visited, a:active, a:link, a{
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	color: #0066cc;
	text-decoration: none;
}

h1 {font-size: 14pt;}

img {border: 0;}
input {font-size: 10pt;}
form {margin: 0;}



/*#################################################################*/
/* STRUTTURA PRINCIPALE DELLA PAGINA */
/*#################################################################*/

.container {
	width: 100%; 
}


#toplogo {	
	height: 70px;
	padding: 0 0 15px 0;
}
#topbanner {
	height: 60px;
	width: 488px;
	margin-top: 12px;
	float: right;
}


#footer {
	font-size: 0.8em;
	width: 100%;
	background: #FFF;
	clear: both;
}

/*#################################################################*/
/* SISTEMA TOPMENU */
/*#################################################################*/


#menucontent {
	width: 100%;
	padding: 1px;
	background: url(../images/bg_menucontent.gif) repeat-x;
}


	#menucontent #sub{
		width: 100%;
		height: 33px;
		font-size: 0.9em;
		background: url(../images/bg_menucontentsub.gif) repeat-x;
	}

	#menucontent ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}
	
	#menucontent li{
		display: inline;
	}

	#menucontent li a:visited, #menucontent li a:active, #menucontent li a:link, #menucontent li a{
		float: left;
		color: #FFF;
		padding: 9px 11px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menucontent li a:hover {
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		background: transparent url(../images/bg_menucontentsub_on.gif) center center repeat-x;
	}

	#menucontent li a.select {
		float: left;
		padding: 9px 11px;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		background: transparent url(../images/bg_menucontentsub_on.gif) center center repeat-x;
	}

	#menucontent #ico {
		width: 140px;
		height: 25px;
		margin: 7px 0 0 0;
		float: right;
	}


#toolsbar {
	width: 100%;
	height: 25px;
	padding: 5px 0 0 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FFF;
}
#toolsbar img{
	padding: 0 3px 0 3px;
}


/* AREA CONTENUTI ############################################*/


#content {
	width: 100%;
	padding: 1px;
	float: left;
	background: #5e5e5e;
}
#content p {
	margin: 0;
	}

	#content #sub_p2{
		width: 100%;
		height: auto !important;  /* per i browser moderni */
		height: 400px;      /* per IE5.x e IE6 */
		min-height: 400px;  /* per i browser moderni */
		float: left;
		padding: 15px 0 15px 0;
		background: url(images/bg_sub_p2.gif) repeat-y #f9f9f9;
	}
		#content #sub_p2 #sub_column{
			width: 200px;
			height:  inherit;
			float: left;
			padding: 0 10px 0 10px;
		}
		
		#content #sub_p2 #sub_p3{
			margin: 0 0 0 235px;
			/*margin: 0 0 0 0;
			float: left;*/
		}	
		
		#content #sub_p2 #sub_p3 iframe{
		position: absolute;
		top: 210px;
		left: 250px;
		}
		


#contentombra {
	width: 100%;
	height: 6px;
	clear: both;
	background: url(../images/bg_menucontentombra_p2.gif) repeat-x;
}

#map {
	width: 430px;
	height: 280px;
	margin-left: 180px;
}
#mapinfo {
	float: left;
	width: 180px;
	height: 280px;
	font-size: 0.85em;
}

#result_pane
{
	/*clear: both;*/
	float: left;
}


/* RISULTATI ############################################*/



.result_container
{
	padding: 10px 5px 10px 20px;
}

.result_error
{	
	font-size: 0.9em;
	font-weight: bold;
	color: red;
}

.result_title
{	
	color: green;
}

.result_suggestion
{	
	font-size: 0.9em;
}

.result_area
{
	font-family: Courier New, Courier;
	font-size: 1.0em;
}

.result_img_flag
{
	width: 18px;
	height: 12px;
	vertical-align:middle;
}

.result_table
{
	/*width: 400px; */
	/*border: solid 1px black;	*/
	
}

.result_table_firstcol
{
	/*width: 180px;*/
	white-space:nowrap;
	/*border: solid 1px black;	*/
	
}

