/*
find and replace #75673A to change the background color of the side menu and heading colors
find and replace #451410 to change the middle menu color and the color at the bottom of the content
find and replace #080808 to change the top menu color
*/

/* 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;
}
body {
	background-color: #e2cfa4;
}
#Level1 {
	display: none;
	background-color: #080808;
}

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

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

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

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

/* Lower Nav bar (level 2) */
#Level2 {
	background-color: #451410;
	border-color: #451410;
}
#Level2 a {
	border-color: #451410 !important;
}
#Level2 a.selected {
	border-bottom-color:#F5F5F5 !important;
}
#Level2 a.external {
	color: #ffffff;
	border-color: #451410;
	background-color: #451410;
}
#Level2 a.currentlyDisplayed {
	color: #ffffff !important;
	border-color: #75673A !important;
	background-color: #75673A !important;
}
#SideBar {
	background-color: #75673A;
}
#SideBar ul li a:hover {
	background: url("/cw/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: #451410 !important;
}
/* Unselected menu links hover */
#SideBar ul.currentlyDisplayed a:hover {
	color: #FFFFFF !important;
}
/* Selected menu link hover */
#SideBar li.currentlyDisplayed a:hover {
	color: #451410 !important;
}
/* Lower side bar */
#SideBar #PageLinks {
	background-color: #451410;
	padding-bottom: 20em;
	padding-top:0.5em;
}
#SideBar #PageLinks h3 {
	color: #FFFFFF;
}
#SideBar #PageLinks ul li a {
	color: #FFFFFF !important;
}
#Wrapper {
	background:#451410;
	border-width: 0 1px 1px 0;
	border-color:#808080;
	border-style:solid;
}
#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 #75673A;
	padding-bottom:1em;
}
/* Bar above bottom links */
#RelatedLinks {
	background-color: #451410;
	height:		2.2em;
}
#Content .contentArea {
	padding: 2.0em 1.0em 2.8em 3.0em;
}
#Content h1 {
	color: #75673A;
	border-bottom: .1em solid #75673A;
	width: 99%;
}
#Content h2 {
	color: #75673A;
}
#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 img.body {
	float:		right;
	padding: 	0.5em;
	margin:		0 1em;
	border:		1px solid #cecece;
}
#Content img.fullbody {
	padding: 	0;
	margin-top:	-2em;
	margin-left:	-3em;
	margin-bottom:	2em;
	border:		none;
}
