TABLE.displaytag {
	border: 1px solid #666;
	width: 80%;
	margin: 15px 0 10px 0 !important;
}

TABLE.displaytag th, TABLE.displaytag td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: middle;
  white-space: nowrap;
}

TABLE.displaytag thead tr {
	background-color: #fc0;
}

TABLE.displaytag th.sorted {
	background-color: orange;
}

TABLE.displaytag th a,TABLE.displaytag th a:visited {
	color: black;
}

TABLE.displaytag th a:hover {
	text-decoration: underline;
	color: black;
}

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

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

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

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

TABLE.displaytag tr.odd {
	background-color: #fff
}
TABLE.displaytag IMG {
	border: none;
  margin-bottom: -4px;
  margin-right: 3px;
}


TABLE.displaytag tr.tableRowEven,TABLE.displaytag 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: 79%;
}

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

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;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

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