/* 
    Document   : print
    Created on : 21 Sep 2013, 5:26:10 PM
    Author     : ADO
    Description:
        Purpose of the stylesheet follows.
*/
@charset "utf-8";

@media print {
    .visible-print {
        display: inherit !important;
    }
    .hidden-print {
        display: none !important;
    }
    a {
        text-decoration: none !important;
    }
}

body {
    background: none repeat scroll 0 0 white;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}
.page-break {
    display: block;
    page-break-before: always;
}
.r_border {
    background: none repeat scroll 0 0 transparent;
}

.nonprint_section {
    display: none;
}
.sidebar1 {
    background: none repeat scroll 0 0 transparent;
    display: none;
    width: 0;
}
.sidebar1 h3 {
    background: none repeat scroll 0 0 transparent;
    display: none;
}
.cont_banner {
    background: none repeat scroll 0 0 transparent;
    display: none;
}
.container {
    background: none repeat scroll 0 0 transparent;
}
.side_bg {
    background: none repeat scroll 0 0 transparent;
}
.l_side {
    float: none;
    padding: 0;
}
.mainContent {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}
.cont {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
.footer {
    background: none repeat scroll 0 0 transparent;
}
.tab_left_r {
    background: none repeat scroll 0 0 transparent;
}
.tab_left {
    background: none repeat scroll 0 0 transparent;
}
.tab_right {
    background: none repeat scroll 0 0 transparent;
}
#sixgenreport {
    font-size: 11px;
}
#PEDTAB td {
    font-size: 11px;
    text-transform: uppercase;
}
#PEDTABC td {
    font-size: 11px;
}
.PEDTABT td {
    font-size: 11px;
    padding-left: 3px;
}
.resultchart td {
    font-size: 10px;
}
