/* ----------------------------------- general */
body {
  padding: 25px;
  font: 11px Arial, sans-serif;
  background-color: #123456;
}

.btns {
  margin-top: 20px;
}

.butn, .edit_butn, .pbtn, #crft_more {
  float: left;
  padding: 3px 20px;
  margin-right: 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #123;
  text-align: center;
  cursor: pointer;
}

.butn.o, .edit_butn.o, .pbtn.o {
  color: #000;
  background-color: #abc;
}

br, .Z {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

/* -------------------------------------- page */
#page {
  position: relative;
}

.page_capt {
  float: left;
}

.page_cont {
  min-height: 10px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ddd;
  display: none;
}

.page_head {
  padding: 3px;
  text-align: center;
  font-size: 24px;
  border-bottom: solid 5px #123456;
}

#page_info {
  padding: 10px;
  display: none;
}

#page_left {
  float: left;
  margin-right: 25px;
  background-color: #ccc;
}

#page_rght {
  float: left;
  width: 60%;
  min-height: 100px;
  background-color: #ccc;
}

.page_titl {
  padding: 3px;
  margin-bottom: 3px;
  font-size: 18px;
  background-color: #bbb;
}

.page_xpnd {
  float: left;
  width: 25px;
  margin-right: 10px;
  background-color: #ccc;
  text-align: center;
  cursor: pointer;
}

.page_xpnd.o {
  background-color: #fedcba;  
}

/* --------------------------------- left side */
#alph {
  padding: 3px 0;
  border-bottom: solid 5px #123456;
}

#alph > .i, .o.i {
  font-weight: bold;
  background-color: #432;
  color: #ffffff;
  cursor: default;
}

.achr {
  float: left;
  padding: 0 2px;
  margin: 0 1px;
  font-size: 18px;
  cursor: pointer;
}

.achr.o {
  background-color: #fedcba;  
}

#olst {
  padding: 10px;
  height: 800px;
  overflow-y: scroll;
  border-bottom: solid 5px #123456;
}

#olst > .i, .o.i {
  font-size: 14px;
  font-weight: bold;
  background-color: #432;
  color: #ffffff;
  cursor: default;
}

#olst_btns {
  padding: 10px;
}

.onam {
  padding: 2px 0;
  cursor: pointer;
}

.onam.o {
  background-color: #fedcba;  
}

/* -------------------------------------- mask */
#emsk {
  position: absolute;
  background-color: #000;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 2;
}

/* ----------------------- single value prompt */
#prmp_sing {
  position: absolute;
  top: 600px;
  left: 300px;
  width: 600px;
  padding: 25px;
  background-color: #ddd;
  display: none;
  z-index: 9;
}

#prmp_sing_capt {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

#prmp_sing_emsg {
  font-size: 14px;
  color: red;
  margin-bottom: 15px;
}

#prmp_sing_valu {
  width: 100%;
  margin-bottom: 15px;
}

/* ------------------------------ wait message */
#prmp_wait {
  position: absolute;
  top: 300px;
  left: 300px;
  width: 800px;
  padding: 20px;
  background-color: #fff;
  display: none;
  z-index: 9;
}

#prmp_wait_capt {
  float: left;
  font-size: 25px;
  color: #333;
  margin-right: 10px;
}

/* ------------------------------- IOM summary */
#ioms_summ {
  position: absolute;
  top: 3%;
  left: 25%;
  width: 1200px;
  background-color: #ccc;
  display: none;
}

#summ_body {
  padding: 10px 10px 30px 10px;
  display: block;
}

.summ_sect {
  margin-bottom: 20px;
}

.summ_sect_titl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.summ_line {
}

.genr_stat, .summ_labl, .summ_qval, .summ_qttl, .summ_valu, .summ_crft_none, .summ_quip_none, .summ_rvis, .summ_rlin, #summ_rmsg {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}

.summ_labl {
  float: left;
  margin-right: 10px;
}

.summ_valu {
  float: left;
  color: #123456;
  font-weight: bold;
}

.summ_crft_cont {
  padding: 3px 0;
  margin-bottom: 2px;
  border-top: solid 1px #888;
  border-bottom: solid 1px #888;
}

.summ_crft_left, .summ_crft_rght {
  float: left;
}

.summ_crft_left {
  width: 30%;
}

.summ_crft_none, .summ_quip_none {
  color: #942;
}

.summ_qttl {
  color: #fff;
  background-color: #456789;
  text-align: center;
}

.summ_qval {
  color: #123456;
  font-weight: bold;
  line-height: 16px;
}

#summ_nput input {
  padding: 3px 0;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border none;
  display: block;
  float: left;
}

.summ_rvis {
  margin-top: 10px;
}

.summ_rhdr {
  color: #fff;
  background-color: #456789;
}

.summ_rhdr div, .summ_rlin div {
  float: left;
  text-align: left;
}

.summ_rcel_1 {
  width: 400px;
  margin-right: 3px;
}

.summ_rcel_2 {
  width: 120px;
  margin-right: 3px;
}

.summ_rcel_3 {
  width: 600px;
}

#summ_rmsg {
  color: #f00;
}

#summ_trck {
  padding: 10px;
  display: none;
}

#summ_trck_body {
  min-height: 400px;
  padding: 10px;
  background-color: #ddd;
  margin-bottom: 10px;
}

#summ_trck_btns {
  display: block;
}

.genr_stat {
  font-size: 16px;
}

.genr_stat.excp {
  font-weight: bold;
  color: red;
}

/* ------------------------------------ log in */
.labl, .nput {
  font-size: 22px;
  width: 25%;
}

.labl {
  color: #fff;
}

.nput {
  margin-bottom: 20px;
}

#subm {
  width: 12%;
  padding: 3px 0;
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

#fail {
  margin-top: 20px;
  font-size: 22px;
  color: #ff3333;
}

/* ------------------------------------- forms */
#anew, #save, #tupd {
  display: none;
}

/* --------------------- edit revision history */
#edit_rvis {
  position: absolute;
  top: 10%;
  left: 25%;
  width: 1000px;
  background-color: #ccc;
  display: none;
}

#edit_rvis_titl {
  padding: 3px;
  text-align: center;
  font-size: 24px;
  border-bottom: solid 3px #123456;
  margin-bottom: 5px;
  background-color: #bbb;
}

#edit_rvis_head {
  padding: 0 10px;
}

#edit_rvis_head div {
  float: left;
  padding: 0 2px;
  font-size: 16px;
  font-weight: bold;
}

#edit_rvis_body {
  padding: 0 10px;
}

.edit_rvis_line {
  margin-bottom: 5px;
}

.edit_rvis_line input {
  display: block;
  float: left;
  padding: 0 2px;
  font-size: 16px;
  border: none;  
}

.edit_rvis_rnum {
  width: 250px;
  margin-right: 1px;
}

.edit_rvis_rdat {
  width: 150px;
  margin-right: 1px;
}

.edit_rvis_rcom {
  width: 500px;
}

#edit_rvis_btns {
  padding: 0 10px;
  margin: 10px 0;
}

/* ------------------------------ upload image */
#cext_load_form, #cext_repl_form, #hext_load_form, #hext_repl_form {
  display: block;
}

#logo_load_cext, #logo_load_hext, #logo_repl_cext, #logo_repl_hext {
  position: absolute;
  display: none;
}

#upld_titl {
  padding: 3px;
  text-align: center;
  font-size: 24px;
  border-bottom: solid 3px #123456;
  margin-bottom: 5px;
  background-color: #bbb;
}

#upld_body {
  padding: 10px;
}

#upld_imag_labl {
  font-size: 14px;
  color: #764b20;
  margin_bottom: 10px;
}

#upld_imag_name {
  font-size: 22px;
  margin: 10px 0;
  color: #123456;
}

#upld_imag_name.nimg {
  font-style: italic;
  color: #aaa;
}

#upld_emsg {
  font-size: 16px;
  color: #ff0000;
  margin: 10px 0;
}

/* --------------------------- server channels */
#form, #serv {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  display: none;
}


