/* on mozilla, at least, printing looks much better when the page size 
 * is specified explicitly */
BODY {
    Size: 8.0in 10in portrait;
}

table.resultset {
    margin-top: .1in;
}

:link, :visited
{
    color: #000000;
    text-decoration: none
}

:link:hover, :visited:hover
{
    color: #000000;
    text-decoration: none
}

:link:active, :visited:active
{
    color: #000000;
    text-decoration: none
}

.rowheader, th { 
    border: 1px solid #000000;
    background-color: #e0e0e0;
}

td, td.row0, td.row1 {
    background-color: #ffffff;
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    font-family: Verdana;
    font-size: 8pt;
}

div.resourceInvoice {
    background-color: #ffffff;
    border: 1px solid black;
}

div.resourceInvoice td, table.resourceCharges td {
    border-top: 0px;
    border-bottom: 0px;
}

table.invoiceAddresses td {
    vertical-align: top;
    border: 1px solid black;
    padding: .25em;
}

table.resourceCharges {
    background-color: #000000;
}

td.peaceworks {
    display: none;
}

.sidebar {
    display: none;
}


/* mccanada print stuff */
/* should create a separate print stylesheet for them... */
table.topMenu, #headersec, #footersec {
    display: none;
}



