/*
Level 3
find and replace #96A0AD to change color 1
find and replace #69788D to change color 2
You may have to change menu colors from white if it is too light
*/

/* 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) */
#ByuBar input.ByuBarTextBox {
/* This fixes cross browser size discrepancies. It also makes the above adjustment to the parent department unnecessary. */
	font-size:1em;
}
#Level1 {
	background-color: #69788D;
	display:none;
}

	#Level1 a {
		border: .1em solid #69788D;
		color: #ffffff;
	}

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

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

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

/* Lower Nav bar (level 2) */
#Level2 {
	background-color: #69788D;
}
#Level2 a {
	border-color:#69788D !important;
}
#Level2 a:hover {
	border-top-color:#D3D3D3 !important;
	border-left-color:#D3D3D3 !important;
	border-right-color:#D3D3D3 !important;
	border-bottom-color:#F5F5F5 !important;
}
#Level2 a.selected {
	border-top-color:#D3D3D3 !important;
	border-left-color:#D3D3D3 !important;
	border-right-color:#D3D3D3 !important;
	border-bottom-color:#F5F5F5 !important;
}
#Level2 a.external {
	color: #ffffff;
	border-color: #69788D;
	background-color: #69788D;
}
#Level2 a.currentlyDisplayed {
	color: #ffffff !important;
	border-color: #96A0AD !important;
	background-color: #96A0AD !important;
}
/* Upper side bar */
#SideBar {
	background-color: #96A0AD;
}
#SideBar ul li a:hover {
	background: url("/home/images/whiteBulletShort.gif") left top no-repeat;
	text-decoration: underline;
}
/* Unselected menu links */
#SideBar ul.currentlyDisplayed a {
	color: #FFFFFF !important;
}
/* Selected menu link */
#SideBar li.currentlyDisplayed a {
	color: #69788D !important;
}
/* Unselected menu links hover */
#SideBar ul.currentlyDisplayed a:hover {
	color: #FFFFFF !important;
}
/* Selected menu link hover */
#SideBar li.currentlyDisplayed a:hover {
	color: #69788D !important;
}
#SideBar ul li img {
	border:		none;
	vertical-align:	middle;
}
/* Lower side bar */
#SideBar #PageLinks {
	background-color: #69788D;
	padding-bottom: 10em;
	padding-top:0.5em;
}
#SideBar #PageLinks h3 {
	color: #FFFFFF;
}
#SideBar #PageLinks ul li a {
	color: #FFFFFF !important;
}
#Wrapper {
	background:#69788D;
}
#Content {
	min-height: 45.0em;
	/* Uncomment to scroll just the content area
	height: 41.7em;
	overflow: auto; */
	background-image: none;
	background-color: #ffffff;
	border-top: .5em solid #96A0AD;
	padding-bottom:1em;
}
/* Bar above bottom links */
#RelatedLinks {
	background-color: #69788D;
	height:		2.2em;
}
#Content .contentArea {
	padding: 2.0em 1.0em 2.8em 3.0em;
}
#Content h1 {
	color: #96A0AD;
	border-bottom: .1em solid #96A0AD;
	width: 98%;
}
#Content h2 {
	color: #96A0AD;
}

#Content table.schedule {
	border:	1px solid #69788D;
 	border-collapse: collapse;
	white-space: wrap;
	margin-left: 0em;
}
#Content table.schedule th {
	font-size: 1.2em;
	border:	1px solid #69788D;
	background:	#cecece;
	color: #69788D;
	padding: 5px 5px;
	text-decoration: normal;
	text-align: left;
	font-weight: bold;
}
#Content table.schedule th.main {
	font-size: 1.2em;
	border:	1px solid #69788D;
	background: #69788D;
	color: #FFFFFF;
	padding: 5px 5px;
	text-decoration: normal;
	text-align: center;
	font-weight: bold;
}
#Content table.schedule td {
	vertical-align: top;
	border: 1px solid #69788D;
	padding: 5px 5px;
	font-family: times, helvetica;
	font-size: 1.2em;
	text-align: left;
	width: 160px;
}
#Content table.schedule th.time {
	width: 40px;
}
#Content table.schedule td .subSched {
	font-size: bigger;
}
#Content table.schedule td ol, #Content table.schedule td ul {
	padding-left: 2em;
	margin-top: 0px;
	margin-left: 0px;
}
#Content table.schedule td ol li,#Content table.schedule td ul li {
	font-family: times, helvetica;
	font-size: 1.1em;
	margin-top: 5px;
}

#BottomBar {
	background-color: white;
	color: #696969;
}
#BottomBar a{
	color: #69788D;
	color: #696969;
}
#Content table.info { 
	border: 1px solid #005793;
	border-collapse:collapse;
	white-space: wrap;
	margin-left: 0px
} 
#Content table.info th {
	font-size: 1.2em;
	color: #00375b;
	background: #afb5c5;
	border-color: #005793;
	padding: 5px 5px;
	text-decoration:normal;
	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-top:	1em;
}
#Content fieldset.announceBox legend {
	position:	absolute;
	top:		-0.55em;
	left:		0.5em;
	color:		red;
	font-size:	1.2em;
}
#Content div.announceBox {
	border: 1px solid #BB0000;
	margin: 3em 1em;
	width: 300px;
	padding: 10px 5px 5px;
	background-color: #FFEEEE;
	position: relative;
}
#Content div.announceBox div {
	margin: 0em 0em 0em 1em;
	float: left;
	width: 125px;
	padding: 3px;
	position: absolute;
	top: -15px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #BB0000;
	background-color: #FFCCCC;
}
#Content .announce {
	color:		red;
	font-size:	150%;
	font-weight:	bolder;
}
#Content td.header {
	border: #000000 solid 1px;
	background-color: #69788D;
	color:#FFFFFF;
}
#Content table.blue {
	border: #000000 solid 1px;
	border-collapse:collapse;
}
#Content table.blue td {
	border: #000000 solid 1px;
	padding: 3px;
}
#Content table.blue h3 {
	margin: 0px;
	color: #000;
}
#Content p.outdent {
	text-indent:-20px;
	padding-left:30px;
	padding-right:20px;
}
#Content p.instructor img {
	padding:3px;
	border:1px solid #cecece;
	margin:0 8px 16px 0;
}
#Content p.instructor {
	clear:both;
}
#Content p.instructor img.extraPad{
	margin-bottom:24px;
}
#Content img.body {
	float:		right;
	padding: 	0.5em;
	margin:		0 1.0em 2em;
	border:		0.1em solid #cecece;
}
#Content img.bodyalign {
	padding: 	0.5em;
	margin:		0 1.0em 2em;
	border:		0.1em solid #cecece;
	float:      	right;
	margin-right: 	23.5em;
	background:	#69788D;
}
#Content a.keynote:hover, #Content a.keynote {
	font-size:1.1em;
}
#Content a.keynote:hover {
	color:#861330; 
	
}
#Content div.imageCaption {
	float: right; 
	width: 300px; 
	font-size: .8em; 
	margin: -20px 18px 0px;
}
#Content div.imageCaptionWrapper {
	width: 350px; 
	float: right;
}
#Content #areaMap {
	position: absolute;
	padding: 10px;
	border: 1px solid #cecece;
	z-index:1002;
	left: 80px;
	top: 10px;
	display: none;
	background-color: #DDDDDD;
}
#Content #fade {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=80);
}
#Content #areaMap a {
	color: #FFF;
}
#Content #areaMap p {
	position: absolute; 
	right: 30px; 
	top:17px; 
	color:white;
}
#Content #oldDesc {
	display:none;
}
#Content a.button {
	background: #C2CBD2;
	color: #344359;
	border: 1px solid #69788D;
	padding: 1px;
}
#Content #oldSchedule {
	display:none;
}

#Content div.featureImage {
	/*border: 1px solid #cccccc; */
	width: 300px; 
	padding: 5px; 
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	vertical-align: top;
	display: inline-block;
}
#Content div.featureImage img, div.featureImage p {
	padding: 0px;
	margin: 0px;
}
#Content div.featureImage img.note {
	float: left; 
	padding-right: 4px;
}
#Content div.featureImage p.bottom {
	padding-top: 4px; 
}
#Content table.otable {
	width: 400px;
	border: 1px solid black;
	margin-top: 1em;
}
#Content table.otable td.title {
	font-weight: bold;
}
#Content table.otable td.time {
	width: 100px;
}
	