/*
 * "Overlay" v prepinaci vrstev
 */
#olDataLayerLabel {
    display: none;
}
div.olControlScale {
    bottom: 0em;
}

html, body{
    height:100%;
}
body.x-border-layout-ct {
    font-family:Verdana;
    background: url(img/heading.gif) repeat-x 0% 0% #FBFAF7 ;
}

#south {
    font-size:  10px;
}

#olBaseLayerLabel{
    display: none;
}
h1 {
    color:#FFFFFF;
    font-size:1.5em;
    font-weight:normal;
    text-shadow:#C4C98C 0px 1px 3px;
    padding: 10px;
}
div#logos {
    position:absolute;
    right:5px;
    top:0px;
}
div#north {
    height: 85px;
}
div#flags {
    position: absolute;
    right: 150px;
    top: 60px;
}

#map {
    width:100%;
    height: 100%;
}

.x-panel-header {
    background-image:url(img/white-top-bottom.gif);
}

div.hsHelpDiv {
    font-size: 9px;
    font-family:Verdana;
    max-width: 250px;
}
div#layerswitcher {
    height: 300px;
    /* text-align: right; */
}
div#layerswitcher div.olLayersDiv {
    height: 300px;
    width: 265px;
    text-align: left;
    overflow: scroll;
}

div#layerswitcher input {
    margin-right: 5px;
}
div#layerswitcher ul {
    padding-left: 7px;
}
div#layerswitcher li.olActiveGroupListItem {
    font-weight: bold;
    padding-top: 3px;
}
div#layerswitcher li.olInactiveGroupListItem {
    font-weight: bold;
    padding-top: 3px;
}
div#layerswitcher input.olGroupCheckbox {
    display: none;
}
div#importExportTab {
    /* overflow: scroll;*/
}

#map_OpenLayers_ViewPort .hsControlPanel .hsControlModifyFeatureItemInactive {
    background-image: url("img/modify_feature_off.png");
    background-repeat: no-repeat;
}

#map_OpenLayers_ViewPort .hsControlPanel .hsControlModifyFeatureItemActive {
    background-image: url("img/modify_feature_on.png");
    background-repeat: no-repeat;
}

