#hif_body {
  text-align: center;
  width: 100%;
  color: #424242;
  height: 155px;
}

#hif_body DIV.hif_params {
  width: 100%;
  height: 54px;
  margin: 0 auto;
  background-color: #FFF;
  color: #3F3F3F;
  position: relative;
}

#hif_body DIV.hif_params DIV.hif_param_value {
  position: absolute;
  left: 5px;
  top: 6px;
  margin-left: 2px;
}

#hif_body DIV.hif_params DIV.hif_param_currency {
  position: absolute;
  left: 5px;
  top: 27px;
  margin-left: 2px;
}

#hif_body INPUT {
  vertical-align: text-bottom;
  color: #000;
  font-size: 8pt;
}

#hif_body SELECT {
  border: 1px solid #85878C;
  color: #000;
  font-size: 8pt;
  margin: 0 2px;
}

#hif_body SELECT OPTION {
  font-size: 8pt;
  padding-left: 3px;
}


#hif_result {
  width: 140px;
  margin: 0 auto;
}

#hif_result TBODY TD {
  font-size: 8pt;
  text-align: center;
  color: #000;
/*  padding: 12px 0;*/
  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;
  font-weight: normal;
  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 {
}

