#fp_rteSelect {
  position: absolute;
  width:420px;
  top:0px;
  height:240px;
  font-size:12px;
  background:#ddd;
}

#fp_rtePanelSeparator {
  position: absolute;
  top: 240px;
  width: 420px;
  height: 12px;
  background: #444;
  cursor: s-resize;
}

#fp_rteDisplay {
  position: absolute;
  width:420px;
  bottom: 0px;
  top:252px;
  font-size:12px;
  background: #eee;  
  overflow:auto;
}

#fp_rteTable {
  position: absolute;
  top: 30px;
  bottom:10px;
  right: 0px;
  left: 10px;
  border-width: 2px 0px 2px 2px;
  border-style: solid;
  border-color: black; 
}

#fp_rteTableBody {
  position: absolute;
  top: 18px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background:#fff;
  overflow-y: scroll;
}

.fp_rteTableColHeader {
  float:left;
  border-right: 1px dotted black;
  text-align:center;
  height:17px;
  padding-top:1px;
  font-weight:bold;
}

.fp_rteTableRow {
  height:17px;
  border-bottom: 1px solid gray;
  overflow: hidden;
}

.fp_rteTableCell {
  float:left;
  border-right: 1px dotted #aaa;
  text-align:center;
  height:17px;
  padding-top:1px;
  overflow: hidden;
}

.fp_rteDisplayHeader {
  background: #bbb;
  height: 22px;
  padding: 2px 2px 2px 10px;
  font-size: 18px;
  font-weight: bold;
}

.fp_rteDisplayBody {
  position: absolute;
  top: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size:12px;
  background: #ddd;
  overflow-y: scroll;
}

.fp_rteDisplayLeftCol {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 120px;
  height: 200px;
  background: #bbb;
}

.fp_rteDisplayMainCol {
  position: absolute;
  top: 12px;
  left: 140px;
  width: 256px;
}

.fp_rteDisplayMainColHeader {
  font-weight: bold;
  border-bottom: 2px solid black;
  margin-bottom: 5px;
}

.fp_subRow {
  height: 30px;
  width: 256px;
  background: #ccc;
  margin-bottom: 5px;
}

.fp_subRowID {
  float:left;
  height: 27px;
  width: 40px;
  color: #eee;
  padding-top: 3px;
  font-weight:bold;
  font-size: 20px;
  text-align:center;
  background: #444;
  overflow: hidden;
}

.fp_subRowName {
  float:left;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  height: 29px;
  width: 117px;
  padding: 1px 0px 0px 3px;
  overflow: hidden;
  background: #bbb;
}

.fp_subRowOptions {
  font-size: 12px;
  line-height: 14px;
  height: 30px;
  width: 93px;
  overflow: hidden;
}


