.tbl_paging, .tbl_paging2 {
    border: 0 solid #808080;
    border-bottom-width: 2px;
}

.tbl_paging th, .tbl_paging td, .tbl_paging2 th, .tbl_paging2 td  {
    border: 0 solid #d7d7d7;
    border-bottom-width: 1px;
    padding: 0 6px 0 5px;
}

@-moz-document url-prefix(http) {
	.tbl_paging th, .tbl_paging td, .tbl_paging2 th, .tbl_paging2 td {
	    border: 0 solid #d7d7d7;
	    border-bottom-width: 1px;
	    padding: 0 5px 0 5px;
	}
}

.tbl_paging thead tr {
    background-color: #d7d7d7;
    color: black;
}

.tbl_paging2 thead tr {
    background-color: #808080;
    color: white;
}

th.sorted {
    background-color: #d7d7d7;
}

th.sorted a, th.sortable a {
    color: black;
    display: block;
    overflow: visible;
    padding-left: 10px;
}

th.sortable a, th.sortable_right a {
    background: url(../images/table/arrow_off.png) 0 no-repeat;
}

th.sortable_right a {
	float: right;
}
	
th.order1 a {
    background: url(../images/table/arrow_down.png) 0 no-repeat;
}

th.order2 a {
    background: url(../images/table/arrow_up.png) 0 no-repeat;
}

tr.odd {
    background-color: white;
}

tr.tableRowEven, tr.even {
    background-color: #f0f0f0;
}

.tbl_paging2 tr.even {
    background-color: #e5eef5;
}

div.exportlinks {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    margin: 2px 0 10px 0;
    width: 79%;
}

span.export {
    padding: 0 4px 1px 20px;
    display: inline-block;
    cursor: pointer;
}

span.excel {
    background-image: url(../images/table/ico_file_excel.png);
}

span.csv {
    background-image: url(../images/table/ico_file_csv.png);
}

span.xml {
    background-image: url(../images/table/ico_file_xml.png);
}

span.pdf {
    background-image: url(../images/table/ico_file_pdf.png);
}

span.rtf {
    background-image: url(../images/table/ico_file_rtf.png);
}

span.pagebanner {
    border: 0;
    display: inline-block;
    padding: 2px 4px 2px 4px;
}

span.pagelinks {
    border: 0;
    display: inline-block;
    padding: 2px 4px 2px 4px;
    text-align: right;
    width: 100%;
}

.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: 0;
    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;
}
