/******************/
/* Subpage Styles */
/******************/

#breadcrumbs {
  color: #f94;
  margin-bottom: 10px;
  font-size: 1em;
}
#breadcrumbs a {
  color: #f94;
  text-decoration: none;
} 

/*************************/
/* Search Results Styles */
/*************************/

#search-results {
  text-align: left;
  border-collapse: collapse;
  border-left: 1px solid #c9cacb;
  border-bottom: 1px solid #c9cacb;
  width: 100%;
}
#search-results caption {
  text-align: left;
  padding-bottom: 1.5em;
}
#search-results thead th, #search-results thead td {
  font-weight: bold;
  padding: 7px;
  border-right: 1px solid #fff;
}
#search-results thead td.last {
  border-right: none;
}
#search-results tbody th, #search-results tbody td {
  padding: 7px;
  border-right: 1px solid #c9cacb;
  font-weight: normal;
  overflow: hidden;
  vertical-align: top;
}
#search-results tbody a {
  font-weight: bold;
  color: #f94;
  text-decoration: none;
}
#search-results tbody td.top {
  vertical-align: top;
}