

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
}

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;

	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;

	display: block;
	border-top: none;
	margin-bottom: -5px;
}

div#dataViewTable{
width: 98%;
overflow: auto;
}