table.display {
	border-collapse: separate;
	border: 1px solid #7C92DB;//#69c;
	text-overflow:hidden;
	width: 100%;
	margin: 5px 0 5px 0 !important;	
}

table.display th, table.display td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;	
	line-height: 2em;
}

table.display thead tr {
	background-color: #7C92DB;//#fc0;
}

table.display thead th {
	font-size: 14px;
	color: white;
}

table.display th.sorted {
	background-color: #fc0;
}

table.display th a, table.display th a:visited {
	color: white;//black;
}

table.display th a:hover {
	text-decoration: underline;
	color: black;
}

table.display th.sorted a, table.display th.sortable a {
	background-position: right;
	display: block;
	width: 98%;
	background-repeat: no-repeat;
}

table.display th.sortable a {
	background-image: url(../images/arrow_off.png);
}

table.display th.order1 a {
	background-image: url(../images/arrow_down.png);
}

table.display th.order2 a {
	background-image: url(../images/arrow_up.png);
}

table.display tr.odd {
	background-color: #fff
}

table.display tr.tableRowEven, table.display tr.even {
	background-color: #E2EAF7;//#def;//#fea
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 99%;
}

div.exportlinks span {
	background-repeat: no-repeat;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
}

span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../images/ico_file_rtf.png);
}

span.pagebanner {
	
	background-color: #f6f6f6;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	/*width: 98%;*/
	margin-top: 10px;
	display: block;
	/*border-bottom: none;*/
}

span.pagelinks {
	text-align: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	/*width: 98%;*/
	display: block;
	border-top: none;
	margin-bottom: 5px;
}


.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;
}

td.r,th.r {
	text-align: right;
	padding-right: 10px;
}

tr.total td,tr.subtotal td {
	background-color: #eee;
	font-weight: bold;
}