/* $Id$
 * Herve Saint-Amand
 * Edinburgh
 */

/*-------------------------------------------------------------------------------------------------------------------------------*/

body {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10pt;
}

#map {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#map-container {
    position: fixed;
    top: 3.5em;
    left: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

div#map-controls {
    position: fixed;
    top: 4em;
    right: 1em;
    border: solid 1px black;
    background-color: white;
    padding: 0.5em;
}

select#map-controls {
    margin: 0.25em;
    padding: 0.25em;
}

div#map-controls label {
    cursor: pointer;
}

div#map-controls label.disabled {
    cursor: default;
    color: #999;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

img#legend {
    position: fixed;
    left: 50%;
    bottom: 1em;
    margin-left: -250px;
    z-index: 1000;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

p.footer {
    position: fixed;
    left: 0.5em;
    bottom: 0em;
}

div#about {
    position: fixed;
    right: 1em;
    top: 1em;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
