﻿.astTable {
  width: 100%;
  background-color: #d8d8d8;
  border-collapse: initial;
}

  .astTable th {
    background-color: #f9f9f9;
    text-align: left;
    font-weight: 500;
    padding: 0px 3px 0px 3px;
    height: 26px;
    vertical-align: middle;
    white-space: nowrap;
    cursor: default;
  }

    .astTable th.center {
      text-align: center;
    }

  .astTable .sort-by {
    cursor: pointer;
  }

    .astTable .sort-by:hover {
      text-decoration: underline;
    }

  .astTable td.center {
    text-align: center;
  }

  .astTable td {
    padding: 3px;
    background-color: #ffffff;
  }

.tdCentered td {
  text-align: center;
}

.astTable td a {
  color: blue;
}

.hover-table tr:hover td {
  background-color: #f3f3f3;
}


.itemPager {
  padding: 5px;
  border: solid 1px #cccccc;
}

  .itemPager:first-of-type {
    border-bottom: none;
  }

  .itemPager:last-of-type {
    border-top: none;
  }

div[class="itemPager"]:not(:last-of-type) {
  border-bottom: none;
}

div[class="itemPager"]:last-of-type {
  border-top: none;
}


.itemPagerInfo {
  color: Black;
  font-family: Arial;
  font-size: 12px;
}

.pagerStyleSel {
  font-weight: bold;
}

.itemPagesPrevNextLbl {
  color: Gray;
}

.pagerPageMove {
  color: blue;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 1px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
