/*
Trick IDE to thinking this is a css file, but actually this is a comment! ha ha!
<style>
/**/

/* COPY EVERYTHING ABOVE THIS LINE FOR NEW CSS FILES */

div.super 
{
    background-color: #FFF;
    border: 1px solid #555;
    font-size: 10pt;
    overflow: auto;
}

div.super table
{
    background-color: #555;
    border-bottom: 1px solid #555;
    display: none;
    margin: 0;
    padding: 0;
}

div.super th
{
    background: #DDE4EC url('/netdirect/themes/common/images/superTable/bg.gif') no-repeat right center;
    cursor: pointer;
    width: auto;
}

div.super th.nosort
{
    background-image: none;
}

div.super th:hover
{
    background-color: #BBC2CA;
}

div.super thead *
{
    white-space: nowrap;
    width: 100%;
}

div.super th,
div.super td
{
    border-left: 1px solid #555;
    padding: 0 4px;
    text-align: left;
    white-space: nowrap;
}

div.super td:first-child,
div.super th:first-child
{
    border-left: none;
}

div.super thead th
{
    border-bottom: 2px solid #555;
    padding-right: 22px;
}

div.super tbody tr.even td
{
    background-color: #EEEEF0;
}

div.super tbody tr.odd td
{
    background-color: #FFF;
}

div.super th.ascendingsort {
    background: #B0C3D8 url('/netdirect/themes/common/images/superTable/desc.gif') no-repeat right center;
}

div.super th.descendingsort
{
    background: #B0C3D8 url('/netdirect/themes/common/images/superTable/asc.gif') no-repeat right center;
}

div.super tbody tr:hover td
{
    background-color: #F5ECA1;
}

div.super tbody tr.selected td,div.super tbody tr.selected td a
{
    background-color: #0C0CA6;
    color: #FFF;
}

div.super tbody td input
{
    background: transparent;
    border: none;
    height: 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    text-align: center;
    width: 70px;
}

div.super tbody td:hover input
{
    background: #FFC;
}

.negative
{
    color: red;
}

.cursorpointer
{
    cursor: pointer;
}

div.super td.money
{
    text-align: right;
}

div.super a,
div.super a:hover
{
    color: #000;
    text-decoration: none;
}

div.superTableExpand
{
    padding-bottom: 2px;
    text-align: right;
}

div.superTableExpand a
{
    cursor: pointer;
}

div.ui-widget-overlay
{
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 1;
}
        
div.super tbody tr.highlighted.odd td {
    background-color: #ccffd0;
}

div.super tbody tr.highlighted.odd:hover td {
    background-color: #aaddae;
}

div.super tbody tr.highlighted.even td {
    background-color: #c0f0c2;
}

div.super tbody tr.highlighted.even:hover td {
    background-color: #9edea0;
}