@CHARSET "UTF-8";

h2.profile-category {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 16px 0;
	padding-right: 20px;
}
a.profile-link {
	background-color: transparent !important;
	background-image: url(../images/icon_vcard.gif);
	background-position: left 0;
	background-repeat: no-repeat;
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0;
	padding-left: 18px;
	text-decoration: none;
}

a:hover.profile-link {
	color: #336699;
	text-decoration: underline;
}

div.profile-wrapper {
	float: left;
	display: block;
	background: #eeeeee;
	border: 1px solid #cccccc;
	width: 190px;
	padding: 2px;
	margin: 16px 4px;
}

div.profile-info {
	margin: 4px 0;
	padding: 0;
}

div.profile-photo {
	width: 128px;
	min-height: 128px;
	margin: 0 auto;
}

div.profile-photo span {
	clear: both;
	display: block;
	color: #999999;
	font-size: 12px;
	margin: 4px;
	text-align: center;
}


div.profile-photo img {
	border: none;
	margin: 0;
	padding: 0;
}