.subtle-emphasis {
	background: #EFEFEF;
	color: #222;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(200, 200, 200, 1);
	box-shadow: 4px 4px 0px 0px rgba(200, 200, 200, 1); 
}

#filter {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#filter ul {
	list-style-type: none;
	padding: 0;	
	margin-top: 0.5em;
	margin-bottom: 0.7em;
}

#filter ul li {
	font-size: 0.9em; 
	margin: 0.7em;
	margin-bottom: 0.3em;
}

#filter ul li input[type="checkbox"], #filter ul li input[type="radio"] {
	margin-top: 0.3em;
	display: inline-block;
	vertical-align: top;
	width: 8%;
}

#filter ul li label {
	display: inline-block;
	width: 90%;
}

.filter-hide {
	display: none;
}

.show {
	text-align: right;
}

.show-more {
	color: #FFF;
}

#recordsOpeningDate input[type="text"] {
	padding: 0.35em;
	width: 6.5em;
	margin-top: 0.5em;
	border: none;
}

#filter ul li label.to {
	display: inline;
}


#searchResults {
	padding: 0;
	margin: 0;
}

#searchResults li {
	list-style-type: none;
}

#searchResults > li {
	padding: 0.5em 0.5em 0.7em 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid transparent;
	border-bottom: 1px dotted #CDCDCD;
}

#searchResults > li .highlight {
    background-color: #F9E6B2;
    border: 1px solid transparent;
}

#searchResults > li:hover {
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
	transition: background 1s ease;	
	border: 1px solid #CDCDCD;
	background: url("../images/global/dot-white.png") repeat scroll 0 0 #EEEEEE;
}

#searchResults > li:hover h3 {
	text-decoration: underline;
}


#searchResults > li:hover .highlight {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
	transition: all 1.5s ease;
    background-color: #F9E6B2;
    border: 1px solid #FCE45C;
}

#searchResults h3 {
	margin: 0;
	line-height: 1.3em;
	text-shadow: none;
}

#searchResults h3 a {
	color: #222;
	/*text-decoration: none;*/
}

.assetDetailsListVertical {
	padding: 0;
	font-size: 0.9em;
}

.assetDetailsListVertical li > span:first-child {
	display: inline-block;
	width: 22%;
}

.browseLinkLi {
	color: #222;
	text-align: right;
}

.browseLinkLi a { 
	color: #222;
}

.toggler a {
    background-image: url("../images/global/arrow-collapsed.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    color: #000000;
    padding-right: 17px;
    text-decoration: none;
}

.controls {
    background: url("../images/global/dot-grey.png") repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    font-size: 0.8em;
    list-style-type: none;
    margin: 0 0 0.5em;
    padding: 0;
}

.controls li {
	display: inline-block;
	margin-right: 1em;
}

.toggler {
	padding: 0.5em 0.5em 0.5em 0.6em;
	background-color: #FCE45C;
	display: inline-block;
}

.padding-right {
	text-align: center;
}

.pagination {
	text-align: center;
}

.pagination li {
	display: inline-block;
	font-size: 0.9em;
}

.pagination li a {
	padding: 0.5em;
	min-width: 1.6em;
	border: 1px solid #333;
	background-color: #333;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}

.pagination li a.current {
	padding: 0.5em;
	min-width: 1.6em;
	border: 1px solid #333;
	background-color: #FFF;
	display: inline-block;
	text-decoration: none;
	color: #333;
}

select {
	padding: 0.2em;
}



.view-at-tna {
	display: inline-block;
	font-size: 0.9em;
	margin-top: 1em;
    background-image: url("../images/global/arrow-collapsed.png");
    background-position: 307px 15px;
    background-repeat: no-repeat;
    color: #000000;
    padding-right: 24px;
    text-decoration: none;
}

.view-at-tna:hover {
	text-decoration: none;
}

#orderOptionSupplementals a {
	color: #EFEFEF;
	text-decoration: underline;
}

#tabs {
	/*border-bottom: 1px solid #333;*/
	padding-left: 0.5em;
	margin-bottom: 0;
	margin-top: 0;
}

#tabs li {
	display: inline-block;
	padding: 0.55em 0.5em;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-top: 1px solid #222;
	background-color: #222;
	color: #EFEFEF;
	font-size: 0.9em;
}

#tabs li.selected {
	background: url("../images/global/dot-grey.png") repeat scroll 0 0 #FFF;
	color: #222;	
	padding-bottom: 11px;
	margin-bottom: 1px;
	text-shadow: -1px 1px 0px #FFF;
    filter: dropshadow(color=#FFF, offx=-1, offy=1);
}

#tabs li a {
	text-decoration: none;
	color: #EFEFEF;
}

#order-option h2 {
	margin: 0;
	text-shadow: none;
}

#delivery-option {
	background-color: #EFEFEF;
	margin-bottom: 20px;
	padding: 1em;
}

#main-content {
	background-color: #EFEFEF;
	margin-bottom: 20px;	
	padding: 1em;			
}

#suggest-correction {
	background-color: #EFEFEF;
	margin-bottom: 20px;
	padding: 1em;		
}

#tagging {
	background-color: #EFEFEF;
	margin-bottom: 20px;	
	padding: 1em;		
}

#details-tabs {
	margin-bottom: 0;
}

#assetDetails > div {
	clear: both;
	vertical-align: top;
	border-bottom: 1px dotted #777;
	padding: 1em;
}

#assetDetails p {
	margin-top: 0;
}

#assetDetails > div div {
	display: inline-block;
	vertical-align: top;
}

#assetDetails > div div:first-child {
	width: 23%;
	font-family: 'Bitter', serif;
}

#assetDetails > div div.itemContent {
	width: 76%;
}

#hierarchy {
	padding-left: 0;
	list-style-image: url('../images/global/tree.png');
}

#hierarchy .tree {
	margin: 0.5em 1em 0.5em 1.5em;
}


#hierarchy .tree:last-child {
	margin: 0.5em 1em 0.5em 3em;
}

#hierarchy a {
	color: #222;
}

#tags {
}

#tags span {
	display: inline-block;
}

#tags > span > span:last-child {
	margin-left: 0.3em;
	font-size: 0.8em;
	border-left: 1px solid #CCC;
	padding-left: 0.2em;
}

#tags .tag-wrap {
	padding: 0.2em 0.5em;
	margin: 0 0.2em 0.2em 0;
	border: 1px solid #333;
}

#tags .others {
	background-color: #333;
	color: #EFEFEF;
}

#tags .own {
	color: #333;
	background-color: #EFEFEF;
}

#tags .others a {
	color: #EFEFEF;
}

#tags .own a {
	color: #333;
}

#holds-all-finding-archives {
	padding-top: 1%;
	background: url("../images/global/dot-grey.png") repeat scroll 0 0 #EEEEEE;
	margin-bottom: 2%;
}

#holds-all-finding-archives h1 {
	margin-bottom: 1em;
}

#holds-all-finding-archives .col {
	margin-bottom: 0;
}

#finding-archives-controls div div {
	padding: 2em 1em;
	font-family: 'Bitter', serif;
	text-align: center;
	background-color: #FFF;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
    -ms-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

#finding-archives-controls div div:hover {
	background-color: #FCE45C;	
	cursor: pointer;
}


#finding-archives-controls div div.selected {
	background-color: #FCE45C;

	background-image: url("../images/global/checked.png");
	background-position: 5% center;
	background-repeat: no-repeat;
}


#finding-archives-controls div div.selected:hover {
	cursor: default;
}


#finding-archives-controls article:first-child div {
	margin-left: 5%;
}

#finding-archives-controls article:last-child div {
	margin-right: 5%;
}

#delivery-option {
	margin-top: 0.5em;
	background: url('../images/global/canvas.png');
	padding: 4px;
}

#delivery-option > div {
	padding: 1em;
	background: rgba(255,255,255,0.95);
}

#delivery-option button {
	border: 1px solid #333;
	padding: 0.4em 0.6em;
	background: #FCE45C;
	font-size: 0.9em;
	margin-bottom: 1em;
}

#delivery-option button.expander {
	border: 1px solid #454545;
	padding: 0.4em 1.3em 0.4em 0.6em;
	color: #222;
	background-color: #FFF;
	background-image: url('../images/global/arrow-collapsed.png');
	background-position: 305px 13px;
	background-repeat: no-repeat;
}

#delivery-option-description h3 {
	margin: 0;
	text-shadow: none;
}

#search-controls {
	padding: 0;
	width: 75%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 42px;
}

#search-controls li {
	font-family: 'Bitter', serif;
	font-size: 1.3em;
	display: inline-block;
	padding: 1em 1em 1em 2.9em;
	background-color: #FEFEFE;
	color: #000;
	background-image: url('../images/global/cross.png');	
	background-position: 8px center;
	background-repeat: no-repeat;
}

#search-controls li.selected {
	background-image: url('../images/global/tick.png');	
}

#primary-search-box-discovery {
	min-height: 18em;
}

#discovery-banner-img-desc {
	text-align: right;
	font-size: 0.85em;
	padding: 0.5em 0 0.5em 0;
}

#discovery-search-positioner {
	margin: auto;
	margin-top: 2.6em;
}

#discovery-search-field-wrapper {
	border: 2px solid #454545;
	position: relative;
}

#discovery-search-field-wrapper form {
	padding: 0;
}



#submit { 
	background-image: url("../images/global/search-white-large.png");
	background-repeat: no-repeat;
	background-position: 15px 5px ;
	color: transparent;
	display: inline-block;
	height: 70px;
	width: 90px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#discovery-search-tabs {
	list-style-type: none;
	display: inline-block;
	padding-left: 0;
}

#discovery-search-tabs li {
	display: inline-block;
}

#discovery-search-tabs li a {
	padding: 1em;
	color: #000;
	background-color: #FFF;
	cursor: pointer;
}
#discovery-search-tabs li a {
	padding: 1em;
	color: #000;
	background-color: #FFF;
	cursor: pointer;
}
#discovery-search-tabs li a.current {
	color: #fff;
	background-color: #111;
}

.go-to-advanced-search {
	padding: 0.5em;
	color: #000;
	background-color: #FFF;
	cursor: pointer;
	margin-left: 1em;
	font-size: 0.85em!important;
}

#show-more-options {
	color: #FFF;
	background-color: #111;
	background-image: url("../images/global/collapsed-small.png");
	background-repeat: no-repeat;
	background-position: 187px 7px;
	font-size: 0.85em;
	padding: 0.5em 2.4em 0.5em 0.7em;
	cursor: pointer;
}

#show-more-options.expanded {
	background-image: url("../images/global/expanded-small.png");
}

#more-options {
	padding: 1em;
	background-color: #FFF;
	font-size: 0.85em;
}

#more-options ul {
	padding-left: 0;
}

#more-options li {
	list-style-type: none;
}


#more-options h3 {
	margin-left: 0;
}

.more-options-adv-search {
	clear: both;
}

#signInLink {
	padding-right: 1.3em;
	background-image: url('../images/global/collapsed-small.png');
	background-position: center right;
	background-repeat: no-repeat;
}

#signInLink.expanded {
	background-image: url('../images/global/expanded-small.png');		
}

#signedFormWrapper {
	position: absolute;
	background-color: #383838;
	z-index: 2001;
	padding: 0.5em;
	left: 0;
}

#discovery-page-controls #signedFormWrapper li {
	margin-left: 0;
	padding-left: 0;
}	

#discovery-page-controls #signedFormWrapper li { 
	display: block;
	padding: 0.3em;
	text-align: left;
}

#discovery-page-controls-wrapper {
	background: #111;
}

#discovery-page-controls-wrapper + div {
	padding-top: 0.5em;
}

#discovery-page-controls {
	text-align: right ;
	padding-bottom: 0em;
	font-size: 0.85em;
}

#discovery-page-controls > ul {
	position: relative;
	padding: 0.5em 1em;
	list-style-type: none;
	color: #FFF;
	margin: 0;
}

#signInSearch {
	/*padding-left: 0;*/
	background-color: #383838;
	display: inline-block;
	padding: 0.2em 0.5em;
}

#signInSearch > li {
	display: inline-block;
	margin: 0 0 0 1.2em;
}

#signInSearch > li:first-child {
	display: inline-block;
	margin: 0 0 0 0em;
}

#discovery-page-controls li a {
	color: #FFF;
}

#page-header { /* Needs to be merged into header-and-mega-menu.css */
	padding: 0;
	padding-bottom: 0.3em;
}
.ufos {
	background: #ccc url("../images/ufos/banner-air-2-19086.jpg") no-repeat;
	background-position: cover;
}
img.inlineThumb {
	float: left;
	margin: .8em 6% 0.8em 0;
}
#section-header.ufos{
	height: 218px;
}
