div#id_left {
  position: relative;
  float: left;
  margin: 0% 0% 0% 1%;
  width: 15%;
}
div#id_body {
  position: relative;
  float: left;
  margin: 0% 1% 200px 1%;
  width: 80%;
}
table.navigate_panel {
  margin: 5px 0px;
  width: 100%;
}
.navigate_panel {
  cursor: default;
  -moz-user-select: none;
}
.navigate_panel img {
  margin: 0px 3px;
  width: 40px;
}
.navigate_panel span {
  display: block;
  margin: 0px 3px;
  padding: 0px 3px;
  text-align: center;
  font-size: 18px;
  color: #5f6a72;
}
.navigate_panel td {
  vertical-align: middle;
}
.navigate_panel input {
  margin: 0px 3px;
  border: 0px none;
  background: none repeat scroll 0 0 transparent;
  cursor: pointer;
}
.navigate_panel input.textbutton {
  padding: 0px 3px;
  font-size: 18px;
  color: #d1d1d1;
}
.navigate_panel input.imgslide {
  height: 10px;
  width: 141px;
  background-image: url("../image/navigate/bg-resize.gif");
  background-repeat: no-repeat;
  background-position: -60px top;
  margin: 5px 0px;
}
#id_body .data tr.click_r td {
  background-color: #E2E9EE;
}
#panel_form {
  position: absolute;
  top: 0px;
  left: -5000px;
  width: 200px;
  height: 30px;
  background-color: #E2E9EE;
  border-color: #91A7B4;
  border-image: none;
  border-style: solid;
  border-width: 0px 1px;
  padding-top: 3px;
}
#panel_form input {
  margin: 3px;
  padding: 2px;
  float: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  outline: 0 none;
}
#panel_form input:hover {
  border: 1px solid #5599FF;
  background-color: #FAFAFF;
}
.ifrDiv {
  position: absolute;
  left: -5000px;
  top: 20%;
  border: 2px solid #324a62;
  background-color: #92A2B2;
  width: 60%;
  height: 427px;
  z-index: 1000;
}
.ifrDiv .ifrBttmnP {
  width: 28px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 90;
}
.ifrDiv .ifrLookDrag {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: -5000px;
  z-index: 40;
}
.ifrDiv .ifrClose {
  background-image: url("../image/close.gif");
  background-position: 1px 0px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  z-index: 100;
}
.ifrDiv .ifrClose:hover {
  border: 1px solid #5599FF;
  background-color: #FAFAFF;
}
.ifrDiv>iframe {
  border: 0px;
  position: relative;
  float: left;
  width: 100%;
  height: 400px;
  background-color: #FFFFFF;
}
.ifrDiv>h3 {
  position: absolute;
  left: 2px;
  top: 0px;
  height: 24px;
  margin: 0px;
  padding-left: 2px;
  color: #ffffff;
}
.ifrDiv .ifrMove {
  position: relative;
  float: left;
  width: 100%;
  height: 24px;
  cursor: move;
  border-bottom: 2px solid #324a62;
  z-index: 50;
}
#id_left .treecat a {
  padding: 0 0 8px 4px;
}