
.expireWarning {
  color: red;
  font-weight: bold;
  float: left;
}

table.tablesorter {
  font-family: arial;
  background-color: #CDCDCD;
  font-size: 8pt;
  text-align: left;
  border-collapse: collapse;
  clear: both;
  margin: 15px auto;
  width: 97%;
  border: none;
}

table.tablesorter thead tr th, 
table.tablesorter tfoot tr th {
  background-color: #A7A9AC;
  color: #fff;
  border: 1px solid #AAAAAA;
  font-size: 10pt;
  padding: 6px 15px 6px 2px;
  border: none;
}

table.tablesorter thead tr .header {
  background-image: url('/v/4.9.5/d/i/tablesorter/bg.gif');
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 6px;
  font-size: 8pt;
  background-color: #FFF;
  vertical-align: top;
  border: none;
}

table.tablesorter tbody tr.odd td {
  background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url('/v/4.9.5/d/i/tablesorter/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
  background-image: url('/v/4.9.5/d/i/tablesorter/desc.gif');
}

table.tablesorter thead tr .headerSortDown, 
table.tablesorter thead tr .headerSortUp {
  background-color: #787878;
  color: #fff;
}
