
#webHeaderDiv {
  /* header panel image */
  background-image: url(../gfx/remich.png);
}
#webServiceNavigationDiv {
  /* color of navigation bar */
  background: #8CA229;
}
#layermanager .x-tab-strip-active .x-tab-strip-text {
  /* color of the catalog panel's title */
  background: #8CA229 none;
}
#inspire_catalog_panel .x-tree-node .x-tree-selected {
  /* color of catalog nodes when selected */
  background-color: #8CA229 !important;
}
.nodeBackgroundSelected {
  /* color of catalog nodes when selected
     note: both this selectoor and the one above must be
     set to the same value, this is bad */
  background-color: #8CA229 !important;
}
.nodeLT1selected .x-tree-node-anchor span,
.nodeLT2selected .x-tree-node-anchor span,
.nodeLT3selected .x-tree-node-anchor span {
  /* color of the text of catalog branches when child nodes are selected */
  color: #8CA229 !important;
}
.nodeBackgroundSelected .x-tree-node-anchor span {
  /* color of the text of catalog nodes when selected */
  color: white !important;
}

