  /* faculty/staff page styles */

/* listing and individual styles */
.fs_fullName {
	font-weight: bold !important;
	font-size: 1.2em;
}
.fs_fullName a {
	font-weight: bold !important;
}

/* listing styles */
.fs_list, .fs_list_edit {
	color: #000 !important;
	padding: 5px 12px 0 5px;
	margin: 0 0 15px 0;
	border: 1px solid #efebef;
	height: 160px;
	clear: both;
	line-height: 16px;
}
.fs_list p {
	padding: 0px !important;
	margin-top: 10px !important;
}
.fs_list_edit {
	height: auto !important;
}
.fs_list a {
	color: #4F2D7F !important;
	background: inherit;
}
.fs_thumb_image {
	float: left;
	border: 1px solid #efebef;
	margin: 0 15px 0 0;
	padding: 5px;
	width: 105px;
}
.fs_list_info {
	padding: 25px 0 0 0;
}
.fs_list_info p {
	margin: 0 0 5px 0;
}
/* individual styles */
.fs_full {
	color: #000;
	padding: 5px 12px 0 5px;
	margin: 0 0 15px 0;
	border: 0px solid #efebef;
}
.fs_full a {
	color: #4F2D7F;
	background: inherit;
}
.fs_full_image {
	float: left;
	width: 210px;
	border: 1px solid #750f7d;
	color: #fff;
	background: white;
	margin: 0 15px 0 0;
	padding: 5px;
}
.fs_full_info {
	clear: both;
	margin-top: 0px;
}