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

.userListView {
	width: 100%;
	padding: 3px 0px 3px 0;
	margin: 0;
	border-bottom: 1px solid #EEE;
	height: 28px;
	}

/* //////////////// Image Box  ////////////// */

.imageBox {
	float: left;
	}	

.imageBox img a {
	margin: 0;
	padding: 0;
	height: 28px;
	width: 28px;
	cursor: pointer;
	border-style: none;
	float: left;
	}
	
/* //////////////// TextBoxWrapper and TextBox  ////////////// */

.textBoxWrapper {
	width: 65%;
	padding: 0;
	float: left;
	}
		
.textBox {
	width: 85%;
	padding: 0;
	float: right;
	height: 23px;
	overflow: hidden;
	}

/* ////////////////  User Name  ////////////// */

.userName {
	color: #5183B6;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	}

.userName a{
	color: #5183B6;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

.userName a:hover{
	color: #5183B6;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	}


/* ////////////////  Real Name  ////////////// */


.realName {
	color: #262633;
	font-family:  arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	}

.realName a{
	color: #262633;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

.realName a:hover{
	color: #262633;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	}


/* ////////////////  Word Break  ////////////// */


.userListView .break {
	color: #ccc;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	position: relative;
	top: 5px;
	}

/* ////////////////  Follow Button ////////////// */        
	
.userListFollowButton a { 
	background: url(http://www.dandyid.org/code/images/users/followSmall.jpg) no-repeat; 
	color: #62626a;
	width: 100px;
	height: 20px;
	text-decoration: none;
	cursor: pointer;
	font-family: arial, Georgia,'Lucida Grande', sans-serif;
	font-size: 14px;
    font-weight: bold;
    padding: 3px 0 0 0;
    text-align: right;
    float: right;
    margin-top: 3px;
  	}
	
.userListFollowButton a:hover { 
	background: url(http://www.dandyid.org/code/images/users/followSmall.jpg) no-repeat; 
	color: #333;
	}
	
/* ////////////////  Remove Button ////////////// */        
	
.userListRemoveButton a { 
	background: url(http://www.dandyid.org/code/images/users/removeSmall.jpg) no-repeat; 
	color: #B3B3B3;
	width: 80px;
	height: 20px;
	text-decoration: none;
	cursor: pointer;
	font-family: arial, Georgia,'Lucida Grande', sans-serif;
	font-size: 14px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
		float:left;
    margin-top: 3px;
		margin-left: auto;
		margin-right:auto;
  	}
	
.userListRemoveButton a:hover { 
	background: url(http://www.dandyid.org/code/images/users/removeSmall.jpg) no-repeat; 
	color: #666;
	}

