/*
.content #top_banner
{
	width: 955px;
	height: 26px;
	background: transparent url(../../images/bg_top_banner.jpg) no-repeat;
	
	font-family:arial, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	
	text-align: center;
	
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	
	padding-top: 4px;
	padding-left: 4px;
}


*/
.content .col1 {
	padding-left: 10px;
	width: 697px;
}




/*

	HEADER
	
*/

.content .col1 .title {
	clear: both;
	width: 697px;
	padding: 22px 0px 0px 0px;
	border-bottom: solid 3px #a0a0a0;
	font-size: 24px;
	font-weight: bold;
	color: #626262;
}

.content .col1 .subtitle {
	clear: both;
	width: 697px;
	padding: 20px 0px 0px 0px;
	border-bottom: solid 1px #a5a5a5;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.content .col1 .mandatory_field{
	font-family:arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ff9900;
}



.content .col1 .profile_header {
	clear: both;
	width: 697px;
	padding: 22px 0px 0px 0px;
	border-bottom: solid 3px #a0a0a0;
	position: relative;
	/*z-index: -1;*/ /* this helps for the chat contacts but is a problem for arrow links in public profile */
}

.content .col1 .profile_header .header_label {
	font-size: 24px;
	font-weight: bold;
	color: #626262;
}

.content .col1 .profile_header .profile_section
{
	cursor:pointer;
	float:left;
	font-size: 20px;
	padding-top:3px;
}

.content .col1 .profile_header .completion {
	width: 90px;
	position: absolute;
	top: 31px;
	left: 607px;
}

.content .col1 .profile_header .completion .completion_rate {
	height: 20px;
	line-height: 20px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #065aa2;
	float: left;
}

.content .col1 .profile_header .completion .completion_progbar {
	float: left;
	padding-top: 5px;
}

.content .col1 .profile_header .expand {
	float: right;
	padding-top: 8px;
	cursor:pointer;
}

.content .col1 .profile_header .cleaner {
	clear:both;
	height: 0px;
}




/* 

	VIEW SECTION 

*/


.content .col1 .profile_view {
	
}

.content .col1 .profile_view .left {
	background: transparent url(../../images/profile/profile_view_accolade.gif) no-repeat;
	width: 450px;
	float: left;
}


.content .col1 .profile_view .left .photo {
	float: left;
	text-align: center;
	padding-right: 10px;
	padding-top: 5px;
}

.content .col1 .profile_view .left .photo img {
	border: solid 1px #f6f6f6;
}

.content .col1 .profile_view .left .photo a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #ff9c01;
}


.content .col1 .profile_view .left .info {
	float: left;
	padding-right: 5px;
}

.content .col1 .profile_view .left .info .info_section_short {
	border-bottom: dotted 1px #cdcdcd;
	width: 345px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.content .col1 .profile_view .left .info .info_section_short .field_name {
	background: transparent url(../../images/images/profile/bullet_small_orange.jpg) no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

.content .col1 .profile_view .left .info .info_section_short .field_value {
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	display: inline;
}


.content .col1 .profile_view .left .info .info_section {
	border-bottom: dotted 1px #cdcdcd;
	width: 435px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.content .col1 .profile_view .left .info .info_section .field_name_title {
	padding-left: 0px;
	padding-right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	display: inline;
}

.content .col1 .profile_view .left .info .info_section .field_name {
	background: transparent url(../../images/images/profile/bullet_small_orange.jpg) no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

.content .col1 .profile_view .left .info .info_section .field_name_indented {
	background: transparent url(../../images/images/profile/bullet_small_orange.jpg) no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
}

.content .col1 .profile_view .left .info .info_section .field_value_title {
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	display: inline;
}

.content .col1 .profile_view .left .info .info_section .field_value {
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	display: inline;
}

.content .col1 .profile_view .left .info .info_section .field_value_indented {
	clear: both;
	padding-left: 40px;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	display: block;
}

.content .col1 .profile_view .left .info .info_section .field_value_indented strong {
	/*color: #555555;*/
}

.content .col1 .profile_view .left .info .info_section .field_value_indented u {
	/*color: #555555;*/
}

.content .col1 .profile_view .right {
	float: left;
	padding: 26px 0px 0px 5px;
	font-size: 14px;
	font-weight: normal;
	color: #838383;
}


.content .col1 .profile_view .right a {

	font-size: 14px;
	font-weight: bold;
/*
	text-decoration: underline;
	color: #ff9c01;
*/
}




/* 

	EDIT SECTION 

*/

.content .col1 .profile_edit {
	padding: 22px 0px 0px 0px;
}

.content .col1 .profile_edit .info {
	float: left;
	padding-right: 5px;
}

.content .col1 .profile_edit .info .info_section {
	width: 650px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.content .col1 .profile_edit .info .info_section .field_name {
	width: 130px;
	background: transparent url(../../images/images/profile/bullet_small_orange.jpg) no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
}

.content .col1 .profile_edit .info .info_section .field_value {
	width: 505px;
	font-size: 12px;
	font-weight: normal;
	float: right;
}

.content .col1 .profile_edit .info .info_section .field_value .field_value_text_content {
	float: left;
	color: #F25000;
}

.content .col1 .profile_edit .info .info_section .field_value a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 5px;
	color: #004F90;
}

.content .col1 .profile_edit .info .info_section .sep {
	width: 650px;
	clear: both;
	padding-top: 3px;
	border-bottom: dotted 1px #cdcdcd;
	height: 3px;
	
}

.content .col1 .profile_edit .control {
	clear: both;
	padding-top: 20px;
}




