﻿.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.searchHitExtension {
  position: relative;
  top: -0.5em;
  font-size: 80%;
  color: #c1461c;
}

.searchHitTitle {
  font-size: 16px;
  color: #c1461c;
}

.searchHitUrl {
  color: #494949;
}

.searchHitDate {
  color: grey;
}

.paging_numbers {
  font-size: x-large;
  line-height: 40px;
  vertical-align: middle;
}

.paging_prev {
  display: inline-block;
  background: url(../images/prevnext.png) 0 0 no-repeat;
  width: 30px;
  height: 40px;
  z-index: 999;
  opacity: 1 !important;
}

.paging_next {
  display: inline-block;
  background: url(../images/prevnext.png) right bottom no-repeat;
  width: 30px;
  height: 40px;
  z-index: 999;
  opacity: 1 !important;
}

.paging_prev:hover {
  cursor: pointer;
  background-position: 0 bottom;
}


.paging_next:hover {
  cursor: pointer;
  background-position: right 0;
}

.paging_current {
  /*font-synthesis: weight;*/
  color: #c1461c;
}

.sponsor {
  margin-bottom: 10px;
}