body {
  font-family: arial, helvetica, verdana, sans-serif;
  color: #000;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 0.75em;
}

a:link, a:active, a:visited {
  color: #069;
}

#loadingMsg {
  height: auto;
  padding: 50px;
  font-weight: bold;
  text-align: center;
}

.x-border-layout-ct, .x-layout-collapsed {
  background-color: white;
}

#logo {
  padding: 12px;
}

#banner .x-panel-body {
  border: 0;
}

.logo {
  margin-bottom: 1px;
  margin-left: 10px;
}

#langLinks {
  text-align: right;
  padding-top: 8px;
  padding-right: 10px;
}

.currentLang {
  color: black !important;
}

#sideTabs .x-tab-panel-header {
  display: none;
}

.loading {
  font-size: 11px !important; 
}

.x-grid3-row,
.x-grid3-row-selected {
  border: 0;
  cursor: pointer;
}

.x-grid3-row-over {
  background: #eee;
}

.x-grid3-row td {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 11px; 
}

#webHeaderDiv {
    width:100%;
    padding:0;
    margin:0 0 1px 0;
    height:100px;
    background-image: url(../gfx/bandeau.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
.webBlindThis {
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}
#webLogoDiv {
  width: 417px;
  height: 100px;
  float:left;
  background-image: url(../gfx/logo.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.webTextOnlyComment {
  font-size: 0.8em;
  font-weight: bold;
  display:none;
}
#webServiceNavigationDiv{
  height:20px;
  background: #c2d1e1;
  margin: 0;
  border-bottom: 1px solid black;
}
#webServiceContentDiv {
  margin:0;
  padding:0;
  float:left;
  width:730px; /* wichtig fuer Opera */
}
#webServiceContentDiv ul {
  padding:0;
  margin:0;
  list-style-type:none;
}
#webServiceContentDiv li {
  float:left;
  margin:0px;
  background: url(../gfx/pipe.gif) transparent right bottom no-repeat;
}
#webServiceContentDiv .last {
  float:left;
  margin:0px;
  margin-right:5px;
  padding-right:5px;
  background:none;
}
#webServiceContentDiv li a {
  display:block;
  margin-top:5px;
}

.webServiceContent {
  font-size: 0.9em;
  font-weight: normal;
  color: #333;
  vertical-align:middle;
  margin:0 6px 0 6px;
  text-decoration: none;
}

.webServiceContent:link, .webServiceContent:active, .webServiceContent:visited, .webServiceContent:hover {
  font-size: 0.9em;
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

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

.webServiceLink:link, .webServiceLink:active,.webServiceLink:visited {
  color: #006699;
  font-size: 0.9em;
  font-weight:normal;
  text-decoration:underline;
}
.webServiceLink:hover {
  text-decoration:underline;
  font-size: 0.9em;
  font-weight:normal;
}

ul.webSpracheDiv{
  margin: 2px 0 0 0;
  padding:0px;
  list-style-type:none;
  float:right;
}
ul.webSpracheDiv li {
  padding: 0 6px 0 6px;;
  float:left;
  background:url(../gfx/pipe.gif) no-repeat;
  background-position:left 2px;
}

ul.webSpracheDiv li.first {
  background:none;
}

.webSpracheDiv li a {
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  display:block;
  padding: 0px 0px;
  line-height:1.5em;
}
.webSpracheDiv li a:visited, .webSpracheDiv li a:active {
  color: #000;
}

.x-tree-node .x-tree-selected,
.x-tree-node .x-tree-node-over {
    background-color: transparent !important;
    cursor: default;
}

.x-tree-node a:hover, .x-dd-drag-ghost a:hover {
	text-decoration:none;
    cursor: default !important;
}

.x-tree-node-el,
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	cursor:default !important;
}

.x-panel-noborder .x-panel-header-noborder {
  border-bottom: 1px solid black !important;
  color: white !important;
  background: #333 none !important;
  text-align: center;
}

.x-panel-header {
  background: #ccc !important;
  font-weight: bold !important;
  color: black !important;
}

.x-toolbar {
  background: none;
  border: 0 !important;
}

div.olMap {
  background: #f9f9f9 url(mapbg.png);   
  border-top: 1px solid black !important;
}

.olMap {
  border: 0;
  border-left: 1px solid black !important;
}

#sidepanel {
  border: 0;
}

.x-btn button {
  font-weight: bold !important;
}

#fullmappanel {
  padding-top: 3px;
  height:22px;
}

#fullmappanel span {
  font-weight: bold;
  cursor: pointer;
}
.fullmappanel_label {
  float: left;
}
.fullmappanel_img {
  float: left;
  margin-left:2px;
  margin-top:-10px;
}

.fullmappanel_pipe {
  float: left;
  margin-left: 2px;
  margin-right: 3px;
  margin-top: -10px;
}

.previous {
  background-image:url(../gfx/tb_back_active.png) !important;
  margin-top:-7px !important;
}
.next {
  background-image:url(../gfx/tb_forward_active.png) !important;
  margin-top:-7px !important;
}

#webServiceContentDiv li.triggerButton {
  background-image: none;
}

.westPanelTriggerImgHide, .westPanelTriggerImgShow {
  width: 18px;
  height: 15px;
  position: relative;
  top: 6px;
  cursor: pointer;
}

.westPanelTriggerImgHide {
  background-image: url(../gfx/tb_hide_button.png);
}

.westPanelTriggerImgShow {
  background-image: url(../gfx/tb_show_button.png);
}

.ext-ie .westPanelTriggerImgHide,
.ext-ie .westPanelTriggerImgShow {
  top: 5px !important; 
}

#layermanager ul.x-tab-strip-top {
  border: 0;
  border-bottom: 0px solid black;
}

#layermanager .lmtab {
  text-align: center;
}

#layermanager .lmtab .x-tab-strip-text {
  background: #333333 none;
  line-height: 15px;
  color: white;
  font-weight: bold;
}

#layermanager .x-tab-strip-active .x-tab-strip-text {
  background: #003466 none;
  color: white;
}

#layermanager ul.x-tab-strip li {
  margin: 0;
}

#layermanager .x-tab-strip-spacer {
  display: none;
}

#layermanager .x-tab-left, #layermanager .x-tab-right {
  padding: 0;
  background-image: none;
}

#layermanager .x-form-field {
  font-size:11px;
}

#layermanager .x-form-text {
    margin: 0px 0px !important;
    height: 22px;
}

#layermanager .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
    padding-bottom:4px;
}

.x-btn button {
  font-family:arial,helvetica,verdana,sans-serif !important;
  font-size:12px !important;
}

.x-toolbar button {
  color:#000 !important;
}

.mapopacityslider {
  margin-left: 3px;
  margin-right: 3px;
}

#inspire_catalog_panel .x-tree-node-icon,
#inspire_catalog_panel .x-tree-icon,
#inspire_catalog_panel .x-tree-ec-icon,
#inspire_catalog_panel .x-tree-lines .x-tree-elbow-plus,
#inspire_catalog_panel .x-tree-lines .x-tree-elbow-minus,
#inspire_catalog_panel .x-tree-lines .x-tree-elbow-end-plus,
#inspire_catalog_panel .x-tree-lines .x-tree-elbow-end-minus,
#inspire_catalog_panel .x-tree-lines .x-tree-elbow-line,
#inspire_catalog_panel .x-tree-lines .x-tree-elbow,
#inspire_catalog_panel .x-tree-lines .x-tree-elbow-end {
    display: none;
}

#inspire_catalog_panel .x-tree-node .x-tree-selected {
    background-color: #003466 !important;
}

#inspire_catalog_panel .x-tree-node .x-tree-selected .x-tree-node-anchor span {
    color: white;
}

.nodeLT1, .nodeLT1selected {
    border-bottom:1px solid #ccc;
    font-weight: bold;
    text-indent: 1em;
    padding: 1px 0 1px 0;
    clear: left;
}

.nodeLT1selected {
    background-color: white !important;
}

.nodeLT1selected .x-tree-node-anchor span {
    color: 003466 !important;
    clear: left;
}

.nodeLT2, .nodeLT2selected {
    border-bottom:1px solid #ccc;
    text-indent: 2em;
    padding: 1px 0 1px 0;
    clear: left;
}

.nodeLT2selected {
    background-color: white !important;
}

.nodeLT2selected .x-tree-node-anchor span {
    color: 003466 !important;
    clear: left;
}

.nodeLT3, .nodeLT3selected {
    border-bottom:1px solid #ccc;
    text-indent: 1.5em;
    padding: 1px 0 1px 0;
    clear: left;
}

.nodeLT3selected {
    background-color: white !important;
}

.nodeLT3selected .x-tree-node-anchor span {
    color: 003466 !important;
    clear: left;    
}

.nodeBackgroundSelected {
    background-color: 003466 !important;
}

.nodeBackgroundSelected .x-tree-node-anchor span {
    color: white !important;
}

#inspire_catalog_panel .x-tree-node-cb {
  vertical-align: middle;
  visibility: hidden;
}

#inspire_catalog_panel .x-tree-node-loading a span {
    font-style:normal;
}

.office-provider {
  margin-top: 1px;
  margin-bottom: 5px;
  font-style:italic;
  color: 003466;
}

.bod-title {
  color: 003466;    
}

.nodeLT3 .treelayerlink, .nodeLT3selected .treelayerlink {
  float: left;
  padding: 0 !important;
  width: 17px;
  height: 19px !important;
  cursor: pointer;
}
.nodeLT3 .treelayerlink {
  background-image: url(../gfx/info_button_black.png);
}
.nodeLT3selected .treelayerlink {
  background-image: url(../gfx/info_button_white.png);
}

.treelayerpipe {
  float: left;
  margin-top: 2px;
  padding: 0 !important;
  width: 1px;
  height: 19px !important;
  cursor: pointer;
  background-image: url(../gfx/lt_pipe.png);
}

.checkboxOff, .checkboxOn {
  float: left;
  margin-top: 2px;
  margin-left: 2px;
  padding: 0 !important;
  width: 19px;
  height: 19px !important;
  cursor: pointer;
}
.nodeBackgroundSelected .checkboxOff, .nodeBackgroundSelected .checkboxOn {
  margin-top: 1px;
}
.checkboxOff {
  background-image: url(../gfx/lt_unselected_black.png);
}
.nodeBackgroundSelected .checkboxOff {
  background-image: url(../gfx/lt_unselected_white.png);
}
.checkboxOn {
  background-image: url(../gfx/lt_selected_black.png);
}
.nodeBackgroundSelected .checkboxOn {
  background-image: url(../gfx/lt_selected_white.png);
}

.treelayericon-raster, .treelayericon-point, .treelayericon-line, .treelayericon-polygon, .treelayericon-mixed {
  float: left;
  margin-top: -14px;
  margin-left: 2px;
  padding: 0 !important;
  width: 17px;
  height: 19px !important;
  cursor: pointer;
  background-repeat: no-repeat; 
}

.treelayericon-raster {
  background-image: url(../gfx/raster.png);
}

.treelayericon-point {
  background-image: url(../gfx/point.png);
}

.treelayericon-line {
  background-image: url(../gfx/line.png);
}

.treelayericon-polygon {
  background-image: url(../gfx/polygon.png);
}

.treelayericon-mixed {
  background-image: url(../gfx/mixed.png);
}

.ext-safari .treelayericon-raster, .ext-safari .treelayericon-point, .ext-safari .treelayericon-line, .ext-safari .treelayericon-polygon, .ext-safari .treelayericon-mixed {
  margin-top: 3px;
}

.layerNodeTools {
  float: right;
  clear: left;
  height: 19px !important;
  margin-top: -25px;
  width: 45px;
}

.ext-safari .layerNodeTools {
  margin-top: -25px;
}

.ext-ie  .layerNodeTools {
  margin-top: -20px;
}

.ext-chrome .treelayericon-raster, .ext-chrome .treelayericon-point, .ext-chrome .treelayericon-line, .ext-chrome .treelayericon-polygon, .ext-chrome .treelayericon-mixed {
  margin-top: 4px;
}

/* layer manager */
#layertree .x-tree-node {
  border-bottom: 1px solid #ddd;
}

#layertree .gx-tree-layer-actions {
  float: right;
  padding-top: 2px;
}

#layertree .gx-tree-layer-action {
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 none;
  height: 16px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  cursor: pointer;
}
#layertree .gx-tree-layer-actions .pipe,
#layertree .gx-tree-layer-actions .pipe-up,
#layertree .gx-tree-layer-actions .pipe-down {
  background-image: url(../gfx/lt_pipe.png);
  cursor: default;
  width: 2px;
}
#layertree .gx-tree-layer-actions .delete {
  background-image: url(../gfx/close_button.png);
}
#layertree .gx-tree-layer-actions .up {
  background-image: url(../gfx/lt_layer_order_up_active.png);
}
#layertree .gx-tree-layer-actions .down {
  background-image: url(../gfx/lt_layer_order_down_active.png);
}
#layertree .gx-tree-layer-actions .close {
  background-image: url(../gfx/lt_close_options.png);
  position: absolute;
  left: 3px;
  margin-top: 17px;
  z-index: 1000;
  display: none;
}
#layertree .gx-tree-layer-actions .open {
  background-image: url(../gfx/lt_open_options.png);
  position: absolute;
  left: 3px;
}

#layertree .gx-tree-layer-actions .tbar {
  background-image: url(../gfx/info_button_black.png);
}

#layertree .gx-toolbar {
  border: 0 !important;
  padding-left: 30px;
  border-top: 1px solid #eee !important;
  height:18px;
}
#layertree .x-toolbar .ytb-text {
  font-weight: normal;
  font-size: 0.9em; 
}
#layertree .x-slider-thumb {
  background-image: url(../gfx/lo_cursor_opacity.png);
}

#layertree .x-slider-thumb-over {
  background-image: url(../gfx/lo_cursor_opacity.png);
  background-position: 0px 0px;
}

#layertree .x-slider-thumb-drag {
  background-image: url(../gfx/lo_cursor_opacity.png);
  background-position: 0px 0px;
}

.x-slider-horz .x-slider-thumb {
    height: 9px;
    width: 7px;
    top: 7px;
}
.x-slider-horz {
    padding-left:7px;
    background:transparent  url(../gfx/slider-bg.png) no-repeat 0 -22px;
}

.x-slider-horz .x-slider-inner {
   background:transparent url(../gfx/slider-bg.png) repeat-x scroll 0 0 !important;
}

.x-slider-horz .x-slider-end {
   background:transparent url(../gfx/slider-bg.png) no-repeat scroll right -44px !important;
}

#layertree .layer-info {
  background: transparent url(../gfx/info_button_black.png) no-repeat center;
  margin-right:-5px;
}

#layertree .x-tree-node-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
#layertree .tree-layer-icon-raster {
  background-image: url(../gfx/raster.png);
}
#layertree .tree-layer-icon-point {
  background-image: url(../gfx/point.png);
}
#layertree .tree-layer-icon-line {
  background-image: url(../gfx/line.png);
}
#layertree .tree-layer-icon-polygon {
  background-image: url(../gfx/polygon.png);
}
#layertree .tree-layer-icon-mixed {
  background-image: url(../gfx/mixed.png);
}

/* end of layer manager */

.tooltip_header {
  background-color: #eee;
  margin: 1px;
  padding: 4px;
}

.tooltip_footer {
  margin: 1px;
  padding: 4px;
}

.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
  background-image: none;
}
.x-toolbar .x-btn-over .x-btn-left {
  background-image: none;
}
.x-toolbar .x-btn-over .x-btn-right {
  background-image: none;
}
.x-toolbar .x-btn-over .x-btn-center {
  background-image: none;
}
.x-toolbar .x-btn-over button {
  color: #000;
}

.x-toolbar .x-btn-click .x-btn-left, 
.x-toolbar .x-btn-menu-active .x-btn-left,
.x-toolbar .x-btn-click .x-btn-right, 
.x-toolbar .x-btn-menu-active .x-btn-right,
.x-toolbar .x-btn-click .x-btn-center, 
.x-toolbar .x-btn-menu-active .x-btn-center {
  background-image: none;
}
.x-toolbar .ytb-sep {
  background-image: url(../gfx/tb_pipe.png);
  margin-top: -6px;
  margin-left: 4px;
  height: 28px;
}

.x-toolbar .linkButtonCls {
  background-image: url(../gfx/tb_link_logo.png);
  margin-top:-8px;
}

.x-toolbar .printButtonCls {
  background-image: url(../gfx/tb_print_logo.png);
  margin-top:-8px;
}

.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
  font-family: arial, helvetica, verdana, sans-serif;     
  font-weight: bold;
  font-size: 12px;
}

.line-height-zero {
    line-height: 0;
}

.ext-ie .line-height-zero {
    height: 0;
}

.gx-popup {
  max-height: 500px;
}

.gx-popup .x-window-body {
  height: expression( this.scrollHeight > 279 ? "280px" : "auto" ) !important;
  max-height: 400px !important;
}

.bgLayerCls {
    font-weight:bold !important;
}

.bgLayerContainerCls {
    top: 0px !important;
}

.ext-ie .cbSearchContainerCls .x-form-field-wrap{
    top: 2px !important;
}

.x-form-focus, textarea.x-form-focus {
   border:1px solid #cccccc !important;
}

.x-combo-list .x-combo-selected {
   background:#eeeeee none repeat scroll 0 0 !important;
   border:1px dotted #cccccc !important;
}

.x-combo-list {
   background:#eeeeee none repeat scroll 0 0 !important;
   border:1px solid #cccccc !important;
   overflow:hidden !important;
}

.x-combo-list-inner {
   overflow-x: visible !important;
}

.x-window-mc {
   border:0px !important;
}

.x-window-tc {
	background-image:url(../gfx/ext/resources/images/gray/window/top-bottom.png);
}
.x-window-tl {
	background-image:url(../gfx/ext/resources/images/gray/window/left-corners.png);
}
.x-window-tr {
	background-image:url(../gfx/ext/resources/images/gray/window/right-corners.png);
}
.x-window-bc {
	background-image:url(../gfx/ext/resources/images/gray/window/top-bottom.png);
}
.x-window-bl {
	background-image:url(../gfx/ext/resources/images/gray/window/left-corners.png);
}
.x-window-br {
	background-image:url(../gfx/ext/resources/images/gray/window/right-corners.png);
}
.x-window-ml {
	background-image:url(../gfx/ext/resources/images/gray/window/left-right.png);
}
.x-window-mr {
	background-image:url(../gfx/ext/resources/images/gray/window/left-right.png);
}

.x-tool-pipe1 {
   background-image:url(../gfx/tb_pipe.png);
   width: 2px;
   height:23px;
   margin-top:-10px;
   margin-left: 6px;
}
.x-tool-pipe2 {
   background-image:url(../gfx/tb_pipe.png);
   width: 2px;
   height:23px;
   margin-top:-10px;
}
.x-tool-pipe3 {
   background-image:url(../gfx/tb_pipe.png);
   width: 2px;
   height:23px;
   margin-top:-10px;
}
.x-tool-pipe4 {
   background-image:url(../gfx/tb_pipe.png);
   width: 350px;
   height:23px;
   margin-top:-10px;
}
.x-tool-pipe5 {
   background-image:url(../gfx/tb_pipe.png);
   width: 2px;
   height:23px;
   margin-top:-10px;
}

.x-tool-print {
   background-position:-1000px -315px;
   width:60px;
}

.x-tool-infoTool {
   background-image:url(../gfx/info_logo_003466.png);
   margin-top:-3px;
   height: 19px;
}

.x-tool-infoBox {
   background-image: none;
   margin-top:1px;
   width: 42px;
}

.exportContainer .x-form-text {
    height: 18px;
}

.ext-ie .exportContainer .x-form-text {
    height: 22px;
}

.ext-chrome .exportContainer .x-form-text {
    height: 21px;
}

.ext-ie .exportContainer .x-form-element {
    padding-bottom: 1px;
}

.ext-ie .exportContainer .x-form-field-wrap {
    padding-bottom: 1px;
    padding-top: 1px;
}

.x-tool-close {
   background-image:url(../gfx/close_button.png);
   margin-top:-2px;
}

.x-tool-close-over {
   background-image:url(../gfx/close_button.png);
   background-position:0 0;
}

.x-form-field-wrap .x-form-trigger{
    background:transparent url(../gfx/ext/resources/images/gray/form/trigger.gif) no-repeat 0 0;
}

/* qtips */
.x-tip .x-tip-tc {
	background: transparent url(../gfx/ext/resources/images/gray/qtip/tip-sprite.gif) no-repeat 0 -62px;
}
.x-tip .x-tip-tl {
	background: transparent url(../gfx/ext/resources/images/gray/qtip/tip-sprite.gif) no-repeat 0 0;
}
.x-tip .x-tip-tr {
	background: transparent url(../gfx/ext/resources/images/gray/qtip/tip-sprite.gif) no-repeat right 0;
}
.x-tip .x-tip-bc {
	background: transparent url(../gfx/ext/resources/images/gray/qtip/tip-sprite.gif) no-repeat 0 -121px;
}
.x-tip .x-tip-bl {
	background: transparent url(../gfx/ext/resources/images/gray/qtip/tip-sprite.gif) no-repeat 0 -59px;
}
.x-tip .x-tip-br {
	background: transparent url(../gfx/ext/resources/images/gray/qtip/tip-sprite.gif) no-repeat right -59px;
}
.x-tip .x-tip-ml {
	background: #fff url(../gfx/ext/resources/images/gray/qtip/tip-sprite.gif) no-repeat 0 -124px;
}
.x-tip .x-tip-mr {
	background: transparent url(../gfx/ext/resources/images/gray/qtip/tip-sprite.gif) no-repeat right -124px;
}

.x-btn-left{
	background:url(../gfx/ext/resources/images/gray/button/btn-sprite.gif) no-repeat 0 0;
}
.x-btn-right{
	background:url(../gfx/ext/resources/images/gray/button/btn-sprite.gif) no-repeat 0 -21px;
}

.x-btn-center{
	background:url(../gfx/ext/resources/images/gray/button/btn-sprite.gif) repeat-x 0 -42px;
}

/* Toggle button styles */
.x-btn-pressed .x-btn-left{
	background: url(../gfx/ext/resources/images/gray/button/btn-sprite.gif) no-repeat 0 -63px;
}
.x-btn-pressed .x-btn-right{
	background: url(../gfx/ext/resources/images/gray/button/btn-sprite.gif) no-repeat 0 -84px;
}

.x-btn-pressed .x-btn-center{
	background: url(../gfx/ext/resources/images/gray/button/btn-sprite.gif) repeat-x 0 -126px;
}

.location-label{
    margin-left:3px;
}

#MouseOver {
   position: absolute;
   background-color: #FFF;
   padding-bottom:2px;
   padding-left:2px;
   padding-right:2px;
   padding-top:2px;
   opacity:0.8;
   font-family:arial,tahoma,helvetica,sans-serif;
   font-size:11px;
}

.LayerInfo .x-window-body {
  height: expression( this.scrollHeight > 499 ? "500px" : "auto" ) !important;
  max-height: 500px !important;
}

.LayerInfo .x-panel-body {
  padding: 10px;
}

.olControlScaleLine {
   background-color: #dddddd;  /* the background          */
   filter:alpha(opacity=80);   /* Internet Explorer       */
   -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
   opacity: 0.8;               /* newer Mozilla and CSS-3 */
}

.x-tree-node a span, .x-dd-drag-ghost a span {
   color:#333333 !important;
}

.visibility-on {
  background: transparent url(../gfx/lt_visible.png) no-repeat center !important;
  padding-top: 3px;
}

.visibility-off {
  background: transparent url(../gfx/lt_unvisible.png) no-repeat center !important;
  padding-top: 3px;
}


#mappanel .x-panel-bbar .x-toolbar {
  border: 1px solid black !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}

#mousepos {
  font-weight: normal;
}

#act_link {
  height: 100px;
  width: 650px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.gx-popup-anc {
   background: none !important;
}
