/** HEADER

	custom.css
	Terra Dotta
	Copyright 2009-2010.
	Please check for cross-browser compatibility prior to making changes
	MINIMUM BROWSER CHECK :: IE7,Firefox,Safari

 **/

/** CSS DOCUMENT **/

/** BODY AND OUTER WRAPPERS **/

	body {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		margin:0 auto;
		padding:0;
		background:#f4f7f9 url('http://www.gonzaga.edu/Files/main/images/Redesign2009/bg.png') repeat-x top center;
		color:#333;
	}
	/** BASIC LINK COLORS **/
	a:link {
		color:#1d4e95;
	}
	a:visited {
		color:#1d4e95;
	}
	a:active {
		color:#1d4e95;
	}
	a:hover {
		color:#0044CC;
		text-decoration:underline;
	}
	#mainContainer {
		/** contains all page elements **/
		/** establish page width; center page in browser window **/
		margin:0;
		padding:0;
		background:transparent url('http://www.gonzaga.edu/Files/main/images/Redesign2009/header_home_bg.jpg') no-repeat top center;
		min-width:960px;
	}
	#mainContainerInside {
		margin:0 auto;
		width:960px;
	}

/** HEADER **/
	h1.department {
		font-size: 25px !important;
		font-family: "Times New Roman", Times, serif;
  		color: #9a3b26;
  		font-size: 25px;
  		height: 26px;
  		width: 690px;
  		border-bottom: 2px solid #ddd;
  		display: block;
  		padding: 0px 0px 4px 0px;
  		margin: 0px 0px 14px 20px;
  		line-height: normal;
		font-weight:normal;
	}

	#headerContainer {
		/** contains title, subtitle, and horizontal main menu **/
		width:100%;
	}
	#headerContainer #header1 {
		/** container for the site title **/
		display:none;
	}
	#headerContainer #header1 h1 {
		/** site title **/
		display:none;
	}
	#headerContainer #header1 h1 a:link {
		color:#ffffff;
		text-decoration:none;
	}
	#headerContainer #header1 h1 a:visited {
		color:#ffffff;
		text-decoration:none;
	}
	#headerContainer #header1 h1 a:active {
		color:#ffffff;
		text-decoration:underline;
	}
	#headerContainer #header1 h1 a:hover {
		color:#ffffff;
		text-decoration:underline;
	}
	#headerContainer #header2 {
		/** container for the site subtitle **/
		display:none;
	}
	#headerContainer #header2 h2 {
		/** site subtitle **/
		padding:0px;
		margin:0px;
		font-size:1.4em;
		font-weight:normal;
		line-height:100%;
	}
	#headerContainer #mainNavigation {
		/** container for the main horizontal nav **/
		width:958px;
		text-align:right;
		background:#fff url('http://www.gonzaga.edu/Files/main/images/Redesign2009/bg_content_top.png') no-repeat top center;
		border-left:solid 1px #ccd4e6;
		border-right:solid 1px #ccd4e6;
		height:24px;
		padding-top:19px;
	}
	#headerContainer #mainNavigation ul {
		display:block;
		font-size:11px;
		line-height:11px;
		margin:0;
		padding:0 20px;
	}
	#headerContainer #mainNavigation ul li {
		/** establish space and border between options **/
		margin:0px;
		list-style:none;
		display:inline;
		padding:0px 1px 0px 1px;
	}
	#headerContainer #mainNavigation ul li a {
		padding:4px 12px;
		background-color:#fff;
		border:1px solid #ddd !important;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		text-decoration:none;
	}
	#headerContainer #mainNavigation ul li a:link {
		/** main nav link color **/
		font-weight:normal;
		color:#666666;
	}
	#headerContainer #mainNavigation ul li a:visited {
		/** main nav link color **/
		font-weight:normal;
		color:#666666;
	}
	#headerContainer #mainNavigation ul li a:active {
		/** main nav link hover color **/
		color:#666666;
	}
	#headerContainer #mainNavigation ul li a:hover {
		/** main nav link hover color **/
		color:#002c54;
		border:1px solid #9facb7 !important;
	}
	#headerContainer #mainNavigation ul li.first {
		border:none;
		padding-left:0px;
	}
	#headerContainer #mainNavigation ul li.last {
		padding-right:0px;
	}
/** CONTENT AREAS **/

	#contentWrap {
		/** main content wrapper, contains the left and right columns **/
		width:934px;
		margin:0px;
		border:solid 1px #ccd4e6;
		border-top:none;
		padding:0px 12px 20px 12px;
		background-color:#fff;
		-webkit-border-bottom-right-radius: 12px;
		-webkit-border-bottom-left-radius: 12px;
		-moz-border-radius-bottomright: 12px;
		-moz-border-radius-bottomleft: 12px;
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	#contentWrap #leftColumn {
		/** contains the left side navigation and announcements **/
		margin:0px;
		padding:30px 0px 0px 0px;
		width:220px;
		float:left;
	}
	.admin-template #contentWrap #leftColumn {
		width:200px;
	}
	#contentWrap #leftColumn #leftColumnInside {
		/** secondary left column contaner **/
		/** may provide background image, color or padding **/
	}
	#contentWrap #rightColumn {
		/** contains the page content **/
		width:710px;
		float:left;
		font-size:1.1em;
		line-height:1.3;
		margin:0px;
		padding:0px;
	}
	#contentWrap #rightColumn #rightColumnInside {
		/** secondary right column contaner **/
		/** may provide background image, color or padding **/
		padding:0px 0px 20px 20px;
	}

/** LEFT COLUMN NAVIGATION **/

	#leftColumn #leftNavigation {
		/** wrapper for left side menu **/
		margin:0px 0px 0px 0px;
		background-color:#eaeff6;
		border-top:2px solid #cedcec;
		font-size:1em;
		line-height:1.1em;
	}
	#leftColumn #leftNavigation #SA_TOC_Container {
		/** secondary wrapper for left side menu **/
	}
	#leftColumn #leftNavigation #SA_TOC_Container a {
		/** attributes of all menu links **/
		display:inline;
		text-decoration:none;
	}
	/* TOP LEVEL OPTIONS */
	.level0block {
		display:block;
		margin:0px;
		padding:0px;
	}
	.level0item {
		padding:0px;
		margin:0px;
		list-style:none;
		border-bottom:1px #cedcec solid;
	}
	.level0text {
		padding:7px 20px 7px 20px;
		background-image:none;
		color:#052b52;
	}
	.level0text a:link {
		color:#052b52;
	}
	.level0text a:visited {
		color:#052b52;
	}
	.level0text a:active {
		color:#052b52;
	}
	.level0text a:hover {
		color:#0f4f98;
	}
	.level0text a.hovered {
		color:#0f4f98;
	}
	/* FIRST SUBMENU OPTIONS */
	.level1block {
		display:none;
		margin:0px;
		padding:0px;
		background-color:#f1f5fa;
	}
	.level1item {
		padding:0px;
		margin:0px;
		list-style:none;
		border-top:1px #cedcec solid;
	}
	.level1text,.level1text_off {
		padding:7px 20px 7px 35px;
		background-image:none;
	}
	.level1text a:link {
		color:#052b52;
	}
	.level1text a:visited {
		color:#052b52;
	}
	.level1text a:active {
		color:#052b52;
	}
	.level1text a:hover {
		color:#0f4f98;
	}
	.level1text a.hovered {
		color:#0f4f98;
	}
	/* SECOND SUBMENU OPTIONS */
	.level2block {
		display:none;
		margin:0px;
		padding:0px;
		background-color:#f6f9fc;
	}
	.level2item {
		padding:0px;
		margin:0px;
		list-style:none;
		border-top:1px #cedcec solid;
	}
	.level2text {
		padding:7px 20px 7px 50px;
		background-image:none;
	}
	.level2text a:link {
		color:#052b52;
	}
	.level2text a:visited {
		color:#052b52;
	}
	.level2text a:active {
		color:#052b52;
	}
	.level2text a:hover {
		color:#0f4f98;
	}
	.level2text a.hovered {
		color:#0f4f98;
	}
	/* THIRD SUBMENU OPTIONS */
	.level3block {
		display:none;
		margin:0px;
		padding:0px;
		background-color:#f9fbfd;
	}
	.level3item {
		padding:0px;
		margin:0px;
		list-style:none;
		border-top:1px #cedcec solid;
	}
	.level3text {
		padding:7px 20px 7px 65px;
		background-image:none;
	}
	.level3text a:link {
		color:#052b52;
	}
	.level3text a:visited {
		color:#052b52;
	}
	.level3text a:active {
		color:#052b52;
	}
	.level3text a:hover {
		color:#0f4f98;
	}
	.level3text a.hovered {
		color:#0f4f98;
	}

	/** MENU BUTTON STATES **/
	.link-selected {
		/** currently selected menu option text and bg **/
		font-weight:bold;
		background-color:#ffffff;
		color:#052b52;
	}
	.link-selected a:link {
		/** hyperlink on selected option **/
		color:#052b52;
		text-decoration:none;
	}
	.link-selected a:visited {
		/** hyperlink on selected option **/
		color:#052b52;
		text-decoration:none;
	}
	.link-selected a:active {
		/** hyperlink on selected option **/
		color:#052b52;
		text-decoration:none;
	}
	.link-selected a:hover {
		/** hyperlink on selected option **/
		color:#0f4f98;
		text-decoration:none;
	}

	/** ICON FOR MENU EXPANSION AND COLLAPSE, BY LEVEL **/
	.level0item.expandable .level0text {
		background-image:url(TOCplus.gif);
		background-position:5px 9px;
		background-repeat:no-repeat;
	}
	.level0item.expandable .level0text.expandabletexthovered {
		background-image:url(TOCplushovered.gif);
		background-position:5px 9px;
		background-repeat:no-repeat;
		color:#0f4f98;
	}
	.level0item.expandable.submenuopen .level0text {
		background-image:url(TOCminus.gif);
		background-position:5px 9px;
		background-repeat:no-repeat;
	}
	.level0item.expandable.submenuopen .level0text.expandabletexthovered {
		background-image:url(TOCminushovered.gif);
		background-position:5px 9px;
		background-repeat:no-repeat;
	}
	.level1item.expandable .level1text {
		background-image:url(TOCplus.gif);
		background-position:20px 9px;
		background-repeat:no-repeat;
	}
	.level1item.expandable .level1text.expandabletexthovered {
		background-image:url(TOCplushovered.gif);
		background-position:20px 9px;
		background-repeat:no-repeat;
		color:#0f4f98;
	}
	.level1item.expandable.submenuopen .level1text {
		background-image:url(TOCminus.gif);
		background-position:20px 9px;
		background-repeat:no-repeat;
	}
	.level1item.expandable.submenuopen .level1text.expandabletexthovered {
		background-image:url(TOCminushovered.gif);
		background-position:20px 9px;
		background-repeat:no-repeat;
	}
	.level2item.expandable .level2text {
		background-image:url(TOCplus.gif);
		background-position:35px 9px;
		background-repeat:no-repeat;
	}
	.level2item.expandable .level2text.expandabletexthovered {
		background-image:url(TOCplushovered.gif);
		background-position:35px 9px;
		background-repeat:no-repeat;
		color:#0f4f98;
	}
	.level2item.expandable.submenuopen .level2text {
		background-image:url(TOCminus.gif);
		background-position:35px 9px;
		background-repeat:no-repeat;
	}
	.level2item.expandable.submenuopen .level2text.expandabletexthovered {
		background-image:url(TOCminushovered.gif);
		background-position:35px 9px;
		background-repeat:no-repeat;
	}

/** ANNOUNCEMENTS **/

	#announcements-frame {
		/** container for announcements **/
		margin:10px 0px 0px 0px;
		background-color:#efefef;
		border-bottom:3px #dadcdf solid;
	}
	#announcements-box {
		/** secondary wrapper for announcements **/
	}
	#announcements-box h3 {
		/** announcements box title **/
		font-size:1em;
		margin:0px;
		padding:7px 20px;
		background-color:#878c94;
		line-height:1em;
		color:#ffffff;
	}
	#announcements-box #controls {
		/** previous and next buttons **/
		margin:0px;
		padding:0px;
		height:15px;
		background-color:#dadcdf;
		width:220px;
	}
	#announcements-box #controls li {
		float:left;
		width:110px;
		list-style:none;
		margin:0px;
		padding:2px 0px 0px 0px;
	}
	#announcements-box #controls li #prev {
		/** previous button, default state **/
		display:block;
		height:11px;
		width:50px;
		overflow:hidden;
		text-indent:-999em;
		background:transparent url(ANMTprev.gif) 20px 1px no-repeat;
	}
	#announcements-box #controls li #prev:hover {
		/** previous button, hovered state **/
		background:transparent url(ANMTprev.gif) 20px -8px no-repeat;
	}
	#announcements-box #controls li #next {
		/** previous button, default state **/
		display:block;
		float:right;
		height:11px;
		width:50px;
		overflow:hidden;
		text-indent:-999em;
		background:transparent url(ANMTnext.gif) 25px 1px no-repeat;
	}
	#announcements-box #controls li #next:hover {
		/** previous button, hovered state **/
		background:transparent url(ANMTnext.gif) 25px -8px no-repeat;
	}
	#announcements-box #announcements-list {
		display:block;
		font-size:1em;
		margin:10px 20px 0px 20px;
		padding:0px;
		height:12em;
		overflow:hidden;
	}
	#announcements-box #announcements-list li {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	#announcements-box #announcements-list li h4 {
		margin:0px 0px 0.25em 0px;
		font-size:1em;
		padding:0px;
	}
	#announcements-box #announcements-list li p {
		margin:0px 0px 0.25em 0px;
		padding:0px;
		line-height:1.2;
	}
	#announcements-box p.more {
		padding:5px 20px;
		margin:0px;
		border-top:1px #dadcdf solid;
	}

/** USER NAVIGATION **/

	#rightColumn #userNav {
		/** wrapper for menu that appears when logged in **/
		background-color:#ffffff;
		font-size:0.786em;
		padding:8px 20px 8px 20px;
		margin:0px;
		text-align:right;
		line-height:1.1em;
		border-bottom:#dddddd 1px solid;
	}
	#rightColumn #userNav small {
		font-size: 1em;
	}
	#rightColumn #userNav a.authBar {
		font-weight:normal;
		text-decoration:underline;
		display:inline;
		color:#666666;
		font-size:1em;
	}
	#rightColumn #userNav a.authBar:hover {
		color:#000000;
		font-weight:normal;
		text-decoration:underline;
	}
	#rightColumn #userNav .authBar {
		color:#999999;
	}
/** BREADCRUMB **/

	#rightColumn #BreadCrumbs {
		/** breadcrumb container **/
		color:#666666;
		margin:0px 0px 10px 0px;
		padding:0px;
		font-weight:bold;
	}
	#rightColumn #BreadCrumbs img {
		padding: 0px 2px 0px 3px;
	}
	#rightColumn #BreadCrumbs a:link {
		color:#6688aa;
		text-decoration:none;
		font-weight:normal;
	}
	#rightColumn #BreadCrumbs a:visited {
		color:#6688aa;
		text-decoration:none;
		font-weight:normal;
	}
	#rightColumn #BreadCrumbs a:active {
		color:#6688aa;
		text-decoration:underline;
		font-weight:normal;
	}
	#rightColumn #BreadCrumbs a:hover {
		color:#6688aa;
		text-decoration:underline;
		font-weight:normal;
	}
/** FOOTER **/

	#footer {
		/** footer container **/
		clear:both;
		padding:30px 20px 10px 20px;
	}
	#footerTop {
		/** footer row one **/
		text-align:right;
		padding-bottom:10px;
	}
	#footerBottom {
		/** footer row two **/
		text-align:right;
	}
/** ADMIN LAYOUT ADJUSTMENTS **/

	/** MAIN CONTAINER **/
	#mainContainer.admin-template {
		width:auto;
		margin:0px;
	}

	/** CONTENT AREA **/
	#mainContainer.admin-template #rightColumn {
		float:none;
		width:auto;
		margin:0px 0px 0px 200px;
	}
	#mainContainer #sa_content {padding-top:0px;}
	
	#mainContainer h1, #mainContainer h2, #mainContainer h3, #mainContainer h4, #mainContainer h5, #mainContainer h6 {font-weight:bold;font-family:Arial, Helvetica, sans-serif;}
	
	#mainContainer h1 {font-size: 22px;}
	
	#mainContainer h2 {font-size: 20px;}
	
	#mainContainer h3 {font-size: 18px;}
	
	#mainContainer h4 {font-size: 17px;}
	
	#mainContainer h5 {font-size: 14px;}
	
	#mainContainer h6 {font-size: 13px;}
	
	#mainContainer h1.department {
		font-size: 25px !important;
		font-family: "Times New Roman", Times, serif;
  		color: #9a3b26;
  		font-size: 25px;
  		height: 26px;
  		width: 690px;
  		border-bottom: 2px solid #ddd;
  		display: block;
  		padding: 0px 0px 4px 0px;
  		margin: 0px 0px 14px 20px;
  		line-height: normal;
		font-weight:normal;
	}

	/** ADMIN VIEWS **/
	#contentAdmin table, #sa_content table {
		font-size: 0.857em;
	}
	#contentAdmin table table {
		font-size: 1em;
	}
	#contentAdmin table .Small,
	#sa_content table .Small {
		font-size: 0.917em;
	}
	#contentAdmin td.Small {
		padding:3px 5px;
	}
	#sa_tips {
		line-height:133%;
		font-size:0.857em;
	}
	#sa_tips img {
		clear:none;
	}

/** GONZAGA MAIN STYLES **/

div#header {
	width: 960px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 47px;
}
div#footer-gu {
	width: 960px;
	margin: 15px 0px 25px 0px;
	text-align: center;
}
#footer-links {
	float: left;
	padding-left: 18px;
	text-align: left;
	line-height: 1.6em;
}
#footer-follow {
	float: right;
	padding-right: 12px;
	line-height: 1.6em;
}
#footer-follow img {
	margin-left: 4px;
	margin-top: -2px;
	vertical-align: middle;
}
#footer-gu p {
	color: #003d6f;
	line-height: 1.8em;
}
#footer-gu a {
	color: #003d6f;
	text-decoration: none;
}
#footer-gu a:hover {
	text-decoration: underline;
}
#footer-links p.footer-gu{
  width: 660px;
  color: #7e8286;
  font-size: 11px;
  line-height: 14px;
  margin: 10px 0 18px 0;
}

#footer-links  p.footer-gu a:link,#footer-links  p.footer-gu a:active,#footer-links  p.footer-gu a:visited{
  color: #7e8286;
  text-decoration: underline;
}

#footer-links  p.footer-gu a:hover, #footer-links  p.footer-gu a:focus {
  color: #003d71;
  text-decoration: underline;
}


div#homelink {
	position: absolute;
	float: left;
	top: 25px;
	width: 250px;
	height: 40px;
}
div#homelink img{
	width: 250px;
	height: 40px;
}
#homelink:hover {
	cursor: pointer;
}
div#beinspiredlink {
	position: absolute;
	margin-left: 600px;
	top: 43px;
	width: 350px;
	height: 30px;
}
div#beinspiredlink img{
	width: 350px;
	height: 30px;
}
#beinspiredlink:hover {
	cursor: pointer;
}
/** Traditional/Global Navigation **/

div#trad_nav {
	height: 28px;
	width: 958px;
	background-color: #004074;
	border:solid 1px #2a638d;
	border-bottom:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.trad_nav_tab {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	float: left;
	text-align: center;
	padding: 6px 18px 0px 18px;
	margin-top: 0px;
	height: 22px;
	border-right: 1px solid #37678F;
}
.trad_nav_tab_hover {
	background-color: #0B2A50;
}
.trad_nav_spacer {
	border-right: 1px solid #37678F;
	width: 71px;
	float: left;
	margin-top: 0px;
	height: 28px;
}
#trad_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#trad_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#042a51;
}
.current {
	background-color: #FFFFFF;
	color: #0B2A50 !important;
}
#trad_nav a.current:hover{
	background-color: #FFFFFF !important;
	color: #0B2A50 !important;
}
/** End Traditional/Global Navigation **/

/** Header Navigation **/

#header_nav {
	margin: 0px;
	width: 625px;
	height: 36px;
	position: relative;
	top: 0px;
	left: 330px;
}
.header_tab {
	float: left;
}
#search_tab {
	background: url(http://www.gonzaga.edu/Files/main/images/Redesign2009/header_search_bg.gif) no-repeat left top;
	width: 187px;
	height: 36px;
}
#search {
	background: url(http://www.gonzaga.edu/Files/main/images/Redesign2009/search_field_bg.png) no-repeat left top;
	height: 30px;
	padding: 6px 0px 0px 23px;
}
#search input.search_field {
	padding: 0px;
	margin: 0px 25px 0px 0px;
	width: 95px;
	height: 14px;
	border-top-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	border-bottom-width: 0px;
	color: #333333;
	font-family: Arial;
	border-right-width: 0px;
}
.search_button {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

/** Gonzaga Table 3 Style **/
#mainContainer .table-3 {
  border-width: 0 0 3px 0;
  border-spacing: 0px;
  border-style: solid;
  border-color: #eee;
  border-collapse: separate;
  background-color: #ffffff;
}

#mainContainer .table-3 tbody td {
  border-width: 0 0 1px 0;
  padding: 6px 10px;
  border-style: solid;
  border-color: #dedede;
  background-color: #FFFFFF;
}

#mainContainer .table-3 th, #main_content .table-3 thead td {
  border-width: 0;
  padding: 8px;
  border-style: none;
  border-color: #003f72;
  background-color: #003f72;
  color: #FFFFFF;
}
/** Header Blue **/
#header-container .header-title .header-left{
	background:url(blue_left.png) top left no-repeat;padding-left:5px;
}
#header-container .header-title .header-center .center-blue{
	background:url(blue_center.png) 0 0 repeat-x;
	
}
.wdgt-container .wdgt-header .wdgt-header-left{
	background:url(blue_left.png) top left no-repeat;padding-left:5px;
}
.wdgt-container .wdgt-header .wdgt-header-right{
	background:url(blue_right.png) top right no-repeat;padding-right:5px;
}
.wdgt-container .wdgt-header .wdgt-header-center{
	background:url(blue_center.png) 0 0 repeat-x;
}

.title-row .title-column .title-header-left{
	background:url(blue_left.png) top left no-repeat !important;padding-left:5px;
}
.title-row .title-column .title-header-right{
	background:url(blue_right.png) top right no-repeat !important;padding-right:5px;
}
.title-row .title-column .title-header-center{
	background:url(blue_center.png) 0 0 repeat-x !important;
}

#data-container .data-header .data-header-left{
	background:url(blue_left.png) top left no-repeat !important;padding-left:5px;
}
#data-container .data-header .data-header-right{
	background:url(blue_right.png) top right no-repeat !important;padding-right:5px;
}
#data-container .data-header .data-header-center{
	background:url(blue_center.png) 0 0 repeat-x !important;
}
/** Admin Page  **/
#header-tabs-container:after {
	clear:both; content:"."; display:block; height:0; visibility:hidden; zoom:1;
}
#userNav {margin-left:20px !important;}

form[name="formStudentAdmin"] #selPrgName{width: 560px !important;}

form[name="formAdvancedSearch"] #selProgramName{
  width: 680px;
  overflow: auto;
}
form[name="formAdvancedSearch"] .process-form-container{width:100% !important;}
form[name="formAdvancedSearch"] .process-form-container .left-block-section .block-section-content table table{width:100% !important;}
form[name="formAdvancedSearch"] .process-form-container .left-block-section .block-section-content table table td.Small {
  width: 86px !important;
}