.hyper table {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
  }
.hyper caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
.hyper td, th {
	border: 1px dotted #bfd3e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
  }
  

.hyper thead th, tfoot th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #bfd3e8;
	text-align: left;
	background: #6b9ed4;
	color: #FFFFFF;
	padding-top:3px;
  }
.hyper tbody td a {
	background: transparent;
	text-decoration: none;
	color: #363636;
	display: block;
	width: 100%;
	}
.hyper tbody td a:hover {
	color: #363636;
	background-color: #bfd3e8;
	 }
.hyper tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
.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 #03476F;
	background: #A1000C;
	padding-top:3px;
	color: #FFFFFF;
  }
.odd {
  background: #EEEEEE;
  color:#999999;
  }
  
  .subrow {
  background: #ffffff;
  color:#000000;
  font-weight:bold;
  }
.hyper tbody tr:hover {
  background: #bfd3e8;
  border: 1px solid #03476F;
  color: #000000;
  }

  .bldRow {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: table-cell;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

