
html, body {
    width: 99%;
    font-family: verdana, arial, sans-serif;   
    }

v\:* {
  behavior:url(#default#VML);
}

body h1 {
    font-size: large;
}

#linkto {
    text-align: right;
    font-size: smaller;
    font-variant: small-caps;
    padding-right: 4px;
    display: block;
    text-decoration: none;
}

#map {
    position: relative;
    width:  99%;
    border: 4px groove #060;
    background-color: #abb;
    z-index: 4;
}

#errmsg {
    width:  50%;
    height: 20%;
    margin-top: 10%;
    margin-left: auto;
    margin-right:auto;
    visibility: hidden;
}

#loading {
    position: relative;
    width:  10em;
    text-align: center;
    padding: 2em;
    border: 4px groove #060;
    background-color: #cdd;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    opacity: .75;
    filter: alpha(opacity=75);
}

#loadingMessage{
}

#bottom {
    position: absolute;
}

.leftcol {
    position: absolute;
    width: 125px;
    top: 10px;
    left: 0px;
    z-index: 2;
}
.legend {
    border:1px solid black;
    background-color: white;
    font-size: x-small;
    padding: 2px;
}

.pin {
    text-align: right;
}


.caption {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    top: 10px;
    min-width:120px;
    z-index: 3;
    margin:0px 310px 20px 135px;
    border:1px solid black;
    background-color:white;
    padding:10px;
}

#credits {
    font-size: smaller;
}

#coordinates {
    margin-left: 280px;
    font-size: smaller;
}
 
#marker {
    font-size:smaller;
    width: 200px;
}

#tabs {
    font-size: smaller;
    font-variant: small-caps;
    background-color:#dee;
    border-collapse: collapse;
}
#tabs td {
    width: 6em;
    padding-left: 4px;
    text-align: left;
    border-width: 2px;
    border-style: groove;
}
#tabs a:link,
#tabs a:visited
{
display: block;
text-decoration: none;
color: #000;
background: #8dd;
padding: 2px;
}

#tabs a:hover
{
background: #5aa;
}

#tabs a:active
{
background: #5aa;
}

.debug {
    visibility: hidden;
}

