
 .MyMarker {background-color:#ffffff;font-weight:bold;border:2px #006699 solid;}
 A.sitelink:link { color:black; text-decoration:none; }
 A.sitelink:visited { color:black; text-decoration:none; }
 A.sitelink:active { color:black; text-decoration:none; }
 A.sitelink:hover { color:blue; text-decoration:none; }

html {
  overflow: hidden;
}

table.itself
{
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.title
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
padding-left: 4px;
padding-right: 8px;
font-size: 12px;
color: #404040; }

td.vtop {
    vertical-align:top;
}

.pickableicon { cursor: default; }

.center { margin-left: auto; margin-right: auto; }

#mobilecontainer { display: none; position: absolute; z-index: 900; width: 100%; }
#mobilecontainerinner { margin-left: auto; margin-right: auto; display: none; }
#mobilecontainerinnerinner { margin-left: auto; margin-right: auto; display: table-cell; background-color: white;
    width: auto;
    border: 2px #808080 solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px;
}

div.dragbutton {  margin-left: auto; margin-right: auto; zdisplay: block; }

img.dragbutton { border: 0; }


img.closebutton { cursor: default; position: absolute; right: 5px; top: 5px; }

td.element
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .9em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 10px; }

td.elementright
{ border-bottom: 1px #6699CC dotted;
text-align: right;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .9em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 10px; }

.ui-widget {
    font-size: .9em;
}

#dddd {
    display: table-cell;
}

div.popup {
    border: 2px #808080 solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px;
    background-color: #fff;
}

img.chart {
    border: 2px #808080 solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px;
    background-color: #fff;
}

body {
    margin: 0px 0px 0px 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.8em;
}

div.withpadding {
    padding: 8px 8px 8px 8px;
}

div.withbottompadding {
    padding: 8px 8px 8px 8px;
}


.dark
{
    background-color: black;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    background-repeat:no-repeat;
    background-position:center;
}

.darkClass
{
    background-color: black;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
}

.pskmap-label-icon {
    background: none;
    border: none;
}

      .ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
        min-width: 280px;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      .ol-popup-closer:after {
        content: "✖";
      }

