/* Ajax
------------------------------------------------------------------------------*/
/*UserView*/
#ajx-bg{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #4F4F4F;
  border : ;
  opacity : 0.95;
  display: none ;
  z-index: 1;
}
#load-page{ width: 1024px; position: relative ; z-index: 2;  }

/*AdminView*/
#ajxBg{
  position: fixed;
  width: 100%;
  /*
  height: 100%;
  top: 0;
  background: #4F4F4F;
  display: none;
  z-index: 100;
  opacity : 0.8;
  */
  display: none ;
  z-index: 1;
}
#ajx{
  border: 3pt solid #CC9933;
  position: relative;
  width: 600px;
  height: ;
  overflow: auto;
  z-index: 1;
  padding: 10pt;
  margin-top: 7%;
  background: #FFFF99;
  opacity : 0.9;
  border-radius:10px;
  -moz-border-radius:10px;
}
#ajxEdit{
  border: 3pt solid #CC9933;
  position: relative;
  width: 500px;
  height: ;
  overflow: auto;
  z-index: 1;
  padding: 10pt;
  margin-top: 10pt;
  background: #FFFF99;
  opacity : 0.9;
  border-radius:10px;
  -moz-border-radius:10px;
}
#divAjxClose p{
  width: 600px;
  margin: 0;padding: 0;
  cursor: pointer;
  font-weight: bolder;
  color: #000000;
  text-align: right;
  z-index :1;
}

/*Ajx Del Top
------------------------------------------------------------------------------*/
#ajxBg-top{
  position: relative;
  width: 100%;
  display: none ;
  z-index: 1;
}
#ajxBg-top #ajx-top{
  border: 3pt solid #CC9933;
  position: relative;
  width: 500px;
  z-index: 1;
  padding: 10pt;
  background: #FFFF99;
  opacity : 0.9;
  border-radius:10px;
  -moz-border-radius:10px;
}
#divAjxClose p{
  width: 500px;
  margin: 0;padding: 0;
  cursor: pointer;
  font-weight: bolder;
  color: #000000;
  text-align: right;
  z-index :1;
}

/*AjxLoadBG
------------------------------------------------------------------------------*/
#ajxTransBody{
  position: fixed  ;
  width: 100%;
  height: 100%;
  background: #666600;
  border: 1px solid beige;
  z-index: 1;
  display: none;
  opacity : 0.9;
}
#ajxTransBody #loadTrans{ text-align: center;margin: 100pt; font-weight: bolder;color: red; font-size: 15px; }

h1.title-ajx{
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 2pt;
  background: #99CCFF;
  text-align: left;
  color: #FFFFFF;
}
ul#listAjx{
  list-style: none;
  text-align: left;
}

/* Title */
h1.ajxTitle{
  font-family: "Trebuchet MS";
  font-size: 17px;
  border-bottom: 1px solid grey;
  color:#000099;
}

table#del{ border: 1PX solid grey }
table#del tr{background:#CCCCCC   ; }
table#del tr td { padding:5pt; }

