.themecontainer{
	position:relative;
	width:750px;
	height:410px;
	z-index: 1;
	margin: auto;
}

.clipmappa{
	position:absolute;
	clip:rect(0px, 750px, 410px, 0px);
	left:0px; 
	top:0px; 
	width:750px;
	height:410px;
	background-color: white;
}

.clipsel{
	position:absolute;
	left:0px; 
	top:0px; 
	width:157px;
	height:32px;
	/* clip: rect(0px, 150px, 30px, 0px); */
	clip:rect(0px, 157px, 32px, 0px);
	overflow: hidden;
	z-index: 7; 
}

.selmod{
	position:absolute;
	left:0px; 
	top:0px; 
	width:30px;
	height:30px;	
	background-color: #8bbc65;
	border: 1px solid #000000;
	z-index: 8; 
}

.scrollmod{
	position:absolute;
	left:-120px; 
	top:0px; 
	width:155px;
	height:30px;	
	background-color: #c9e0b8;
	border: 1px solid #000000;
	z-index: 4; 
}


.themeZoomsel{
	position:absolute;
	left:2px; 
	top:2px; 	
}

.themeZoomin{
	position:absolute;
	left:36px; 
	top:1px; 
	border: 1px solid #c9e0b8;
}	

.themeZoomout{
	position:absolute;
	left:66px; 
	top:1px;
	border: 1px solid #c9e0b8;
}

.themeinfo{
	position:absolute;
	left:96px; 
	top:1px; 	
	border: 1px solid #c9e0b8;
}

.themehome{
	position:absolute;
	left:126px; 
	top:1px; 
	border: 1px solid #c9e0b8;
}

.wait
{
	position:absolute;
	height: 87px; 
	width: 200px;
	top:156px; 
	left: 160px;
	/* background-image: url(../images/loading.gif); */
	/* visibility:collapse; */
	/* z-index: 3; */
	display: none;
}


#a_scarica
{
	vertical-align: middle;
}


.smallink {
	vertical-align: middle;
}


.selezione
{
	height: 0px;
	width: 0px;
	border:thin solid #CCCCCC;
	position:absolute;
	display:none;
	background-color: #028247;
	filter: alpha(opacity=30); /*IE*/
	opacity: .30;
	-moz-opacity: 0.3;
    z-index: 2;
}

.support{
	position:absolute;
	left:0px; 
	top:0px; 
	width:750px;
	height:410px;	
	background-color: white;
	filter: alpha(opacity=1); /*IE*/
	opacity: .01;
	-moz-opacity: 0.01;
    z-index: 3;	
	
}

.tabellaSelezione 
{
	border: 1px solid #e1e1e1; 
	/*font: normal 1em Tahoma, Arial;*/ 
	font: normal 16px; 
	font-size: 14px;
}

.tabellaMappa 
{
	border: 1px solid #e1e1e1; 
	/*font: normal 1em Tahoma, Arial;*/ 
	font: normal 16px; 
}

.headerTableSelection
{
	font-size: 14px;
	font-weight: bold;
	color: #0081B7;
}

.normalValueSelection {
	font-size: 12px;
	font-weight: normal;
	}
	
#ajax_tooltipObj{
	z-index:20;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative; 
	}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:relative;
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	/*font-size:0.8em;*/	/* Font size of content */
	font-size: 12px;	
	overflow:hidden;	/* Hide overflow content */
	z-index:21;
}

.inforow{}
