table.mars {
	border: 1px solid #666;
	width: 880px;
	margin: 20px 0px 15px 5px !important;
}

table.mars a,table.mars a:visited,table.mars a:hover {
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
}

table.mars a:hover {
	text-decoration: underline;
}

table.mars th a,table.mars th a:visited,table.mars th a:hover {
	color: #fff;
}

table.mars td {
	color: #000;
}

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

table.mars th.sorted {
	background-color: #EDE3F0;
}

table.mars th.sorted a {
	color: #333;
}

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

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

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

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

/*
table.mars thead tr {
	background-color: #fc0;
}

table.mars tr.odd {
	background-color: #fff
}

table.mars tr.tableRowEven,table.mars tr.even {
	background-color: #fea
}
*/

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

div.exportlinks a,div.exportlinks a:visited,div.exportlinks a:hover {
	color: #333;
	text-decoration: none;
}

/*
div.exportlinks a:hover {
	text-decoration: underline;
}
*/

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

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 4px 2px 4px;	
	margin-top: 10px;
	display: block;
	border-bottom: none;
	color: #333;
	width: 871px;
	margin-left: 5px;
}

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

span.pagelinks a,span.pagelinks a:visited,span.pagelinks a:hover {
	color: #333;
	text-decoration: none;
}

span.pagelinks a:hover {
	text-decoration: underline;
}


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