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(../images/ico_file_csv.png);
}

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

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

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

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

span.sortlinks {
	display: block;
	margin: 0;
	padding:0;
	width: 100%;
	font-size:11px;	
	color: #252525;
	text-decoration: none;
	font-weight: normal;
}

		span.sortlinks a, span.sortlinks a:visited {
			background-color: transparent;
			color: #898989;
			text-decoration: none;
			font-weight: normal;
			text-decoration: none;
		}
		
		span.sortlinks a:hover {
			background-color: transparent;
			color: #252525;
			font-weight: normal;
			text-decoration: none;
		}


span.pagebanner {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #252525;
	font-size:12px;
	line-height:18px;
	font-family:Arial, Verdana, sans-serif;
	padding-right:10px;
}

span.pagelinks {
	display: block;
	margin:0;
	margin-bottom:25px;
	margin-top:0px;
	width: 100%;
	font-size:12px;	
	color: #898989;
	text-decoration: none;
	font-weight: normal;
}

		span.pagelinks a, span.pagelinks a:visited {
			background-color: transparent;
			color: #898989;
			text-decoration: none;
			font-weight: normal;
			text-decoration: underline;
		}
		
		span.pagelinks a:hover {
			background-color: transparent;
			color: #252525;
			font-weight: normal;
			text-decoration: none;
		}


ul.fixed_inner span.pagebanner {
	text-align:center;
	width:95%;
}

ul.fixed_inner span.pagelinks {
	text-align:center;
	width:95%;
}


table.list {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	margin-top: 0px;
	padding-top:0;
	/*width: 620px;*/
}

table.list td {
	padding: 3px 3px 28px 0px;
}

table.list th {
	color: #000000;
	padding: 3px;
	border-bottom: none;
	text-align: left;
	line-height:14px;
}

table.list th a, table.list th a:visited {
	background-color: transparent;
	color: #898989;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

table.list th a:hover {
	background-color: transparent;
	color: #252525;
	font-weight: normal;
	text-decoration: none;
}

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


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

table.list th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	text-decoration: underline;
}

table.list th.sortable a:hover {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	color: #252525;
	text-decoration: none;
}


table.list th.sorted a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	color: #252525;
	text-decoration: none;
}

table.list th.sorted a:hover {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	color: #252525;
	text-decoration: none;
}


table.list th.sortable:hover {
	color: #252525;
	text-decoration: none;
}



table.list thead tr {
	/*background-color: #ffffff;*/
}

table.list tr.even {
	border-top: none;
	color: #000000;
}

table.list tr.odd {
	border-top: none;
	color: #000000;
}

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

/* override width for user list */
table.userList {
	width: 80% !important;
}

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