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');*/
}

/* 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 */
/*.toolbar .urbanPlanner
{
    background-image: url('images/icon.png');
}
*/
