table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #99EAEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 5px 2px;
}
table.blueTable tbody td {
  font-size: 15px;
font-weight: bold;
text-align: center;
}
table.blueTable tr:nth-child(even) {
  background: #F5F3AA;
}
table.blueTable thead {
  background: #A4221B;
  background: -moz-linear-gradient(top, #bb5954 0%, #ad3831 66%, #A4221B 100%);
  background: -webkit-linear-gradient(top, #bb5954 0%, #ad3831 66%, #A4221B 100%);
  background: linear-gradient(to bottom, #bb5954 0%, #ad3831 66%, #A4221B 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 18px;
  font-weight: bold;
  color: #FFCA08;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}