/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
  border-collapse: collapse;
  border: 1px solid #36566b;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #36566b;
  background: #e1e0de;
  }
caption {
  text-align: center;
  font: bold 18px Verdana;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  }
td, th {
  border: 1px solid #cccccc;  
  padding: .4em;
  color: #000000;
  }

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #e1e0de;
  text-align: left;
  background: #23324b;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #000000;
  }
tbody td a:hover {
  
  color: #BC1F2C;
  }
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 #e1e0d3; 
  background: #23324b;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #e1e0de;
  }
tbody tr:hover {
  background: #c7beb9;
  border: 1px dashed #03476F;
  color: #FFFFFF;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #c7beb9;
  color: #FFFFFF;
  }