@charset "UTF-8";
/* CSS Document */

#results_tab {
	width: 620px;
	height: 30px;
	float: left;
}

.resultsTabLeft {
	display: block;
	width: auto;
	height: 30px;
	float: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #822B7C;
	line-height: 30px;
}

.resultsTabRight {
	display: block;
	width: auto;
	height: 30px;
	float: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 30px;
}

.resultsTabRight a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 30px;
	color: #999999;
	text-decoration: none;
}

.resultsTabRight a:link {
	color: #999999;
	text-decoration: none;
}

.resultsTabRight a:hover {
	color: #333333;
	text-decoration: none;
}

.resultsTabRight a:active {
	color: #999999;
	text-decoration: none;
}

.resultsTabRight a:visited {
	text-decoration: none;
}

#profile_box_spacer {
	width: 14px;
	height: 280px;
	float: left;
}

#profile_box {
	width: 280px;
	height: 250px;
	float: left;
	padding: 10px;
	border: 1px dashed #999;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 4px;
}

#profile_box_header {
	width: 280px;
	height: 40px;
	float: none;
	background-color: #EBDD21;
	margin-bottom: 10px;
}

.profileHeaderName a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	display: block;
	float: left;
	text-decoration: none;
}

.profileHeaderAge {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
	display: block;
	float: right;
}

.profileHeaderSubText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	display: block;
	float: left;
	width: 275px;
}

#profile_pic_box {
	float: left;
	width: 125px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	z-index:0;
	position: inherit;
}

#profile_pic_frame {
	float: left;
	width: 125px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	position: inherit;
	padding: 4px;
}

#profile_text_box {
	float: left;
	width: 145px;
	height: 105px;
	margin-left:10px;
	overflow: hidden;
}

.profileText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#profile_location {
	width: 145px;
	float: left;
	margin-left:10px;
	margin-top: 5px;
	text-align:left;
}

#profile_box_base {
	width: 280px;
	float: left;
	margin-top: 10px;
}

#profile_box_icons {
	width: 115px;
	float: left;
	margin-right: 20px;
}
#profile_box_readmore {
	width: 145px;
	float: left;
}

#profile_box_icons img {
	margin: 0px 3px 8px 3px;
}

#profileBoxBaseText {
	float: left;
	width: 140px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: left;
}
