@CHARSET "UTF-8";

.users-list {
	width: 200px;
	overflow:auto;
	position:absolute;
	top:0;
	right:5px;
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
}

.user {
	width: 100%;
	float: left;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid;
	border-bottom-color: #cccccc;
}

.name-list {
	height:200px;
	width: 100%;
	overflow:auto;
}

.user .name{
	margin-left: 5px;
	float:left;
	text-decoration: none;
}

.name a {
	color: #000000;
	text-decoration: none;
}

.name a:VISITED {
	color: #000000;
	text-decoration: none;
}

.status:before {
    content: ' \25CF';
    float:left;
    margin-left:2px;
    margin-bottom:2px;
}

.active {
  color: #118811;
}

.inactive {
  color: #cccc00;
}

.user-list-header{
	padding: 5px;
	background-color: #cccccc;
}

.user-list-header a {
	text-decoration:  none;
	color: #000000;
}
.user-list-header a:VISITED {
	text-decoration:  none;
	color: #000000;
}

.last-seen {
	font-size: 0.5em;
	color: #666666;
	width: 90%;
	float: left;
	text-align: right;
	
}

.close-list{
	float: right;
}