/*****************************/
/**	VIEWS - advanced search	**/
/*****************************/

/*
.view-Advanced-Search .view-content,
.view-Advanced-Search .view-empty {
	margin: 0 50px;
}

.view-Advanced-Search .view-content .views-field-title {
	width: 200px;
	padding: 0 0 0 20px;
}

.view-Advanced-Search .view-content .views-field-field-start-date-value {
	width: 100px;
	padding: 0 0 0 20px;
}

.view-Advanced-Search .view-content .views-field-field-position-value {
	width: 300px;
	padding: 0 20px 0 20px;
}
*/

/*****************************/
/**	VIEWS - professor list	**/
/*****************************/
.view-Advanced-Search .view-content a,
.view-Advanced-Search .view-empty a,
.view-Professor-List .view-content a,
.view-Professor-List .view-empty a {
	text-decoration: none;
}

.view-Advanced-Search .view-content,
.view-Advanced-Search .view-empty {
	padding: 0 50px;
}

.view-Advanced-Search .pager,
.view-Professor-List .pager {
}

.view-Professor-List .view-content,
.view-Professor-List .view-empty {}

.view-Professor-List h3,
.view-Advanced-Search h3 {
	margin: 0;
	font-size: 1.1em;
}

.view-Advanced-Search tr,
.view-Professor-List tr {
	background: #FFF;
	border-top: solid 1px #E4ECF5;
	border-bottom: solid 1px #E4ECF5;
	vertical-align: middle;
}

.view-Advanced-Search td,
.view-Professor-List td {
}

.view-Advanced-Search tr:hover,
.view-Professor-List tr:hover {
	background: #E4ECF5;
}

.view-Advanced-Search .tableHeader-processed tr:hover,
.view-Professor-List .tableHeader-processed tr:hover {
	background: none;
}

.view-Advanced-Search .view-content .views-field-title,
.view-Professor-List .view-content .views-field-title {
	width: 250px;
}

.view-Advanced-Search .view-content .views-field-field-start-date-value,
.view-Professor-List .view-content .views-field-field-start-date-value {
	width: 150px;
}

.view-Advanced-Search .view-content .views-field-field-position-value,
.view-Professor-List .view-content .views-field-field-position-value {
	text-align: center;
}

.view-Advanced-Search .view-content .views-field-field-position-value .field-item,
.view-Professor-List .view-content .views-field-field-position-value .field-item {
	border-top: dashed 1px #AEC8E1;
	padding: 5px 8px;
}

.view-Advanced-Search .view-content .views-field-field-position-value .field-item-0,
.view-Professor-List .view-content .views-field-field-position-value .field-item-0 {
	border-top: none;
}

.view-Advanced-Search img,
.view-Professor-List img {
	height: 100px;
	width: auto;
	margin-right: 15px;
	padding: 5px 0 0 5px;
}

.view-Advanced-Search th img,
.view-Professor-List th img {
	height: auto;
}

.view-Advanced-Search th,
.view-Professor-List th {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

.view-Advanced-Search th a,
.view-Professor-List th a {
	color: #000;
}

.view-Advanced-Search th.active,
.view-Professor-List th.active {
	font-weight: bold;
}

.view-Advanced-Search td.active,
.view-Professor-List td.active {
	background: none;
}

/*****************************/
/**	VIEWS - featured_profs	**/
/*****************************/
.featured-professors {
	padding: 10px 50px 0px 50px;
	height: 201px;
	margin-bottom: 40px;
}

.featured-professors a {
	text-decoration: none;
	color: #000;
}

.featured-professors a:hover {
	text-decoration: underline;
}

.featured-professors h1 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;
}

.other-professor {
	float: left;
	width: 168px;
	padding: 0;
	background: #FFF9CD;
	margin: 2px;
	overflow: hidden;
	text-align: center;
	height: 280px;
	
	font-size: 1.1em;
}

.image-container {
	margin: 10px 0 10px 0;
}

.name-container {
	padding: 0 5px;
}

.image-container img {
	height: 200px;
	width: auto;
}

.image-container img:hover {
}

/*****************************/
/**	VIEWS - faculty_member	**/
/*****************************/
#views-faculty-page {
	/* padding: 10px 50px; */
}

#views-faculty-images {
	float: left;
	margin-right: 20px;
}

#years-font td {
	font-family: Garamond, Georgia, serif;
}

#years-at-michigan {
	vertical-align: top;
	padding-right: 10px;
}

#view-more-pictures {
	background: #FFF;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	height: 16px;
	position: relative;
	top: -40px;
	text-align: right;
	padding: 10px;
	text-transform: uppercase;
}

#view-more-pictures a {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	color: white;
}

.fac-title {
	text-transform: uppercase;
	font-family: Garamond, Georgia, serif;
	text-align: center;
	letter-spacing: 12px;
	padding: 5px 0 0 0;
	border-top: dotted 1px #900;
	border-bottom: dotted 1px #900;
	color: #900;
}

#faculty-body {
	font-size: 18px;
	line-height: 24px;
}

#faculty-status {
	font-style: italic;
}

.views-img-link {
	height: 20px;
	overflow: hidden;
}

#content-bottom h2 {
	padding: 0 50px;
}

#content-bottom h3 {
	margin: 15px 0 0 0;
}

.views-faculty-resources {
	margin: 0 50px;
	clear: both;
}

/*****************************/
/**	VIEWS - node-heirarchy	**/
/*****************************/
.schools {
	padding: 0 50px;
	font-size: 16px;
	line-height: 24px;
}