@import url("/vssty/seflIntranet.css")
/*
Document   : tracing
Created on : Jul 25, 2008, 3:00:36 PM
Author     : Marc Farrow
Description:
Used to hold styles for tracing pages.
*/
td {
    vertical-align: top;
    padding: 2px;
    border: none;
}
.shade {
    background-color: #EEEEEE;
}
div.tableContainer {
    overflow: auto;
    height: 100px;
}
table.fixedWidth tr td, table.fixedWidth tr td table.fixedWidth tr td, table.fixedWidth td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notesTable th, .notesTable td {
    border: 1px solid black;
}
.floatLeft {
    float: left;
}
.row {
    clear: both;
}
@page {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media print {
    table.fixedWidth {
        table-layout: automatic;
        font-size: 10px;
    }

    table.fixedWidth td {
        text-overflow: normal;
        white-space: wrap;
        overflow: auto;
    }
    div.tableContainer {
        height: auto;
    }
    body {
        font-size: 10px !important;
        margin-left: 30px !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .hideWhenPrinted {
        display: none;
    }
    .menunoprint {
        display:none;
    }
    th.noshade, td.noshade {
        background-color: inherit;
    }
}
@media screen {
    .hideWhenViewing {
        display: none;
    }
    table.fixedWidth {
        table-layout: fixed;
    }
}