#UserProfile{
	width: 517px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#UserList hr{color: #DBDBDB;height:1px;}
OL.navBtns{margin-top:10px;clear:both;}
#UserList{clear:both;}
/* user profile header */
	.ProfilePic{
		display: block;
		float: left;
		border: 3px solid #DBDBDB;
	}
	.UserImage img {width:96px; height:113px;}
	.UserImage{margin-right:20px;}	
	/* middle box */
		.InfoMiddleBox{
			width: 125px;
			float: left;
			padding: 13px 32px 0px 15px;
		}
		
		.InfoMiddleBox h4{
			border-bottom: 1px solid #E6E6E6;
			padding-bottom: 5px;
			margin: 0px 0px 6px 0px;
		}
		
		.InfoMiddleBox p{
			color: #929292;
			margin: 0px;
			padding-bottom: 6px;
		}
	/* /middle box */
	
	/* right box */
		.InfoRightBox{
			width: 215px;
			float: right;
			padding: 12px 13px 0px 8px;
			height: 105px;
			min-height: 105px;
			background: #F2F2F2 url(../../images/pages/user/bgTopBox.jpg) 50% 0% repeat-y;
			border: 1px solid #E2E2E2;
		}
		
		.InfoRightBox[class]{height: auto}
		
		.InfoRightBox h4{
			border-bottom: 1px solid #E6E6E6;
			padding-bottom: 5px;
			margin: 0px 0px 6px 0px;
			color:#797979;
		}
		
		.InfoRightBox p{
			color: #797979;
			margin: 0px;
			padding-bottom: 6px;
		}
	/* /right box */
/* /user profile header */

.UserProfileContent h3{
	font-size: 14px;
	color: #4C4C4C;
	margin-bottom: 14px;
}

/* content boxes */
	.ContentBoxLabel{
		width: 200px;
		padding: 7px 40px 5px 16px;
		background: #FE7903 url(../../images/pages/user/bgContentBoxLabel.gif) 100% 0% no-repeat; 
		color: #FFDDC0;
		font-size:12px;
		line-height:12px;
		font-weight: bold;
		text-transform: uppercase
	}
	
	.ContentBoxLabelSec{
		width: 200px;
		padding: 7px 40px 5px 16px;
		background: #666666 url(../../images/pages/user/bgContentBoxLabel.gif) 100% 0% no-repeat; 
		color: #D9D9D9;
		font-size:12px;
		line-height:12px;
		font-weight: bold;
		text-transform: uppercase
	}
	
	.ContentBox{
		padding: 10px;
		border: 1px solid #E2E2E2;
		background: #F2F2F2 url(../../images/pages/user/bgContentBox.jpg) 50% 0% repeat-y; 
		margin-bottom: 27px;
		font-size: 12px;
		color: #76695E;
	}
	
	textarea.ContentBox{
		background: none;
		margin-top: -1px;
		width:805px;
	}
/* /content boxes */

.highlighted{
	color: #F78F1E;
}

/* user directory - user details */
	#detail .UserSummary {
		margin-top: 10px;
		padding-bottom: 5px;
		padding-top: 5px;
		clear:both;
	}
	#detail	hr{clear:both;}
	
	.userContent {
		height: 114px;
		min-height: 114px;
		width: 435px;
		font-size:12px;
		float: left
	}
	
	.userContent[class]{
		height: auto;
	}
	
	.userInterests{
		font-size:11px;
	}
	
	.UserSummary h2 {
		padding: 3px 0px 0px 0px;
		font-size: 15px;
		margin: 0px;
		font-style: italic;
	}
	
	.UserSummary h2 a{
		color: #FF6600;
	}
	
	.userContent p a:link, .userContent p a:visited { font-size: 11px; color:#1371C0; text-decoration: none; }
	.userContent p a:hover, .userContent p a:active { font-size: 11px; color:#79bbf4; }
	
	
	.userContent h3 a:hover{
		text-decoration: underline;
	}
/* /user directory - user details */

.InviteBuddyLink{
	display: block;
	width: 180px;
	height: 28px;
	background-color: #FFF;
	position: absolute;
	left: 140px;
	top: 63px;
	font-size: 12px;
}
