/*

MDA 08/21/2009 - #109688 Added new print styles and print styles from base stylesheet

*/



/*change hyperlinks to  just text */
a
{
    text-decoration: none;
    color: #000000;
}

fieldset { border: none; }

legend { width: 100%; }



/*THIS CLASS IS REPEATED IN THE BASE.CSS FILE, BUT IS MARKED TO HIDE*/
.HideOnScreenShowOnPrint
{
    display: block;
}

/* this is a pure show on print class - not repeated in base */
.ShowOnPrint{display: Block;}


div#gui_menu
{
    display: none;
}




/* from vos style sheet */
.noprint
{
    display: none;
}

.formbutt
{
    display: none;
}
.pagebreak
{
    page-break-before: always;
}
.optional
{
    display: none;
    padding-left: 10px;
}
#sidemenu
{
    display: none;
}
#mstTop
{
    background-color: #fff;
    color: #000;
}
#mstTopLogo
{
    display: none;
}
#mstTopHeader
{
    margin-left: 0px;
    font-weight: normal;
    color: #000;
    background-color: #fff;
}
#mstContent
{
    margin-left: 0px;
}
#mstContentRule
{
    display: none;
}
#mstFooter
{
    display: none;
}
#mstDebug
{
    display: none;
}

.logocolumns
{
    display: none;
}

.headercolumns
{
    display: none;
}
