div.exportlinks {
	width: 400px;
    	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;	
	margin: -15px 0px 0px 10px;
	/* padding: 2px 4px 2px 0px;*/
		
}

div.exportlinks a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;		
}

div.exportlinks a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;		
}

div.exportlinks span {
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;		
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.excel {
	background-image: url(../images/ico_excel.gif);
}

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: 0px 4px 0px 20px;
}

.tableHeaderResults {

	width: 100%;
	height: 26px;
	background: #848285;
	
}

.pagebanner {
    	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;	
}

span.pagebanner {
	display: block;
	margin-bottom: 5px;
	margin-top: -19px;	
	/* padding: 5px 4px 2px 0px; */
	width: 100%;
	background: #848285;
    	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;	
	height: 26px;
	
}

span.pagelinks {
	display: block;
	margin-bottom: 5px;
	margin-top: -30px;
	/*
	margin-left:90px;
	 padding: 2px 0px 2px 0px; */

	text-align: right;
    	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;	
	height: 26px;
		
}



.pagelink {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}



.pagelink:link {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

.pagelink:visited {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}


.pagelink:hover {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.pagelink:active {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

table.list {
	border: 0px solid #000000;
	border-collapse: collapse;
	margin: 0px;
	margin-top: 0px;
	width: 100%;
	font-weight: normal;	
	background: #ffffff;
}

table.list td {

	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 2px;
		
	font-weight: normal;
	font-size: 11px;
}

table.list th {
	background: #ffffff;
	color: #000000;
	padding: 0px;	
	border-bottom: 0px solid #000000;
	text-align: left;
	font-weight: bold;
	font-size: 12px;	
}

table.list th a, table.list th a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;	
}

table.list th a:hover {
	background-color: transparent;
	color: #000000 !important;
	text-decoration: overline underline;
}

th.sorted a, th.sortable a {
	background-position: right;
	display: block;
}

table.list th.order1 a {
	/* background-image: url(../images/arrow_down.png) !important; */
	height: 26px;
}

table.list th.order2 a {
	/* background-image: url(../images/arrow_up.png) !important; */
	height: 26px;
}

table.list th.sortable a {
	/* background-image: url(../images/arrow_off.png); */
	height: 26px;
}

table.list th.sorted {
	background-color: #ffffff;
	color: #000000;
	height: 26px;
}

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: #FFFFFF;
	color: #000000;
}

table.list thead tr {
	background-color: #FFFFFF;
}

table.list tr.even {
	background: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	height: 34px;
}

table.list tr.odd {
	background: #EEEEEE;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	height: 34px;
}

/* 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 */
}

/* override width for user list */
table.userList {
	width: 80% !important;
}

table.activeUserList, body#activeUsers span.pagelinks {
    width: 450px !important;
}