/* SBM CSS Style Sheet */

/* General SBM Styles 
------------------------------------------------------- */

/* ------ Header -------------------------------------------------------------*/
#header {
	background-color: #3d3d3d;	
}
#header h1 {
	font-family: helvetica,arial,sans-serif;
	font-size: 185%;
	text-transform: uppercase;
	letter-spacing: 0px;
}
#header h1 a {
	padding-left: 1em;
	position: relative;
}
#header h1 span.schoolname-prefix {
	font-family: Times New Roman, Times, serif;
	font-size: 170%;
	color: #C00; 
	position: absolute;
	left: 0;
	top: 0em;
}
/* ---------------------------------------------------------------------------*/

/* --------- Overwrites global styles ----------------- */

th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}

td.indent1 {
	padding-left: 15px;
}

td.indent2 {
	padding-left: 30px;
}

p { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	margin-top: 1em;
}

h3 { /* Reserved for the Page Title */
	display: block;
 	margin: 1em 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold; 
	font-size: 12pt;
	text-transform: uppercase;
}

h4 { /* Page Sub Title/Section Header */
	display: block;
 	margin: 0em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #990000;
	font-size: 11pt;
	/*margin-top: 1.5em;*/
	margin-bottom: 0em;
	font-style: italic;
	font-weight: bold;
}

h5 { /* Sub Sub Header -- needs to be same font-size as paragraph for -1em margin */
	display: block;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 1em;
	margin-bottom: 0em;
}

h6 { /* Sub Sub Header -- needs to be same font-size as paragraph for -1em margin */
	display: block;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 9pt;
	line-height: 14pt;
	margin-top: 1em;
	margin-bottom: 0em;
}

p.note {
	font-style: italic;
}
span.plain {
	font-style: normal;
}

td.program-header, td.program-units {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #990000;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}


/* ------------- Other Styles ------------------------- */

.office-info {
	font-weight: bold;
}

.photo-border-style {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #999999;
	margin: 5px 0px 5px 10px;
}



/* ----- Replace any occurances of these --------------- */

.page-title { /* Replace any of these with <h3> tags */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #660000;
	font-weight: bold; 
	font-size: 10pt;
}

.content_header { /* Replace most likely with <h4>s I think */
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}

.SectionHeader { /* Replace most likely with <h4>s */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #660000;
	font-weight: bold;
}

.ProgPTitle { /* Replace any of these with <h3> tags */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #660000;
	font-weight: bold;
}

.ProgSectionHeader { /* Replace these with <h4> tags */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #660000;
}

.subtitle { /* replace these with <h5> tags */
	font-weight: bold; 
	font-size: 12px;
}

.sectionsubtitle { /* replace these with <h5> tags */
	font-weight: bold;
}

/* Faculty Profile Styles
----------------------------------------------------------------------------- */
h3.faculty {
	font-weight: bold;
}

div.fac-profile-header {
	width: 520px; /* 540 - Left and Right Padding */
	padding: 18px 10px 10px 10px;

	background-color: #AEADA0;
	background-image: url(/faculty/images/section_title_bg_sbm.gif); 
	background-position: left top;
	background-repeat: no-repeat;
}

div#fac-profile-header-no-pic {

}


div.fac-profile-title {
	margin-left: 140px;
	
	font-size: 1.1em;
	line-height: 1.5em;
}

div#fac-profile-header-no-pic div.fac-profile-title {
	margin: 0;
}

div.fac-profile-name {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #900;
}

.fac-profile-job {
	font-weight: bold;
}

.fac-profile-school {

}

#fac-basic-info {
	font-size: 1.1em;
}

.fac-info-type {
	font-weight: bold;
}

div.fac-section-title {
	padding: 6px 4px 4px 4px;
		
	border-bottom: 1px solid #000;
		
	color: #900;
	font-weight: bold;
	font-style: italic;
}

div.fac-section-content {
	padding: 8px 2px;
	line-height: 1.5em;
}

.fac-section-subtitle {
	font-weight: bold;
	color: #000;
}


/* Faculty Spotlight Section
--------------------------------------------------------- */

.fac-spotlight-title {
	color: #000;
	font-weight: bold;
}

/* End of Facutly Profile Styles -------------------------------------------- */
