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.pagebanner {
	display: block;
	margin: 10px 0px 0px 10px;
	padding: 2px 4px 2px 0px;
	width: 79%;
}

span.pagelinks {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 2px 0px 2px 0px;
	text-align: right;
	width: 80%;
}

table.list {
	background-color:#cccccc; margin:10px auto;
	align: center;
	width:620px;
}

table.list td {
	font-size:12px;
}

table.list th {
	font-weight:bold; background-color:#FF9900; text-align:center; color:#FFFFFF; padding:5px 3px; font-size:14px; 	
}

table.list th a, table.list th a:visited {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

table.list th a:hover {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: 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;
}

table.list th.order2 a {
	background-image: url(../images/arrow_up.png) !important;
}

table.list th.sortable a {
	background-image: url(../images/arrow_off.png);
}

table.list th.sorted {
	background-color: #FFFFCC;
	color: #FFFFFF;
}

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: #FFFFFF;
}

table.list thead tr {
	background-color: #FFCC00;
}

table.list tr.even {
	border-top: 2px solid #FBFBFB;
	background: #FFFFCC;
	color: #2B2B2B;
}

table.list tr.odd {
	border-top: 2px solid #FBFBFB;
	background: #FFFFFF;
	color: #2B2B2B;
}
table.list tr.even td{
	vertical-align:middle;
	height:32px;
	padding-top:3px; padding-bottom:3px;padding-left:3px;padding-right:3px;
}

table.list tr.odd td{
	vertical-align:middle;
	height:32px;
	padding-top:3px; padding-bottom:3px;padding-left:3px;padding-right:3px;
}
/*button {
	font-size: 12px;
	color: #FBFBFB;
	cursor: hand;
	height: 18px;
	background-color: #FF9900;
	border: 1px solid #6A6A6A;
	padding-top: 1px;
	text-align: center;
	width: 60px;
	line-height:20px;
}*/
/* highlight table row onmouseover */
table.list tr.over {
	border-bottom: 1px solid #FF9900;
	color: #2B2B2B;
	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;
}
