html, body
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body
{
    background-color: white;
    overflow: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    font-size: 10pt;
}
#header
{
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 5px;
    margin: 3px 5px 1px 3px;
    background-color: #b80006;
    color: white;
    font-size: 18pt;
    text-align: center;
    font-weight: bold;
    height: 60px;
}
#subheader
{
    font-size: small;
    color: #cfcfcf;
    text-align: right;
    padding-right: 20px;
}
#footer
{
    margin: 1px 5px 3px 3px;
    padding: 2px;
    background-color: white;
    color: #2a3537;
    font-size: 10pt;
    text-align: center;
    height: 10px;
}
#rightPane
{
    margin: 0px 5px 0px 1px;
    padding: 10px;
    background-color: white;
    color: #421b14;
    width: 10px;
}
#leftPane
{
    margin: 0px 1px 3px 3px;
    padding: 5px;
    width: 200px;
    background-color: #C0C0C0;
}
#map
{
    margin: 0px 5px 3px 1px;
    background-color: white;
    padding: 0px;
}

#ScaleDiv {
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 10;
    width: 64px;
    text-align: center;
    background-color: white;
    opacity: 0.8;
}

.home span
{
	display: none;
}

.DigiHome .home
{
	background-color: #666;
	background-color: rgba(102,102,102,0.80);
	background-image: url("/_common/images/home.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px;
	cursor: pointer;
	height: 20px;
	moz-border-radius: 5px;
	moz-user-select: none;
	ms-user-select: none;
	o-border-radius: 5px;
	padding: 2px;
	user-select: none;
	webkit-border-radius: 5px;
	webkit-user-select: none;
	width: 20px;
}

.DigiHome .home:hover
{
	background-color: #333;
	background-color: rgba(102,102,102,0.90);
}
.DigiHome .home:active
{
	background-color: #ccc;
	background-color: rgba(102,102,102,0.60);
}

#HomeButton {
      position: absolute;
      top: 234px;
      left: 25px;
      z-index: 39;
      width: 20px;
      height: 20px;
      display: block;
}

#GeolocateButton {
      position: absolute;
      top: 254px;
      left: 25px;
      z-index: 39;
      width: 20px;
      height: 20px;
      display: block;
}

#PrintDiv {
    text-align: center;
}

#PrintButton {
    display: inline-block;
    width:150px;
    height:17px;
    border: none;
    color: White;
    font-size: 10pt;
    text-align: center;
    padding: 3px;
    background: rgb(195, 1, 2) url("/_common/images/pdficon_small.png") no-repeat 8px center;
    box-shadow: 2px 2px 5px rgba(102,102,102,0.60);
}

#PrintButton:hover {
    cursor: pointer;
    box-shadow: 2px 2px 5px #000;
}

td {
    padding: 2px;
}


.LPWidth
{
    width: 193px;
}
.LPHeader
{
    background-color: #C30102;
    color: White;
    font-size: 10pt;
    width: 193px;
    text-align: center;
    padding: 3px;
}

.StdBorder
{
    border: solid 1px #b80006;
}

.NotFound
{
    font-size: 16px;
    color: black;
    background-color: white;
    border: solid 1px #b80006;
}

.Found
{
    font-size: 16px;
    color: white;
    background-color: green;
    
}
.shadow
{
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 8px 8px 16px #323834;
    -webkit-box-shadow: 8px 8px 16px #323834;
    -moz-box-shadow: 8px 8px 16px #323834;
    -o-box-shadow: 8px 8px 16px #323834;
}
