.hyper table {
	border-collapse: collapse;
	border: 1px solid #FFC657;
	  }
.hyper caption {
  text-align: center;
  font-weight:bold;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #FFC657;
  text-transform: uppercase;
  }
.hyper td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom: 1px solid #666666;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	 }

.hyper thead th, tfoot th {
	border: 1px solid #FFC657;
	text-align: left;
	color: #000000;
	padding-top:3px;
	background-color: #FF9900;
  }
.hyper tbody td a {
	background: transparent;
	text-decoration: none;
	color: #000000;
	display: block;
	width: 100%;
	}
.hyper tbody td a:hover {
	color: #FFFFFF;
	background-color: #0066FF;
	text-decoration: none;
	 }
.hyper tbody th a {
	background: transparent;
	text-decoration: none;
	font-weight:normal;
	color: #000000;
	font-style: normal;
	font-variant: normal;
  }
.hyper tbody th a:hover {
  background: transparent;
  color: #363636;
  }
.hyper tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.hyper tfoot td {
	border: 1px solid #FFC657;
	padding-top:3px;
	color: #000000;
	background-color: #FFFF99;
  }
.odd {
  background: #EEEEEE;
  color:#999999;
  }
  
  .subrow {
  background: #ffffff;
  color:#000000;
  font-weight:bold;
  }
.hyper tbody tr:hover {
	border: 1px solid #FFC657;
	color: #FFFFFF;
	background-color: #0066FF;
  }
.hyper tbody tr:hover th,
.hyper tbody tr.odd:hover th {
	color: #FFFFFF;
	background-color: #FFFF99;
  }
  .bldRow {
	display: table-cell;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding-top:8px;
	}

