/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
	border-collapse: collapse;
	border: 1px solid #333333;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #363636;
	background-color: #D2D2D2;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th, tr {
	padding: .4em;
	color: #363636;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #03476F;
	border-right-color: #03476F;
	border-bottom-color: #03476F;
	border-left-color: #03476F;
	cursor: default;
  }

thead th, tfoot th {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #03476F;
	;
	text-align: left;
	color: #FFFFFF;
	padding-top:3px;
	background-color: #999999;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
	color: #363636;
	background-color: #FF7979;
  }
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: #000000;
  }
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-color: #F4F4F4;
  }
tbody tr:hover {
	border: 1px solid #03476F;
	color: #FFFFFF;
	background-color: #CCFFCC;
  }

tbody tr:hover th,
tbody tr.odd:hover th {
	color: #030303;
	background-color: #FFCC00;
  }
