/* #header in view.home.css */
#header {
	position:relative;
	float:left;
	height:56px;
	width:100%;
	min-width:520px;
	margin-bottom:20px;
}
#header #header_image {
	position:absolute;
	top:1px;
	left:0px;
	height:76px;
	width:380px;
	background-image:url('/images/IEDB-Main-Logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
	cursor:pointer;
}
.cedar #header #header_image {
	top:5px;
	left:32px;
	width:305px;
	background-image:url('/images/cedar-small.png');
}
#header #link_holder {
	position:absolute;
	height:20px;
	top:0px;
	left:420px;
	right:-12px;
	white-space: nowrap;
}
.cedar #header #link_holder {
	top:22px;
	right:-6px;
}
#header #tab_holder {
	position:absolute;
	bottom:4px;
	left:312px;
	right:0px;
	height:28px;
	min-width:788px;
	background-color: #94c5e3;
	background-image: -webkit-linear-gradient(bottom, #1e6ea6 0%, #94c5e3 100%);
	background-image: -moz-linear-gradient(bottom, #1e6ea6 0%, #94c5e3 100%);
	background-image: -ms-linear-gradient(bottom, #1e6ea6 0%, #94c5e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e6ea6', endColorstr='#94c5e3');
	border-bottom:#46628d;
	border-radius:6px;
	padding-right:16px;
}
.cedar #header #tab_holder {
	bottom:0px;
	top: 50px;
	left:355px;
	right:-5px;
	min-width:680px;
	background-color: #5A4B81;
	background-image: none;
	border-radius:0px;	
}
#header .tab {
	font-family:helvetica;
	position:relative;
	float:left;
	height:22px;
	width:130px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:20;
	padding-left:8px;
	padding-right:8px;
	border-right:1px solid #1e6ea6;
}
.cedar #header .tab {
	border-right:1px solid #8A76A6;
}
#tab_holder .tab:hover {
	background-image: -moz-linear-gradient(top, #1e6ea6 0%, #94c5e3 100%);
	background-image: -webkit-linear-gradient(top, #1e6ea6 0%, #94c5e3 100%);
	background-image: -ms-linear-gradient(top, #1e6ea6 0%, #94c5e3 100%);
	border-bottom:2px solid #1e6ea6;
}
.cedar #tab_holder .tab:hover {
	background-image: none;
	border-bottom:0px;
	background-color: #8A76A6;
}
#header .search_tab {
	position:relative;
	float:right;
	height:22px;
	width:200px;
}
#header #tab_holder .tab:hover {
	z-index:25;
}
#header .tab_but {
	height:20px;
	width:20px;
	border-top-left-radius:20px;
	position:absolute;
	top:0px;
	left:-20px;
	background-color: #94c5e3;
	background-image: -webkit-linear-gradient(bottom, #1e6ea6 0%, #94c5e3 100%);
	background-image: -moz-linear-gradient(bottom, #1e6ea6 0%, #94c5e3 100%);
	background-image: -ms-linear-gradient(bottom, #1e6ea6 0%, #94c5e3 100%);
}
.cedar #header .tab_but {
	background-color: #8f74aa;
	background-image: -webkit-linear-gradient(bottom, #5f4180 0%, #8f74aa 100%);
	background-image: -moz-linear-gradient(bottom, #5f4180 0%, #8f74aa 100%);
	background-image: -ms-linear-gradient(bottom, #5f4180 0%, #8f74aa 100%);
}
#header .tab .text {
	position:absolute;
	bottom:2px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:14px;
	color:#ffffff;
	font-family:Arial;
	cursor:default;
}
.cedar #header .tab .text {
	font-size:13px;
	font-weight:bold;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
}
#tab_holder .tab {
	height:27px;
}
.cedar #tab_holder .tab {
	height:28px;
}
#tab_holder .text {
	padding-bottom:6px;
}
#header #inner_tab {
	display:block;
	height:27px;
}
#header #inner_tr {
	display:block;
	white-space: nowrap;
}
#header .tab.empty .text {
	cursor:pointer;
}
#header .nav_list {
	display: none;
	position:absolute;
	top:29px;
	left:-1px;
	border-left:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	min-height:40px;
	width:200px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	background-color: #f3f3f3;
	z-index:22;
	overflow:hidden;
}
.cedar #header .nav_list {
	border-left:1px solid #5A4B81;
	border-right:1px solid #5A4B81;
	border-bottom:1px solid #5A4B81;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	background-color: #E7E3ED;
}
.cedar #link_holder .nav_list,
#link_holder .nav_list {
	top:18px;
	background-color: #ffffff;
	right:-1px;;
	left:auto;
	background-image:none;
	z-index:31;
	width:200px;
}
.cedar #link_holder .nav_list {
	background-color: #ffffff;
}
#header .tab:hover .nav_list {
	display: block;
	margin-top:-1px;
}
#header #tab_holder .tab:hover .nav_list {
	width:200px;
}
#header .nav_list .nav_link {
	color: #1e6ea6;
	position:relative;
	float: left;
	height:20px;
	width:208px;
	padding:4px;
	text-align:left;
	font-family:Helvetica;
	font-size:14px;
	line-height:20px;
	text-indent:12px;
	text-align:left;
}
.cedar #header .nav_list .nav_link {
	color: #5A4B81;	
}
#tab_holder .tab.empty:hover {
	cursor:pointer;
	border-bottom:none;
}
#tab_holder .empty.first:hover {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.cedar #tab_holder .empty.first:hover {
	border-top-left-radius: none;
	border-bottom-left-radius: none;
	border-bottom: none;
}
#header .nav_list .nav_link:hover {
	background-color:#136ea6;
	cursor:pointer;
	color: #ffffff;
}
.cedar #header .nav_list .nav_link:hover {
	background-color:#8A76A6;
	color:white;
}
#link_holder .tab {
	float:right;
	min-width: 80px;
	border: 0px;
	border-right:1px solid #94c5e3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height:18px;
	z-index:30;
}
.cedar #link_holder .tab {
	border-right:1px solid #5A4B81;
}
#link_holder .tab .text {
	font-size:13px;
	font-weight: normal;
	color: #94c5e3;
	text-shadow:none;
}
.cedar #link_holder .tab .text {
	font-size:13px;
	font-weight: normal;
	color: #5A4B81;
	text-shadow:none;
}
#link_holder .tab:hover .text {
	cursor: pointer;
	color:#1e6ea6;
}
.cedar #link_holder .tab:hover .text {
	color:#5A4B81;
}
#link_holder .nav_list .nav_link {
	color: #1e6ea6;
	text-shadow:none;
}
.cedar #link_holder .nav_list .nav_link {
	color: #5A4B81;
	text-shadow:none;
}
#header #expand_search {
	position:relative;
	float:right;
	margin-top:2px;
	margin-left:16px;
}
#expand_search {
	border-top: 1px solid #94c5e3;
	border-left: 1px solid #94c5e3;
	width:80px;
}
.cedar #expand_search {
	border-top: 1px solid #8f74aa;
	border-left: 1px solid #8f74aa;
}
#expand_search.active {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
#expand_search #search_icon {
	background-image: url('/images/search_icon_inactive.png');
}
#expand_search.active #search_icon {
	background-image: url('/images/search_icon.png');
}
