﻿html, body#full_height_page {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

div#map_acquisition {
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

div#map_acquisition_footer {
    background-color: #FFFFFF;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

div#map_acquisition_header {
    background-color: #FFFFFF;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

div#map_acquisition_options {
    background-color: #FFFFFF;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 4;
}

input#ma_active_coordinate {
    margin-right: 10px;
    text-align: center;
    width: 25px;
}

input#ma_active_latitude {
    margin-right: 0px;
    padding: 0px 7px 0px 7px;
}

input#ma_active_longitude {
    margin-right: 0px;
    padding: 0px 7px 0px 7px;
}

p#ma_coordinate_selection_feedback {
    color: #FF0000;
    font-weight: bold;
}

.map_tile_section {
    color: #505050;
    border: 1px #404040 dotted;
    border-bottom: 0px;
    border-right: 0px;
    font-size: 7pt;
}

.marginal_map_section {
    margin: 5px 7px 5px 7px;
}
