/* Faculty CSS */

/** FACULTY PAGE**/

.faculty-table {
	border: 2px solid #cccccc;
	background: url('/faculty/images/grayline.gif') top center repeat-y;
}

.person-display {
	margin: 0 0 10px 0;
	font-size: 70%;
}

.person-display img {
	float: left;
	padding: 5px;
}

.profile-display {
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

.alt-faculty-table {
	background: #f7f7f7;
	background-image: none;
	font-size: 125%;
}

.alt-faculty-table li {
	color: #333;
	font-size: 70%;
	font-weight: normal;
}

.alt-faculty-table th {
	background: #eee;
	color: #7b172c;
	font-size: 75%;
	text-align: center;
	text-transform: uppercase;
}

/** PERSON/PROFILE PAGE **/

h2 {
	font-size: 130%;
	color: #7b172c;
	font-weight: normal;
	text-transform: uppercase;
}

.profile-display h3 {
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 0;
	font-size: 110%;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

.profile-data {
	font-size: 80%;
}

.profile-personal-image {
	float: left;
	margin: 0 5px 5px 0;
}

/** OTHER STYLES **/

.highlight {
	color: #7b172c;
	font-weight: bold;
}

.subcontent {
	font-size: 90%;
}

