@CHARSET "ISO-8859-1";

.gc_map {
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
}

.gc_map_tooltip {
    z-index: 1070;
    margin: 0;
    padding: 1px 6px;
    font-size: 11px;
    color: #000000;
    background-color: #EEEEEE;
    border-color: #DDDDDD rgb(153, 153, 153) rgb(153, 153, 153) rgb(221, 221, 221);
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    opacity: 0.92;
}

.gc_map_tooltip * {
    color: #000000;
}

.gc_map_copyright {
    z-index: 1000;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 10px;
    font-weight: bolder;
    color: #333333;
    position: absolute;
    right: 2px;
    bottom: 0;
}

.gc_map_copyright a, .gc_map_copyright a:hover {
    font-size: 10px;
    font-weight: bolder;
    color: #333333;
    text-decoration: underline;
}

.gc_map_copyright a:hover {
    text-decoration: none;
}

.gc_map_detail {
    background-repeat: no-repeat;
    background-position: center;
}

#layersDiv, #layersDiv * {
    color: rgb(76, 76, 76);
}

.gc_map_popup h4 {
    border-bottom: #ccc 1px solid;
    margin-top: 0;
}

.gc_map_popup {
    padding: 0;
    margin: 0;
}

.gc_map_popup .ui-dialog-content {
    opacity: 0.92 !important;
}

.gc_map_popup .ui-widget-content {
    background: url(clear.gif) !important;
    font-size: .9em !important;
    padding: 0 !important;
}

.gc_map_popup_left {
    border: 0 !important;
    border-left: 3px solid #fff !important;
}

.gc_map_popup_right {
    border: 0 !important;
    border-right: 3px solid #fff !important;
}

.gc_map_popup .ui-dialog .ui-dialog-content {
    padding: 0 !important;
    min-height: 20px !important;
}

.gc_map_popup .ui-dialog-titlebar {
    display: none !important;
}

.gc_map_popup .popup-title {
    background: #fff !important;
    filter: none;
    border: 0;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    margin-top: 0;
    margin-left: 0 !important;
    padding: 3px;
}

.gc_map_popup .popup-desc {
    background: #fff !important;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    margin-top: 0;
    margin-left: 0 !important;
    padding: 3px;
}

.gc_map_popup .popup-content {
    background: #fff !important;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    margin-top: 0;
    margin-left: 0 !important;
    padding: 3px;
}

.gc_map_popup_noclose {
    border-radius: 0 !important;
    box-shadow: none !important;
}