/*
find and replace #778883 to change the top of the nav bar
find and replace #778883 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 {
/* 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: #405679;
	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: #778883;
		background-color: #778883;
	}

	#Level1 a.currentlyDisplayedSelected, #Level1 a.currentlyDisplayedSelected:hover {
		color: #ffffff;
		border-color: #778883;
		background-color: #778883;
	}

/* Lower Nav bar (level 2) */
#Level2 {
	background-color: #25596c;
}
#Level2 .level2 a, #Level2 .level2 span {
	border: .1em solid #25596c;
}
#Level2 a.currentlyDisplayed {
	background-color:	#b5c8cf !important;
	color:		#003366 !important;
	border: 	.1em solid #b5c8cf !important;

}
#Wrapper {
	/* this makes the illusion that the left SideBar bar extends vertically down */
	background-image: none;
	background-repeat: repeat-y;
	background-color: #25596c;
}

/* Upper side bar */
#SideBar {
	background-color: #25596c;
}
	#SideBar ul li a {
		color: #FFFFFF !important;
		/*003366*/
	}
	#SideBar ul li.currentlyDisplayed a {
		color: #000000 !important;
	}
	#SideBar ul li img {
		border:		none;
		vertical-align:	middle;
	}
/* Lower side bar */
#SideBar #PageLinks {
		background-color: #b5c8cf;
		padding-bottom: 23.2em;
		padding-top:0.5em;
	}
	#SideBar #PageLinks h3 {
		color: #405679;
		color: white;
	}
	#SideBar #PageLinks ul li a {
		color: #ffffff !important;
	}
	#SideBar ul li a:hover {
		color: #336699 !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: .0em solid #7E514B;
}
/* Bar above bottom links */
#RelatedLinks {
	background-color: #25596c;
}
#Content .contentArea {
	padding: 2.0em 1.0em 2.8em 3.0em;
}
#ldiv{
	float:left;
	clear:left;
	height: 290px;
	width:240px;
}
#cdiv{
	float:left;
	height:290px;
	width:240px;
}
#rdiv{
	float:left;
	height:290px;
	width:240px;
}

#Content h1 {
	color: 		#225b6f;
	font-size:	1.7em;
	padding-bottom: 0.2em;
	border-bottom: .1em solid #b49859;
	width: 99%;
}
#Content h2 {
	color: #6f6137;
}
#Content h3{
	color: #25596c;
}
#Content img.body {
	float:		right;
	padding: 	0.5em;
	margin:		0 1.0em 2em;
	border:		1px solid #cecece;
}
#Content img.positioned {
	float: right;
	padding: 	0.5em;
	margin:		0 7.4em 1em 0em;
}
#Content table.info { 
	border:		 none;
	border-collapse: collapse;
	white-space:	 normal;
	margin-left:	 3em;
} 
#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:	 0px 0.5em;
	font-family:	 times, helvetica;
	text-align:	 left;
	border-color:	 #005793;
}
#Content fieldset.announceBox {
	position:	relative;
	border:		1px solid red;
	font-weight:	bold;
	font-size:	1.2em;
	color:		#000000;
	color:		#25596c;
	padding:	0.75em 0.5em 0.5em 0.5em;
	/* background:	#FFE0E0; */
	margin-top:	1em;
}
#Content fieldset.announceBox legend {
	position:	absolute;
	top:		-0.55em;
	left:		0.5em;
	color:		red;
	font-size:	1.0em;
}
#Content ul.spreadOut, #Content ul.spreadOutNoDisc {
	list-style-type: disc;
	list-style-position: outside;
	padding:	0.5em;
}
#Content ul.spreadOut li, #Content ul.spreadOutNoDisc li {
	padding:	3px;
	margin:		1.0em;
}
#Content ul.spreadOutNoDisc {
	list-style-type: none;
}
#Content p.raisedCap {
	font-weight: normal;
	font-size:	1.2em;
	padding-top:	1.0em;
	line-height:	1.3em;
	margin-top:	-1em;

}
#Content p.raisedCap:first-letter {
	font-size:	3em;
	font-family:	"Edwardian Script ITC", "Brush Script MT", cursive;
	color:		#8b743f;
	line-height:	.75em;
}
#Content p.raisedCap:first-line {
	line-height:	100%;
}

#Content table.schedule {
	border:	1px solid #002859;
 	border-collapse: collapse;
	white-space: wrap;
	margin-left: 0em;
	text-align:center;
}
#Content table.schedule th, #Content table.schedule th.noback {
	font-size: 1.1em;
	border:	1px solid #002859;
	color: #002859;
	padding: 5px 5px;
	text-decoration: normal;
	text-align: center;
	font-weight: bold;
}

#Content table.schedule th.noback {
	background:	#FFFFFF;
	font-size:1.2em;
}

#Content table.schedule th {
	background:	#cecece;
}
#Content table.schedule th.main {
	font-size: 1.2em;
	border:	1px solid #002859;
	background: #002859;
	color: #FFFFFF;
	padding: 5px 5px;
	text-decoration: normal;
	text-align: center;
	font-weight: bold;
}
#Content table.schedule td {
	vertical-align: middle;
	border: 1px solid #002859;
	padding: 5px 5px;
	font-family: times, helvetica;
	font-size: 1.1em;
	text-align: center;	
	
}
#Content table.schedule tr.break, #Content table.schedule tr.track {
	background:	#cecece;
	color: #002859;
}
#Content span.speaker {
	font-style:italic;
}
#Content p sup {
	font-size:	0.7em;
}
#Content table.schedule td.hideme {
	border-bottom:hidden;
	border-right:hidden;
}
#Content p.alignleft {
    float: left;
}
#Content p.alignright {
	float:right;
}
#Content .more {
	color:		#990000;
	font-weight:	bold;
}
div.imageWrap {
	float: left;
	height: 90px;
	width: 80px;
	margin-left: 25px;
	text-align: center;
	vertical-align: top;
}
div.imageWrap img {
	border:	none;
	margin-top: 2.0em;
	margin-right: 0;
}
table.wide {
	width: 700px;
}
table.wide img {
}

#images {
	width: 120px;
	float: right;
	border: 1px solid #CCC;
	margin: 0em 1em;
	text-align: center;
}
#images img {
	padding: 0px;
	border: 1px solid #25596C;
	margin: 0px 0px;
}
#Content .indented {
	padding-left: 2em;
	font-weight: bold;
	font-size: 1.0em;
	padding-top: .2em;
	color: #826D46;
}
#Content h1.close {
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#Content p.quote {
	padding-top: 1em;
}

/* THIS IS FOR THE SCHEDULE SORTING PAGE */
#Content #Sorter {
	width: 730px;
}
#Content div.course h2.title {
	margin: 0px; 
	padding: 0px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
#Content div.course span.presenter {
	display: block;
}
#Content div.course p.description {
	margin-top: 3px;
}
#Content div.course p.track {
	display: none;
}
#Tuesday, #Wednesday, #Thursday, #Friday {
	display: none;
}
#Content table.details,#Content table.grid {
	border: 1px solid #25596C;
	width: 730px;
}
#Content table.details tr.weekday,#Content table.grid tr.weekday {
	background-color: #998151;
	font-size: 1.3em;
	font-weight: bold;
}
#Content table.details tr.trackDivider {
	background-color: #C9BA9B;
	font-weight: bold;
}
#Content table.details tr.alt,#Content table.grid tr.alt {
	background-color: #DDD;
}
#Content table.details td,#Content table.grid td {
	padding: 5px;
	margin: 0px;
}
#Content table.details td.time {
	width: 70px;
}
#Content table.grid td {
	font-size: .9em;
	border: 1px solid #BBB;
	width: 50px;
}
#Content table.grid td.time {
	background-color: #D3C6AD;
	border: 1px solid #BBB;
	font-size: .9em;
	width: 70px;
}
#Content table.grid tr.header {
	font-weight: bold;
	text-align: center;
	background-color: #D3C6AD;
}
#Content table.grid td.blank {
	background-color: #EEE;
}
#Content #sortOptions {
	margin: 2px 0px;
	padding: 0px;
}
#Content #sortOptions li.tab {
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	padding: 2px 8px;
	width: 100px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #25596C;
	background-color: #B5C8CF;
	border-bottom: 1px solid #FFF;
	position: relative;
	z-index: 0;
}
#Content .options {
	width: 708px;
	background-color: #FFF;
	border: 1px solid #25596C;
	margin: 0px;
	padding: 10px;
	height: 70px;
}
#Content .options h2 {
	display: inline;
}
#Content a.textButton {
	padding: 3px 5px;
	border: 1px solid #25596C;
	background-color: #B5C8CF;
}
#Content #sortOptions li.comment {
	border: 0px;
	background-color: #FFF;
	font-weight: normal;
	color: #999;
}
a img {
	border: none;
}
#Content .inCorner {
	position: 		relative;
	margin:			-2em 0 0 -3em;
	width:			784px;
	height: 		126px;
}
#Content .famLogo {
	padding: 0em 0 0 0em;
}
#Content #regBack {
	clear: 			left;
	background: 	url('../images/2011/reg_button.jpg'); 
	background-repeat: no-repeat;
	width: 			664px; 
	display: 		block; 
	position: 		relative;
	padding-top: 	126px;
}
#Content #regButton {
	position: 		absolute; 
	top: 			20px; 
	right: 			0px; 
	width: 			282px; 
	height: 		49px; 
	background: 	url('../images/2011/reg_button_highlight.jpg'); 
	display: 		block;
}
#Content #regButton:hover {
	background-position: 0 -49px;
}
#Content p.heycomments{
	color: #5a2506; 
	font-family: verdana, arial, serif; 
	font-size: 1.5em;
	width:16em;
	float:right;
	margin-top:-3em;
	margin-right:4em;
	
}
#Content p.comments {
	color: #5a2506; 
	font-family: verdana, arial, serif; 
	font-size: 1.5em; 
	margin-left: 3em;
	margin-top:-4em;
	width:16em;
	float: right;
}

#Content p.paragraph{
	color: #5a2506; 
	font-family: verdana, arial, serif; 
	font-size: 1.2em;
	margin-left:1em;
	
	
}

#Content #familyLogo{

	width:300px;
	height:100px;
	margin-top:6em;
	margin-left:22em;
	
}
#Content p.noteheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight: bold;
	color:#FFFFFF;
	clear:right;
	float:right;
}
/*#Content #noteheader{
	width:240px;
	height:30px;
	background-color:#25596c;
	clear:right;
	float:right;
}*/
#Content p.header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#25596c;
	border:1px solid #b4975a;
	width:9em;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-left:5em;
	padding-right:2em;
	margin-left:4.3em;
	
	
}


#Content p.header1{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#25596c;
	border:1px solid #b4975a;
	width:12em;
	clear:left;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-left:2em;
	padding-right:2em;
	margin-left:3em;
	margin-top:-2em;
	
	
}

#Content p.header3{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#25596c;
	border:1px solid #b4975a;
	width:13.4em;
	height:1.7em;
	padding-left:2.7em;
	padding-top:.5em;
	margin-left:4em;
	/*padding-top:.5em;
	padding-bottom:.5em;
	padding-left:2em;
	padding-right:2em;
	margin-left:3em;
	margin-top:-2em;*/
	
	
}

/*#Content #header{
	width:240px;
	height:30px;
	background-color:#25596c;*/
	
}
#Content #fakeheader{
	width:240px;;
	height:30px;
}
#Content p.fakeheader{
	font-family:verdana,arial,serif;
	font-size:1.2em;
	color:#FFFFFF;
}
/*#Content #paragraphContainer{
	width: 350px; 
	height: 240px;
	float: left;
}*/
#Content #reviewContainer {
	display: block; 
	float: right;
	width: 250px; 
	height: 250px;
	padding-right: 6.5em;
}
#Content #divbox{
	width:720px;
	height: 290px;
	clear:both;
}
#Content img.tenis_pic{
	height: 190px;
	width:265px;
	float:left;
	/*margin-left:11em;*/
	margin-top:-3em;
	position:relative;
	left: 110px;
	z-index: 10;
	padding: 3px;
	border: 2px solid #baddf9;
	background-color:#FFFFFF;
	
	/*clear:left;
	left:100px;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
	padding: 3px;
	border: 2px solid #baddf9;*/
}
#Content #line{
	position:absolute;
	left: 390px;
	top: 180px;
	width: 2px;
	height: 45px;
	background-color:#baddf9;
	z-index: 5;
}
#Content #home {
	padding-top: 30px;;
}

#Content p.about_conf_pgph{

	color: #5a2506; 
	font-family: verdana, arial, serif; 
	font-size: 1.2em;
	width: 350px; 
	height: 240px;
	float: left;
	margin-top:-1em;

}

#Content table.keynote_speakers th{

	color: #5a2506; 
	font-family: verdana, arial, serif; 
	font-size: 1.5em; 
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	padding-bottom:1em;

}

#Content table.keynote_speakers td{

	color: #5a2506; 
	font-family: verdana, arial, serif; 
	font-size: 1.2em; 
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;

}

#Content table.schedule2011{
	width:727px;
	margin-bottom:50px;
	border-spacing:0px;
	border:1px solid;
}
#Content table.schedule2011 td{
	border-right:1px solid black;
	border-bottom:1px solid black;
}
#Content table.schedule2011 th{
	border:1px solid black;
}
#Content table.schedule2011 th.time{
	border-right:2px solid;
	background-color:#b5c8cf;
}
#Content table.schedule2011 th.cata{
	border-bottom:2px solid black;
	background-color:#25596c;
	padding:7px;
	color:#FFF;
}
#Content table.schedule2011 th.title{
	background-color:#25596c;
	font-size:2em;
	padding:7px;
	color:#FFF;
}
#Content table.schedule2011 td.lunch{
	background-color:#b5c8cf;
	border-top:1px solid;
	border-bottom:2px solid;
	text-align:center;
	font-size:2em;
	padding:6px;
}
#Content table.schedule2011 th.plenary{
	border-left:none;
	font-size:1.5em;
}

/*END OF SORTING STYLING*/

table.housing {
	font-size: 12px;
	border: 1px solid #25596c;
	margin-left: 23px;
}
table.housing th {
	background-color: #b5c8cf;
	color: #25596c;
	padding: 3px;
}
table.housing td {
	padding: 3px;
	font-weight: bold;
}

#Content td.topics{

	text-align:center;

}

#Content p.important {

	color:#FF3333;
	font-size:13px;
	margin-top:-1.5em;

}
