table {
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
}

thead { display: table-header-group }
tbody { display: table-row-group }

tfoot {
	display: table-footer-group;
	border-top: 1px solid #aaa;
}

tfoot td {
	padding: 8px 4px 0 2px;
	line-height: 2em;
}

th {
	border-bottom: 1px solid #aaa;
	font-size: 0.9em;
}
th.actions {
	text-align: right;
}

td {
	font-size: 1.1em;	
}

th,td {
	padding: 5px 8px;
	text-align: left;
}

td.date {
	text-align: right;	
}

td.actions {
	min-width: 1%;
	white-space: nowrap;
	text-align: right;
}

th.sorted {
	font-weight: bold;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: #555;
}

th.sorted a,th.sortable a {
	background: right no-repeat;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../images/arrow_off.png);
	text-decoration: none;
}

th.order1 a {
	background-image: url(../images/arrow_down.png);
}

th.order2 a {
	background-image: url(../images/arrow_up.png);
}

tr.odd { background-color: #fff }
tr.odd:hover { background-color: #C1C7E6 }
tr.tableRowEven:hover, tr.even:hover { background-color: #C1C7E6 }

tr.tableRowEven,tr.even {
	background-color: #f0f0f0;
}

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;
	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 {
	padding: 4px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	border-right: none;
}

span.pagelinks {
	padding: 4px 4px 2px 4px;
	width: 79%;
	border-left: none;
	margin-bottom: -5px;
}

div#pagebanner {
	width: 100%;
	margin-bottom: 1.5em;
}

.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;
}
