table.displaytable {
	border: 1px solid #666;
	width: 98%;
	margin: 20px 0 20px 0 !important;
}

.displaytable th, .displaytable td {
	padding: 2px 4px 2px 4px !important;

	vertical-align: top;
}

.displaytable thead tr, .displaytable thead th {
	background-color: #fc0;
}

.displaytable th.sorted {
	background-color: orange;
}

.displaytable th a,.displaytable th a:visited {
	color: black;
}

.displaytable th a:hover {
	text-decoration: underline;
	color: black;
}

.displaytable th.sorted a,.displaytable th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

.displaytable th.sortable a {
    background-image: url(../img/arrow_off.png);
    background-repeat:no-repeat;
}

.displaytable th.order1 a {
	background-image: url(../img/arrow_down.png);
}

.displaytable th.order2 a {
	background-image: url(../img/arrow_up.png);
}

.displaytable tr.odd {
	background-color: #fff;
}

.displaytable tr.tableRowEven,.displaytable tr.even {
	background-color: #fea;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 98%;
    font-size: 85%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
    background-repeat: no-repeat;;
}

span.csv {
	background-image: url(../img/ico_file_csv.png);
    background-repeat: no-repeat;;
}

span.xml {
	background-image: url(../img/ico_file_xml.png);
    background-repeat: no-repeat;;
}

span.pdf {
	background-image: url(../img/ico_file_pdf.png);
    background-repeat: no-repeat;;
}

span.rtf {
	background-image: url(../img/ico_file_rtf.png);
    background-repeat: no-repeat;;
}

 span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 98%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
    font-size: 85%;
}

 span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 98%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
    font-size: 85%;
}
