
/* USER PROFILE PAGES */
#profileAvatar {
	float: left;
	width: 30%;
}
#profileAvatar img {
	padding: 4px;
	border: 4px solid #CCCCCC;
}
#profilePersonal {
	float: right;
	padding: 0 10px;
	width: 65%;
	border: 1px solid #EDEDED;
	background-color: #F9F9F9;
	margin-bottom: 15px;
}
#profilePersonal .bottom {
	height: 20px;
	color: #f8f6eb;
}
#profilePersonal .top {
	height: 20px;
	color: #f8f6eb;
}

#profileTimes {
	float: left;
	clear: left;
	width: 30%;
	margin-top: 30px;
}
#profileAdditional {
	
}
#profileSecurity {
	float: right;
	padding: 10px;
	width: 65%;
	border: 1px solid #EDEDED;
	background-color: #F9F9F9;
	margin-bottom: 15px;
}

.userProfile .toolbar {
	clear: both;
	margin: 15px 0;
	padding: 6px 2em;
	border-top: 1px solid #CCCCCC;
}
.userProfile .toolbar a,
.userProfile .toolbar a:visited {
	border: none;
	color: #999999;
	border-left: 3px solid #729ACC;
	padding: 1px 10px 1px 3px;
	margin: 3px 5px 3px 0;
}
.userProfile .toolbar a:hover {
	border: none;
	color: #666666;
	border-left: 3px solid #B00000;/*
	background-image: url(images/menumorehover.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
.userProfile .controlset {
	clear: both;
	padding: 3px 2em 30px;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #F6F6F6;
}

.profileCard strong {
	width: 200px;
	color: #729acc;
}
.profileCard .key,
.profileCard .fieldTitle {
	width: 180px;
	float: left;
	clear: left;
	color: #729acc;
	font-weight: bold;
	line-height: 2em;
}
.profileCard .value {
	line-height: 2em;
}
.profileCard .userActive {
	background-image: url(images/bullet_active.gif);
	background-position: 160px center;
	background-repeat: no-repeat;
}
.profileCard .userInactive {
	background-image: url(images/bullet.gif);
	background-position: 160px center;
	background-repeat: no-repeat;
}
.profileCard textarea,
.profileCard select,
.profileCard .inputText {
	width: 220px;
}
.profileCard td {
	padding-left: 0;
}
.profileCard table {
	margin: 0 10px;
}
.fieldTitle {
	width: 120px;
	vertical-align: baseline;
}

