/*
find and replace #BBC9E3 to change the top of the nav bar
find and replace #BBC9E3 to change the bottom of the nave bar
*/

/* 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;
}

/* Temporary fix for the down arrow background flaw */
#Level1 a.currentlyDisplayed,#Level1 a.currentlyDisplayedSelected,#Level1 a.currentlyDisplayed:hover,#Level1 a.currentlyDisplayedSelected,#Level1 a.currentlyDisplayedSelected:hover,#Level2 .level2 span.currentlyDisplayed,#Level2 .level2 a.currentlyDisplayed,#Level2 .level2 a.currentlyDisplayedExternal,#Level2 .level2 a.currentlyDisplayed:hover{
	background-image:url(/home/images/orangeOnTransDownArrow.png);
}

#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: #BBC9E3;
	background-color: #BBC9E3;
}

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

/* Lower Nav bar (level 2) */
#Level2 {
	background-color: #3d5fa7;
}
#Level2 div.level2 a.currentlyDisplayed {
	background-color: #BBC9E3 !important;
	border-color: #BBC9E3 !important;
	color: #003366 !important;
}
#Level2 .level2 a, #Level2 .level2 span {
	border: .1em solid #3d5fa7;
}

#Wrapper {
	/* this makes the illusion that the left SideBar bar extends vertically down */
	background-image: none;
	background-repeat: repeat-y;
	background-color: #3d5fa7;
}

/* Upper side bar */
#SideBar {
	background-color: #BBC9E3;
}
	#SideBar ul li a {
		color: #003366 !important;
	}
	#SideBar ul li a:hover {
		color: #336699 !important;
		background: url("/cw/images/whiteBulletShort.gif") left top no-repeat;
	}
	#SideBar ul li a.subMenu {
		margin-left: 0px;
		line-height: 1.0em;
	}
/* Lower side bar */
#SideBar #PageLinks {
		background-color: #3d5fa7;
	}

	#SideBar #PageLinks h3 {
		padding-top:	1em;
		color:		#ccddff;
	}

	#SideBar #PageLinks ul li a {
		color: #ccddff !important;
	}
	#SideBar #PageLinks ul li a:hover {
		color: #efefef !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 #BBC9E3;
}
/* Bar above bottom links */
#RelatedLinks {
	background-color: #3d5fa7;
}
#Content .contentArea {
	padding: 2.0em 1.0em 2.8em 3.0em;
}
#Content h1 {
	color: #24247c;
	border-bottom: .1em solid #BBC9E3;
	width: 99.5%;
}
#Content h2 {
	color: #3D5FA7;
}
#Content img.body {
        float:          right;
        padding:        5px;
        margin-left:    8px;
        border:         1px solid #cecece;
}
#Content .noborder {
        border: none !important;
}
#Content img.header {
        padding:	0px;
        margin-top:	-2em;
        border:         none;
}
table.schedule {
	width: 98%;
	border-collapse: collapse;
}

table.schedule td, table.schedule th {
	padding: 3px;
	vertical-align: top;
	text-align: left;
}

table.schedule th {
	border-bottom: 1px dashed #000;
}

table.schedule tr.alt {
	background-color: #fff;
}

span.speaker {
	font-weight: bold;
}

span.talkTitle {
	font-style: italic;
}
#Content .orange { color: #CF5C01 }
#Content .blue { color: #484FA9 }
#Content .darkBlue { color: #353D8F }
#Content .yellow { color: #aF7E02 }
#Content .green { color: #389024 }
#Content .burgundy { color: #6F225A }

#Content .subHeading {
	font-size:	1.4em;
	font-weight:	bold;
	border:		1px solid #cecece;
	background:	#efefef;
}
#Content .big { font-size: 1.2em }
#Content .bold {  font-weight: bold }
#Content div.credentials {
	float:right;
	width:160px;
	border:#C0C0C0 solid 1px;
	padding:8px;
	margin:1em 1em 2em 1.5em;
	font-size:0.8em;
}
p.subhead:first-line {
    font-size:    1.3em;
    font-family:    Times,serif, Sans-serif;
    line-height:    120%;
    color:        #24247c;
    font-weight:    bold;
}
#Content table.sched {
	border:	2px groove #002859;
 	border-collapse: collapse;
	background-color: #fcfdff;
	white-space: wrap;
	margin-left: 5em;
	margin-right:1.2em;
	text-align:center;
}
#Content table.sched th {
	font-size: 1.25em;
	border:	1px solid #002859;
	color: #000;
	padding: 5px 5px;
	text-decoration: normal;
	text-align: center;
	font-weight: bold;
	background:	#BBC9E3;
}

#Content table.sched td {
	vertical-align: middle;
	border: 1px solid #002859;
	padding: 5px 5px;
	text-decoration: normal;
	font-size: 1.1em;
	text-align: left;	
	
}
#Content table.sched tr.break {
	background:	#cecece;
	color: #000;
	font-weight:bold;
}
#Content .address {
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 3em;
	font-style: normal;
	font-size: 1.2em;
	}
.memberButton {
	height:28px;
	width:179px;
	margin-left: 28em;
	margin-top: 10em;
	
	
}
.memberButton:hover{
	color:#FFBA37;
}

img.presenter {
	float: left;
	padding: 4px;
	border: 1px solid #DDD;
	margin: 5px;
}
#Content table.youthSched {
	width: 400px;
	border:	2px groove #002859;
 	border-collapse: collapse;
	background-color: #fcfdff;
	white-space: wrap;
	margin-left: 5em;
	margin-right:1.2em;
	margin-top: 2em;
	text-align:center;
}
#Content table.youthSched th {
	font-size: 1.25em;
	border:	1px solid #002859;
	color: #000;
	padding: 5px 5px;
	text-decoration: normal;
	text-align: left;
	font-weight: bold;
	background:	#BBC9E3;
}

#Content table.youthSched td {
	vertical-align: middle;
	border: 1px solid #002859;
	padding: 5px 5px;
	text-decoration: normal;
	font-size: 1.1em;
	text-align: left;	
}
#Content table.youthSched td.title {
	color: #3D5FA7;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	background-color: #eee;
}

#Content table.info { 
	border: 1px solid #111;
	border-collapse:collapse;
	white-space: wrap;
	margin-left: 3em;
	width:90%;
} 
#Content table.info tr.space {
	height:.5em;
	background:#000;
}
#Content table.info tr.bkground {
	/*background: #333;*/
	background: #3d5fa7;
	color:#FFF;
}
#Content table.info tr.subBack {
	/*background: #cecece;*/
	background: #bbc9e3;
}
#Content table.info td {
	font-size: 1.1em;
	vertical-align: middle;
	padding: 3px 3px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border:#111 1px solid;
}

#Content table.info td.center {
	text-align:center;
}
#Content table.info tr.space td{
	font-size: .015em;
	
}
img.dentist {
	float:right;
	margin-right: 6em;
	margin-top: 2em;
}
#Content img.top {
	margin: 0em;
	margin-top:  -2.0em;
	margin-left: -3.0em;
	width: 782px;
	height: 75px;
	padding: 0px;
}
#Content img.cornerRight {
	margin: 0em;
	margin-right: -1em;
	margin-top:  -1.2em;
	padding: 0em 0em 1em 1em;
	float: right;
}
#Content a.sched {
	color: #cc2222;
}
#Content .finePrint {
	font-size: smaller;
	color: #999999;
	line-height: 3em;
}
