#profileHeader .profile .avatar{
	background:transparent url(../images/bg/icon-holder-bg-1.png) no-repeat;
	width:133px;
	height:133px;
	float:left;
	text-align:center;
}

#profileHeader .profile .avatar .avatarDiv{
	/*position:relative;
	top:50%;
	left:16px;*/
	/*margin-top:-48px;*/
	width:100px;
	height: 100px;
	overflow: hidden;
	margin:16px auto 0px auto;
}

#profileHeader .profile .avatar .avatarDiv .avatarImg{
	width:100px;
	height:100px;
}

#profileHeader .profile #presenceIndiator{
	height:16px;
	left:100%;
	margin-left:-26px;
	margin-top:-64px;
	position:relative;
	top:100%;
	width:16px;
}

#profileHeader .profile .details{
	float:left;
	margin-left:12px;
	width:512px;	
}

#profileHeader .profile .details h1{
	float:left;
	font-size:34px;
	margin-bottom:0.25em;
	width:auto;	
}

#screenNameIE{display: none;}

#profileHeader .activity,
#profileHeader .profile .details h1 span{
	float:left;
	font-size:18px;
	font-weight:normal;	
	position:relative;
	top:-3px;
	margin-left:8px;
	padding:12px 0 0;
}

#profileHeader .profile .details .personal,
#profileHeader .profile .details .statistics{
	/*float:left;*/
	width:auto;
	/*margin-right:40px;*/
}

#profileHeader .profile .details .personal .row,
#profileHeader .profile .details .statistics .row{
	font-size:12px;
}

#profileHeader .profile .details .personal .row label,
#profileHeader .profile .details .statistics .row label{
	font-weight:bold;
}

#profileHeader .profile .details .personal{
	width:380px;
}

#profileHeader .profile .details .statistics{
	height:126px;
	position:absolute;
	right:8px;
	top:4px;
	width:128px;
}

#profileHeader .profile .details .statistics .row{
	margin: 10px 0;
}

#profileHeader #bio{
	overflow: hidden;
}

#profileHeader #bio label{
	float: left;
}

#profileHeader #bio div{
	float:left;
	height:auto;
	margin-left:4px;
	width:344px;
}

.tabNavColumn tabNav ul li a span{margin-left:4px;}

#conversationList .listBoxDetails .listBoxSubDetails,#privateconversations .listBoxDetails .listBoxSubDetails{left: 0;}
#recentActivity .listBoxDetails .listBoxSubDetails {left: 22px;}

#recentActivity .listBoxDetails .messageCallouts {
	width: 16px;
	height: 16px;
	background: transparent url("../images/buttons/topic.png") no-repeat;
	position: absolute;
	top: 6px;
}

#recentActivity .listBoxSubDetailTitle a p{	
	margin: 0;
	padding: 0;
}
#recentActivity .listTopicName p a{color:#000000;}
#recentActivity .listTopicName p a:hover, #recentActivity .listTopicName p a:active{color:#0092BB;}

#recentActivity .listTopicName ins *{
   border:0 none;
   margin:0;
   outline-style:none;
   outline-width:0;
   padding:0;
   vertical-align:baseline;
   display: inline;
   color: #000;
   text-decoration: none;
   font-style:normal;
}

#recentActivity .listBoxSubDetails .listBoxSubDetailSubTitle .topicNameSpan{
	display: inline-block;
	width: 340px;
}
