.paginator {
  margin-top: 60px;
  font-size: 1em;
  width: 600px;
  max-width: 100%;
}

.paginator table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.paginator table td {
  padding: 0;
  white-space: nowrap;
  text-align: center;
}

.paginator span {
  display: block;
  padding: 3px 0;
  color: #fff;
}

.paginator span strong,
.paginator span a {
  padding: 5px 10px;
  font-size: 14px;
}

.paginator span strong {
  background: #ce0707;
  font-style: normal;
  font-weight: normal;
}

.paginator span a {
  color: #137fb7;
  text-decoration: none;
}

.paginator span a:hover {
  text-decoration: underline;
}

.paginator .scroll_bar {
  width: 100%;
  height: 20px;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}

.paginator .scroll_trough {
  width: 100%;
  height: 3px;
  background: #ccc;
  overflow: hidden;
}

.paginator .scroll_thumb {
  position: absolute;
  z-index: 2;
  height: 3px;
  top: 0;
  left: 0;
  font-size: 1px;
  background: #363636;
}

.paginator .scroll_knob {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(/Content/img/slider_knob.gif) no-repeat 50% 50%;
  cursor: pointer;
}

.paginator .current_page_mark {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: #ce0707;
}

.paginator.fullsize .scroll_thumb {
  display: none;
}
