html, body
{
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5eede;
}
html
{
    overflow: hidden;
}
body
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
a
{
    text-decoration: none;
    color: #315578;
}
a:hover
{
    text-decoration: underline;
}

#map
{
    margin: 41px 202px 0 0;
    padding: 0;
    height: 92%;
    border-bottom: 2px solid #d7d9cb;
    border-right: 2px solid #d7d9cb;
    overflow: hidden;
}
#map-toppanel
{
    position: absolute;
    display: inline;
    border-top: 1px solid #d7d9cb;
    border-bottom: 2px solid #d7d9cb;
/*    background-image: url("../images/bg-head-1.jpg");   */
    background-color: #872615;
    color: #FFFFFF;
    top: 0px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-align: left;
    padding-top: 8px;
    white-space: nowrap;
}
#map-toppanel a
{
    margin: 0 1em 0 1em;
    padding: 0 5px 0 5px;
    background-color: #efefef;
    border: 1px solid #FFFFFF;
}
#map-toppanel form, #map-toppanel p
{
    display: inline;
    margin: 0 1.2em 0 0;
    padding: 0;
}
#map-toppanel select, #map-toppanel input
{
    margin: 0px 10px 0px 10px;
    padding: 0;
    border: 1px solid #FFFFFF;
    background-color: #f5eede;
}
#map-toppanel select
{
    width: 160px;
}
#map-toppanel input
{
    width: 120px;
}
#map-toppanel label, #map-toppanel b
{
    font-weight: bold;
}
#map-rightpanel {
    position: absolute;
    right: 0px;
    top: 57px;
    width: 200px;
    height: 87%;
    overflow: auto;
    padding: 0;
}
#map-rightpanel-static {
}
#map-rightpanel-dynamic {
}
#map-rightpanel-dynamic p
{
    margin: 0 0 7px 22px;
}
#map-rightpanel-dynamic img
{
    width: 11px;
    height: 15px;
    float: left;
    margin-left: 2px;
}

div.WTitle, div.WText, div.WLink
{
    width: 300px;
    overflow: hidden;
}
div.WTitle p, div.WText p, div.WLink p
{
    margin: 0.25em 0 0.25em 0;
}
div.WTitle
{
    font-weight: bold;
}

.WTabs p
{
    margin: 0 0 0.25em 0;
}

.WTabZoom
{
    height: 180px;
}

.WContent
{
    height: 210px;
}

div.horiz-ruler
{
    border-bottom: 1px solid;
    width: 97%;
    border-color: lightgrey;
}

