/* Alphabet blocks displayed as a horizontal menu ----------------------------- */
#noArticles { margin: 5px 0 0; }

/* #noArticles .listNav { margin: 15px 0 10px; }*/
/*#noArticles .listNav { margin: 5px 0 10px; }*/
#noArticles .listNav {
/*  margin: 10px 0;*/

  /* Needed for centering the index */
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

#noArticles .ln-letters {
/*  overflow: hidden;*/

  /* Needed for centering the index */
  float: left;
  left: 50%;
  position: relative;
}

#noArticles .ln-letters a:link, #noArticles .ln-letters a:visited {
  border: 1px solid #000;
  border-right: none;
  color: #000;
  display: block;
/*  font-size: 0.9em;*/
font-size: 11px; /* Mac needs a smaller font in order to fit on 1 line */
  padding: 2px 3px;
  text-decoration: none;

  /* Needed for centering the index */
  float: left;
  position: relative;
  right: 50%;
}

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

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

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

/* BAH - Don't need if not showing the count
#noArticles .ln-letter-count {
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 3px;
  text-align: center;
}
*/

#noArticles #indexedSectionList { clear: left; }

/*
#usr_manager #userList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#usr_manager #userList li {
  margin: 0 10px 5px;
  overflow: auto;
  padding: 2px 2px 2px 7px;
}

#usr_manager #userList li a {
  clear: left;
  float: left;
  width: 34%;
}

#usr_manager #userList li div {
  float: left;
  padding-left: 1%;
  width: 64%;
}

#usr_manager #userList li div.email { width: 44%; }
#usr_manager #userList li div.regDate { width: 18%; }
*/

/* IE6 Crap */
* html #noArticles .listNav {
  height: 1%;
  padding: 10px 0 0;
}
/*
* html #usr_manager #userList li { height: 1%; }
*/


