﻿@page
{
    margin: 10mm !important;
}

@media print
{

body
{
    background-color: #ffffff;
}

#pagetop,
#BaseTable,
#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
{

}