.userlist_sorts {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px;
}

.username {
	color: black;
	padding-right: 10px;
	
}
.balance {
	font-weight: bold;
	color: black;
	font-family: courier new;
}

thead tr {
	font-weight: bold;
	height: 40px;
}
tr.odd td {
	background: rgba(255, 255, 255, 0.2);
}

tr.even td {

}

a.userlink {
	color: black;
	text-decoration: none;
}

a.userlink:hover {
	color: white;
	text-decoration: underline;
}

.desc_asc_sort {
	font-family: times new roman;
	border: 1px solid #b34040;
	padding: 2px 4px;
	margin: 2px 4px;
}
.desc_asc_sort:hover {
	border-color: black;
	text-decoration: none;
}

.sort_order {
	width: 15px;
	display: inline-block;
}

.user_list_table {
	background: rgba(255, 255, 255, 0.1);
	padding: 3px;
	border: 1px solid black;
}