table.displaytable {
        border: 1px solid #666;
        width: 100%;
        margin: 5px 0 5px 0 !important;
}
table.displaytable th, table.displaytable td {
        padding: 2px 4px 2px 4px !important;
        text-align: left;
        vertical-align: top;
}
table.displaytable thead tr {
        background-color: #4d4592;        color: white;
}
th {
background-color: #888;
}
th.sorted {
        background-color: #888;
}
th a,th a:visited {
        color: white;
}
th a:hover {
        text-decoration: underline;
        color: white;
}
th.sorted a {
        background-position: right;
        display: block;
        width: 99%;
        color: #FFF;
}
th.sortable a {
        background-position: right;
        display: block;
        width: 99%;
}
th.sortable a {        background-repeat:no-repeat;background-image: url(/html/img/arrow_off.png);}th.order1 a {        background-image: url(/html/img/arrow_up.png);}th.order2 a {        background-image: url(/html/img/arrow_down.png);}tr.odd {
        background-color: #fff;
}
tr.tableRowEven,tr.even {
        background-color: #f2f2f2;
}
 
div.exportlinks {
        background-color: #eee;
        border: 1px dotted #999;
        padding: 2px 4px 2px 4px;
        margin: 2px 0 10px 0;
        width: 99%;
}
 
span.export {
        padding: 0 4px 1px 20px;
        display: inline;
        display: inline-block;
        cursor: pointer;
}
 
span.excel {
        background-image: url(../img/ico_file_excel.png);
}
 
span.csv {
        background-image: url(../img/ico_file_csv.png);
}
 
span.xml {
        background-image: url(../img/ico_file_xml.png);
}
 
span.pdf {
        background-image: url(../img/ico_file_pdf.png);
}
 
span.rtf {
        background-image: url(../img/ico_file_rtf.png);
}
 
span.pagebanner {
        background-color: #eee;
        border: 1px dotted #999;
        padding: 2px 2px 2px 2px;
        width: 99%;
        margin-top: 1px;
        display: block;  
        border-bottom: none;
        text-align: center;
}
span.pagelinks {
background-color: #eee;
border: 1px dotted #999;
padding: 2px 2px 2px 2px;
width: 99%;
display: block;
border-top: none;
margin-bottom: -5px;
text-align: center;
}
.group-1 {
    font-weight:bold;
    padding-bottom:10px;
    border-top:1px solid black;
}
.group-2 {
    font-style:italic;
    border-top: 1px solid black;
}
.subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
.subtotal-label, .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}
.grouped-table tr.even {
    background-color: #fff;
}
.grouped-table tr.odd {
    background-color: #fff;
}
.grandtotal-row {
    border-top: 2px solid black;
}
