
.profile #user_container { 
	width: 100%;
	margin: auto; 
	text-align: left; 
    line-height: 12pt;

}

.registrationContainer {

	padding-bottom: 20px
}

#user_main_top {
	width: 75%;
	float: right;
	padding-left: 15px;
}

#uploadImageTitle {
	text-align: center;
	color: #1b294ac9;
	font-size: 20px;
}


#user_sidebar1 {
	float: left;
	width: 25%;
}
#user_main_content {
	float: left;
	padding: 0 15px;
	width: 50%;
	margin-top: -15px;
}
#user_sidebar2 {
	float: right;
	width: 25%;
}

@media (max-width: 1024px) {
	#user_sidebar1,
	#user_sidebar2,
	#user_main_content {
		display: block;
		width: 100%;
	}

	#user_main_top {
		width: 100%;
		padding-left: 0;
	}

	#user_sidebar1 {
		/*margin-top: 0 !important;*/
	}

	#user_main_content {
		padding-left: 0;
		padding-right: 0;
	}
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.spacer {
	height: 5px;
}

/*------------ User Profile: Connection Links -----------------------------*/
.profileConnectionLinks {
	font-size: 8pt;
}

/*------------ Profile Section Header -----------------------------*/
.profileTabHeader {
    padding: 0 0 10px 15px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    color: #000;
    margin: 0px -7px 7px -7px;/* ca_panel has 7px padding. This offsets that. */
    clear: both;
    border-bottom: 2px solid #ddd;
}
.profileTabSubHeader {
	margin: 0 -7px 7px;
	clear: both;
}
/*------------ User Profile - Account -----------------------------*/
.profileTableAccount {
	font-size: 13px;
}
.profileTableAccount th {
	text-align: left;
	width: 110px;
	vertical-align: top;
}
/*------------ User Profile - Account Details ---------------------*/
.profileTableAccountDetails {
	margin: 0px 5px 0px 5px;	
	font-size: 8pt;
}
.profileTableAccountDetails th {
	text-align: left;
	vertical-align: top;
	font-weight: 200;
	color: #000;
}
.profileTableAccountDetails td {
	color: #555555;
}

/*------------ User Profile - Account Details ---------------------*/
.profileTableAccountDetailsHoriz {
	margin: 0px 5px 0px 5px;	
}
.profileTableAccountDetailsHoriz th {
	text-align: left;
	vertical-align: top;
	font-weight: 200;
	color: #000;
	width: 125px;
}
.profileTableAccountDetailsHoriz td {
	color: #555555;
}

/*------------ User Profile - Secondary Address --------------------*/
.profileTableSecondaryAddress {
	margin: 0px 5px 0px 5px;	
	font-size: 8pt;

}
.profileTableSecondaryAddress th {
	text-align: left;
	width: 110px;
	vertical-align: top;
}
.profileTableSecondaryAddress td {
	color: #555555;
}
/*------------ User Profile - Certification -----------------------*/
.profileTableCertification {
	margin: 0px 5px 0px 5px;	
	font-size: 8pt;
}
.profileTableCertification th {
	text-align: left;
	width: 110px;
	vertical-align: top;
}
.profileTableCertification .certName {
	font-size: 115%; 
	font-weight: bold
}
/*------------ User Profile - Education --------------------------*/
.profileTableEducation {
	margin: 0px 5px 0px 5px;	
	font-size: 8pt;
}
.profileTableEducation th {
	text-align: left;
	width: 110px;
	vertical-align: top;
}
.profileTableEducation .degree {
	font-size: 115%; 
	font-weight: bold
}
/*------------ User Profile - Additional Information -------------*/
.profileTableAdditional {
	margin: 0px 5px 0px 5px;	
	font-size: 8pt;
}
.profileTableAdditional th {
	text-align: left;
	width: 140px;
	vertical-align: top;
	font-weight: 200;
	color: #000;
}
/*------------ User Profile Picture ------------------------------*/
.profileTablePicture {
	text-align: center;
	margin: 0px auto 5px auto;
	padding: 0px;
}

.profileTablePicture img {
	max-width:200px;
	width: expression(this.width > 200 ? 200: true);
}
/*------------ User Profile UDFs ---------------------------------*/
.profileTableUDFs {
	margin: 0px 5px 0px 5px;	
	font-size: 8pt;

}
.profileTableUDFs th {
	text-align: left;
	width: 140px;
	vertical-align: top;
	font-weight: 200;
	color: #000;
}
/*------------ User Profile - Work History -----------------------*/
.profileTableWorkHistory {
	margin: 0px 5px 0px 5px;	
	font-size: 8pt;


}
.profileTableWorkHistory th {
	text-align: left;
	width: 140px;
	vertical-align: top;
}
.profileTableWorkHistory .workTitle {
	font-size: 115%; 
	font-weight: bold
}

.profileTableWorkHistory .workTitle ul {
	margin-bottom: 0px;
}
/*------------ User Profile - Work Personal ----------------------*/
.profileTablePersonal {
	margin: 0px 5px 0px 5px;
	font-size: 12px;

}
.profileTablePersonal th {
	text-align: left;
	width: 100px;
	vertical-align: top;
	font-weight: 200;
	color: #000;
}
.profileTablePersonal td {
	color: #555555;
}
/*------------ User Profile - Connections/Friend List ----------------------*/
.profileTableConnection {
	margin: 0px 5px 10px 5px;
	font-size:x-small;
	text-align:left;
	font-size: 8pt;
	width: 95%;
}
.profileTableConnection th {
	text-align: left;
	vertical-align: top;
	font-weight: 200;
}
.profileTableConnection td {
	padding-top: 0px;
	text-align: center;
	font-size: 7pt;
	height: 41px;
	width: 41px;
}
.profileTableConnection .connectionImg {
	height: 40px;
	text-align: center;
}
.profileTableConnection td img {
	margin: 0px auto 0px auto;
}
.profileTableConnection td .label {
	padding: 0px 0 10px 0;
	height: 15px;
}

/*------------ User Profile - Photo Gallery ----------------------*/
.profileTableGallery {
	margin: 0px 5px 10px 5px;
	font-size:x-small;
	text-align:left;
	font-size: 8pt;
	width: 95%;
}
.profileTableGallery th {
	text-align: left;
	vertical-align: top;
	font-weight: 200;
}
.profileTableGallery td {
	text-align: center;
	line-height: 10pt;
	width: 50%;
	vertical-align: top;
}
.profileTableGallery .connectionImg {
	text-align: center;
}
.profileTableGallery td img {
	margin: 10px auto 3px auto;
	vertical-align: top;
}

/*------------ User Profile - profileTableExpress ----------------------*/
.profileTableExpress {
	margin: 0px 5px 10px 5px;
	font-size:x-small;
	text-align:left;
	font-size: 8pt;
	width: 95%;
}
.profileTableExpress th {
	text-align: left;
	vertical-align: top;
	font-weight: 200;
}
.profileTableExpress td {
	text-align: right;
}

/*------------ User Profile - privacy Settings ----------------------*/

div#overlay {
	background-color: #999;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	_position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
div#ctgOverlay {
	background-color: silver;
	display: none;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	_position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
div#ctgPopupOptions {
	background-color: #fffdf3;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	color: #555;
	display: none;
	left: 30%;
	margin: 0;
	padding: 1em;
	position: fixed;
	_position: absolute;
	top: 20%;
	width: 40%;
	z-index: 200;
}

/*------------ Dashboard Connections -----------------------------*/
.dashboardConnections {
	margin: 0px 0px 0px 3px;
	font-size: 8pt;
	text-align:left;
}
.dashboardConnections th {
	text-align: left;
	vertical-align: top;
	font-weight: 200;
}
.dashboardConnections td {
	padding-top: 0px;
	text-align: center;
	font-size: 7pt;
	height: 41px;
	width: 41px;
}
.dashboardConnections .connectionImg {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 38px;
}
.dashboardConnections td img {
	margin: 0px auto 0px auto;
}
.profileTableConnection td .label {
	padding: 0px 0 10px 0;
	height: 15px;
}
