﻿.labelHeader
{
   text-decoration: none;
   color: Black;
}

.labelHeader:hover
{
    color: Gray;
}

#plottedGeocodedPrev 
{
    position: relative; 
    z-index: 200; 
    float: left; 
    width: 30px; 
    top: 210px;
    display: none;
}

#plottedGeocodedPrev a img
{
    border: 0px;
    outline: none;
}

#plottedGeocodedNext
{
    position: relative; 
    z-index: 200; 
    float: right; 
    width: 30px; 
    top: 210px;
    display: none;
}

#plottedGeocodedNext a img
{
    border: 0px;
    outline: none;
}

#plottedGeocodedInfo
{
    position: relative; 
    z-index: 200; 
    margin: auto; 
    width: 250px;
    overflow: visible;
    background-color: #00008B;
    color: White;
    font-family: Arial, sans-serif !important;
    text-align: center;
    font-size: .7em;
    display: none;
}

#agreementOverlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2000px;
    z-index: 2000;
    background-color: #333;
    display: none;
}

#agreementHeader
{
    border-bottom: 1px #00449E outset;
    background: #00449E;
    text-align: right;
}

#agreementTitle
{
    float: left;
    padding: 8px;
    color: #FFFFFF;
}

#agreementDiv
{
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    border: 1px #FFFFFF outset;
    width: 600px;
    background: #FFFFFF;
    z-index: 3000;
    margin: 10px auto 0px auto;
    line-height: 1.06;
    display: none;
}

#agreementContent
{
    margin: 24px 10px;
    font-size: .995em;
}

#agreementFooter
{
	text-align: left;
	margin: 24px 10px;
}

#agreementFooter a
{
	color: #00449E;
}

#agreementFooter a:link { color: #00449E; text-decoration: none; }

#agreementFooter a:visited { color: #00449E; text-decoration: none; }

#agreementFooter a:hover { color: #00449E; text-decoration: underline; }

#agreementFooter a:active { color: #00449E; text-decoration: none; }

#agreementDiv a
{
	outline: none;
}

#agreementDiv a img
{
	border: 0;
}
 

#SRTShowWork
{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 3000;
    display: none;
}

#SRTShowWorkInner
{
    position: relative;
    margin: 80px auto 0px auto;
    width: 300px;
    background-color: transparent;
    color: White;
    font-weight: bold;
}

#SRTOverlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: black;
    display: none;
}

.MinMax
{
    color: #21449A;
    font-size: .75em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.MinMax:link
{
    text-decoration: none;
}

a.MinMax:visited
{
    text-decoration: none;
}

a.MinMax:active
{
    text-decoration: none;
    color: #66AACC;
}

a.MinMax:hover
{
    text-decoration: none;
    color: #66AACC;
}

.showType
{
    font-family: Verdana, Arial, Sans-Serif; 
	font-size:11pt; 
	font-weight:bold; 
	background-color:#fff; 
	border-style:none;
	color:#66AACC;
}

a.showType:link
{
    text-decoration: none;
}

a.showType:hover
{
    text-decoration: underline;
}

.STActive
{
    font-family: Verdana, Arial, Sans-Serif; 
	font-size:11pt; 
	font-weight:bold; 
	background-color:#fff; 
	border-style:none;
	color:#21449A;
}

a.downloadBtn img
{
    border-width: 0px;
    text-decoration: none;
    outline-width: 0px; 
}

a.downloadBtn:hover img {
	border-width: 0px;
    text-decoration: none;
    outline-width: 0px; 
}