/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
	border-collapse: collapse;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #ABC3D9;
	background-color: #E6EBEF;
	border-color: #FFFFFF;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  padding:6px 4px 8px 0px;
  color: #E6EBEF;
  text-transform: uppercase;
  }
td, th {
  
  padding: 0.4em;
  color: #363636;
  }

thead th, tfoot th {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  text-align: left;
  background: #4591AD;
  color: #E6EBEF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #E6EBEF;
  }
