table.displaytable
{
        /* width: 95%; */
        margin: 5px;
        border-collapse: collapse;
}
table.displaytable .head
{
        background-color: #333333;
        color: #FFFFFF;
}
table.displaytable .head td
{
        font-weight: bold;
}
table.displaytable a
{
        color: #FFFFFF;
        text-decoration: none;
}
table.displaytable a:hover
{
        text-decoration: underline;
}
table.displaytable td
{
        padding: 3px;
        margin: 0px;
}
table.displaytable tr.odd
{
        background-color: #FFFFFF;
}
table.displaytable tr.odd a
{
        color: #071e76;
        text-decoration: underline;
}
table.displaytable tr.even
{
        /*
        background-color: #071e76;
        */
        background-color: #999999;
        color: #FFFFFF
}
table.displaytable tr.even a
{
        color: #FFFFFF;
        text-decoration: underline;
}
table.displaytable td {
        border: 1px solid black;
}
table.displaytable tr:hover {
        background-color: #FFCC00;
        border: 1px solid red;
        color: #000000;
}
table.displaytable tr:hover a
{
        color: #000000;
        text-decoration: underline;
}
table.displaytable col:hover {
        background-color: #FFCC00;
        border: 1px solid red;
        color: #000000;
}

