table.datatable {
	width: 100%;
	margin: 20px 0 20px 0 !important;
}

table.datatable th, table.datatable td {
	padding: 4px 4px !important;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ebebd9;
}

table.datatable thead tr {
	background-color: #ebebd9;
}


table.datatable th.sorted a, table.datatable th.sorted a:visited{
	text-decoration: underline;
}

table.datatable th a, table.datatable th a:visited {
	color: black;
}

table.datatable th a:hover {
	text-decoration: underline;
	color: black;
}

table.datatable th.sorted a, table.datatable th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}

table.datatable th.sortable a {
	background: url(../images/displaytag/arrow_off.png) no-repeat center left;
	padding-left: 15px;
}

table.datatable th.order1 a {
	background: url(../images/displaytag/arrow_down.png) no-repeat center left;
	padding-left: 15px;
}

table.datatable th.order2 a {
	background: url(../images/displaytag/arrow_up.png) no-repeat center left;
	padding-left: 15px;
}


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(../images/displaytag/ico_file_excel.png);
}

span.csv {
	background-image: url(../images/displaytag/ico_file_csv.png);
}

span.xml {
	background-image: url(../images/displaytag/ico_file_xml.png);
}

span.pdf {
	background-image: url(../images/displaytag/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../images/displaytag/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #f1f1ea;
	border: 1px solid #ebebd9;
	padding: 2px 4px 2px 4px;
	width: 50%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #f1f1ea;
	border: 1px solid #ebebd9;
	padding: 2px 4px 2px 4px;
	width: 50%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}