﻿.map
{
    width: 100%;
}

.mapView
{
    background-color: gainsboro;
    border: 1px solid #3399cc;
    height: 600px;
    width: 800px;
}

.topPanel
{
    color: #000080;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}

.arrow
{
    cursor: pointer;
}

.scaleBtn
{
    border: solid 1px #000080;
    background-color: #88c0ff;
    color: #000080;
    cursor: pointer;
    padding: 3px;
    text-align: center;
    width: 70px;
}
.scaleBtn_sel
{
    background-color: White;
    border: solid 1px #000080;
    cursor: pointer;
    padding: 3px;
    text-align: center;
    width: 70px;
}
.preMap
{
    border: solid 1px #000080;
    cursor: crosshair;
}


.scaleBtn_hov
{
    color: Blue;
}

.infoBlock
{
    background-color: white;
    border: solid 1px #000080;
    cursor: default;
    filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;
    font-family: Tahoma;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    position: absolute;
    white-space: nowrap;
    z-index: 20;
}

.info
{
    color: Black;
    font-family: Arial;
    font-size: 10px;
    vertical-align: middle;
    width: 90%
}

.infoImg
{
    width: 10%;
}
.check {}