div.exportlinks {
	margin: -5px 0px 10px 10px;
	padding: 2px 4px 2px 0px;
	width: 400px;
}

div.exportlinks a {
	text-decoration: none;
}

div.exportlinks span {
	background-repeat: no-repeat;
}

span.csv {
	background-image: url('/img/dt/ico_file_csv.png');
}

span.excel {
	background-image: url('/img/dt/ico_file_excel.png');
}

span.pdf {
	background-image: url('/img/dt/ico_file_pdf.png');
}

span.xml {
	background-image: url('/img/dt/ico_file_xml.png');
}

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

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

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

table.list {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 10px;
	width: 95%;
}

table.list td {
	padding: 3px;
}

table.list th {
	background: #eeeeee;
	color: #000000;
	padding: 3px;
	border-bottom: 1px solid #000000;
	text-align: left;
}

table.list th a, table.list th a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

table.list th a:hover {
	background-color: transparent;
	color: #0000ff !important;
	text-decoration: overline underline;
}

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

table.list th.order1 a {
	background-image: url('/img/dt/arrow_down.png') !important;
}

table.list th.order2 a {
	background-image: url('/img/dt/arrow_up.png') !important;
}

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

table.list th.sorted {
	background-color: #ffd;
	color: #000000;
}

table.list th.sorted a, table.list th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

table.list th.sortable:hover {
	background: #FFFF40;
	color: #008000;
}

table.list thead tr {
	background-color: #EEEEEE;
}

table.list tr.even {
	background: #EEEEEE;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	font-family : Verdana;
	font-size : 10px;
}

table.list tr.odd {
	background: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	font-family : Verdana;
	font-size : 10px;
}

/* highlight table row onmouseover */
table.list tr.over {
	background: #FFFF40;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	cursor: pointer;
	cursor: hand; /* IE 5.5 non-compliant workaround */
}

table.activeUserList, body#activeUsers span.pagelinks {
    width: 450px !important;
}