/* Upper Nav bar (level 1) */
#OrganizationBar {
	border-bottom: .0em solid #ffffff;
}
#ParentDepartment {
/* This fixes the department name next to the BYU logo from causing the routY login link to be pushed down in Firefox.*/
	width:auto;
}
/* QuickSearch Box (level 1) 
   This fixes cross browser size discrepancies. It also makes the above adjustment to the parent department unnecessary. */
#ByuBar input.ByuBarTextBox {
	font-size:	1em;
}
#Level1 {
	background-color: #3f5678;
	display:none;
}

	#Level1 a {
		border: .1em solid #3F5678;
		color: #ffffff;
	}

	#Level1 a:hover {
		background-color: #ffffff;
		color: #001e4c;
		border-color: #d3d3d3;
	}

	#Level1 a.selected, #Level1 a.selected:hover {
		color: #ffffff;
		border-color: #8495a9;
		background-color: #8495a9;
	}

	#Level1 a.currentlyDisplayedSelected, #Level1 a.currentlyDisplayedSelected:hover {
		color: #ffffff;
		border-color: #8495a9;
		background-color: #8495a9;
	}

/* Lower Nav bar (level 2) */
#Level2 {
	background-color: #8495a9;
}
/* Upper side bar */
#SideBar {
	background-color: #e3e3e3;
}
	#SideBar ul li a {
		color: #336699 !important;
	}
/* Lower side bar */
#SideBar #PageLinks {
		background-color: #e3e3e3;
		padding-bottom: 23.2em;
	}

	#SideBar #PageLinks h3 {
		color: #405679;
	}

	#SideBar #PageLinks ul li a {
		color: #405679 !important;
	}
	#SideBar ul li a:hover {
		color: #8495a9 !important;
		background: url("/cw/images/whiteBulletShort.gif") left top no-repeat;
	}
#Content {
	min-height: 43.0em;
	/* Uncomment to scroll just the content area
	height: 41.7em;
	overflow: auto; */
	background-image: none;
	background-color: #ffffff;
	border-top: .5em solid #e3e3e3;
}
/* Bar above bottom links */
#RelatedLinks {
	background-color: #8495a9;
	height:		2.2em;
}
#Content .contentArea {
	padding: 2.0em 1.0em 2.8em 3.0em;
}
#Content h1 {
	color: #24247c;
	border-bottom: .1em solid #24247c;
	width: 99%;
}
#Content h2 {
	color: #24247c;
}
#Content img.body {
	float:		right;
	padding: 	0.5em;
	margin:		0 1.0em 2em;
	border:		0.1em solid #cecece;
}
#Content table.info { 
	border: 1px solid #005793;
	border-collapse:collapse;
	white-space: normal;
	margin-left: 0px;
} 
#Content table.info th {
	font-size: 1.2em;
	color: #00375b;
	background: #afb5c5;
	border-color: #005793;
	padding: 5px 5px;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
	vertical-align:	top;
}
#Content table.info td {
	font-size: 1.4em;
	vertical-align: top;
	padding: 5px 5px;
	font-family: times, helvetica;
	text-align: left;
	border-color: #005793;
}
#Content fieldset.announceBox {
	position:	relative;
	border:		1px solid red;
	font-weight:	bold;
	font-size:	1em;
	color:		#000000;
	width:		85%;
	padding:	0.75em 0.5em 0.5em 0.5em;
	background-color:	#FFE0E0;
	margin:	1em 0;
}
#Content fieldset.announceBox legend {
	position:	absolute;
	top:		-0.55em;
	left:		0.5em;
	color:		red;
	font-size:	1.2em;
	background-color: #FFF0F0;
	border:		1px solid red;
	padding: 1px;
}
#Content ul.spreadOut {
	list-style-type: disc;
	list-style-position: outside;
	padding:	0.5em;
}
#Content ul.spreadOut li {
	padding:	3px;
	margin:		1.0em;
}
#Content div.schedTitle {
	margin-left:	7em;
	margin-bottom:	1.5em;
	margin-top:	-1em;
}
#Content table.sched {
	width:		65%;
	border:		none;
	white-space:	nowrap;
	margin-left:	0px;
	/*
	margin-left:	auto;
	margin-right:	auto;
	*/
}
#Content table.sched th {
	font-size:	1.5em;
	color:		#2f546e;
	background:	#eaeaea;
	text-decoration:none;
	text-align:	center;
	font-family:	times, helvetica;
	font-weight:	bold;
}
#Content table.sched td {
	padding:	0 0.5em;
	font-family:	times, helvetica;
	font-size:	1.2em;
	text-align:	left;
}
#Content table.sched tr:nth-child(2n+1) {
	background-color: #EAEFF5;
}
table.bio {
	width:		99%;
	border:		none;
	margin-top:	-1em;
	margin-left:	auto;
	margin-right:	auto;
}
img.bio {
	float:	right;
}
table.bio td {
	padding:	2px 8px;
	width:		48%;
	font-family:	times, helvetica;
	font-size:	1.0em;
	text-align:	left;
}

#Content p.location_change{

	width:55em;
	height:7em;
	padding:1em;
	margin-left:4em;
	border:1px solid #000000;
	background-color:#FFE5CB;
	border-radius:15px;
	-moz-border-radius:15px;	
	

}

#Content fieldset.sideNote {
	border:		1px solid black;
	font-weight:	bold;
	font-size:	1em;
	color:		#000000;
	width:		85%;
	background-color:#DCD6CA;
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;

}
#Content img.presenterleft{
	float:left;
	width:150px;
}
#Content img.presenterright{
	float:right;
	width:150px;
}
