/* Alphabet blocks displayed as a horizontal menu ----------------------------- */
#noArticles .listNav {
  position: relative; /* Need this if showing the number count */
}

#noArticles .ln-letters {
  margin-bottom: 2em;
  overflow: hidden;
}

#noArticles .ln-letters a:link, #noArticles .ln-letters a:visited {
  background-color: #3305eb;
  border: 1px solid #3305eb;
  border-right: none;
  color: #fff;
  display: block;
  float: left;
  font-size: 93%;
  padding: 5px 4.75px;
  text-decoration: underline;
 
}

/* Tighten up the first block a little - not enough room to display on single line without this */
#noArticles .ln-letters a.all {
  padding: 5px 3px;
}

#noArticles .ln-letters a.ln-last:link, #noArticles .ln-letters a.ln-last:visited {
  border-right: 1px solid #3305eb;
}

#noArticles .ln-letters a:hover, #noArticles .ln-letters a:focus, #noArticles .ln-letters a.ln-selected:link, #noArticles .ln-letters a.ln-selected:visited {
  background-color: #3305eb;
  color: #fff;
}

#noArticles .ln-letters a.ln-disabled:link, #noArticles .ln-letters a.ln-disabled:visited {
  background-color: #fff;
  color: #666;
}

#noArticles .ln-letter-count {
  color: #0d427c;
  font-size: 85%;
  line-height: 1;
  margin: -14px 0 3px;
  text-align: center;
}

/* Unordered list of links to section names */
#indexedSectionList {
  clear: left;
  list-style-type: none;
  margin: 0 auto 1em;
  padding: 0;
  width: 350px;
}

#indexedSectionList li {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #3305eb;
  color: #3305eb;
  font-weight: bold;
  list-style-type: none;
  margin: 0 0 0.4em;
  padding: 0;
}

#indexedSectionList li.ln-no-match {
  border: none;
}

#indexedSectionList a {
  display: block;
  padding: 7px;
  text-decoration: underline;

  -webkit-transition: .5s all ease;
     -moz-transition: .5s all ease;
      -ms-transition: .5s all ease;
       -o-transition: .5s all ease;
          transition: .5s all ease;
}

#indexedSectionList a:hover, #indexedSectionList a:focus {
  background-color: #3305eb;
  color: #fff;
 
}

#indexedStaffPagesSectionList li {
  color: #525252;
  width: 50%;
  display: inline;
  float: left;
}

#indexedStaffPagesSectionList a {
  color: #525252;
}

.stafftable img {
  display: block;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  width: 35px;
}

.staffTableRight {
  border: 1px solid #000000;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  height: 45px;
  margin-bottom: 6px;
  margin-left: 51px;
  padding-top: 5px;
  padding-left: 5px;
  width: 180px;
  line-height: 18px;
}

.staffTableLeft {
  background-color: #A8A8A8;
  border-bottom: 1px solid #000000;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-top-left-radius: 4px;
  display: inline;
  float: left;
  height: 50px;
  width: 50px;
}

.staffTableLeft img {
  display: block;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  width: 35px;
}
