table.tableStyle {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.tableStyle td, table.tableStyle th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.tableStyle tbody td {
  font-size: 13px;
  color: #000000;
}
table.tableStyle tr:nth-child(even) {
  background: #A59DAA;
}
table.tableStyle thead {
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-bottom: 2px solid #444444;
}
table.tableStyle thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #A59DAA;
}
table.tableStyle thead th:first-child {
  border-left: none;
}

table.tableStyle tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #A59DAA;
  background: -moz-linear-gradient(top, #bbb5bf 0%, #aea6b2 66%, #A59DAA 100%);
  background: -webkit-linear-gradient(top, #bbb5bf 0%, #aea6b2 66%, #A59DAA 100%);
  background: linear-gradient(to bottom, #bbb5bf 0%, #aea6b2 66%, #A59DAA 100%);
  border-top: 2px solid #444444;
}
table.tableStyle tfoot td {
  font-size: 14px;
}
table.tableStyle tfoot .links {
  text-align: right;
}
table.tableStyle tfoot .links a{
  display: inline-block;
  background: #000000;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

table.tableStyle tbody td:first-child {
  white-space: nowrap;
}