﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}

.main
{
    position: absolute;
    width: 800px;
    height: 581px;
    background: #f8efdf;
    margin: 10px;
}

.bl {background: url(Images/bottomleft2.png) 0 100% no-repeat}
.br {background: url(Images/bottomright2.png) 100% 100% no-repeat; padding-bottom: 1px}
.tl {background: url(Images/topleft2.png) 0 0 no-repeat}
.tr {background: url(Images/topright2.png) 100% 0 no-repeat}

#mapholder
{
    padding: 15px;
    width: 770;
    height: 550px;
}

#map
{
    width: 100%;
    height: 490px;
    border: solid 1px #d7d0c2;
}

#header
{
    float: right;
    font-family: Tahoma, Verdana;
    font-size: 34px;
    font-weight: bold;
    color: #6287b7;
    margin-top: 3px;
}

#headerlink
{
    font-family: Tahoma, Verdana;
    font-size: small;
    float: right;
    padding: 7px;
    margin-top: 11px;
    margin-right: 14px;
}

#header_checkboxes
{
    font-family: Tahoma, Verdana;
    font-size: small;
    float: right;
    padding: 7px;
    margin-top: 8px;
    margin-right: 20px;
    border: solid 1px #d7d0c2;
}

#header_image
{
    background-color: White;
    border: solid 1px #d7d0c2;
    padding: 6px;
    width: 128px;
    margin-bottom: 6px;
}

.description
{
}

.description_header
{
    font-family: Tahoma, Verdana;
    font-size: medium;
    font-weight: bold;
    color: Navy;
    margin-bottom: 5px;
    width: 400px;
}

.description_road
{
    font-family: Tahoma, Verdana;
    font-size: smaller;
    font-weight: normal;
    color: Black;
    padding: 5px;
    border: solid 1px Navy;
    background: #f8efdf;
    margin-bottom: 5px;
    width: 400px;
}

.description_text
{
    font-family: Tahoma, Verdana;
    font-size: small;
    font-weight: normal;
    color: Navy;
    margin-bottom: 5px;
    width: 400px;
}

.description_dates
{
    font-family: Tahoma, Verdana;
    font-size: small;
    font-weight: normal;
    font-style: italic;
    color: Black;
    width: 400px;
}

.description_link
{
    font-family: Tahoma, Verdana;
    font-size: small;
    font-weight: normal;
    color: Black;
    text-decoration: underline;
    margin-top: 8px;
    cursor: pointer;
}
