*.display table {
	border: 1px solid #666;
	width: 80%;
	margin: 20px 0 20px 0 !important;
}

*.display th,td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

*.display thead tr {
	background-color: #9CB3C9;
}

*.display th.sorted {
	background-color: orange;
}

*.display th a,th a:visited {
	color: black;
}

*.display th a:hover {
	text-decoration: underline;
	color: black;
}

*.display th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

*.display th.sortable a {
	background-image: url(../img/arrow_off.png);
}

*.display th.order1 a {
	background-image: url(../img/arrow_down.png);
}

*.display th.order2 a {
	background-image: url(../img/arrow_up.png);
}

*.display tr.odd {
	background-color: #fff
}

*.display tr.tableRowEven,tr.even {
	background-color: #DDE8FF
}

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

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

*.display span.excel {
	background-image: url(../img/ico_file_excel.png);
}

*.display span.csv {
	background-image: url(../img/ico_file_csv.png);
}

*.display span.xml {
	background-image: url(../img/ico_file_xml.png);
}

*.display span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

*.display span.rtf {
	background-image: url(../img/ico_file_rtf.png);
}

*.display span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

*.display span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


*.display .group-1 {
    font-weight:bold;
    padding-bottom:10px;
    border-top:1px solid black;
}
*.display .group-2 {
    font-style:italic;
    border-top: 1px solid black;

}
*.display .subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
*.display .subtotal-label, .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}
*.display .grouped-table tr.even {
    background-color: #fff;
}
*.display .grouped-table tr.odd {
    background-color: #fff;
}
*.display .grandtotal-row {
    border-top: 2px solid black;
}
