table#tablestyle {
  margin-bottom: 20px;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;
  color: #363636;
  background: #fff;
  }
  
#tablestyle td, th {
  border: 1px solid #03476F;
  padding: .4em;
  color: #363636;
  }

#tablestyle th {
	background: #4591AD;
	color: #fff;
	letter-spacing: 2px;
}

#tablestyle thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }

#tablestyle tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }

#tablestyle tbody td a:hover {
  background: #CAE6F0;
  color: #363636;
  }

#tablestyle tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight: normal;
  color: #363636;
  }

#tablestyle tbody th a:hover {
  background: transparent;
  color: #363636;
  }

#tablestyle tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

#tablestyle tbody tr:hover {
  background: #CAE6F0;
  color: #FFFFFF;
  }