#oscura {
    background-color:black;
    display:none;
    height:100%;
    left:0px;
    filter:alpha(opacity=60);
    opacity:0;
    position:absolute;
    top:0px;
    width:100%;
    z-index:9000;
}

#notify
{
    opacity:100;
    width: 400px;

    background-image: url(images/blank.gif) repeat;
    display:none;
    position:absolute;top:50%;left:50%;
    margin:-100px 0 0 -175px;
    z-index:9001;
}

.forum
{ background: #FFFFFF;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px Blue;
  color: #484E56;
}

#dash {
    background:transparent none repeat scroll 0% 0%;
    text-align:center;
    padding:0px;
    position:fixed;
    top:0pt;
    width:100%;
    z-index:9999;
}

#dash1 {
    background:transparent none repeat scroll 0% 0%;
    text-align:center;
    padding:0px;
    position:fixed;
    bottom:0pt;
    width:100%;
    z-index:9999;
}

#toppanel {
    background:#000000 none repeat scroll 0% 0%;
    display:none;
    opacity: 0.9;

}

#toppanel1{
    background:#000000 none repeat scroll 0% 0%;
    display:none;
    height: 150px; width: 100%;
    overflow:auto;
    opacity: 0.9;
    padding-left: 10px;
    height: 150px;
    clear: both;
}
div#toppanel1 li {display: inline;
                  float: left;
padding-right: 5px;
    
}

#m {
    background:transparent url(../images/trigger_m.png) repeat-x scroll 100% 0pt;
    color:#FFFFFF;
    float:left;
    font-size:85%;
    height:19px;
    line-height:18px;
    overflow:hidden;
    text-align:center;
    width:80px;
}

#r {
    background:transparent url(../images/trigger_r.png) repeat-x scroll 100% 0pt;
    float:left;
    height:19px;
    width:20px;
}

#l {
    background:transparent url(../images/trigger_l.png) repeat-x scroll 100% 0pt;
    float:left;
    height:19px;
    width:20px;
}

#m1 {
    background:transparent url(../images/trigger_m1.png) repeat-x scroll 100% 0pt;
    color:#FFFFFF;
    float:left;
    font-size:85%;
    height:19px;
    line-height:18px;
    overflow:hidden;
    text-align:center;
    width:80px;
}
#r1 {
    background:transparent url(../images/trigger_r1.png) repeat-x scroll 100% 0pt;
    float:left;
    height:19px;
    width:20px;
}

#l1 {
    background:transparent url(../images/trigger_l1.png) repeat-x scroll 100% 0pt;
    float:left;
    height:19px;
    width:20px;
}