<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Verdana;
	font-size: small;
}

/* Pannelli */
.dojoxFloatingPaneContent {
	font-size: x-small;
}

/* Loghi e titolo */
#logo {
	background-image: url('images/background.gif');
}
#logo .sx {
	background-image: url('images/logoSx.png');
}
#logo .dx {
	background-image: url('images/logoDx.gif');
}
#logo #titleMap {
	right: 10px;
	text-align: right;
}

/* Loading durante redraw mappa */
#mapLoading {
	/* background-image: url('images/loading.gif'); */
}

/* DIV per coordinate mappa */
#coordinate {
	font-size: x-small;
}

/* DIV per utente connesso */
#utenteConnesso {
}

/* Div contenimento immagine scalebar */
#scale {
}


/* Tabella di identify: th per i campi, td per i valori */
#tabIdentify {
}
#tabIdentify th {
}
#tabIdentify td {
}

/* Loading pannello risultati */
#resultsLoading {
	/*background-image: url('images/searchLoading.gif');*/
}

/* Bottone find ricerca di default */
.findGenerico {
	/*background-image: url("images/doFind.png");*/
}
/* Bottone find ricerca toponimi */
.findIndirizzo {
	/*background-image: url('images/doFindIndirizzo.png');*/
}
/* Bottone find ricerca accessi */
.findCivico {
	/*background-image: url('images/doFindCivico.png');*/
}
/* Bottone ricerca Google */
.findGoogle {
	/*background-image: url('images/doFindGoogle.png');*/
}

/* Proprietà comuni a tutti i bottoni della toolbar */
.toolItem {
	width: 25px;
	height: 25px;
}
/* Tool selezionato */
.toolSelected {
	border: solid 1px red;
}

/* Immagine associata ad un singolo tasto (es. zoomIn)
.toolbar #zoomIn {
	background-image: url('images/esriZoomIn.png');
}
*/

/* Servizio di mappa */
#toc .legendServiceLayer {
	padding-left: 20px;
	font-size: x-small;
}
/* Layer di un servizio di mappa */
#toc .nomeLayer {
	font-weight: bold;
}
/* Simboli dei layer */
#toc .legendLayer {
	padding-left: 10px;
}
/* Loading per acquisizione legenda */
#toc .emptyLegendLayer {
	/* background-image: url(images/searchLoading.gif);*/
}
/* Intestazione classificazione legenda */
#toc .headingLegend {
	text-decoration: underline;
	font-style: italic;
}
/* Elemento di classificazione legenda */
#toc .subitemLegend {
	font-style: italic;
}


#toc .layerCollapsed {
	/*background-image: url('images/buttons.gif');*/
}

#toc .layerExpanded {
	/*background-image: url('images/buttons.gif');*/
}

.linkData {
	background-color: #DFE5FF;
	border: 1px solid #9EBBD7;
	font-size: x-small;
	font-style: italic;
}


/* IDENTIFY */
#zoomFeature {
	/*background-image: url(images/esriZoomIn.png);*/
}

/* WIDGETS */
.iconWidget {
}

.descriptionWidget {
}

/* Immagine per aggancio GEA */
.gea {
	width: 100%;
	height: 32px;
	background-image: url('../images/gea.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 3px auto;
}

/* Immagine per aggancio FILE */
.file {
	width: 100%;
	height: 32px;
	background-image: url('../images/file.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 3px auto;
}

#logo #titleMap {
	font-size: x-large;
	top: 20px;
}
</pre></body></html>