
table.directory
{
    width: 870px;
    margin:auto;

/*
    border: solid black 1px;
    border-collapse: separate;

}

table.directory td
{
    border: solid black 1px;
*/
}

.directory td, .directory th
{
    padding: 1px 4px 1px 4px;
}

tr.separator
{
    background-color: #CCCCCC;
}

td.data input
{
    text-align: right;
   /* background-color: #dbdec7;*/
}

@media print {
    .do_not_print {
        display:none;
    }

    td.data {
        border-left: solid black 1px;
        margin: 0;
    }

    table.directory {
        border-spacing: 0;
    }

    body {
        overflow: visible;
        /*border: solid blue 1px;*/
    }

}
