table.center         { margin-left: auto; margin-right: auto; }

td.left, th.left     { text-align: left; }
td.center, th.center { text-align: center; }
td.right, th.right   { text-align: right; }

tr.odd  td { background: #f7fbfc; }
tr.even td { background: #f2fafc; }

table.Listing
{
  width: 100%; margin-top: 1em; margin-bottom: 1em;
  border-collapse: collapse;
}
  table.Listing thead th
  {
    color: #FFFFFF;
    background: #273266;
    border-width: 0;
    font: bold "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
    padding: 5px 1em;
  }
  
  table.Listing th,
  table.Listing td
  {
    padding: 0.2em 1em;
    border-bottom: 1px solid #E5EFF8;
  }