/* PROFLE PAGE CSS */
#profile_content_box
{
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 700px;
}
#profile_box_navigation
{
	background: #006e2e; 
	border-top: 1px solid #005122; 
	border-bottom: 1px solid #005122; 
	height: 45px;
}
#name_box
{
	float: left;
	width: 215px;
}
#name_box h1
{
	color: #FFF;
	margin:0px;
	padding:0px;
	position: relative;
	top: 8px;
	left: 15px;
	font-size: 12pt;
}

#tabs_box
{
	float: left;
	width: 484px;
	height: 45px;	
}
#tabs
{
	position: relative;
	top: 27px;
	left: 20px;
}
#tabs_box ul
{
	margin: 0px;
	padding:0px;
	list-style-type: none;
}
#tabs_box li
{
	float:left;
	display: inline;
}
#tabs_box a
{
	margin-right: 1px;
	padding: 4px 12px;
	color: #FFF;
	text-decoration: none;
}
#tabs_box a:hover, #tabs_box a.current
{
	color: #006e2e;
	background: #FFF;
	text-decoration: none;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;	
	-webkit-border-radius-top-right: 2px;	
	-webkit-border-radius-top-left: 2px;	
}
#prof_content_box, .comment_box
{
	display: none;
}
.comment_box,.comments
{
	padding-top: 6px;
	float: none; clear: both;
}

.comment_box
{
	position: relative;
	top: 10px;	
	background: #eaf3ea;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;		
}
.comment_box_input
{
	padding: 4px;
	width: 200px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	

}
.comments
{
	position: relative;
	top: 10px;	
	background: #eaf3ea;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

A
{
	cursor: pointer;
}
#date_box
{
	float: left;
	width: 260px;
}
#date_box h2
{
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	margin:0px;
	padding:0px;
	text-align: right;
	margin-top: 15px;
	margin-right: 10px;
}
#upload-overlay
{
	z-index: 900;
	position: absolute; 
	top: 0px;
}
#profile_left_column
{
	float: left; 
	width: 200px; 
	margin-left: 4px;
}
.profile-img
{
	position: relative;
}
#profile_img_box
{
	padding: 4px;
}
#profile_middle_column
{
	float: left; 
	margin-left: 4px;
	width: 500px; 
}
#profile_right_column
{
	float: left; 
	width: 255px; 
	height: 150px;	
}
#profile_img, .profile_img
{
	width: 50px;
	float: left;
}
#profile_status_text_box
{
	float: left;
	background: #f2f2f2;
	width: 400px;
	margin-left: 8px;
	border: 1px solid #d8d8d8;
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;		
}
.interests
{
	width: 300px;
	height: 50px;
	color: #999999;
}
.green-box
{
	border: 1px solid #c0d7b7;	
	overflow: hidden;
	padding: 6px;
}
.green-box-top
{
	background: #c0d7b7;
	padding: 6px;
}
#album-create-form
{
	display: none;
}
.album-display
{
	width: 100px;
	height: 100px;
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;	
	border: 1px solid #c0d7b7;	
	float: left;
	margin-right: 6px;	
	
}
.profile_status_text_box
{
	width: 350px;
	height: 30px;
	border: 1px solid #bbbbbb;
}
.user_messages
{
	width: 400px;
	float: left;
	min-height: 50px;
}
.user_messages A
{
	text-decoration: none;
	color: #71a434;
}
.user_message_box
{
	width: 450px;
	overflow: hidden;
	padding: 6px;
	border-bottom: 1px dashed #bbbbbb;	
}
.date_posted
{
	font-size: 11px;
	color: #bbbbbb;
}
.user_posting
{
	color: #333333;
	font-size: 12px;
}

.profile_status_box legend
{
  padding: 0 2px;
  font-weight: bold;
  font-size: 18px;

}

.label_display
{
	float: left;
	color: #666666;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	padding-left: 10px;
	text-align: left;
	width: 200px;
}