html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: small;
    overflow: hidden;
}

img {
    border-style: none;
}

select {
    font-family: Verdana;
}


/* Loghi e titolo */
#logo {
    width: 100%;
    height: 70px;
    background-repeat: repeat-x;
    position: absolute;
    cursor: pointer;
}

    #logo .sx {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        position: absolute;
    }

    #logo .dx {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
    }

    #logo #titleMap {
        position: absolute;
        width: 100%;
        font-style: italic;
        font-size: xx-large;
        top: 10px;
        right: 10px;
        text-align: right;
    }

/* Loading application */
#initialLoading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #AAA;
    z-index: 1000;
}

    #initialLoading div.container {
        width: 50%;
        background-color: #CCC;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0px auto;
        position: relative;
        top: 30%;
        z-index: 1000;
        border: 1px solid black;
        border-radius: 10px 10px 10px 10px;
        box-shadow: #444 5px 5px 10px 0px;
    }

    #initialLoading div.head {
        background-color: #000000;
        margin: 0;
        padding: 0;
        border-radius: 10px 10px 10px 10px;
    }

        #initialLoading div.head h4 {
            background-color: #000000;
            margin: 0;
            padding: 7px 0 7px 15px;
            color: #FFF;
            font-weight: bold;
            font-size: 1.1em;
            border-radius: 10px 10px 0px 0px;
        }

    #initialLoading div.container div.body {
        background-color: #CCC;
        margin: 0;
        padding: 10px 10px 20px 15px;
        font-size: .95em;
        border-radius: 10px 10px 10px 10px;
    }

    #initialLoading div.body p {
        padding: 0 10px 0 15px;
        font-size: 18px;
    }

/* Div contenitore mappa */
#mapDiv {
    position: absolute;
    border: solid 1px #AAA;
}

/* Loading mappa durante redraw */
#mapLoading {
    position: absolute;
    top: 1px;
    background-image: url('images/mapLoading.gif');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

/* Status bar */
#statusbar {
    background-color: white;
    border: 1px solid gray;
    bottom: 0;
    height: 30px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    z-index: 30;
    font-size: x-small;
}

/* div contenente <img> scalebar */
#scalebar {
    margin-left: 30px;
    margin-top: 8px;
    z-index: 100;
    width: 150px;
    float: left;
}


/* Powered by GLOBO srl */
#poweredBy {
    bottom: 0;
    font-size: xx-small;
    height: 15px;
    position: absolute;
    left: 45%;
    z-index: 30;
}

/* Utente connesso */
#utenteConnesso {
    z-index: 30;
    float: left;
}


/* Immagine per aggancio Catview Web */
.catviewweb {
    width: 100%;
    height: 32px;
    background-image: url('images/open_catview.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 3px auto;
}

/* loading in attesa risultati */
#resultsLoading {
    background-image: url('images/searchLoading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    display: none;
    font-size: x-small;
}


/* Title panes a destra dell'applicazione */
#rightPane {
    position: fixed;
    top: 63px;
    z-index: 50;
    right: 20px;
}

    #rightPane .basemapGallery {
        background-image: url('images/BasemapGallery.png');
        width:48px;
        height:48px;
        
    }
#divBasemaps {
    font-size: x-small;
    color: blue;
    font-style: italic;
    width: 390px;
}

/* Immagine per aggancio GEA */
.gea {
	width: 100%;
	height: 32px;
	background-image: url('./combg/images/gea.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 3px auto;
}
