div.alphabet {
  font-family: "Roboto Mono", "Consolas", "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
  display: table;
  text-align: center;
  width: 100%;
  margin-bottom: .5em;
}

div.alphabet span {
  background-color: #5b573e;
  display: table-cell;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  border-left: 2px solid #eae9e1;
  border-right: 2px solid #eae9e1;
}

div.alphabet span.active {
  background: #990000;
  color: #FFFFFF;
  text-decoration: none;
}

div.alphabet span.active:hover {
  background-color: #990000;
}

div.alphabet span.empty {
  background: #e0ded1;
}

div.alphabet span.empty:hover {
  text-decoration: none;
}

div.alphabetInfo {
  display: block;
  position: absolute;
  border-radius: 0px;
  color: #000000;
  top: -1.5em;
  height: 1.8em;
  padding-top: 0.1em;
  text-align: center;
  z-index: 1;
}

table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%;
}

table.dataTable thead th {
  background-color: #5b573e;
  padding: 1px 10px 1px 10px;
  border-bottom: 1px solid #000000;
  font-weight: 700;
  cursor: pointer;
  *cursor: hand;
}

table.dataTable tfoot th {
  padding: 1px 10px 1px 10px;
  border-top: 1px solid #000000;
  font-weight: 700;
}

table.dataTable tr.noHand {
  cursor: pointer;
  cursor: none;
}

table.dataTable tr.selected td {
  background-color: #aca786;
}

table.dataTable td {
  padding: 1px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #eae9e1;
}

table.dataTable tr.even td.sorting_1 {
  background-color: #d6d3c2;
}

table.dataTable tr.odd.selected td {
  background-color: #aca786;
}

table.dataTable tr.even.selected td {
  background-color: #aca786;
}

table.dataTable tr.odd:hover td.sorting_1 {
  background-color: #c1bda4;
}

table.dataTable tr.even:hover td.sorting_1 {
  background-color: #c1bda4;
}

table.dataTable tr.selected td.sorting_1 {
  background-color: #aca786;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}

.dataTables_length {
  float: left;
}

.dataTables_filter {
  float: right;
  text-align: right;
  margin-bottom: 5px;
}

.dataTables_info {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.dataTables_paginate {
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 13px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #990000 !important;
}

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important;
}

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}

.paginate_enabled_previous {
  background: #990000;
}

.paginate_enabled_previous:hover {
  background: #990000;
}

.paginate_disabled_previous {
  background: #990000;
}

.paginate_enabled_next {
  background: #990000;
}

.paginate_enabled_next:hover {
  background: #990000;
}

.paginate_disabled_next {
  background: #990000;
}

a.paginage_button current {
  background-color: #990000 !important;
}

.paging_full_numbers {
  height: 22px;
  line-height: 22px;
  margin: 10px 0 0;
  font-size: 13px;
}

.top .paging_full_numbers {
  margin: 10px 0 8px;
}

.paging_full_numbers a:active {
  outline: none;
}

.paging_full_numbers a:hover {
  text-decoration: none;
}

div.dataTables_paginate span > a.current {
  cursor: default;
  background-color: #eae9e1;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aca786;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1px 6px 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333333;
}

.paging_full_numbers a.paginate_button {
  background-color: #c5c1aa;
}

.paging_full_numbers a.paginate_button:hover {
  background-color: #b7b295;
  color: #FFFFFF;
  text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
  background-color: #dad7c8;
  cursor: not-allowed;
}

.paging_full_numbers a.paginate_button.current:hover {
  background-color: #eae9e1;
  cursor: not-allowed;
}

.paging_full_numbers a.paginate_button.first.disabled,
.paging_full_numbers a.paginate_button.previous.disabled,
.paging_full_numbers a.paginate_button.next.disabled,
.paging_full_numbers a.paginate_button.last.disabled {
  background-color: #e0ded1;
  color: #333333;
  cursor: not-allowed;
}

.paging_full_numbers a.paginate_button.first.disabled:hover,
.paging_full_numbers a.paginate_button.previous.disabled:hover,
.paging_full_numbers a.paginate_button.next.disabled:hover,
.paging_full_numbers a.paginate_button.last.disabled:hover {
  background-color: #e0ded1;
  color: #333333;
  cursor: not-allowed;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #e0ded1;
  text-align: center;
  color: #a29c76;
  font-size: 14px;
  background-color: #FFFFFF;
}

.sorting {
  background: url("../../images/sort_both_new.png") no-repeat center right;
}

.sorting_asc {
  background: url("../../images/sort_asc_new.png") no-repeat center right;
}

.sorting_desc {
  background: url("../../images/sort_desc_new.png") no-repeat center right;
}

.sorting_asc_disabled {
  background: url("../../images/sort_asc_disabled.png") no-repeat center right;
}

.sorting_desc_disabled {
  background: url("../../images/sort_desc_disabled.png") no-repeat center right;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

input[type=search] {
  outline-offset: 0;
  width: 100px;
  border: 1px solid #5b573e;
  margin-left: 5px;
}
