body{
    font-size: 11px;
    font-family: Tahoma;
    margin: 5px 0px 0px 0px;
    height: 100%;
}

#wrapper{
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px #DDDDDD solid;
}

#mainbody{
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../img/bg_admin.gif) repeat scroll #00FF99;
  float: left;
  border: 1px #DDDDDD solid;
}

#navigation{
    position:absolute;
    top:0px;
    left: expression( (( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( (( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    background:#99CCCC url(../img/downarrow.png) center top no-repeat;
    border:1px solid #00CCFF;
    width:32px;
    height: 10px;
    overflow: hidden;
    filter:alpha(opacity=80);
    opacity:0.8;
    -moz-opacity:0.8;
}

#banner{
  width: 100%;
  height: 85px;
  background:url(../img/banner.jpg) left top no-repeat;
  text-align: left;
  text-indent: 36%;
}

#topmenu{
  width: 100%;
  height: 30px;
  float: left;
  background: #00CCFF;
  font-weight:bold;
  color: #990000;
}
#hotnews{
  width: 100%;
  height: 25px;
  float: left;
  background: #EEEEEE;
  border: inset 1px;
  font-weight:bold;
  color: #990000;
}
#leftbody{
  width: 170px;
  height: 100%;
  float: left;
  top: 0px;
}

#centerbody{
padding-left: 1px;
padding-right: 1px;
height: 100%;
width: auto;
}

#mainads{
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 3px;
  float: left;
}
#search{
  width: 100%;
  height: auto;
  float: left;
}

#content{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  padding-top: 0px;
}

.contentpost{
  background:#FFFFFF;
  border: 1px solid #0000CC ;
  height: 100%;
  width:420px;
  text-align: justify;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  overflow-x: scroll;
}
#wait, #waitlogin, #waitmenuuser, #waitpost, #waitmenu, #waitform{
  position:absolute;
  float:left;
  background:#FFFFFF;
  text-align:center;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
}

#notice, #noticelogin,#noticepost, #noticeform,#noticepopuplogin{
    color:#FF0000;
    font-size: 14px;
}

#footerads{
  width: 100%;
  height: 80px;
  float: left;
  text-align: center;
}


#rightbody{
  width: 160px;
  height: 100%;
  float: right;
  top: 0px;
}

#footer{
  width: 100%;
  height: 50px;
  background: #33CCFF;
  float:left;
  background: url(../img/footer.gif) center;
  padding-top: 5px;
}

#search{
  width: 100%;
  height: auto;
  visibility: visible;
}
#waitscreen{
    position:absolute;
    top:0px;
    /*left: expression( (( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );*/
    /*top: expression( (( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );*/
    top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
    overflow: visible;
    background:#FFFFFF;
    visibility:hidden;
    display:none;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity:0.4;
    width: 100%;
    height:100%;
    bottom: auto;
    text-align: center;
    z-index: 1;
}
#popup{
    position:fixed;
    top:0px;
    /*left: expression( (( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );*/
    /*top: expression( (( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );*/
    top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
    overflow: visible;
    background:#FFFFFF;
    visibility:hidden;
    display:none;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity:1;
    width: 100%;
    height:100%;
    bottom: auto;
}

#formpopup{
    width:500px;
    height: auto;
    /*background:#FFFFFF;    */
    top:10px;
    position: absolute;
}

#typing{
    position: absolute;
    top: 10px;
    left: 2px;
    width: 60px;
}