.popup_background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 500;
  background-image: url('../../images/siteedit/menuedit/menueditbox_bg.png');
}

.popup_container {
  position: absolute;
  left: 0px;
  z-index: 501;
  width: 100%;
  height: 100%;
}

.popup_container2 {
  width: 722px;
  display: table;
  margin-top: 100px;
}

.popup_top_left {
  width: 12px;
  height: 15px;
  float: left;
  background-image: url('../../../_framework/images/siteedit/menuedit/top_border_left.png');
}

.popup_top_right {
  width: 10px;
  height: 15px;
  float: left;
  background-image: url('../../../_framework/images/siteedit/menuedit/top_border_right.png');
}

.popup_top_center {
  height: 15px;
  width: 700px;
  float: left;
  background-image: url('../../../_framework/images/siteedit/menuedit/top_border.png');
}

.popup_left_border {
  clear: both;
  padding-left: 12px;
  background-image: url('../../../_framework/images/siteedit/menuedit/middle_border.png');
  background-repeat: no-repeat;
  background-color: #E4E4E4;
}

.popup_right_border {
  padding-right: 10px;
  background-image: url('../../../_framework/images/siteedit/menuedit/middle_border.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #E4E4E4;
}

.popup_list_bottom {
  height: 18px;
  width: 722px;
  text-align: left;
}

.popup_bottom_left {
  height: 18px;
  width: 12px;
  float: left;
  background-image: url('../../../_framework/images/siteedit/menuedit/bottom_border_left.png');
}

.popup_bottom_center {
  height: 18px;
  width: 700px;
  float: left;
  background-image: url('../../../_framework/images/siteedit/menuedit/bottom_border.png');
}

.popup_bottom_right {
  height: 18px;
  width: 10px;
  float: left;
  background-image: url('../../../_framework/images/siteedit/menuedit/bottom_border_right.png');
}

.popup_list_content {
  text-align: left;
  background-color: #FFFFFF;
}

.popup_list_category {
  width: 700px;
  height: auto;
  margin: 0px;
  background-color: #FFFFFF;
  background-image: url('../../../_framework/images/siteedit/menuedit/bg_line.gif');
  background-repeat: repeat-x;
  background-position: top left;
}

.popup_h1 {
  padding: 20px 10px;
  font-size: 20pt;
  color: #808080;
}

.popup_buttons {
  padding: 10px 11px;
  background-color: #FFFFFF;
  text-align: right;
}

.popup_content .cppdbtablelister th {
  height: 20px;
}

.popup_list_content .popuptr_hover td {
  cursor: pointer;
  background-color: #EFEFEF;
}

.popup_loading {
  padding: 75px 0 75px 0px;
  text-align: center;
}

.popup_list .cppdbtablelister {
  margin-bottom: 10px;
}

.popup_list .cppeditcontrol {
  border: 1px solid #AAAAAA;
  margin-right: 1px;
}

