/*
Div and Table style sheet properties.

Design by Brian Shaw 
National Oceanic and Atmospheric Administration
National Geodetic Survey

Created for the CORS Google Maps Application

*/

/* for the div tags */

.locator {
    position:relative;
    width: 500px;
    height: 20px;
}

.legend {
    position:relative;
    width: 500px;
    height: 60px;
}

.map {
    position:relative;
    width: 500px;
    height: 500px;
    background: #aaccff;
    margin: 5px 0px 5px 0px;
}

.corsmap {
    visibility: hidden;
    position: absolute;
    top: 100px;
    left: 100px;
    height:650px;
    width:500px;
    background:white;
    z-index:1000;
    border-style:solid;
    border-width:3px;
    padding:30px;
}

.selectionCORS {
    position: absolute;
    left: 550px;
    top: 100px;
}


/* for the fonts of divs */

.darkbluelg {
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-weight:bold;
    color: #000066;
    font-size: 10pt;
}

.darkbluesm {
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: #000066;
    font-size: 10pt;
}

.markedsites {
    color: #000066;
    font-size: 12pt;
    position: absolute;
}

.tooltip
{
    background-color:#ffffff;
    color:#000066;
    font-weight:bold;
    border:1px #000066 solid;
}
.rtclick {
    font-family:Arial, sans-serif;
    text-decoration:none;
    color:#4444ff;
    font-size:small;
}
a:hover div {
    text-decoration:none;
    background:#eee;
}

.infowindowtitle {
    text-align: center;
    background-color: #7799cc;
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.infowindowtitlelg {
    text-align: center;
    background-color: #7799cc;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.infowindowbody {
    color: #000066;
    font-size: 12pt;
    text-align: center;
}

.anchors:link {
    color: white;
    font-size: 12pt;
    text-decoration: underline;
}

.anchors:visited {
    font-size: 12pt;
    color: white;
    text-decoration: underline;
}

.anchors:hover {
    font-size: 12pt;
    color: red;
    text-decoration: underline;
}