@import url(alllevels.css);
@import url(byuBar.css);
@import url(quickfinder.css);

#Breadcrumb {
	height: 1.9em;
	background: url(../images/breadcrumbBackground.gif) bottom repeat-x;
	background-color: #d3d3d3;
	padding: .6em 0em .7em .4em;
}
	#Breadcrumb a {
		color: #001e4c;
		padding: 0em .6em;
	}
	#Breadcrumb a.parent {
		background: transparent url(../images/orangeRightArrow.gif) no-repeat scroll right top;
		padding-right: 1.5em;
	}
	#Breadcrumb a:hover {
		color: #8495a9;
	}
	#Breadcrumb a.currentlyDisplayed {
		background: transparent url(../images/orangeBulletShort.gif) no-repeat scroll left top;
		font-weight: bold;
		padding-left: 1.3em;
	}

#TitleBar {
	margin: 0em 0em 0em .8em;
	border-bottom: .1em solid #8495a9;
	height: 2.1em;
	color: #8495A9;
}
	#TitleBar h2 {
		margin: 0em;
		font-size: 1.25em;
		padding-bottom: 0em;
		padding-top: .3em;
		color: #8495A9;
	}
	#TitleBar #TitleBarLinks {
		position: relative;
		float: right;
		margin-top: -1.4em;
		padding-right: .5em;
	}

#AppBreadcrumb {
	height: 1.2em;
	padding-bottom: .5em;
	padding-top: .5em;
	padding-left: .4em;
}
	#AppBreadcrumb a {
		color: #8495A9;
	}
	#AppBreadcrumb a:hover {
		color: #607080;
	}
	#AppBreadcrumb .root {
		padding-right: .4em;
		padding-left: 1.3em;
	}
	#AppBreadcrumb .parent {
		padding-right: .4em;
		padding-left: 1.2em;
		background: url(../images/orangeOnWhiteRightArrow.gif) top left no-repeat;
	}
	#AppBreadcrumb .currentlyDisplayed, #AppBreadcrumb .last {
		padding-right: .4em;
		padding-left: 1.2em;
		background: url(../images/orangeBulletShort.gif) top left no-repeat;
	}
	#AppBreadcrumb .grayedOut {
		padding-right: .4em;
		padding-left: 1.2em;
		color: #CCCCCC;
	}
        #AppBreadcrumb .active {
                font-weight: bold;
        }

#Content {
	padding: 1em;
	padding-top: .1em;
	min-height: 40em;
}
#Content textarea, #Content input, #Content select {
     font-size:small;
}
#Content p {text-align:left; clear:both; }

/* *** Button *** */
#Content input.appButton, #Content input.applicationButton {
	background: #8495A9;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
}

/* *** Text Formatting *** */
#Content .error, #Content .errorMsg {
	color: red;
	font-weight: bold;
}

#Content .status, #Content .statusMsg {
	color: #8495A9;
	font-weight: bold;
}

/* *** Headers *** */
#Content h1 {
	color: #333B50; 
	padding: .1em 0em 0em 0em;
	margin: .2em 0em .2em -.2em;
     font-weight: bold;
     font-size: 1.8em;
}
#Content h2 {
	color: #4D6A8C;
	padding: .1em 0em 0em 0em;
	margin: .4em 0em .2em 0em;
     font-weight: bold;
     font-size: 1.6em;
}
#Content h3 {
	color: #90939A;
	color: #8495A9;
	padding: .1em 0em 0em 0em;
	margin: .5em 3em .2em 0em;
     font-weight: bold;
     font-size: 1.5em;
	border-bottom: 1px solid #8495A9;
}
#Content h4 {
	color: #90939A;
/*	color: #8495A9;*/
	padding: .1em 0em 0em 0em;
	margin: .5em 0em .2em 0em;
     font-weight: bold;
     font-size: 1.4em;
}
#Content h5 {
	color: #333B50; 
	padding: .1em 0em 0em 0em;
	margin: .5em 0em .2em 0em;
     font-weight: bold;
     font-size: 1.3em;
}

/* *** Graphics *** */
#Content .checkmark {background-image: url(../images/checkmark.gif); background-repeat: no-repeat; }
#Content .dashmark  {background-image: url(../images/dashmark.gif);  background-repeat: no-repeat; }
#Content .buttonGo  {background-image: url(../images/buttonGo.gif);  background-repeat: no-repeat; }
