@media print {@page { size: landscape } }
body {
        background: none;
}

#mainnavigation {
        display: none;
}

div.pts-toolbar {
        display: none;
}

div.detailSidebar {
        display: none;
        float: none;
}
div.rightContent, div.detailContentPane {
        width: 99%;
        float: none;
        overflow: visible;
}

#info
{
        height: 100%;
}

#info td
{
        height: 100%;
}

thead {display: table-header-group;}

th.noprint, td.noprint { display: none; }

tr.tableStatisticsRow { display: none; }

img.pdfpage {
        display: none !important;
}
