﻿html, body {
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 0px;
    background-position: center;
}
Map_Tab {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}
#titleDiv {
    position: absolute;
    height: 55px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #f8f8f8;
    background: #464646;
    z-index: 1;
}
#title {
    margin: 15px;
    font-size: 20px;
    overflow: hidden;
}

#RightPane {
    color: #000;
    width: 230px;
    padding-bottom: 15px;
}

#map {
    -moz-border-radius: 2px;
    overflow: hidden;
    border: solid 2px #000000;
    margin: 0;
    padding: 0;
}

.Map_Tab {
    width: 100%;
    height: 100%;
    border: solid 1px #aaa;
    margin: 0px;
    padding: 0;
    visibility: visible;
}

.gridDiv {
    border: 1px solid #000;
    width: 100%;
    height: 100%;
}

.dojoxGrid th, tr {
    font-size: 8pt;
}
/* center the image in the popup */
.esriViewPopup .gallery {
    margin: auto !important;
}

.lbtip {
    font-size: smaller;
    font-family: Arial;
    color: #494343;
}

/*-------------------------------------------------- */
/* LOADING */
/*-------------------------------------------------- */
.Status {
    display: inline-block;
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    margin: 0 10px;
}

.Loading {
    background: url(../images/ajax-loader.gif?v=3.01) no-repeat center center;
}

.LoadingComplete {
    background: url(../images/ui/uiSprite.png?v=3.01) no-repeat -352px 0px;
}

/*-------------------------------------------------- */
/* info window format */
/*-------------------------------------------------- */

.thead1 {
    font-size: 14px;
    color: rgb(139, 14, 4);
    font-weight: bold;
    text-align: center;
}

.thead2 {
    font-size: 13px;
    color: rgb(6, 78, 3);
    font-weight: bold;
    text-align: center;
}

.trow1 {
    font-family: Arial;
    font-size: 11px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #ded9d9;
    text-wrap: none;
}

.trow2 {
    font-family: Arial;
    color: rgb(0, 0, 0);
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    text-wrap: none;
}

.Line {
    line-height: 2px;
    color: rgb(139, 14, 4);
    text-align: LEFT;
    border-collapse: collapse;
    width: 95%;
}
