/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table.box {
  width: 700px;
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #C5DEFD;
  }
caption {
  text-align: center;
  font: bold 14px arial, helvetica, sans-serif;
  background: transparent;
  padding:20px 4px 8px 0px;
  color: #000000F;
  }
td.box, th {
  border: 1px dotted #03476F;
  padding: .6em;
  color: #363636;
  }

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:4px;
  }
tbody td a {
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  text-decoration: underline;
  color: #000000;
  }
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: #999999;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #A4DCFC;
  }