@CHARSET "ISO-8859-1";

div#profile_summary {
	float: right;
	/*background: url(../img/graphics/profile_box_fill.jpg) repeat-y;*/
	background-color: #e7e7e7;
	width: 230px;
}

div#profile_summary div {
	background: url(../img/graphics/profile_box_tl.jpg) no-repeat top left;
}

div#profile_summary div div {
	background: url(../img/graphics/profile_box_bl.jpg) no-repeat bottom left;
}

div#profile_summary div div div {
	background: url(../img/graphics/profile_box_tr.jpg) no-repeat top right;
}

div#profile_summary div div div div {
	background: url(../img/graphics/profile_box_br.jpg) no-repeat bottom right;
	padding: 15px;
}

div#profile_summary_content img {
	margin-bottom: 10px;
}


div.module {
	background-color: #f7f7f7;
	margin-top: 10px;
	border: 1px solid #555555;
	padding: 0;
}

div.module div {
	padding: 5px;
}

div.module h2 {
	font-size: 13px;
	font-weight: bold;
	background-color: #c7c7c7;
	padding-left: 10px;
}

div.module h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 3px 0;
	margin: 0;
}

div.thumbnail_id {
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #777777;
	background-color: #e7e7e7;
	display: block;
	float: left;
	margin: 5px;
	padding: 3px;
	width: 110px;
	height: 105px;
}

div.thumbnail_id span {
	bottom: 5px;
}

div.thumbnail_id_highlight {
	border: 1px solid #ff7777;
	background-color: #ff9999;
}

div.contact_card {
	border: 1px solid #777777;
	background-color: #f7f7f7;
	display: block;
	float: left;
	margin: 10px 5px 5px 5px;
	padding: 3px;
	width: 350px;
	
}

div.contact_card span.label {
	font-weight: bold;
}

div.contact_card img {
	float: left;
	margin-right: 5px;
	
}

div.profile_event h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

div.contact_card h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0 8px 0;
}

h2.profile_heading {
	margin: 10px 0 0 0;
}
