

/* Header Styles */ 
 
#page-header{ 
	height: 99px;
	clear: both;
	background: url("../images/system/header_bg.png") #2b6c9a top left repeat-x;
/*	min-width: 1104px;*/
	min-width: 1065px;	/* Fixes strange rendering on right side when page is too narrow */
	padding: 0;
	margin: 0;
	margin-bottom: -7px;
}

#page-header:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
#header-rightcol{ 
/* float: right; */
/* display:inline; */
 display:table; 
 font-family: Verdana,Arial,sans-serif;
 font-size: 13px;
 position: relative; 
/* width:21%; */
 padding: 33px 6px 6px 0px;
 height: 50px;
 text-align: start;	/* Fixes alignment on Jobs page */
}
 
 #header-maincol{
	float: left;
/*	width: 78%; */
	width: 850px; /* Set width for main image */
	text-align: left;  /* Fixes image padding from Jobs */
	padding: 0;
	margin: 0;
	height: auto;
}

#header h1{
	margin: 0;
	padding: 0;
}
 
 #page_query{
	width: 190px;
	font-size: 13.333px;
	font-family: "MS Shell Dlg",Arial;
 }
 
#search .page_query{
	width: 95%;
}
#search .btnAlign{
	margin-top: 4px;
}
 
 .btnAlign{
	width: 76px;
 }

/* Not really needed anymore */
h1#headerImgReplace {
    padding: 104px 0 0 0;
    margin: 14px 0 0 6px;
    overflow: hidden;
    background-image: url("../images/system/site_logo7.png");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:100px;
    border: none;	/* Fixes wiki adding border to bottom */
}

/* Positions main image banner */
#header_img{ margin: 14px 0 0 6px; }


/* Site-wide breadcrumb style */
#breadcrumb{
	position: relative;
	font-size: small;				/* Fixes problems from wiki */
	font-family: verdana, arial, sans-serif;	/* Fixes problems from wiki */
	text-align: left;				/* Defaults the text to the left of the page */
	background-color: #fff;
	padding-left: 40px;
	height: 16px;		/* Sets default height (because of DSpace) */
	line-height: 16px;
	padding-bottom: 8px;	/* Changed to space the bottom out */
    min-width: 1025px;      /* Fixes weird rendering on right when page is too narrow  */
				/*  (Different value because of padding placed on element) */
}
#breadcrumb p{ line-height: 16px; }
#breadcrumb a{ text-decoration: none; }
#breadcrumb a:hover{ text-decoration: underline; }
#breadcrumb a:visited{ color: #2B6C9A; }		/* Sets default link color */
#breadcrumb p{ line-height: 16px; }			/* Fixed because of mainstyle.css */
#breadcrumb b{ color:#505050; }


/* Fixes wiki moving the search box and overrides Forum stylesheet */
#searchBoxFilter{ 
	background-color: #FFF;
	border: 1px solid #A9BADA;
	color: #000;
	font-family: "MS Shell Dlg",Arial;
	font-size: small;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	vertical-align: baseline;
	width: 116px;
}

#mainSearchButton {
	color: #000;
	font-family: "MS Shell Dlg",Arial;
	font-size: small;
	padding: 0px;
}

option.searchBoxOption {
	padding-right: 2px;
}