

/*** for PC Browser ***/
@media (min-width:401px)
{
@page
{
    margin: 10mm !important;
}


}
@media print
{

body
{
    background-color: transparent;
}

#Middle,
#ContentPane
{
/*    width: auto !important;*/
    width: 100% !important;
    max-width: 750px !important;
}

#ContentPane .ModuleReference
{
    width: auto !important;
}

#LeftPane
{
    display: none;
}
}

/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}