#hif_image {
  width: 230px;
  height: 38px;
  text-align: left;
  left: 0px;
  top: 0px;
  position: absolute;
  background: url(../images/frame_102.gif) 0px 0px no-repeat;
}

#hif_body {
  text-align: center;
  width: 100%;
  color: #424242;
  border-top: none;
  height: 225px;
}

#hif_body DIV.hif_params {
  width: 100%;
  height: 85px;
  margin: 0 auto;
  background-color: #E0E0E0;
  position: realtive;
}

#hif_body DIV.hif_params DIV.hif_param_period {
  position: absolute;
  left: 39px;
  top: 59px;
  margin-left: 2px;
}

#hif_body DIV.hif_params DIV.hif_param_value {
  position: absolute;
  left: 72px;
  top: 79px;
  margin-left: 2px;
}


#hif_body INPUT {
  vertical-align: text-bottom;
  color: #000;
  font-size: 8pt;
}

#hif_body SELECT {
  border: 1px solid #85878C;
  color: #666666;
  font-size: 8pt;
  margin: 0 2px;
}

#hif_body SELECT OPTION {
  font-size: 8pt;
  padding-left: 3px;
}


#hif_result {
  width: 230px;
  margin: 16px auto 0;
}

#hif_result TBODY TD {
  font-size: 8pt;
  text-align: center;
  color: #777;
/*  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.lp {
  width: 20px;
}

#hif_result TBODY TD.name, #hif_result TBODY TD.name A {
  font-size: 8pt;
  width: 120px;
  font-weight: bold;
  padding-left: 2px;
  color: black;
  text-align: left;
  text-decoration: none;
}

#hif_result TBODY TD.val {
  font-size: 9pt;
  text-align: right;
  padding-right: 3px;
}

#hif_result TBODY TD.selected {
  color: #000;
  font-weight: bold;
  font-size: 10pt;
}

#hif_result TBODY TD.order {
  text-align: right;
  padding-right: 12px;
  width: 20px;
}

