@charset "utf-8";
/* CSS Document */


#subNav0 ul{
	padding:0;
	
}


#userPic{
	float:left;
	margin: 8px 0 4px 5px;
}


#userDetails{
	float: right;
	width: 510px;
}

#commentList img{
	width:30px;
}


#userForm #subNav0{
	float:right;
	margin-bottom:8px;
	
}

#userForm input,#userForm select{
	width:100%;
	min-width:200px;
	border:none;
}


.mainMMListItem .body{
	left:20px;
}

#picForm{
	padding:20px;
}

#mapsDiv #inner{
	max-height:100px;
	overflow: hidden;
}

mapsDiv #inner.exp{
	max-height:824px;
	overflow: hidden;
}

#userForm input:hover,#userForm select:hover{
	background-color:#f8f8f8;
}

#friendDiv #inner{
	max-height:206px;
	overflow: hidden;
}

#friendDiv #inner.exp{
	max-height:824px;
	overflow: hidden;
}

.contentBox.narrow .inlineButtonOuter{
	margin-top:10px;
}



#commentDiv #inner{
	max-height:500px;
	overflow:auto;	
}

#inputDiv{
	display:none;
	background-color:#E2E2E2;
	margin:2px 0;
	padding:10px;
	border-radius:5px;
}

#inputDiv form{
	background: white;
	padding: 5px;
	border-radius:5px;
}

#inputDiv textarea{
	border: none;
	padding: 0;
}



#activityDiv{

	font-family:Arial;
	height:100%;
	margin-top:4px;
	font-size:11px;
	
}


#activityDiv #thumb img{
	-ms-interpolation-mode:bicubic;
	max-width: 620px;
	transition:all linear .2s;
	
}

#activityDiv #thumb img:hover{

}


#activityDiv #thumb{
	margin: 5px;
	/*background: #b2b2b2 url(/images/pattern-light.svg) repeat fixed;
	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;*/
	border:1px solid white;
	margin:auto;
	transition:all linear .2s;
	clear:both;
	display: table-cell;
}

#activityDiv #thumb:hover{
	/*background: #b2b2b2 url(/images/pattern-light.svg) repeat fixed;*/
	box-shadow: 0 0 10px #B4B4B4;
	-webkit-box-shadow: 0 0 10px #B4B4B4;
	border: 1px solid #CCCCCC;
	
}



#activityDiv #thumb a{
	padding:0;
	margin:0;
}

#activityDiv #thumb a:hover{	
	background:none;
	
}







.friendFrame{
	width: 63px;
	height: 90px;
	font-size: 9px;
	font-weight: bold;
	border-radius: 5px;
	moz-border-radius: 5px;
	float: left;
	padding: 3px;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
}


.friendFrame:hover{
	background-color: #AABDE4;
	color: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);

}