body
    {
    text-align: center;
    font-family: arial;
    }

#container
    {
    width: 980px;
    text-align: left;
    margin: 0 auto;
    /*border: 1px solid #888;*/
    overflow: auto
    }

#header
    {
    display: none;
   
    }

#hmenupanel
    {
    display: none;
 
    }

#sidebar
    {
    display: none;
 
    }

#content
    {
    /*margin-left: 190px*/
    }

.errorMessage
    {
    background: red;
    color: white;
    padding: 5px;
    }
a {
    color:#000;
    text-decoration: none;
}

/* sb login form styling */
/*
#     
*/
#sbloginform
    {
    display: none
    }
    

