/* CSS document */

/* Gestione dell'intestazione */

.map_top_menu
{
	float: left;
	width: 636px;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 22px;
	padding-bottom: 28px;
}

/* Gestione del pannello grafico centrale*/

.map_menu
{	
	float: left;
	width: 658px;
	height: 576;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0px;
}

/* Gestione titolo alto del pannello*/

.map_botton
{
	float: left;
	background: url(../img/top_panel.gif);
	background-position:bottom;
	width: 658px;
	height: 56px;
	margin: 0px;
	padding: 0px;
	border:0px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.map_tmp
{
	margin-left: 14px;
}
.map_img_top
{
	float: left;
	margin-top:8px;
	
}
.map_text_top
{
	float:left;
	font-size: 12px;
	font-weight:bold;
	color: #63BD19;
	margin-left: 8px;
	margin-top: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Gestione contenuto del pannello*/

.map_panel
{
	float: left;
	width: 656px;
	/*height: 506;*/
	border: 0px;
	border-left: 1px solid #C3D0D6;
	border-right: 1px solid #C3D0D6;
}
.map_subpanel
{
	float: left;
	width: 656px;
	/*height: 506px;*/
}
.map_subpanel_int
{
	float: left;
	width: 162px;
	/*height: 506px;*/
}
/* Gestione oggetto di selezione del pannello*/
.map_item
{
	float:left;
	width: 163px;
	height: 40px;
	margin-top: 12px;
	color:#716F6E;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
/* Gestione oggetto del pannello sezione ultima*/
.map_item2
{
	float:left;
	width: 163px;
	/*height: 25px;*/
	margin-top: 0px;
	color:#61BF1A;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*Gestione oggetto del pannello selezionato*/
.map_item_press
{
	float:left;
	width: 163px;
	height: 40px;
	margin-top: 12px;
	color:#171411;
	font-size: 12px;
	font-weight:bold;
	background-color: #D7EEC5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
.map_img_folder
{
	float: left;
	width: 27px;
	height: 25px;
	margin-top: 8px;
	margin-left: 5px;
	border:0px;
}
.map_item_text
{
	float:left;
	display: table;
	#position: relative;
	overflow: hidden;
	width:100px;
	height: 32px; 
	margin-left: 6px;
	margin-top: 3px;
}

.map_item_text a
{
	color: #5F5C5C;
	text-decoration:none;
}

.map_item_text a:hover
{
	text-decoration:underline;
}

.map_item_text_tmp
{
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}
.map_item_text_chars
{
	width: 100px;
	#position: relative;
	#top: -50%;
	text-decoration:none;
}
.map_item_text_chars a
{
	color: #5F5C5C;
	text-decoration:none;
}
.map_item_text_chars a:hover
{
	text-decoration:underline;
}
.map_item_text_chars2
{
	font-size: 11px;
	width: 100px;
	#position: relative;
	#top: -50%;
	font-style:italic;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.map_item_text_chars2 a
{
	font-weight: bold; 
	font-variant: normal; 
	color: #63BD19; 
	text-decoration: none;
}

.map_item_text_chars2 a:hover
{
	font-weight: bold; 
	font-variant: normal; 
	color: #63BD19; 
	text-decoration: underline;
}

.map_img_arrow
{
	float: right;
	width: 12px;
	height: 18px;
	margin-top: 10px;
	margin-right: 4px;
	border: 0px;
}
.map_bar
{
	float:left;
	width: 0px;
	height: 506px;
	border-left: 1px solid #C3D0D6;
}

/* Gestione immagine di chiusura del pannello */	

.map_bottom_panel
{
	float: left;
	width: 658px;
	height: 14px;
	background: url(../img/bottom_panel.gif);
}
