table.tix {
  width: 100%;
  border-right: 1px solid #ffffff;
}
table.tixevents {
  border-right: 1px solid #ffffff;
}
table.ilist {
  width: 100%;
  border-right: 1px solid #ffffff;
}
table.tix td, table.tixevents td, table.ilist td {
  background-color: #FFFFFF;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #D9E5FF;
  border-top: 1px solid #ffffff;
  vertical-align: middle;
  font-size: 10px;
  line-height: 12px;
  padding: 4px;
}
table.ilist td {
  padding: 4px;
}
table.tix tr th, table.tixevents tr th, table.ilist tr th {
  background-color: #CDD6F4;
  color: #181870;
  font-weight: bold;
  border-left: 1px solid #ffffff;
  padding: 3px;
}
table.tix tr th a, table.tixevents tr th a, table.ilist tr th a {
  color: #181870;
  font-weight: bold;
  text-decoration: underline;
}
table.tix tr th a:hover, table.tixevents tr th a:hover, table.ilist tr th a:hover {
  text-decoration: none;
}
table.tix tr td.sort, table.tixevents tr td.sort {
  background-color: #FFFFFF;
}