﻿body
{
}

h1, h2 
{
}

#header 
{
}
#maptools
{
    /*
    position: absolute;
    left: 0;
    top: 120px;
    width: 140px;
    */
}
#mapframe
{
    /*
    position: absolute;
    left: 60px;
    top: 120px;
    */
    border-style: solid;
    border-width: 1px;
    background-color: White;
}
#maplegend
{
    /*
    position: absolute;
    left: 700px;
    top: 120px;
    */
}
#feedbackbox
{
    position: absolute;
    left: 700px;
    top: 120px;
    height: 75px;
    width: 200px;
    border-style: dashed;
    border-color: black;
    border-width: 1px;
    display: none;
}
td.maptoolbuttons 
{
    border-width: 3px;
    border-style: outset;
    padding: 2px;
    background-color: White;
}
td.maplegendindicators
{
    text-align: center;
}
tr.maplegendaltelement
{
    background-color: silver;
}
table.maplegendtable
{
    border-collapse:collapse;
    border: 1px solid black;
    background-color: White;
}
td.maplegendtitlecell
{
    background-color: silver;
    text-align: center;
}
span.maplegendtitletext
{
    color: black;
}

#maploadingicon
{
    position:absolute;
    top:300px;
    left: 255px;
    visibility:visible;
    z-index:100;
    width:110px;
    height:75px;
}

img.maptoolicons
{
    width: 28px;
    height: 28px;
}

