table {
	border: 1px solid #666;
	width: 99%;
	margin: 20px 0 20px 0;
	align: center;
}

th,td {
	padding: 2px 4px 2px 4px;
	text-align: center;
	vertical-align: top;
}

thead tr {
	background-color: #fc0;
	align: center;
}

th.sorted {
	background-color: orange;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(imgarrow_off.png);
	background-repeat: no-repeat;
}

th.order1 a {
	background-image: url(imgarrow_down.png);
}

th.order2 a {
	background-image: url(imgarrow_up.png);
}

tr.odd {
	background-color: #fff
}

tr.tableRowEven,tr.even {
	background-color: #fea
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
	background-repeat: no-repeat;
}

span.excel {
	background-image: url(imgico_file_excel.png);
}

span.csv {
	background-image: url(imgico_file_csv.png);
}

span.xml {
	background-image: url(imgico_file_xml.png);
}

span.pdf {
	background-image: url(imgico_file_pdf.png);
}

span.rtf {
	background-image: url(imgico_file_rtf.png);
}

div.exportlinks { /*background-color: #d6e5f8;
	border: 1px dotted #999;
	width: 100%;*/
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 1px 0px;
}

.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;
}

th.header {
	text-align: center;
}

td.money {
	text-align: right;
}

td.date {
	text-align: center;
}

span.pagebanner {
	padding: 3px 0px;
	background: #fff;
	color: #000;
	text-align: left;
	float: left;
	font: 12px/150% Tahoma, "ËÎÌå", sans-serif;
}

span.pagebanner span {
	padding: 3px 6px;
	margin-top: 1px;
	height: 18px;
}

span.pagelinks {
	padding: 3px 0px;
	background: #fff;
	color: #000;
	font: 12px/150% Tahoma, "ËÎÌå", sans-serif;
	text-align: right;
	float: right;
}

span.pagelinks a {
	color: #000;
	background: #fff;
	text-decoration: none;
	height: 18px;
	display: block;
	padding: 2px 6px;
	margin-left: 2px;
	border: #bddaf7 1px solid;
	float: left;
	margin-top: 1px;
}

span.pagelinks a:hover {
	background: #d5e6f6;
	color: #f00;
	text-decoration: none;
}

span.pagelinks .currentPageButton {
	color: #000;
	background: #d5e6f6;
	text-decoration: none;
	height: 18px;
	display: block;
	padding: 2px 6px;
	margin-left: 2px;
	border: #bddaf7 1px solid;
	float: left;
	margin-top: 1px;
}

span.pagelinks .disabledPageButton {
	color: #ccc;
	background: #d5e6f6;
	text-decoration: none;
	height: 18px;
	display: block;
	padding: 2px 6px;
	margin-left: 2px;
	border: #bddaf7 1px solid;
	float: left;
	margin-top: 1px;
}