/* v1.0.23 */

div#map {
  position: fixed;
  display: block;
  left: 0;
  bottom: 1em;
  z-index: 30;
  border: 2px solid #d5cdb8;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
}

div#head {
  display: block;
  background-color: #897b55;
  padding: 0.2em;
  color: #fff;
  text-align: center;
}

div#head a {
  color: #fff;
}

div#arrow {
  display: inline-block;
  background: url('/images/arrow_closed_docmap.gif') no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 11px;
  width: 10px;
}

a,
span {
  text-decoration: none;
}

h1 a[id^="L"],
h2 a[id^="L"],
h3 a[id^="L"] {
  color: #333;
}

#entryWrap,
#filterWrap {
  display: none;
  width: 200px;
  margin-bottom: 0;
}

#entryWrap {
  background-color: #e8e5de;
  min-height: 160px;
  /*height limits total background height- change if it's a cross-browser problem- use min-height otherwise*/
  /*height: 160px;*/
}

#filterWrap {
  background-color: #897b55;
  border-top: 1px solid #f5f5e9;
  color: #fff;
  text-align: center;
}

a#filter {
  color: #fff;
}

li[class^='entry'] {
  border-top: 1px solid #fff;
}

li[class^='entry'] a {
  display: block;
  height: 100%;
  width: 89%;
  color: #333;
}

a.mapanchor {
  text-align: left;
  width: 100%;
  background-color: #e8e5de;
  padding-left: 0.2em;
}

li.entrySec,
li.entryFig {
  border-bottom: 1px solid #beb499;
}

li.entrySec:hover,
li.entrySec:hover a,
li.entryFig:hover,
li.entryFig:hover a {
  background-color: #c9c4b5;
}

li:focus {
  background-color:#fff;
}

#secNav,
#figNav,
#allNav {
  display: block;
  text-align: center;
  background-color: #beb499;
  border-top: 1px solid #f5f5e9;
  color: #fff;
}

#secNav:hover,
#secNav:focus,
#figNav:hover,
#figNav:focus,
#allNav:hover,
#allNav:focus {
  background-color: #897b55;
}

#map ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}