.pageGrouping {
  border-top: 1px solid #9a9797;
  padding: 2px 0;
  margin: 5px 4px;
  vertical-align: top;
  text-align: right;
}
.pageGrouping h3 {
  display: inline-block;
  float: left;
  width: 18%;
  text-align: left;
}
.pageGrouping:first-child {
  border: none;
}
.bannerType {
  display: inline-block;
  margin-right: 80px;
  width: 36%;
  vertical-align: top;
}
.pageAssets {
  display: inline-block;
  text-align: left;
  padding-top: 15px;
  width: 80%;
}
.pageAsset {
  vertical-align: top;
  text-align: left;
  margin: 10px 0;
  margin-right: 15px;
}
.current {
  border-bottom: 1px solid #9a9797;
}
.current .pageAsset {
  display: inline-block;
  width: 45%;
}
.current .pageAsset .asset {
  max-width: 150px;
  max-height: 100px;
}
.asset {
  max-width: 100%;
  max-height: 150px;
}
.start {
  color: #205a2c;
}
.end {
  color: #931010;
}
#pageMenu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  overflow: scroll;
  width: 310px;
  background-color: #e4e4e4;
}
.sites {
  text-align: right;
  border-bottom: 1px solid #9a9797;
  padding: 0 8px;
}
.sites li {
  display: inline-block;
  list-style-type: none;
  background-color: #006699;
  padding: 5px 20px;
  margin: 0 -2px;
  border-right: 1px solid #9a9797;
}
.sites li a {
  color: #f2f2f2 !important;
}
.sites li:last-child {
  border-right: none;
}
.sites li.active {
  background-color: #002E62;
}
#search {
  width: 250px;
}
.searchBox {
  padding: 0 20px;
  margin-bottom: -28px;
  margin-top: 25px;
}
.searchBox img {
  border-left: 1px solid #aaa;
  padding: 6px;
  margin-bottom: -9px;
  margin-left: -31px;
}
