﻿/* 5.0 Print */
@media print
{
   #header { display: none; }
   #pageMenu { display: none; }
   #mainbar { display: none; }
   #page
    {
        border-style: dashed;
        margin-left: -0px;
        width: 700px;
        overflow: hidden;
    }
    
   #mainFooter { display: none; }
   #pageContent { width: 700px; }
   .contentWide { width: 700px; }
   .headerPanel { display: none; }
   .hide { display: none; }
   
   .AlternatingRowStyle
    {
        border-width: 1px;
        border-color: #000000;
        background-color: #F5F8FC;
        border-top-style: solid;
    }
    
    .Line
    {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #000000;
    }
    
    .GridViewHeader
    {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #000000;
    }
    
}