/* Profile styles */

#profile {
	padding: 15px;
}

.profile_box {
	margin-bottom: 20px;
}

.profile_title {
	background-image: url(../images/profile_title_bckgrnd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #FFFFFF;
	
	height: 34px;
	padding-left: 7px;
}

.profile_titlesp {
	background-image: url(../images/profile_title_bckgrnd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #FFFFFF;
	
	height: 34px;
	padding-left: 7px;
	text-align: center;
}

	.profile_title_left {
		background-image: url(../images/profile_title_left.jpg);
		background-position: left;
		padding-left: 8px;
	}
	
	.profile_title_right {
		background-image: url(../images/profile_title_right.jpg);
		background-position: right;
		padding-right: 8px;
	}
	
	.profile_title_left, .profile_title_right {
		background-repeat: no-repeat;
		height: 34px;
	}
	
.profile_box_body {
	border-left: 1px solid #286399;
	border-right: 1px solid #286399;
	
	padding: 15px;
	overflow: hidden;
}

	.profile_bttm_left {
		background-image: url(../images/profile_bttm_left.jpg);
		padding-left: 8px;
		background-position: top left;
	}
	
	.profile_bttm_right {
		background-image: url(../images/profile_bttm_right.jpg);
		padding-right: 8px;
		background-position: top right;
	}
	
	.profile_bttm_bckgrnd {
		background-image: url(../images/profile_bttm_bckgrnd.jpg);
		background-position: top;
		background-repeat: repeat-x;
		height: 8px;
	}
	
	.profile_bttm_left, .profile_bttm_right {
		background-repeat: no-repeat;
		height: 8px;
	}
	
	.plight {
		background-color: #FFFFFF;
	}
	
	.pdark {
		background-color: #F6F6F6;
	}
	
.profile_t1, .profile_t2, .profile_t3, .profile_t1sp, .profile_t2sp {
	float: left;
}
	
	.profile_t1 {
		width: 100px;
	}
	
	.profile_t1sp {
		width: 250px;
	}
	
	.profile_t2 {
		font-weight: bold;
	}
		
	.profile_t2sp {
		font-weight: bold;
	}
	
	.profile_t3 {
		width: 160px;		
	}
	
	.profile_t1, .profile_t3 {
		text-align: right;
		font-style: italic;
		margin-right: 10px;		
	}
	
	.profile_input {
		width: 120px;
		//width: 150px;
	}
	
	.small_text {
		font-size: 10px;
		line-height: 14px;
		color: #666666;
	}

.avatar_box {
	background-image: url(../images/avatar_bckrgnd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	
	text-align: center;
	vertical-align: middle;
	float: left;
	padding: 5px;
	margin-right: 15px;
}

	.avatar_info {
		width: 500px;
		float: left;
	}
	
	.avatar_input {
		width: 400px;
		margin-right: 10px;
		margin-bottom: 7px;
	}
	
	.profile_subtitle {
		margin-top: 10px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	
	#profile textarea {
		width: 100%;
	}