@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;
}

td.shade {
    background-color: #EEEEEE;
}

td.w20 {
    width: 20%;
}

td.w25 {
    width: 25%;
}

td.w30 {
    width: 30%;
}

div.tableContainer {
    overflow: auto;
    height: 100px;
}
@media screen {
    table.fixedWidth {
        table-layout: fixed;
    }
    
    table.fixedWidth tr td, table.fixedWidth tr td table.fixedWidth tr td, table.fixedWidth td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media print {
    table.fixedWidth {
        table-layout: automatic;
        font-size: 10px;
    }
    
    table.fixedWidth td {
        text-overflow: normal;
        white-space: wrap;
        overflow: auto;
    }
}
