
#fp_trpOutput {
  position: absolute;
  width:420px;
  bottom: 0px;
  top:232px;
}

#fp_oTabRow {
  height: 24px;
  padding-left: 10px;
  background:  url(img/otabbg.gif);
}

.fp_oTab {
  float: left;
  height: 18px;
  width: 80px;
  margin-right: 5px;
  padding: 2px 0px 0px 5px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
}

#fp_outputMain {
  position: absolute;
  width:408px;
  bottom: 0px;
  top:24px;
  font-size:12px;
  border-left: 2px solid black;
  padding: 5px;
  overflow:auto;
}

#fp_tgStartLocs {
  position: absolute;
  font-size:14px;
  width:190px;
  padding: 5px;
  top: 8px;
  left: 8px;
  background: #ccc;
}

#fp_tgEndLocs {
  position: absolute;
  font-size:14px;
  width:190px;
  padding: 5px;
  top: 8px;
  left: 212px;
  background: #ccc;
}

.fp_tgLocsInnerDiv {
  background: white;
  margin-top: 5px;
  font-size: 12px;
  padding: 5px;
}

.fp_tgLocRow {
  margin-bottom: 6px;
}

.fp_tgLocLeft {
  float: left;
  width:26px;
  font-size:20px;
  font-weight:bold;
  background: #777;
  color: white;
  text-align: center;
}

.fp_tgLocRight {
  margin-left:32px;
}

