﻿*
{
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS;
    font-size: 10pt;
}
body
{
    background-color: #666666;
    /*background-color: #dedede;*/
    margin: 0;
    padding: 0;
}

pre, pre *
{
    font-family: monospace;
}

#top, #siteheader, #leftContent
{
    display: none;
}

#printHeader
{
    background-image: url(../Images/printheaderbg.png);
    height: 120px;
    margin-top: 30px;
    
}
#printHeader #printTitle
{
    background-color: White;
    border: 1px solid black;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 280px;
}
#printHeader #printTitle h1
{
    padding-top: 30px;    
}
#printHeader .printLogo1
{
    position: absolute;
    left: 10px;
    top: 10px;
}
#printHeader .printLogo2
{
    position: absolute;
    right: 10px;
    top: 10px;
}

.contentBox .printLink
{
    display: none;
}

table
{
    width: 100%;
}