/* Ka-Map XML overlay */
.xml_overlay_show {
  padding: 0.5em;
  width: 10em;
  background: #ccf;
  color: #000;
  border: 1px #000 solid
}
.xml_overlay_hide p {
  display: none;
}
.xml_overlay_show p {
  display: block;
}

.xml_overlay_show a:hover em {
  border-bottom: 1px dashed #000;
}

#XmlOverlayCanvas {
}
/**
 * STYLES FOR PIN OBJECT COMPONENT
 */
.pinList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pinList li {
  list-style: none;
}


/**
 * OTHER MISC KA-MAP STYLES
 *
 * Styles defined below overwrite defaults defined in
 * /ka-map/tools/townsquare/*.css
 *
 */
#toolbar {
  top:123px;  /* modify this to adjust HEADER height */
  height: 31px; /* DON'T CHANGE THIS - it's only for easy reference */
}
 
#explorer{
  height: 154px; /* modify this to adjust HEADER height - this should be #toolbar.top + #toolbar.height */
  background: url('/images/Header/logo_banner_kamap.jpg') no-repeat top right #1D3865;
}

.kmTitle a {
  display: block;
  height: 123px;
  width: 100%;
  text-indent: -999em;
}

.kmSubtitle {
  display: none;
  text-indent: -999em;
}

#menubar {
  width: 100%;
  background: url('/images/assembly/menu2.jpg') repeat-x;
  position: absolute;
  right: 0px;
  top: 100px;
  padding: 0px;
  margin: 0px 0px 0px auto;
}

