table.displaytag tr.odd td {
	background-color: #FFFFFF;
}

table.displaytag tr.even td {
	background-color: #F2F2F2;
}

table.displaytag td.rightalign {
	text-align: right;
}

table.displaytag td.centeralign {
	text-align: center;
}

table.displaytag th.sorted a,
table.displaytag th.sortable a {
	display: block;
	background: url(../images/displaytag/arrow_off.png) no-repeat right;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

table.displaytag th.sorted a:hover,
table.displaytag th.sortable a:hover {
	color: #a03033;
	font-weight: bold;
}

table.displaytag th.order1 a {
	background-image: url(../images/displaytag/arrow_down.png);
}

table.displaytag th.order2 a {
	background-image: url(../images/displaytag/arrow_up.png);
}

table.displaytag td.hlRed,
table.displaytag td.hlRed a,
table.displaytag td.hlRed a:hover {
	color: red;
}

fieldset.displaytag span.pagelinks {
	display: block;
	padding: 0 0.5em 0.5em 0.5em;	
}

div.exportlinks {
	font-size: 11px;
}
ie10 div.exportlinks {
	font-size: 12px;
}

div.exportlinks span.export {
	padding: 0 4px 1px 20px;
	display: inline;		
	font-size: 100%;
}

div.exportlinks span.csv {
	background: url(../images/displaytag/ico_file_csv.png) no-repeat;
}
div.exportlinks span.excel {
	background: url(../images/displaytag/ico_file_excel.png) no-repeat;
}
div.exportlinks span.xml {
	background: url(../images/displaytag/ico_file_xml.png) no-repeat;
}
