@charset "utf-8";
/*
======================================
CSS style sheet for the Streamer main web application

THEME COLORS:
           turquoise = #2CA0C1
           dark blue = #0067AC
          medium tan = #D3D1BB
           light tan = #EEEDE4


z-index ordering:
                               map: 40
         map annotation & controls: 50
                   header & footer: 60
    map panels (legend & contents): 80,81
                 trace report menu: 83
                   map infoWindows: 85
                 disabled overlays: 90

NOTE:
Can handle IE versions using the classes .dj_ieX, where X is a specific IE version number
======================================
*/

/*
--------------------------------------
elements
--------------------------------------
*/
* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;

    /* do not allow mouse-drag text select in any part of document */
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

html,
body {
    overflow: hidden;
}

img {
    border: none;
}

a {
    color: #0067AC;
    text-decoration: none;
}

a:hover {
    color: #AA0000;
    text-decoration: none;
}

input[type="checkbox"],
select,
label {
    cursor: pointer;
}

input:disabled,
select:disabled,
label:disabled {
    cursor: not-allowed;
}

/*
--------------------------------------
page header
--------------------------------------
*/
#header {
    background: #2CA0C1 url("../img/app/background_header.png") repeat-x;
    background-size: 100% 100%;
    border-bottom: 1px solid black;
    height: 46px;
    left: 0px;
    overflow: hidden;
    top: 0px;
    width: 100%;
    z-index: 60;
}

#logos {
    float: left;
    height: 100%;
    margin-left: 10px;
}

/*
--------------------------------------
page footer
--------------------------------------
*/
#linkBar {
    background: #D3D1BB;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    float: left;
    overflow: visible;
    width: 100%;
    z-index: 60;
}

#linkBar .footer-left {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

#linkBar .footer-right {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

#shareFacebook,
#shareTweet {
    cursor: pointer;
    margin-right: 5px;
    opacity: 0.7;
    vertical-align: middle;
}

#shareFacebook:hover,
#shareTweet:hover {
    opacity: 1;
}

.linkbar-spacer {
    margin-left: 15px;
}

.linkBar-new {
    color: red;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-style: italic;
    font-weight: bold;
}

#footer {
    background: #2CA0C1 url("../img/app/background_footer.png") repeat-x;
    background-size: 100% 100%;
    float: left;
    font-size: 8pt;
    height: 49px;
    overflow: visible;
    width: 100%;
    z-index: 60;
}

.footer-left {
    float: left;
    padding-left: 10px;
}

.footer-right {
    float: right;
    padding-right: 10px;
}

#footer a {
    color: #FFFFFF;
    font-size: 9pt;
    text-decoration: none;
}

#footer img {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.txwsc-brand {
    bottom: 7px;
    position: absolute;
    right: 50px;
}


/*
--------------------------------------
header buttons
--------------------------------------
*/

/* down */
#button_down {
    background: #2CA0C1 url("../img/app/button_down_unpressed.png") no-repeat;
    cursor: pointer;
    float: right;
    height: 46px;
    width: 98px;
}

#button_down:hover {
    background: #2CA0C1 url("../img/app/button_down_hover.png") no-repeat;
    cursor: pointer;
}

#button_down.disabled,
#button_down.disabled:hover {
    background: #2CA0C1 url("../img/app/button_down_inactive.png") no-repeat;
    cursor: not-allowed;
}

#button_down.pressed-enabled,
#button_down.pressed-enabled:hover {
    background: #2CA0C1 url("../img/app/button_down_pressed.png") no-repeat;
    cursor: default;
}

#button_down.pressed-disabled,
#button_down.pressed-disabled:hover {
    background: #2CA0C1 url("../img/app/button_down_inact_sel.png") no-repeat;
    cursor: not-allowed;
}

/* up */
#button_up {
    background: #2CA0C1 url("../img/app/button_up_unpressed.png") no-repeat;
    cursor: pointer;
    float: right;
    height: 46px;
    width: 79px;
}

#button_up:hover {
    background: #2CA0C1 url("../img/app/button_up_hover.png") no-repeat;
    cursor: pointer;
}

#button_up.disabled,
#button_up.disabled:hover {
    background: #2CA0C1 url("../img/app/button_up_inactive.png") no-repeat;
    cursor: not-allowed;
}

#button_up.pressed-enabled,
#button_up.pressed-enabled:hover {
    background: #2CA0C1 url("../img/app/button_up_pressed.png") no-repeat;
    cursor: default;
}

#button_up.pressed-disabled,
#button_up.pressed-disabled:hover {
    background: #2CA0C1 url("../img/app/button_up_inact_sel.png") no-repeat;
    cursor: not-allowed;
}

/* clear map */
#button_clearmap {
    background: #2CA0C1 url("../img/app/button_clearmap_unpressed.png") no-repeat;
    cursor: pointer;
    float: right;
    height: 46px;
    width: 60px;
}

#button_clearmap:hover {
    background: #2CA0C1 url("../img/app/button_clearmap_hover.png") no-repeat;
    cursor: pointer;
}

#button_clearmap.disabled,
#button_clearmap.disabled:hover {
    background: #2CA0C1 url("../img/app/button_clearmap_inactive.png") no-repeat;
    cursor: not-allowed;
}

/* trace report */
#button_report {
    background: #2CA0C1 url("../img/app/button_report_unpressed.png") no-repeat;
    cursor: pointer;
    float: right;
    height: 46px;
    width: 63px;
}

#button_report:hover,
#button_report.button-report-hover {
    background: #2CA0C1 url("../img/app/button_report_hover.png") no-repeat;
    cursor: pointer;
}

#button_report.disabled,
#button_report.disabled:hover {
    background: #2CA0C1 url("../img/app/button_report_inactive.png") no-repeat;
    cursor: not-allowed;
}

/* print map */
#button_printmap {
    background: #2CA0C1 url("../img/app/button_print_unpressed.png") no-repeat;
    cursor: pointer;
    float: right;
    height: 46px;
    width: 60px;
}

#button_printmap:hover {
    background: #2CA0C1 url("../img/app/button_print_hover.png") no-repeat;
    cursor: pointer;
}

#button_printmap.disabled,
#button_printmap.disabled:hover {
    background: #2CA0C1 url("../img/app/button_print_inactive.png") no-repeat;
    cursor: not-allowed;
}

/* identify */
#button_identify {
    background: #2CA0C1 url("../img/app/button_identify_unpressed.png") no-repeat;
    cursor: pointer;
    float: right;
    height: 46px;
    width: 74px;
}

#button_identify:hover {
    background: #2CA0C1 url("../img/app/button_identify_hover.png") no-repeat;
    cursor: pointer;
}

#button_identify.disabled,
#button_identify.disabled:hover {
    background: #2CA0C1 url("../img/app/button_identify_inactive.png") no-repeat;
    cursor: not-allowed;
}

#button_identify.pressed-enabled,
#button_identify.pressed-enabled:hover {
    background: #2CA0C1 url("../img/app/button_identify_pressed.png") no-repeat;
    cursor: default;
}

#button_identify.pressed-disabled,
#button_identify.pressed-disabled:hover {
    background: #2CA0C1 url("../img/app/button_identify_inact_sel.png") no-repeat;
    cursor: not-allowed;
}

/* help */
#button_help {
    background: #2CA0C1 url("../img/app/button_help_unpressed.png") no-repeat;
    cursor: pointer;
    float: right;
    height: 46px;
    width: 53px;
}

#button_help:hover {
    background: #2CA0C1 url("../img/app/button_help_hover.png") no-repeat;
    cursor: pointer;
}

/* geocoder */
#geocoder {
    float: right;
    margin: 6px 3px;
}

/* trace report menu */
#menu_report {
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
    border-bottom: 1px solid #2CA0C1;
    border-left: 1px solid #2CA0C1;
    border-right: 1px solid #2CA0C1;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    left: 0px;
    padding: 5px;
    position: absolute;
    top: 47px;
    visibility: hidden;
    width: 130px;
    z-index: 83;
}

.menu-item {
    border: 1px solid white;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-size: 10pt;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: left;
}

.menu-item:hover {
    background: #93d0e1 url("./images/ui-bg_inset-hard_100_93d0e1_1x100.png") 50% 50% repeat-x;
    border: 1px solid #2CA0C1;
}

/*
--------------------------------------
map and map elements
--------------------------------------
*/
#map {
    background-color: white;
    height: 100%;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 100%;
    z-index: 40;
}

/* square map buttons */
.square-map-button {
    background-color: rgba(102, 102, 102, 0.6);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    cursor: pointer;
    height: 34px;
    padding: 0px;
    position: absolute;
    width: 34px;
    z-index: 81;
}

.square-map-button:hover {
    background-color: rgba(102, 102, 102, 1.0);
}

.square-map-button.active {
    background-image: url("../img/app/squareMapButton_spinner.gif") !important;
}

#squareMapButton_home {
    background-image: url("../img/app/squareMapButton_home.png");
    right: 10px;
    top: 20px;
}

#squareMapButton_myLocation {
    background-image: url("../img/app/squareMapButton_myLocation.png");
    right: 10px;
    top: 130px;
    visibility: hidden;
}

/* zoom slider label text within the map */
#mapZoomLabel {
    font-size: 10pt;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 50;
}

/* zoom slider */
#mapZoomSliderContainer {
    height: 60px;
    position: absolute;
    right: 18px;
    top: 62px;
    width: 15px;
    z-index: 50;
}

#mapZoomSlider {
    float: left;
    height: 60px;
}

#mapZoomSliderLabels {
    float: right;
    height: 60px;
    margin-left: 3px;
}

.mapZoomSliderLabel:nth-child(1) {
    bottom: 14%;
}

.mapZoomSliderLabel:nth-child(2) {
    bottom: 29%;
}

.mapZoomSliderLabel:nth-child(3) {
    bottom: 43%;
}

.mapZoomSliderLabel:nth-child(4) {
    bottom: 57%;
}

.mapZoomSliderLabel:nth-child(5) {
    bottom: 71%;
}

.mapZoomSliderLabel:nth-child(6) {
    bottom: 86%;
}

.dj_ie7 #mapZoomSliderLabels {
    display: none;
}

.mapZoomSliderLabel {
    border-top: 1px solid black;
    position: absolute;
    width: 8px;
}

/* overview map */
#overviewMapContainer {
    bottom: 0px;
    left: 0px;
    position: absolute;

    height: 150px;
    width: 200px;

    border-bottom: none;
    border-left: none;
    border-right: 1px solid black;
    border-top: 1px solid black;
    z-index: 81;
}

#overviewMap {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

/* arrow to open/close overview map */
#overviewMapArrow {
    border: none;
    bottom: 5px;
    height: 16px;
    left: 5px;
    position: absolute;
    width: 16px;
    z-index: 82;
}

/* map scale bar ruler */
#scaleBar {
    bottom: 45px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 150px;
    z-index: 80;
}

.esriScalebarLabel {
    color: #000000;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    z-index: 80;
}

/* lat-long text in map */
#latlong {
    bottom: 8px;
    position: absolute;
    right: 17px;
    z-index: 81;

    color: black;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/*
--------------------------------------
panels
--------------------------------------
*/

/* common to all */
.panel-common {
    visibility: hidden;

    left: 0px;
    overflow: auto;
    position: absolute;
    top: 0px;

    -moz-border-radius: 8px;
    background-color: #c4c3ad;
    border: 1px solid #565d5e;
    border-radius: 8px;

    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);

    margin: 0px;

    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;

    text-align: left;
    z-index: 81;
}

/* inner div's in panels that group content */
.panel-section {
    display: block;
    overflow: visible;

    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;

    padding: 8px;

    -moz-border-radius: 8px;
    border: 1px solid #777;
    border-radius: 5px;

    background-color: #EEEDE4;

    font-size: 14px;
}

/* drag, dock, and close text at bottom of panel */
.panel-drag,
.panel-dock,
.panel-close {
    padding: 0px;

    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 5px;

    color: #0067AC;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.panel-drag {
    cursor: move;
    float: left;
}

.panel-dock {
    cursor: pointer;
    float: left;
}

.panel-close {
    cursor: pointer;
    float: right;
}

.panel-drag:hover,
.panel-dock:hover,
.panel-close:hover {
    color: #AA0000;
    text-decoration: none;
}

.panel-drag:active,
.panel-dock:active,
.panel-close:active {
    color: #f3da03;
}

.panel-dock-disable,
.panel-dock-disable:hover,
.panel-dock-disable:active {
    color: #999999;
    cursor: default;
    text-decoration: none;
}

/* map contents button */
#button_contents {
    height: 23px;
    position: absolute;
    right: 60px;
    top: 50px;
    width: 100px;
    z-index: 50;
}

/* map contents panel */
#contentsPanel {
    width: 210px;
}

#contentsPanel select {
    width: 80px;
}

#contentsPanel img {
    margin-top: 8px;
}

#contentsPane input,
#contentsPane label {
    vertical-align: text-bottom;
}

#contentsPanel .ui-slider {
    margin-top: 8px;
    width: 95%;
}

/* transparency for image layers don't work in IE<9 */
.dj_ie5 #slider_realtimeFlow,
.dj_ie6 #slider_realtimeFlow,
.dj_ie7 #slider_realtimeFlow,
.dj_ie8 #slider_realtimeFlow {
    display: none;
}

/* map legend docking element */
#legendDock {
    height: 0px;
    left: 0px;
    position: absolute;
    top: 45px;
    width: 230px;
    z-index: 50;
}

/* map legend panel */
#legendPanel {
    background-color: #EEEDE4;
    width: 230px;
}

#legendPanel img {
    border: 1px solid black;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#legendPanelTitle {
    margin-left: 20px;
}

/*
--------------------------------------
icons
--------------------------------------
*/
.help-icon {
    background-image: url("../img/app/icon_help.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0px;
    padding: 0px;
    vertical-align: text-bottom;
    width: 20px;
}

.help-icon:hover {
    background-image: url("../img/app/icon_help_hover.png");
}

.legend-icon {
    background-image: url("../img/app/icon_legend.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0px;
    padding: 0px;
    vertical-align: text-bottom;
    width: 20px;
}

.legend-icon:hover {
    background-image: url("../img/app/icon_legend_hover.png");
}

/*
--------------------------------------
overlays
--------------------------------------
*/
.disable-overlay {
    background: rgba(238, 238, 238, 0.8);
    font-size: 15px;
    height: 100%;
    left: 0px;
    overflow: visible;
    position: absolute;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 90;
}

.dj_ie5 .disable-overlay,
.dj_ie6 .disable-overlay,
.dj_ie7 .disable-overlay,
.dj_ie8 .disable-overlay {
    background: #DDDDDD;
}

.disable-overlay p {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
}

.overlay-panel {
    -moz-border-radius: 20px;
    border: 2px solid #2CA0C1;
    border-radius: 20px;
}

/* quick start */
#splashPanel {
    background: #D3D1BB;
    cursor: move;
    height: 570px;
    left: 0px;
    overflow: hidden;
    padding-bottom: 0px;
    position: absolute;
    top: 0px;
    width: 700px;
}

#splashCheckbox {
    bottom: 10px;
    left: 20px;
    position: absolute;
}

/* about */
#aboutPanel {
    background: white;
    cursor: move;
    height: 250px;
    left: 0px;
    padding: 20px;
    position: absolute;
    top: 0px;
    width: 400px;
}

.about-title {
    color: #0067AC;
    font-size: 40px;
    font-weight: bold;
    margin-left: 40px;
}

#aboutPanel img {
    display: inline;
    vertical-align: top;
}

#button_about_close {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

/*
--------------------------------------
jQuery tooltips
--------------------------------------
*/
/* outer container */
.ui-tooltip {
    -moz-border-radius: 10px;
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    background: #FFFACD;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

/* content */
.ui-tooltip-content {
    font-size: 10pt;
}

/* disabled (no show) */
.ui-tooltip-disabled {
    visibility: hidden;
}

/* tooltip text style for disabled controls */
.tooltip-disabled-control-text {
    color: #777777;
    font-style: italic;
}

/*
----------------------------------------------------
jQuery dialogs
----------------------------------------------------
*/
/* div element containing dialog text */
#jquery-dialog-content {
    margin: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

#jquery-dialog-content p {
    margin: 0px;
    padding-top: 5px;
    text-align: left;
}

/* set margin, padding, borders, and radius */
.ui-dialog {
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

.ui-dialog,
.ui-dialog .ui-dialog-content,
.ui-dialog .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    border-radius: 5px;
    margin: 0;
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
    color: #FFFFFF;
    font-family: arial, sans-serif;
    font-size: 13px;

    padding-bottom: 0px;

    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #2CA0C1;
    border-left: none;
    border-right: none;
    border-top: none;
}

.ui-dialog-title {
    padding-bottom: 2px;
    padding-top: 2px;
}

.ui-dialog .ui-dialog-buttonpane {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-dialog .ui-button {
    margin-right: 5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
    margin-right: 15px;
    max-height: 23px;
}

/* app-specific (non-jQuery) class: checkbox & message text div added to dialog */
.ui-dialog-myCheckbox {
    bottom: 8px;
    left: 10px;
    margin: 0px;
    padding: 0px;
    position: absolute;

    color: #444444;
    font-family: arial, sans-serif;
    font-size: 12px;
}

/*
--------------------------------------
jQuery misc
--------------------------------------
*/

/* overlays */
.ui-widget-overlay {
    background: rgba(238, 238, 238, 0.8);
}

/* dialogs */
.ui-dialog-content {
    font-size: 10pt;
}

.ui-dialog-content a {
    color: #0000EE;
    cursor: pointer;
    text-decoration: none;
}

.ui-dialog-content a:hover {
    color: #AA0000;
    cursor: pointer;
    text-decoration: none;
}

/* sliders */
.ui-slider,
.ui-slider * {
    cursor: pointer !important;
}

.ui-slider-disabled,
.ui-slider-disabled * {
    cursor: default !important;
}

/*
--------------------------------------
error-banner (no JavaScript, etc)
--------------------------------------
*/
.error-banner {
    background-color: rgb(255, 250, 205);
    border-bottom: 2px solid red;
    border-top: 2px solid red;
    color: red;
    font-size: 15pt;
    font-weight: bold;
    padding: 5px;
    position: fixed;
    text-align: center;
    visibility: visible;
    width: 100%;
    z-index: 9999;
}

/*
----------------------------------------------------
ESRI POPUP & INFO WINDOWS
setup to match jQuery theme
----------------------------------------------------
*/

/* general class */
.esriPopup {
    background-color: #FFFFFF;
    color: black;
    font-size: 13px;
    z-index: 85;
}

/* popup container */
.esriPopupWrapper {
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #777777 !important;
    border-radius: 8px !important;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3) !important;
}

/* title bar (at top) */
.esriPopup .titlePane {
    background: #2CA0C1 url("./images/ui-bg_inset-soft_80_2CA0C1_1x100.png") 50% 50% repeat-x;

    color: #FFFFFF;
    font-weight: bold;

    border-bottom: 1px solid #2CA0C1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.esriPopup .titlePane .title {
    /* need add padding for rounded corners */
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.esriPopup .titlePane .titleButton {
    /* need add margin for rounded corners */
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

/* IE7 fix - no title text container background */
.dj_ie7 .esriPopup .titlePane .title {
    background: none;
}

/* content pane (in middle) */
.esriPopup .contentPane {
    border-bottom: none;
    border-top: none;
}

/* "action" pane with optional controls (at bottom) */
.esriPopup .actionsPane {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
}

/* arrows from popup window to map point */
.esriPopup .pointer,
.esriPopup .outerPointer {
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* ...content details... */
.contentPane,
.sizer.content {
    margin: 0px !important;
    padding: 0px !important;
}

.contentPane {
    padding: 5px !important;
}

.esriPopup table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.esriPopup table,
.esriPopup td,
.esriPopup th {
    border: 0px;
    vertical-align: top;
}

.esriPopup p {
    padding-bottom: 5px;
}

.contentPane table a {
    color: #0000EE;
    text-decoration: none;
}

.contentPane table a:hover {
    color: #AA0000;
    text-decoration: none;
}

/*
======================================
END
======================================
*/