﻿* {
	background: none !important;
}

body{
	text-align: left;
	font-size: 62.5%;
	background-color: #fff;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	
}
#container {
	width: 7.5in;
	position: relative;
	padding: 0;
	text-align: left;
	background-color: #fff;
	border-top-width: 0;
}
#divBanner {
	display: none;
}

#divLeftNav {
	display: none;
}

#divMain a:link,
#divMain a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

#divMain a:hover,
#divMain a:active {
	text-decoration: none;
}

#divMain {
	width: 100%;
	font-size: 1.35em;
	background: none;
	margin: 0;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif !important;
}

#divMain #printer-friendly {
	font-family: arial, verdana, sans-serif;
	text-transform: uppercase;
	font-size: .65em;
	position:absolute;
	top: -5px;
	left: 6in;
}

#divMain #printer-friendly img {
	border: 0;
	position: relative;
	top: 5px;
	background-color: #fff;
}

#divMain #printer-friendly a:link,
#divMain #printer-friendly a:visited {
	text-decoration: underline;
	color: #777;
	vertical-align: middle;
}

#divMain #printer-friendly a:hover,
#divMain #printer-friendly a:active {
	text-decoration: none;
	color: #222;
	}

#divMain ol { 						/* ordered list for FAQ page */
	font-weight: bold;
}

#divMain ol p.answer {
	/* font-style:italic; */
	font-weight: normal;
}


#divMain div#WebPartWPQ1 { /* make Faculty List print onto page nicely */
	width: 90%;
}

table#ctl00_m_g_0174ba5a_c6fc_449f_9bf2_c6d9765f571f_ctl00_ctl00_toolBarTbl { /* don't show New, Actions, Settings bar */
	display: none;	
}

.ms-listviewtable .ms-vh2, 
.ms-summarystandardbody .ms-vh2 {
	border-right: none;
	border-bottom-color: #000;
}

#divMain td#MSOZoneCell_WebPartWPQ1 { /* move positioning upward */
	position: relative;
	top: 0;
}


#divMain .clearright {
	float: right;
	clear: right;
}

#divMain #ctl00_PlaceHolderSearchArea_ctl04{ /* small search box */
	display: none;
}

input#ctl00_PlaceHolderSearchArea_ctl04_ctl00_TXTQuery {
	display: none;
}


#divMain h2 {
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #000;
	font-size: 1.4em;
	margin-top: 25px;
}

#divMain h3 {
	margin-left: 10px;
}

#divMain p, #divMain dl {
	margin-left: 8px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif !important;
}

#divMain dt, #divMain dd {
	margin-top: 8px;
}

#divMain div.CesResultExcerpt { /* search result excerpts */
	width: 450px;
}

#divMain input.ms-ButtonHeightWidth { /* OK and Cancel buttons */
	margin-top: 5px;
	margin-bottom: 5px;
}

#divMain input.ms-long { /* text input boxes */
	width: 315px !important;
}

#divMain td.ms-formbody {
	width: 380px !important;
}

#divMain div.CesQuerySummary {
	width: 175px !important;
}

#divMain div#ctl00_PlaceHolderMainBody_ctl01_ctl00_rs_ctl00 { /* wrapper for # of results & Sort By */
	width: 470px;
}

#divMain #ctl00_PlaceHolderMainBody_ctl01_ctl00_rs_ctl01 td,
#divMain span#ctl00_PlaceHolderMainBody_ctl01_ctl00_rs_ctl01_qdr { /* query duration */
	text-align: left !important;
}


#footer {
	clear: both;
	text-align: center;
	padding: 8px 20px;
	background-color: #fff;
	font-variant: normal;
	font-size: 1.3em;
	font-family: arial, verdana, sans-serif;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#footer a:link, #footer a:visited {
	color: #8B0B2D;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #8B0B2D;
	text-decoration: underline;
}

#footer p {
	display: none;
}

#footer p.copyright,
#footer p.disclaimer {
	display: block;
	color: #000;
}

/* Coveo search -------------------------- */

#divMain #ctl16_ctl00_i_qry { /* main query input box */
	clear: both;
	margin-top: 5px;
	width: 300px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 1.2em;
	font-variant: normal;
	padding: 3px;
}

.CesSearch {
	width: 550px;
	font-family: tahoma, sans-serif !important;
	font-variant: normal;
	padding: 0;
	margin: 0;
}

.CesToolbar {
	display: none;
}

.CesQuerySummary {
	width: 275px;
	float: left;
}

#ctl00_PlaceHolderMainBody_ctl02_ctl00_rs_ctl01 {
	width: 80px;
}

#ctl00_PlaceHolderMainBody_ctl02_ctl00_rs_ctl00 {
	width: 490px;
	margin: 0;
	padding: 0;
}

td#header {
	width: 320px;
}

.CesResultHeader {
	width: 455px !important;
	margin: 0;
	padding: 0;
}


#ctl00_PlaceHolderMainBody_ctl02_ctl00_rs_ctl02 {
	display: none;
}

#ctl00_PlaceHolderMainBody_ctl01_ctl00_rs_ctl02 { /* "Search In" and "Year" info in search results */
	display: none;
}

/* end Coveo search ---------------------- */

/* faculty list table css */

#WebPartWPQ1 { /* div surrounding data table */
	margin-top:20px;
	font-family:serif !important;
	font-size:10px;
}

#divMain table.ms-toolbar { /* hide New Item, Edit Item, etc. toolbar */
	display: none;
}

#WebPartWPQ1 .ms-listviewtable { /* faculty listing */
	background-color: #fff;
}

#WebPartWPQ1 .ms-formtable { /* individual profile */
	font-size: 1.5em;
	background-color: #fff;
}

#WebPartWPQ1 .ms-formtable h3.ms-standardheader { /* profile item title */
	padding-left: 10px;
}

#WebPartWPQ1 .ms-formtable td.ms-formlabel,
#WebPartWPQ1 .ms-formtable td.ms-formbody { /* profile item value */
	font-size: 1.1em !important;
	font-family: "Times New Roman", Times, serif;
}

#WebPartWPQ1 .ms-formtable td.ms-formbody {
	border-left: 1px solid #333;
}

#WebPartWPQ1 .ms-formtable td.ms-formbody .ms-long {
}

tr.ms-viewheadertr {
	background-color: #fff;	
}

th.ms-vh2{
	color:white;
	border-bottom:10px;
	
}

tr.ms-alternating {
	background-color:#eeeecc;
}