﻿/*Override screen.css*/
div#left-menu
{
    display:none;
}
img#screen-logo
{
    display:none;
}
#body-background-image,
#rightpane,
#text-wrapper,
#scroll-bar-hook,
.jScrollPaneContainer,
#copyright-note{
    padding: 0 !important;
    margin: 0 !important;
    overflow:visible  !important;
    width:auto !important;
    height:auto !important;
    position:relative !important;
    float:none !important;
}

#scroll-bar-hook{
    top:0 !important;   /*overide scrolling*/
}
#copyright-note {
    /*display:none;*/
}