﻿body
{
    font-size: 12px;
    background: none;
    font-family: Arial;
}


div#navigation, div#footer, p.sendEmail, #printReport
{
    display: none; }
    
    
div#header h1 {
    background: url("/Images/bloom_only_logo.png") no-repeat scroll left bottom transparent;
    height: 57px;
    width: 116px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

div#header h1 span {
    left: -2000em;
    position: absolute;
}
    
    
h4.title
{
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}

table.tablesorter
{
    width: 100%;
    text-align: left;
}  
 

table.tablesorter thead tr th, table.tablesorter tfoot tr th, table.tablesorter tbody tr td {
    border: 1px solid #000;
    padding: 2px;
}

table#tblReportFooter
{
    margin-top: 5em;
    width: 100%;
}

table#tblReportFooter td
{
    border-top: 2px solid #000;
    padding-bottom: 35px;
}

hr#reportTitileUnderline
{
    width: 5px; }

p
{
    margin: 2px 0 2px 0;
}