
#legendToolbar 
{
	height:28px;
	background-color: #AAAAAA;
} 

#legendToolbar .x-toolbar
{
	height:100%;
}

#legendToolbar .x-toolbar table 
{
	margin-left:auto; 
	margin-right:auto; 
}

#legendToolbar .x-btn button
{
	font-size:13px;
	font-weight:bold;
	color:#333388;
	
}

.qmw2-legendContainer 
{
	width:100%;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
}

.qmw2-legend 
{
	padding:0px;
}

.qmw2-legendItemRemove, .qmw2-legendCategoryRemove
{
	width:22px;
	height:19px;
	cursor:pointer;
	background: transparent url(../qmw2/resources/images/cestino.gif) no-repeat 3px 0px;
	float:right;
}



.qmw2-legendItemZoom
{
	width:22px;
	height:19px;
	cursor:pointer;
	background: transparent url(../qmw2/resources/images/zoom.gif) no-repeat 3px 0px;
	margin-right:3px;
	float:right;
}

#legendTooltipChoose
{
	height:28px;	
	background-color: #DDDDDD;
	padding-top:4px;	
	
} 

.qmw2-tooltipchooselogo 
{
	width:20px;
	height:20px;
	float:left;
	position:relative;
	background: transparent url(../images/tooltipchoose.gif) no-repeat 2px 2px;
	z-index:10000;
}

.qmw2-tooltipchoose 
{
	width:180px;
	margin-left:auto;
	margin-right:auto;
	
}



.qmw2-legendCategoryName2 
{
	padding-left:20px;
	background: transparent url(../images/vline.gif) no-repeat;
}

.qmw2-legendCategoryName2Last 
{
	background: transparent url(../images/ln.gif) no-repeat;
}

.qmw2-legendCategoryName3 
{
	padding-left:40px;
	background: transparent url(../images/vline2.gif) no-repeat;
}
	
.qmw2-legendCategoryName3Last 
{
	background: transparent url(../images/ln2.gif) no-repeat;
}

.qmw2-legendCategory2Last .qmw2-legendCategoryName3
{
	background: transparent url(../images/vline3.gif) no-repeat;
}

.qmw2-legendCategory2Last .qmw2-legendCategoryName3Last 
{
	background: transparent url(../images/ln3.gif) no-repeat;
}


#ie6root .qmw2-legendItem {
	height:19px;
	
}

.qmw2-legendItem .qmw2-legendItemIcon
{
	
	left:20px;
}

.qmw2-legendItem3 .qmw2-legendItemIcon
{
	left:40px;
}



.qmw2-legendItem4 .qmw2-legendItemIcon
{
	left:60px;
}

.qmw2-legendItem .qmw2-legendItemName
{
	position:relative;
	left:20px;
	margin-right:40px;
}

.qmw2-legendItem .qmw2-legendItemNameWithInfo 
{	
	
	background-image:url(../images/legendinfo.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
}

.qmw2-legendItem3 .qmw2-legendItemName
{
	left:40px;
	margin-right:60px;
}


.qmw2-legendItem4 .qmw2-legendItemName
{
	left:60px;
	margin-right:80px;
}

.qmw2-legenditemvisible, .qmw2-legendcategoryvisible
{
	background-image: url(../qmw2/resources/images/checked.gif);
	background-repeat:no-repeat;
	
}

.qmw2-legenditemvisible, .qmw2-legenditeminvisible 
{
	background-position: 2px 5px;
}

.qmw2-legendcategoryvisible, .qmw2-legendcategoryinvisible 
{
	background-position: 2px 3px;
}


.qmw2-legenditeminvisible,  .qmw2-legendcategoryinvisible
{
	background-image: url(../qmw2/resources/images/checkbox.gif);
	background-repeat:no-repeat;	
}

.qmw2-legendCategoryName 
{
	margin-left:20px;
}


.qmw2-legendCategoryCheck 
{
	float:left;
	width:15px;
	height:15px;
	cursor:pointer;
}



/**
 * Mappa
 */
#mapFramemapContent 
{
	position:relative;
	width:100%;
	height:100%;
}

#mapContent 
{
	position:relative;
	width:100%;
	height:100%;
}

/* Div per la visualizzazione dei messaggi di avvertimento */
.qmw2-mapWarning
{
	
}

.qmw2-mapWarningMsg 
{
	margin-left:20%;
	margin-right:20%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	margin-top:20px;
	
	font-family:Verdana;
	font-size:16px;
	background-color:#CCCCCC;
}
/**
 * Toolbar
 */
#toolbar 
{
	position:relative;
	z-index:2;
	height:100%;
}

.qmw2-zoompoint
{	
	background-position: 0px 0px;
}

.qmw2-scalecontainer 
{
	height:32px;
}

.qmw2-measurecontainer 
{
	width:195px;
}


/**
 * Navigatore
 */
.qmw2-navigatorFrame 
{
	position:absolute;
	top:-10000px;
	left:-10000px;
	border: solid 1px #666666;
	
}

.qmw2-navigatorCollapsed
{
	background-image: url(../qmw2/resources/images/br-arrow.gif);
	background-repeat:no-repeat;
}

.qmw2-navigatorExpanded
{
	background-image: url(../qmw2/resources/images/tl-arrow.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.qmw2-navigator 
{
	background:transparent url(../images/navigatore.png) no-repeat;
}


/**
 * Preview di stampa.
 */

.printPreview 
{
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:450px;
	background-color: #C9DEFA;
	border: solid 1px #98C0F4;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	z-index:20001;
}


.printPreviewHeader 
{
	text-align:center;
	background-color:#98C0F4;
	padding:2px;
	margin-bottom: 20px;
}

.printPreviewFrame 
{
	width:550px;
	height:350px;
	left:25px;
	z-index:1;
	position:relative;
} 
.printPreviewLoader
{
	position:absolute;
	width:250px;
	height:96px;
	left:175px;
	top:150px;
	z-index:2;	
} 

.printPreviewButtons  
{
	position:absolute;
	width:auto;
	height:30px;
}