#hif_foott {
  position: absolute;
  width: 100%;
  height: 21px;
  bottom: 8px;
  left: 0;
  text-align: center;
}

#hif_body {
  text-align: center;
  width: 468px;
  color: #565567;
  border: 1px solid #B7D8E9;
  border-top: none;
  height: 200px;
}

#hif_body DIV.hif_head {
  text-align: left;
  padding: 11px 0 11px 11px;
  color: #2F536A;
  font: normal 8pt Tahoma, Arial, sans-serif;
}

#hif_body DIV.hif_head B {
  font: bold 8pt Tahoma, Arial, sans-serif;
}

#hif_body DIV.hif_params {
  width: 100%;
  height: 22px;
  background-color: #FFF;
  color: #989898;
  position: relative;
}

#hif_body DIV.hif_params DIV.hif_param_value {
  position: absolute;
  left: 11px;
  top: 2px;
  margin-left: 2px;
}

#hif_body DIV.hif_params DIV.hif_param_currency {
  position: absolute;
  left: 169px;
  top: 2px;
  margin-left: 2px;
}

#hif_body DIV.hif_params DIV.hif_param_period {
  position: absolute;
  left: 246px;
  top: 2px;
  margin-left: 2px;
}

#hif_body DIV.hif_params DIV.hif_param_rest {
  position: absolute;
  left: 372px;
  top: 2px;
  margin-left: 2px;
  color: #999;
  font-size: 9pt;
  cursor: hand;
  cursor: pointer;
  font: normal 11px Verdana, Tahoma, Arial, sans-serif;
}

#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: 450px;
  margin: 4px auto 0;
}

#hif_result TBODY TD {
  font: normal 8pt Tahoma, Arial, sans-serif;
  text-align: left;
  color: #565567;
  height: 24px;
}

#hif_result TBODY TR.row_a {
  background-color: #F7F7F7;
}

#hif_result TBODY TR.row_b {
  background-color: #FFF;
}

#hif_result TBODY TD.lp {
  padding-left: 7px;
  width: 10px;
}

#hif_result TBODY TD.name, #hif_result TBODY TD.name A {
  font: normal 8pt Tahoma, Arial, sans-serif;
  width: 139px;
  padding-left: 3px;
  color: #565567;
  text-align: left;
  text-decoration: none;
}

#hif_result TBODY TD.val {
  font: normal 8pt Tahoma, Arial, sans-serif;
  text-align: left;
}

#hif_result TBODY TD.rating {
  font: normal 8pt Tahoma, Arial, sans-serif;
  text-align: left;
  width: 118px;
}

#hif_result TBODY TD.rating small {
  font: normal 7pt Tahoma, Arial, sans-serif;
  color: #989898;
}


#hif_result TBODY TD.selected {
}

#hif_result TBODY TD.order {
  font: normal 8pt Tahoma, Arial, sans-serif;
  text-align: right;
  padding-right: 8px;
}

