.profile_summary {
	overflow: hidden;
}

.profile_summary a {
	color: #2a2a2a;
}

.profile_summary .rounded_edge {
	height: 5px;
}

.profile_summary .profile_image {
	float: left;
	z-index: 1;
}
.profile_summary.full .profile_image {
	width: 150px;
}
.profile_summary.mini .profile_image {
	width: 105px;
	margin-right: 5px;
}

.profile_summary .profile_summary_header {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.profile_summary.full .profile_summary_header {
	left: -22px;
	padding: 10px 0;
}
.profile_summary.mini .profile_summary_header {
	left: -15px;
	padding: 4px 0;
}










.profile_summary .profile_summary_header table {
	color: white;
	border-collapse: collapse;
	display: inline;
}

.profile_summary .profile_summary_header a {
	color: white;
}

.profile_summary .profile_summary_header .in {
	background-color: #3275da;
}

.profile_summary .profile_summary_header .pad {
	background-color: #3275da;
	width: 5px;
}

.profile_summary .profile_summary_header .pad.left {
	background-image: url(../img/profile_summary_full_header_edge_left.jpg);
	background-repeat: repeat-y;
}

.profile_summary .profile_summary_header .pad.right {
	background-image: url(../img/profile_summary_full_header_edge_right.jpg);
	background-repeat: repeat-y;
}

.profile_summary .profile_summary_header .profile_summary_header_inner .user_details {
	background-color: #3275da;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
}

.profile_summary .profile_summary_header .profile_summary_header_top .in {
	height: 5px;
	background-image: url(../img/profile_summary_full_header_edge_top.jpg);
	background-repeat: repeat-x;
}

.profile_summary .profile_summary_header .profile_summary_header_bottom .in {
	height: 5px;
	background-image: url(../img/profile_summary_full_header_edge_bottom.jpg);
	background-repeat: repeat-x;
}









.profile_summary .name {
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: white;
	margin-left: 5px;
}

.profile_summary .location {
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	color: white;
	margin-left: 5px;
}

.profile_summary .profile_link a {
	font-family: "Arial";
	font-size: 11px;
	color: white;
	float: right;
	margin-right: 5px;
}











.profile_summary .profile_summary_details table {
	color: white;
	border-collapse: collapse;
	display: inline;
}

.profile_summary .profile_summary_details a {
	color: white;
}

.profile_summary .profile_summary_details .in {
	background-color: #5f9bf4;
}

.profile_summary .profile_summary_details .pad {
	background-color: #5f9bf4;
	width: 5px;
}

.profile_summary .profile_summary_details .pad.left {
	background-image: url(../img/profile_summary_full_details_edge_left.jpg);
	background-repeat: repeat-y;
}

.profile_summary .profile_summary_details .pad.right {
	background-image: url(../img/profile_summary_full_details_edge_right.jpg);
	background-repeat: repeat-y;
}

.profile_summary .profile_summary_details .profile_summary_details_inner .user_details {
	background-color: #5f9bf4;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
}

.profile_summary .profile_summary_details .profile_summary_details_top .in {
	height: 5px;
	background-image: url(../img/profile_summary_full_details_edge_top.jpg);
	background-repeat: repeat-x;
}

.profile_summary .profile_summary_details .profile_summary_details_bottom .in {
	height: 5px;
	background-image: url(../img/profile_summary_full_details_edge_bottom.jpg);
	background-repeat: repeat-x;
}













.profile_summary .profile_summary_details {
	padding-left: 5px;
	overflow: hidden;
}

.profile_summary .profile_summary_details .info {
	line-height: 18px;
}
.profile_summary.full .profile_summary_details .info {
	margin: 0 10px;
}
.profile_summary.mini .profile_summary_details .info {
	margin-left: 10px;
}

.profile_summary .profile_summary_details .info label {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: white;
	display: inline-block;
	width: 70px;
}

.profile_summary .profile_summary_details .info p {
	font-family: "Arial";
	font-size: 11px;
	color: white;
	display: inline;
}

.profile_summary .profile_summary_details .info img.envelope {
	position: relative;
	top: 2px;
}
