/* CSS Document */

a.invisibleitem {
    display: none;
}

img.logo {
    border: none;
}

img.chart {
    width: 17.5cm;
    height: 13cm;
    border: none;
    padding: 0;
    cursor: default;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    display: none;
}

div.boxborder b.boxhead {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

p.breakhere {
    page-break-before: always;
}

h1 {
    display: none;
}

p.hide {
    display: none;
}

table.tablestats tbody tr td.qvlable {
    width: 150px;
    vertical-align: top;
}

table.tablestats tbody tr td.qvlable:first-letter {
    text-transform: uppercase;
}

table.tablestats  tr.light td.light {
    border-right: 1px solid #CCCCCC; /* background-color:#CCCCCC; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

table.tablestats  tr.light td.confidential,
    table.tablestats tr.dark td.confidential {
    text-decoration: underline;
}

td.qvseparator {
    border-right: 1px solid #CCCCCC;
}

table.tablestats  tr.dark td.dark {
/* border-bottom: 1px solid black; */
/* background-color:#999999; */
    background-image: url( "../img/qvprint_bg_restr.gif" );
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

table.tablestats tr.dark td.dark_restricted {
    background-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

}

table.tablestats tr.light td.light_restricted {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-right: 1px solid #CCCCCC;
}

table.tablestats thead tD.header,
    table.tablestats thead td.confidential,
    table.tablestats thead td.header_restricted,
    table.tablestats thead td.header_restricted_confidential {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    white-space: normal;
}

td.qvtopleft {
    border-right: 1px solid #CCCCCC;
}
 
