h1{
    margin-bottom: 5pt;
}
a img {
    border: 0;
}

.addr,.inst,.dept {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
    color: #000;
}

.addr {
    font-weight: normal;
    font-size: .8em;
}

.banner {
    color: #fff;
    background: #305184;
    border: 2px solid #305184;
    border-width: 0 0 2px 0;
    margin: 0 0 2% 0;
}

.closelink {
    background: gray;
    float: right;
    text-decoration: none;
    font-size: x-small;
    border: 2px outset gray;
    padding: 2px;
}
.coords,.newcoords {
    color: darkgreen;
    font-style: italic;
}

.newcoords {
    color: darkorange;
}

.institution {
    font-weight: bold;
}

#NNLMLibraries .libinfo,#NNLMLibraries .nnlmmaps_chosenlib {
    color: #335;
    background: white;
    border: 1px dotted lightgray;
    border-width: 1px 0;
    padding: 5px 0;
}
#NNLMLibraries .libinfo p {
    background: transparent;
}
#NNLMLibraries .libinfo:hover{
    background-color: #eef;
}
.warning {
    font-size: 1.0em;
    line-height: 1.3em;
    color: red;
}
#NNLMLibraries button.libcoords:hover{
    background-color: #5A6AD9;
}
#NNLMLibraries button.libcoords{
    width: 90%;
    padding: 2px;
    line-height: 1em;
    background: transparent;
    font-size: small;
    font-variant: small-caps;
    text-decoration: none;
    background-color: #2A3A89;
    color: white;
    border: 2px outset #2A3A89;
}
#NNLMLibraries .pa{
    background-color: #FFCF00;
}
#NNLMLibraries .rs{
    background-color: #35D26E;
}
#NNLMLibraries .rm{
    background-color: #374998;
    color: white;
}
#NNLMLibraries .ot{
    border: 0;
    color: #333;
    font-style: italic;
    background: transparent;
}
#NNLMLibraries p.none{
    background-color: #E0E0E0;
    color: #333;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}
#NNLMLibraries .nnlmmaps_chosenlib {
    background: #ddf;
    border: 1px dotted blue;
    border-width: 0;
}

#NNLMControls {
    background: #eef url(/maps/images/controlpanelbackground.gif);
    border: 1px solid gray;
    width: 96%;
    clear: both;
    padding: 3px 0;
}
#NNLMControls a{
    margin: 0 5px;
}
#NNLMControlInfo{
    height: 3em;
}
#NNLMControls button{
    background: transparent;
    border: 0;
    padding-top: .3em;
}
#NNLMControls .imagebutton img {
    width: 40px;
    height: 40px;
    margin: .3em;
}
#map {
    height: 454px;
    width: 70%;
    float: left;
    border: 2px ridge #eee;
    margin: 0;
    padding: 0;
}
#storedinfo,#storedinfo .wide {
    background: #afa;
    width: 98%;
}
#glassPane{
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    background: transparent url(/maps/images/graydot.png);
    border: 1px dotted white;
    text-align: center;
    z-index: 1000;
}
#glassPane img{
    margin-top: 100px;
    background: transparent;
}
#glassPane p{
    font-size: 1.5em;
    line-height: 1.5em;
    color: white;
    padding: 10px;
}
#NNLMLibraries{
    width: 25%;
    background: white;
    border: 2px ridge #eee;
    font-size: 11px;
    height: 450px;
    margin: 0;
    padding: 2px;
    overflow: scroll;
}

#NNLMLibraries p {
    padding: 0 0 0 2px;
    margin: 0;
}

#libcountdisp {
    font-size: small;
    color: #039;
    margin-left: 5%;
}
#consolebutton,  #consolebutton:visited, #recenter, #recenter:visited{
    background: white;
    color: black;
    padding: 3px;
    text-decoration: none;
    border: 1px outset gray;
    margin: 5px;
    font-variant: small-caps;
}
#consolebutton:hover, #recenter:hover{
    background: #eef;
}
#NNLMControlInfo{
    background: white;
}
#NNLMConsole {
    display: none;
    width: 50%;
    padding: 1%;
    background: #111;
    position: absolute;
    top: 25%;
    left: 25%;
    font-family: Courier;
    color: #eee;
    height: 400px;
    overflow: scroll;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 1001;
}
#NNLMConsole p{
    margin: 2px;
    padding: 0;
    border-bottom: 1px dotted #888;
}
#coordcontainer{
    background: #eef;
    border: 1px dotted gray;
    width: 96%;
}
#coordcontainer h3{
    margin: 0;
}
#coordcontainer p{
    display: inline;
    margin: 0 10px;
}
#zoomlevel, #center{
    padding: 0 0 0;
    margin: 0;
}
p.error {
    color: #F00;
}
div.error {
    color: red;
    background: white;
    border: 1px solid red;
    position: absolute;
    top: 15%;
    left: 25%;
    width: 50%;
    text-align: center;
    overflow: auto;
}
p.error {
    color: #300;
    background: #eee;
}


.warning {
    color: #FA0;
}

.notice, .notice_a {
    color: #EEE;
}

.info {
    color: #FED;
    font-size: 1em;
}
.pink{
    background: pink !important;
}

