<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.bodymap{
    position: absolute;
    width:  100%;
    height: 100%;
}

a{
    text-decoration: none;
    color: #000;
}

a:hover{
    color: red;
}

.popup{
    position: absolute;
    z-index:20;
    display: none;
    text-align: left;
}

.popLayer{
    background-color:#E8BA75;
    opacity:0.80;
    filter: alpha(opacity=80);
    position:absolute;
    color:#000;
    border:#000 solid 1px;
    width: 100%;
    height: 100%;
}

.popData{
    position: relative;
    z-index: 20;
    color:#000;
    font-size:12px;
    padding:10px;
}

.btnClose{
    background:url(../img/design/charts/close.jpg) no-repeat;
    width:11px;
    height:11px;
    position:absolute;
    right:-1px;
    top:1px;
}

.hotspot{
    position: absolute;
    z-index: 17;
    cursor: pointer;
}

.btnClose{
    cursor: pointer;
}

.clr{clear:both;}</pre></body></html>