table {
  border-collapse: collapse;
  border: 1px dotted #bbb;
  font: normal 12px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #f9f9f9;
  width: 495px;
  }

caption {
  text-align: center;
  font: bold 14px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }

td, th {
  border: 1px dotted #bbb;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  border: 1px dotted #bbb;
  text-align: left;
  background: #D1D1D1;
  color: #FFFFFF;
  padding-top:3px;
  }

tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }

tbody td a:hover {
  background: #D1D1D1;
  color: #363636;
  }

tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }

tbody th a:hover {
  background: transparent;
  color: #363636;
  }

tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

tfoot td {
  border: 1px solid #bbb;
  background: #D1D1D1;
  padding-top:3px;
  color: #FFFFFF;
  }

.odd {
  background: #f5f5f5;
  }

tbody tr:hover {
  background: #D1D1D1;
  border: 1px dotted #bbb;
  color: #FFFFFF;
  }

tbody tr:hover th,
tbody tr.odd:hover th {
  background: #D1D1D1;
  color: #FFFFFF;
  }