table.displaytag {
	border: 1px solid #666;
	margin: 20px 0 20px 0 !important;
	  padding:0px;
	  width: 100%;
	  margin-left: 0px;
	  margin-right: 0px;
}

th.displaytag,td.displaytag {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

thead tr {
	background-color: #F2F2F2;
}

th.sorted {
	background-color: #DDDBDC;
}

th a,th a:visited, .displaytag a {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #a9a8a8;
}

th a:hover, .displaytag a:hover, .export a {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #999999;
}

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

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

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

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

tr.odd {
	background-color: #fff
}

tr.tableRowEven,tr.even {
	background-color: #F9F9F9
}

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 {
}

span.csv {
}

span.xml {
}

span.pdf {
}

span.rtf {
}

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

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

.displaytag table,
.displaytag td,
.displaytag th,
.displaytag span,
.displaytag a,
.displaytag hr,
.displaytag code,
.displaytag pre,
.displaytag hr{
	margin: 0;
	padding: 1;
	font-size: 1em;
	background-repeat: no-repeat;
	list-style-type: none;
}