﻿body{
	text-align: center;
	font-size: 62.5%;
	background-color: #dddddd;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	
}
#container {
	width: 800px;
	position: relative;
	margin: 0pt auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	border: 1px solid #777;
	border-bottom-width: 0; /* jtm 5/22/08 */
	border-top-width: 0;
}
#divBanner {
	width: 800px;
	height: 118px;
	float: left;
}
#divBanner h1 {
	display: inline;
	margin: 0;
	padding: 0;
}

#divBanner h1 a img {
	border: 0;
}

#divLeftNav {
	background: #fff url('../images/leftNav.gif') no-repeat left top;
	width: 155px;
	margin: 0;
	padding: 0 0 350px 0;
	float: left;
	border-top: 1px solid #bbb;
	font-size: .9em;

}
#divLeftNav a:visited {
	text-decoration: none;
	color: #000;
}

#divLeftNav a:link {
	text-decoration: none;
	color: #000;
}

#divLeftNav a:active {
	text-decoration: underline;
}

#divLeftNav a:hover {
	text-decoration: underline;
}

#divMain a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

#divMain a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

#divMain a:active {
	text-decoration: none;
}

#divMain a:hover {
	text-decoration: none;
}

#divLeftNav ul
{
	list-style-type: none;	
	line-height: 32px;
	font-size: 1.9em;
	padding: 0 0 0 25px;
	margin: 13px 0 0 0;
}

#divMain{
	font-size: 1.35em;
	background: #fff url('../images/Main.gif') no-repeat left top;
	/* width: 595px; */
	width: 625px;
	margin: 0;
	/* padding: 0 50px 50px 0px; */
	padding: 0 20px 0 0;
	float:left;
	line-height: 20px;
	border-top: 1px solid #bbb;
}

#divMain #printer-friendly {
	font-family: arial, verdana, sans-serif;
	text-transform: uppercase;
	font-size: .65em;
	position:absolute;
	top:125px;
	right: 10px;
}

#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 .minheight {
	height: 400px;
	float: right;
	width: 1px;
}

#divMain .clearright {
	float: right;
	clear: right;
}

#divMain #ctl00_PlaceHolderSearchArea_ctl04{ /* small search box */
	position: absolute;
	margin: 0;
	padding: 0;
	top: 108px;
	left: 10px;
}

input#ctl00_PlaceHolderSearchArea_ctl04_ctl00_TXTQuery {
	margin-right: 5px;
	border: 1px solid #bbb;
}


#divMain h2 {
	margin-top: 25px;
	margin-left: 10px;
}

#divMain h3 {
	margin-left: 10px;
}

#divMain .homepage_image {
	border: 1px solid #000;
	margin: 25px 0 0 0;
}

#divMain p, #divMain dl {
	margin-left: 8px;
	text-align: justify;
	font-family: arial, verdana, sans-serif;
}

#divMain ol {						/* ordered list for FAQ page */
	font-weight: bold;
}

#divMain ol p.answer {
	/* font-style:italic; */
	font-weight: normal;
}

#divMain dt {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
	line-height: .9em;
}

#divMain dd, #divMain dd a:link, #divMain dd a:visited {
	margin-left: 0;
	padding-top: 0;
	font-weight: normal;
	margin-top: 0px;
}

#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;
}


        
#divMain .start_search a:link,
#divMain .start_search a:visited {
            display: block;
            text-decoration: none !important;
            width: 132px;
            height: 28px;
            background: #fff url(../images/start_search.gif) no-repeat left top;
        }
        
#divMain .start_search a span {
			visibility: hidden;
            background: #fff url(../images/start_search_h.gif) no-repeat -1000em -1000em;
        }
        
#divMain .start_search a:hover,
#divMain .start_search a:active { 
				text-decoration: none;
				background: #fff url(../images/start_search_h.gif) no-repeat left top;
		}

#footer {
	text-align: center;
	/* margin: 2px auto 20px auto; */
	margin: 0 auto 20px auto;
	padding: 8px 40px;
	width: 720px;
	background-color: #fff;
	border: 1px solid #777;
	border-top-width: 0; /* jtm 5/22/08 */
	font-variant: normal;
	font-size: 1.1em;
	font-family: arial, verdana, sans-serif;
}

#footer a:link, #footer a:visited {
	color: #8B0B2D;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #8B0B2D;
	text-decoration: underline;
}

#footer .disclaimer {
	color: #888;
}

/* 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;
	font-size:10px;
	width: 595px;
}

#WebPartWPQ1 .ms-listviewtable { /* faculty listing */
	width: 595px !important;
	background-color: #fff;
	border-right: 1px solid #AFD2FF;
	border-left: 1px solid #AFD2FF;
}

#WebPartWPQ1 .ms-formtable { /* individual profile */
	font-size: 1.5em;
	background-color: #fff;
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}

#WebPartWPQ1 .ms-formtable h3.ms-standardheader { /* profile item title */
	padding-left: 10px;
}

#WebPartWPQ1 .ms-formtable td.ms-formbody { /* profile item value */
	border-left: 1px solid #83B0EC;
	font-size: .8em;
}

#WebPartWPQ1 .ms-formtable td.ms-formbody .ms-long {
	width: 360px;
}

tr.ms-viewheadertr {
	background-color: #fff;
	border-bottom:medium black;
	
}

th.ms-vh2{
	color:white;
	border-bottom:10px;
	
}

tr.ms-alternating {
	background-color:#eeeecc;
}