@charset "utf-8";
/* CSS Document */

/* Directory Pages Only */

/* @group PluginListing */

div.content table.directory tr a, div.content table.directory td {
	text-decoration: none;
	color: #464646;
}

div.content table.directory tr a:hover {
	border-bottom: solid .15em #002469;
	color: #002469;
}

div.content table.directory tr:hover {
	background-color: #FFFFFF;
}

/* @endgroup */

/* @group Bio Pages */

div.headshot {
	padding: .25em;
	margin: .5em;
	margin-top: 0;
	clear: both;
	float: right;
	min-width: 15.125em;
	background-color: #F5F5F5;
	border-bottom: groove .25em #CCCCCC;
	border-right: groove .25em #CCCCCC;
	border-top: solid .1em #CCCCCC;
	border-left: solid .1em #CCCCCC;
}

h1.name {
	padding-left: 1em;
	color: #636467;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: solid .2em #207bc1;
}

p.degrees {
	padding-left: 2em;
}

div.courses {
	font-size: 85%;
	font-weight: bold;
}

h2.research {
	padding-left: .5em;
	margin-top: 2em;
	border-bottom: .2em #636467 solid;
	clear: both;
}

p.rtype {
	padding-left: 1.5em;
	font-weight: bold;
}

p.research {
	padding-left:3em;
}

/* @endgroup */

/* @group Faculty Directory */

div.content h2.directory_department {
	border-bottom: solid .2em #207bc1;
	color: #636467;
	font-size: 140%;
	padding-left: .5em;
}

div.content h3.faculty_type {
	font-size: 120%;
	padding-left: 1em;
	color: #959595;
}

div.content li.directory_faculty {
	list-style-type: none;
	padding-left: 2em;
}

div.content li.directory_faculty a {
	text-decoration: none;
	font-weight: normal;
}

/* @endgroup */

/* @group Research Pages */

div.content h2.researchers {
	border-bottom: solid .2em #207bc1;
	padding-left: .5em;
}

div.content h2.researchers a {
	color: #636467;
	font-size: 120%;
	text-decoration: none;
}

/* @endgroup */

