#hif_body {
  text-align: center;
  width: 100%;
  color: #424242;
  height: 155px;
}

#hif_body DIV.hif_params {
  width: 140px;
  height: 26px;
  margin: 0 auto;
  background-color: #C1C1C1;
  color: #FFF;
  position: relative;
}

#hif_body DIV.hif_params DIV.hif_param_period {
  position: absolute;
  left: 9px;
  top: 4px;
  margin-left: 2px;
}

#hif_body SELECT {
  border: 1px solid #85878C;
  color: #000;
  font-size: 8pt;
  margin: 0 2px;
}

#hif_result {
  width: 140px;
  margin: 15px auto 0;
}

#hif_result TBODY TD {
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
  color: #000;
  height: 23px;
}

#hif_result TBODY TR.row_a {
  background-color: #EAEAEA;
}

#hif_result TBODY TR.row_b {
  background-color: #FFF;
}

#hif_result TBODY TD.name, #hif_result TBODY TD.name A {
  font-size: 8pt;
  padding-left: 2px;
  color: black;
  text-align: left;
  text-decoration: none;
}

#hif_result TBODY TD.val {
  text-align: right;
  padding-right: 2px;
}

#hif_result TBODY TD.selected {
}

