/*******************************************************/
/*  People Listing Styles                              */
/*******************************************************/

.people-list-table {
  width: 100%;
  margin-bottom: 15px;
}

.people-list-table td {
  padding: 4px 8px;
  border-top: 1px solid #DDD;
}

.people-list-alpha-navigation {
  margin: 15px 0px;
  font-size: 1em;
  color: #999;
}

.people-list-alpha-navigation span,
.people-list-alpha-navigation a {
  margin: 0px 3px;
}

.people-list-alpha-navigation a {
  color: #333;
}

.people-list-alpha-navigation a:hover {
  text-decoration: underline;
}

td.people-list-section-letter {
  padding: 0px;
  vertical-align: top;
  font-size: 2em;
  font-weight: bold;
  width: 1.7em;
  border: none;
}

td.people-list-section-letter div {
  padding: 10px;
  background-color: #ddd;
  color: #fff;
  
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
}

.people-list-classification,
.people-list-email {
  font-style: italic;
}

.people-list-classification {
  text-align: center;
}

.people-list-name {
  width: 33%;
}

.people-list-email {
  text-align: right;
  width: 33%;
}

.people-list-group-name h3 {
  margin-bottom: 10px;
}

