
.profile_row {
	position: relative;
	left: 0px;
	font-variant: small-caps;
	font-size: 16px;
	height: 25px;
}

.profile_row_thick {
	position: relative;
	left: 0px;
	font-variant: small-caps;
	font-size: 16px;
}

.profile_row_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20%;
	font-size: 14px;
	overflow: hidden;
}

.profile_row_middle {
	position: absolute;
	color: #000;
	top: 0px;
	left: 20%;
	width: 40%;
	overflow: hidden;
}

.profile_row_right {
	position: absolute;
	top: 0px;
	left: 60%;
	width: 40%;
	text-align: right;
	font-size: 12px;
	overflow: hidden;
}

.profile_row_middle_long {
	position: absolute;
	top: 0px;
	left: 20%;
	width: 80%;
	overflow: hidden;
}

.profile_image {
	position: relative;
	border: 2px solid #BBB;
	top: 0px;
	left: 0px;
	padding: 6px;
	margin-bottom: 20px;
	width: 200px;
	height: 150px;
}

.profile_image_large {
	position: relative;
	border: 2px solid #BBB;
	top: 0px;
	left: 0px;
	padding: 4px;
	margin-bottom: 20px;
	max-width: 650px;
	max-height: 250px;
}

.profile_info {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 250px;
	height: 100%;
}

.profile_desc {
	position: relative;
	padding: 10px;
	padding-bottom: 20px;
}

.profile_search_row {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 25px;
	border: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
}

.profile_search_row:hover {
	background-color: #f8e7e7;
	border: 1px solid #dbbebe;
}

.profile_search_position {
	position: absolute;
	left: 10px;
	font-size: 16px;
	width: 50px;
	font-variant: small-caps;
	overflow: hidden;
	height: 20px;
	top: 12px;
}

.profile_search_name {
	position: absolute;
	left: 50px;
	font-size: 20px;
	width: 400px;
	font-variant: small-caps;
	overflow: hidden;
	height: 20px;
	top: 10px;
}

.profile_search_meta {
	font-size: 12px;
}

.profile_search_last {
	position: absolute;
	left: 475px;
	top: 14px;
	width: 200px;
	font-variant: small-caps;
	font-size: 14px;
	color: #222222;
}
