/* ////////////////  User List ////////////// */

.userListTextContainer { 
        padding-top: 0px;
        width: 100%
        }

.userListText { 
	list-style-type: none;
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
        line-height: 1em;
        }
        
.userListText a { 
	list-style-type: none;
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size: 11px;
	color: #4283cc;
	text-decoration: none;
        }
        
.userListText a:hover { 
	color: #333;
        }
        
.userListTextContainer ul, .userListTextContainer li { 
	margin: 0 0 1px 0;
	padding: 0;
        }

