@charset "utf-8";
/* CSS Document */

/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/

#tableStyle1 {
	border-collapse: collapse;
	border: 1px solid #03476F;
	font: bold normal 11px verdana, arial, helvetica, sans-serif;
	color: #363636;
	background: #069;
	text-align: justify;
  }
caption {
	text-align: center;
	font: bold 18px arial, helvetica, sans-serif;
	background: transparent;
	padding:6px 4px 8px 0px;
	color: #FFF;
	text-transform: uppercase;
  }
.tableStyle1 td, th {
	border: 1px dotted #03476F;
	padding: 0.2em;
	color: #FFC;
	font-weight: normal;
  }

thead th, tfoot th {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #03476F;
	;
	text-align: left;
	background: #036;
	color: #FFC;
	padding-top:3px;
  }
 tbody td a {
	background: transparent;
	text-decoration: none;
	color: #FFC;
  }
 tbody td a:hover {
	background: #F6E780;
	color: #363636;
  }
tbody th a {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
	color: #FFC;
  }
 tbody th a:hover {
  background: transparent;
  color: #363636;
  }
 tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
	border: 1px solid #C00;
	background: #036;
	padding-top:3px;
	color: #FFFFFF;
  }
.odd {
	background: #069;
  }
 .tableStyle1 tbody tr:hover {
	background: #000;
	border: 1px solid #900;
	color: #FFFFFF;
  }
 .tableStyle1 tbody tr:hover th,
 .tableStyle1 tbody tr.odd:hover th {
	background: #09C;
	color: #FFFFFF;
  }