﻿/* Print Stylesheet */

/* HIDE THESE - Header */
.btnNewCriteria,
#logo
{
    display: none;
    position: static;
    width: 0;
    margin: 0;
    padding: 0;
    left: 0;
    right: auto;
    top: 0;
    height: 0;
    float: none;
    border: none;
}

/* Modify these */
body, form, #Header,.Report_Disclaimer, .Report, .Report_Detail, #Footer, #Copyright
{
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    right: auto;
    top: 0;
    min-height: 0;
    background: white;
    float: none !important;
    height: auto;
}
body, form, #Header,.Report, #Footer
{
    border: none;
    color: black;
}
.Report
{
    overflow: scroll;
}
html, body, .Report

{
    overflow: visible !important;
}
/* More specific changes */
.Report_Disclaimer, #Footer, .Report_Detail td, .Report_Detail span
{
    text-align:center;
}
.Report_Detail, .Report_Detail table
{
    font-size: 10px;
    margin: 0;
    padding: 0;
}
.Report_Detail th
{
    font-size: 11px;
}
.Report_Disclaimer, #Footer, .Report
{
    float: none;
    font-size: 11px;
}
input.Log_btnNewCriteria
{
    display: none;
    margin: 0;
    padding: 0;
}
.Report_SmallFont
{
    font-size: 10px;
}
.Report_SmallerFont
{
    font-size: 10px;
}
.Report_Detail td, .Report_Detail span
{
    float: none;
    margin: 0;
    padding: 0;
}
table.BL_Charges
{
    margin: -1px;
    height: 0;
    min-height: 0;
}

