@CHARSET "ISO-8859-1";

div.userList {
	border: 1px solid black;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	margin: 5px;
}

div.userList a.item {
	height: 44px;
	border: 1px solid #555555;
	padding: 3px;
	cursor: pointer;
	background: url(../img/userList/bg_item.jpg) repeat-x;
	display: block;
	color: black;
	text-decoration: none;
}

div.userList a.item:hover {
	background: url(../img/userList/bg_item_hover.jpg) repeat-x;
}

div.userList a.item span.h1 {
	margin: 0;
	font-size: 20px;
	display: block;
}

div.userList a.item span.info {
	display: block;
}

div.userList a.item span.info span.left {
	float: left;
	width: 30%;
	overflow: hidden;
	display: block;
}

div.userList a.item span.info span.right {
	float: right;
	width: 30%;
	overflow: hidden;
	display: block;
}

div.userList a.item span.info span.center {
	display: inline;
	overflow: hidden;
	display: block;
}






div.userList a.action {
	float: right;
	background: url(../img/trans20.png) repeat;
	display: block;
	margin: -3px -3px 0 0;
	padding: 5px 2px 0 7px;
	width: 100px;
	line-height: 30px;
	text-decoration: none;
	color: black;
}

div.userList a.action:hover {
	background: url(../img/trans30.png) repeat;
}

div.userList a.action img {
	text-decoration: none;
	color: black;
	width: 15px;
	height: 15px;
	border: 0;
}