﻿
#layoutTable
{
    width: 100%;
}
#layoutTable td#MainPane
{
    width: 100%;
}
#layoutTable td#LeftPane
{
    display: none;
}
#layoutTable td#TopLeftPane
{
    display: none;
}
#layoutTable td.headerSpacerPane
{
    display: none;
}
#layoutTable td#BannerPane
{
    display: none;
}

#layoutTable .noPrint {
    display:none;
}
.contentFullFramePane
{
    width: 100% !important;
}
@media print
{
    #layoutTable
    {
    }
    #layoutTable td#headerLeftGutter
    {
        display: none;
    }
    #layoutTable td#headerRightGutter
    {
        display: none;
    }
    #layoutTable td#headerCenter
    {
        display: none;
    }
    #layoutTable td#shadowLeft
    {
        display: none;
    }
    #layoutTable td#shadowRight
    {
        display: none;
    }
    #layoutTable td#shadowBottomLeft
    {
        display: none;
    }
    #layoutTable td div#shadowLeftBottom
    {
        display: none;
    }
    #layoutTable td#shadowBottom
    {
        display: none;
    }
    #layoutTable td#shadowBottomRight
    {
        display: none;
    }
    #layoutTable td div#shadowRightBottom
    {
        display: none;
    }
    #menuCenter
    {
        display: none;
    }
    #footerPane
    {
        display: none;
    }
    #layoutTable td#menuCenter
    {
        display: none;
    }
    #layoutTable #searchPane
    {
        display: none;
    }
    #layoutTable #searchPane *
    {
        vertical-align: middle;
    }
    #layoutTable #searchPane input
    {
        margin-right: 5px;
    }
    #layoutTable td#body
    {
        /*background: #f8f7f2; */
        background-color: #ffffff;
        padding: 9px;
    }
    #layoutTable td#LeftPane
    {
        display: none;
    }
    div#printCommandPane
    {
        display: none;
    }
    table.contentFramePane
    {
        clear: right;
        float: left;
        width: 420px;
    }

    .rightFramePane
    {
        margin-top: 0px;
        float: right;
        width: 172px;
        color: #616161;
    }

}

