/* ========== main.css ========== */

/* Layout and fonts */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('http://content.webarchive.nla.gov.au/gov/wayback/20170224213724/http://webarchive.nla.gov.au/gov/static/fonts/OpenSans-Regular.woff') format('woff');
}

html {
	background-color: white;
	/* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
}

body {
	font-size: 85%;
	line-height: 1.125em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	height: 100%;
}

.wrapper {
	text-align: left;
	margin: 0 auto;
	min-width: 1000px;
}

.wrapper #content {
	padding: 4em 164px 4em;
	position: relative;
}

#content h1.pageTitle {
  color: #396E9F;
  font-size: 160%;
  line-height: 1;
  margin: 0 auto 1em;
  width: 100%;
}

#content h1.pageTitle em {
    font-style: italic;	
}

#content p {
	line-height: 1.4;
	width: 8empx;
}

#content h1, #content h2, #content h3 {
	color: #396E9F;
	font-weight: bold;
	margin-top: 1.3em;
}

#replayFrame {
	position: relative;
	top: 0;	
}

p {
	margin: 1em 0;
}

b {
	font-weight: bold;	
}

h1, h2, h3 {
	font-weight: bold;
	color: #003768;
}

h1 {
	font-size: 130%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 110%;	
}

a {
	color: #366FCD;
	text-decoration: underline;
}

#content a:not([class]):not([id=searchTrove]):focus, 
.advSearch .clear:focus, 
.advSearch #site li a:focus,
.advSearch #site li a.ui-state-hover,
.advSearch a.clear.ui-state-hover,
.yearCal .hits > a:focus, .yearCal .hits > a:hover,
.yearCal .hitsInfo a:focus, .yearCal .hitsInfo a:hover,
#footer a:focus {
	border-radius: 3px;
	display: inline-block;
	box-shadow: 0px 0px 0pt 2px #FFA500;
}

.upshadow {
    -moz-box-shadow: 0 -3px 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 -3px 10px rgba(0,0,0,0.4);
    box-shadow: 0 -3px 10px rgba(0,0,0,0.4);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='black')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='black');
    zoom: 1;	
}

.shadow {
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='black')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='black');
	zoom: 1;
}

.textShadow {
	  text-shadow: 0px 1px 1px white !important;
}

.opacity30 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
    clear: both;
}

.position {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

::-moz-selection,
::-webkit-selection,
::selection {
    text-shadow: none !important;
    background: #333;
    color: #fff;
}   

:focus {
	outline: none;	
}
/* ======== Banner ======== */

#banner {
	background-color: #c8cedc;
	height: 163px;
	position: relative;
	z-index: 10;
}

#nla-ident {
	left: 7px;
	position: absolute;
	top: 7px;
	z-index: 10;
}

#nla-ident a {
	display: block;
}

#nla-ident a img {
	display: block;
	padding: 5px;
}

#ident {
    top: 24px;
    left: 161px;
    position: absolute;
}

#ident a {
    text-decoration: none;
    display: block; 
}

#ident a h1 {
    color: #003768;
    font-family: "Open Sans";
    font-size: 140%;
    font-weight: normal;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.40);
    padding: 5px;
    text-transform: uppercase;
}

#nla-ident a:focus, #ident a:focus {
    outline: 2px solid #FFA500;	
}

#controls {
	background-color: #003768;
	height: 26px;
	left: 0;
	position: absolute;
	top: 56px;
	width: 100%;
}

/* --------- Menu Bar --------- */

#menuBar {
    margin-left: 12px;
    position: relative;
    height: 20px;
    background-color: #003768;
}

/* ----- End Menu Bar ----- */

#banner > #nav {
	background-color: #EDE9E2;
	border-bottom: 1px solid black;
	border-top: 1px solid #CCCCCC;
	box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.15) inset;
	height: 80px;
	left: 0;
	position: absolute;
	top: 82px;
	width: 100%;
}

#banner #search {
	background-color: #003768;
	color: white;
	height: 22px;
	position: absolute;
	right: 5px;
	top: 1px;
}

#bannerSearch {
	position: relative;
	top: 1px;
}

#bannerSearch .field {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

#bannerSearch .field.submit input {
    padding: 0px 20px 0px;
    height: 22px;	
}

#bannerKeywords {
	border: 2px solid #FFFFFF;
	height: 18px;
	padding: 0 0.5em;
	width: 200px;
}

#bannerKeywords:focus, #bannerKeywords:hover {
	border: 2px solid #FFA500;
	outline: medium none;
}

#bannerSearch #keywordsBox {
	
}

.advsearch {
	background-color: #CCCCCC;
	border-radius: 0 0 0 0;
	font-size: 100%;
	height: 25px;
	line-height: 20px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 25px;
	width: 225px;
	z-index: 100;
	display: none;
}

.advsearch > a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 #DEDEDE;
}

.advSearch .list #site a.ui-state-hover {
    border-color: transparent !important;
}

#bannerButton {
	position: absolute;
	top: 0;
	right: 0;
	height: 3em;
	line-height: 3em;
	padding: 0 3em;
	background-color: #CCCCCC;
	border-color: #666666;
	border-image: none;
	border-radius: 0 0 0 4px;
	border-style: solid;
	border-width: 0 0 1px 1px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
	color: #000000;
	display: block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	z-index: 12;
	font-size: 80%;
	outline: none;
}


#bannerButton.expanded {
	width: 100%;
	left: 50%;
	margin-left: -50%;
}

#bannerButton:hover, #bannerButton:focus {
	background-color: #DC4644;
	color: #FFFFFF ;
	font-weight: bold;
	text-shadow: 0 1px 0 #961311;
}

#bannerButton .arrow {
	font-weight: bold;
}

/* <<<<<< .urlBar <<<<<< */

.urlBar {
	left: 50%;
	margin-left: -420px;
	position: absolute;
	top: 9px;
	width: 840px;
}

.urlBar #urlBox {
	display: block;
	float: left;
}

.urlBar #urlBox .label {
	display: block;
	float: left;
	line-height: 22px;
}

#nav h1 {
	position: absolute;
	font-size: 100%;
}

#nav #url, #nav #title {
	padding: 0 0.3em;
	border: 1px solid #CCC;
	background-color: white;
    height: 22px;
}

#nav #url, #nav #title {
    width: 640px;
    color: #003768;
}

#nav #url:hover, #nav #url:focus, #nav #date:hover, #nav #date:focus {
	border: 1px solid #FFA500;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #FFA500;
}

#nav #title:focus {
    border: 1px solid #CCC;
    box-shadow: none;	
}

#nav .titleBar {
	height: 28px;
	left: 50%;
	margin-left: -420px;
	position: absolute;
	top: 43px;
	width: 840px;
}

.titleBar #titleBox .label {
    display: block;
    float: left;
    line-height: 22px;
}


#nav .label {
	font-weight: bold;
	padding-right: 6px;
	text-align: right;
	width: 44px;
}

/* <<<<<< URL Actions Menu <<<<<< */

.urlBar #urlActions {
	display: block;
	float: left;
	height: 22px;
	margin-left: 5px;
	padding-right: 11px;
	z-index: 10;
	width: 117px;
}

.urlBar .button:hover, .urlBar .button:focus {
    border-color: #FFA500;
    box-shadow: 0 0 0 1px #FFA500;	
}

.urlBar #urlActions .ui-icon.ui-icon-triangle-1-s {
    display: inline-block;
    position: relative;
    top: 2px;
}

.urlBar #urlActions .ui-button-text {
    padding: 0; 
}

.urlBar #urlActions:hover {
    background-color: white;
}

.urlBar #urlActions:focus {
    background-color: #FFC45C;
}

.urlBar #urlMenu {
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 6px;
	top: 26px;
	width: 20em;
	z-index: 10;
}

.urlBar #urlMenu li {
    
}

.urlBar #urlMenu li a {
    display: block;
    padding: 0.3em 0.5em;
    margin: 0;
    color: black;
    text-decoration: none;
    border-radius: 3px;
}

.urlBar #urlMenu li a .ui-icon {
	float: left;
	margin-right: 0.3em;
}

.urlBar #urlMenu li a:hover {
    background-color: white;
    box-shadow: 0 0 0 2px #FFA500
}

.urlBar #urlMenu li.ui-state-disabled a {
	background-color: #EEEEEE;
	box-shadow: none;
	cursor: default;
	text-shadow: 0 1px 0 #FFFFFF;
}

.urlBar #urlMenu li a:focus {
    background-color: white;
    box-shadow: 0 0 0 2px #FFA500;
}

/* >>>>>> URL Actions Menu >>>>>> */
/* >>>>>> .urlBar >>>>>> */

/* <<<<<< .timeBar <<<<<< */

.timeBar #unixTimestamp, .timeBar #waybackTimestamp {
    display: none;
    visibility: hidden; 
}

.timeBar {
	left: 50%;
	margin-left: -420px;
	position: absolute;
	top: 43px;
	width: 840px;
}

.timeBar #dateBox {
    display: block;
    float: left;
}

.timeBar #date {
	color: #003768;
	display: block;
	float: left;
	font-size: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 84px;
}

.timeBar #dateBox .label {
	display: block;
	float: left;
	line-height: 26px;
}

.timeBar .sliderOuter {
  background-color: #FFFFFF;
  border: 1px solid #C9C9C9;
  border-radius: 2px;
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  margin-left: 5px;
  padding: 0 8px;
  width: 541px;
}

.timeBar .sliderOuter.focus {
	border-color: #FFA500;
	box-shadow: 0 0 0 1px #FFA500;
}

.timeBar .sliderInner {
	display: inline-block;
	position: relative;
	text-align: center;
	top: -1px;
}

.timeBar .sliderInner:hover {
	
}

.timeBar #slider {
	background-color: #FFFFFF;
	background-image: none !important;
	border-color: #CCCCCC #999999;
	border-width: 1px 3px;
	cursor: pointer !important;
	height: 4px;
	width: 414px;
}

.timeBar #slider .ui-slider-handle {
	display: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-image: url("http://content.webarchive.nla.gov.au/gov/wayback/20170224213724/resource:/images/grip.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	border-color: #EEEEEE #888888 #666666 #CCCCCC;
	border-image: none;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer !important;
	height: 16px !important;
	margin-left: -5px !important;
	top: -8px !important;
	width: 9px !important;
}


.timeBar #slider .ui-slider-handle:hover {
	background-position: -9px 0;
}

.startDate, .endDate {
  display: inline-block;
  font-size: 90%;
}

.timeBar .startDate {
    margin-right: 0.2em;	
}

.timeBar .endDate {
    margin-left: 0.4em;	
}

.timeBar #startYear, .timeBar #endYear {
    display: inline-block;
	width: 2.1em
}

.timeBar #sliderDate {
	text-align: center;
}

.timemark {
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	box-shadow: 0 0 2px 0 #A0A0A0 inset;
	height: 12px;
	margin-left: -2px;
	opacity: 0.9;
	position: absolute;
	top: -5px;
	width: 3px;
}

.timeBar #buttons {
    display: block;
    float: left;
    margin-left: 5px;	
}

.timeBar #buttons .button {
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  margin: 0 1px;
  width: 29px;
}

.timeBar #buttons .ui-button-text {
	padding: 0.1em 0.6em;
}

.timeBar #buttons #firstCapture {
  margin-left: 0;
}

.timeBar #buttons #lastCapture {
  margin-right: 0;
}

.timeBar .button:hover, .timeBar .button:focus {
    border-color: #FFA500;
    box-shadow: 0 0 0 1px #FFA500;  
}

/* ====== .timeBar END ====== */

#backToResults {
	position: absolute;
	right: 10px;
	bottom: 10px	
}

.wrapper #footer {
	min-width: none;
	height: 30px;
	width: 100%;
	position: fixed;
	bottom: 0;
}

#footer .content {
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
    background-color: #c8cedc;
    border-top: 1px solid black;
    font-size: 100%;
    z-index: 10;
}

#footer .content a {
	color: #003768;
}

#footer ul {
	margin: 4px auto;
	float: right;
	height: 12px;
}

#footer li {
	display: inline-block;
	border-right: 1px solid black;
	padding: 0 1em;
	line-height: 12px;

}

#footer li:last-child {
	border-right: none;
}

/* ======== Global form styles ======== */

.field .help, .widget .help {
	background-color: #FFFFCC;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
	font-size: 90%;
	margin: 0.5em 0 0.7em;
	padding: 0.6em 0.9em;
	text-align: left !important;
	width: auto !important;
}

.help em {
    font-weight: bold;	
}

.helpIcon {
	margin-left: 0.5em;
	vertical-align: bottom;
	cursor: pointer;
}

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
}

.widget.ui-lister.error .list {
	border: 1px solid red !important;
}

input {
	border: 1px solid #CCC;
	border-radius: 2px;
}

.ui-tabs .ui-tabs-nav li.ui-state-focus {
	border-width: 2px 2px 0;
	margin-left: -1px;
	margin-right: 2px;
	margin-top: 0;
	border-color: #FFA500;
}

.field.error input {
	border: 1px solid red;
}

.field.error .options {
	border: 1px solid red;
	padding: 5px;
}

.option {
	display: inline-block;
	margin-right: 1em;
}

.field.text input, .field.date input {
    height: 1.5em;
}

.field.text input:focus {
	border-color: #FFA500;
	box-shadow: 0 0 0 1px #FFA500;
}

.field.error input {
    border: 1px solid red;
}

#dateBox > a:focus {
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0 2px #FFA500;
	display: inline-block;
	margin: -2px;
	padding: 2px;
}

.ui-tooltip {
    font-size: 90% !important;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3) !important;
    border-width: 1px !important;
	background-color: #FFDDC8 !important;
	background-image: none !important;
    text-shadow: 0 1px 1px white !important;    	
}

.ui-tooltip-content {
	text-align: left;
}

input.checkBox, input.radioButton {
	width: 13px;
	height: 13px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}

.field.checkBoxes .option .label, .field.radioButtons .option .label {
    text-shadow: 0 1px 0px white;
}

.bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.field.submit input, a#searchTrove {
	background: #C2F57A;
	background: linear-gradient(to bottom, #c2f57a, #add96c);
	border: 2px solid #9CD946;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 2px #666666;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	padding: 3px 20px;
	text-decoration: none;
}

.field.submit input:hover, .field.submit input:focus, a#searchTrove:hover, a#searchTrove:focus {
	background: #DCFFAB;
	background-image: background-image: linear-gradient(to bottom, #dcffab, #ccff7f);
    border: solid #a3cc66 2px;
	cursor: pointer;
}


/* http://stackoverflow.com/questions/1679952/input-type-submit-text-vertical-alignment-in-firefox */
input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

/* ======= 'Home' page styles - about, help, technical, 'landing' page ====== */

.home #content ul {
	list-style-position: inside;
	list-style-type: disc;
	margin: 1em;
}

.home #content li {
    margin: 0.3em 0;
}

/* ======= Simple search form ======= */

form.simpleSearch .submit {
    text-align: right;
}
  
form.simpleSearch .field.submit input {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

form.simpleSearch .field, form.simpleSearch .widget, form.simpleSearch fieldset {
    background-color: #E0E0E0;
    margin: 2px auto;
    padding: 0.7em 3em;
}

form.simpleSearch p a {
	margin-right: 3em;
}

form.simpleSearch .field > .label, form.simpleSearch .widget > .label {
    color: #111111;
    display: block;
    margin-bottom: 0.4em;
    text-shadow: 0 1px 1px white;
    width: 300px;
}

form.simpleSearch .field.text input {
    display: inline-block;
    vertical-align: bottom;
}

form.simpleSearch {
    width: 600px;
    margin: 2em auto;
}

form.simpleSearch #keywordsBox {
    padding: 1em 3.0em;
}

form.simpleSearch #keywords {
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding: 0 0.5em;
    width: 503px;
}

/* ======= Advanced search form ======= */

body.advSearch {}

.advanced.search #tabs {
	margin-top: 1em;
	box-shadow: 2px 2px 13px 0 rgba(0, 0, 0, 0.3);
}

.errors ul {
	list-style: circle inside none;
	margin: 1em 1em;
}

.errors {
	background-color: #FFDDDD;
	border: 1px solid red;
	margin-bottom: 1em;
	padding: 1em;
	position: relative;
}

.errors .msg {
	color: #990000;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}

.errors .ui-icon-close {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

form.advSearch h1 {
	background-color: #E0E0E0;
	border-radius: 10px 10px 0 0;
	display: inline-block;
	font-size: 100%;
	left: 2px;
	margin-top: 1em;
	padding: 5px 10px 3px;
	position: relative;
	top: 2px;
	width: auto;
}

#fileTypeBox .options, #urlQueryTypeBox .options {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0.5em;
}

form.advSearch .submit {
    text-align: right;
}

form.advSearch .field.submit input {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

form.advSearch #siteBox, form.advSearch #sitesByTitleBox, form.advSearch #sitesByUrlBox, form.advSearch #siteFilterLabel {
    background-color: #DFDCFF;
    margin: 0px auto !important;
}
    
form.advSearch .field, form.advSearch .widget, form.advSearch fieldset {
	background-color: #E0E0E0;
	margin: 2px auto;
	padding: 0.7em 3em;
	width: 500px;
}

form.advSearch .field > .label, form.advSearch .widget > .label {
	display: block;
	margin-bottom: 0.4em;
	text-shadow: 0 1px 1px white;
	width: auto;
}

form.advSearch .field.text input {
	display: inline-block;
	vertical-align: bottom;
}

form.advSearch {
	margin: 0 auto;
	width: 600px;
}

form.advSearch a.clear {
	border: medium none !important;
	display: inline-block;
	left: -25px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -0.3em;
	vertical-align: bottom;
}

form.advSearch #keywordsBox {
    padding: 1em 3.0em;
}

form.advSearch #keywords, form.advSearch #url {
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding: 0 0.5em;
	width: 485px;
}

form.advSearch #sitesByTitle, form.advSearch #sitesByUrl {
	height: 1.8em;
	padding-left: 0.4em;
	width: 395px;
}

form.advSearch .add.button {
	height: 1.8em;
    margin-left: -15px;
}

form.advSearch .add.button:focus, form.advSearch .add.button:hover {
    border-color: #FFA500;
    box-shadow: 0 0 0 1px #FFA500;	
}

form.advSearch #fileTypeBox .option {
	display: inline-block;
	margin-right: 1em;
}

form.advSearch #siteFilterLabel {
}

form.advSearch #siteFilterLabel .label {
    padding: 0em;	
}

form.advSearch #siteFilterLabel .label a {
    color: #003768;
    font-size: 80%;
}

body.search #nav {
	display: none;
	visibility: hidden;
}

body.search #handle {
	display: none;
	visibility: hidden;
}

body.search #banner {
	height: 57px;	
}

form.advSearch #siteBox .list {
    padding: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: white;
}

form.advSearch #site {
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 475px;
}

form.advSearch #site li {
	border: 1px solid #DDDDDD;
	height: 18px;
	line-height: 18px;
	list-style-type: none;
	margin: 1px 13px 1px 0;
	padding: 0 0 0 0.2em;
}

form.advSearch #site li a {
    float: right;
}

form.advSearch #site li a.ui-state-default {
    border: 1px solid white;
}

form.advSearch #siteBox .ui-lister {
    background-color: #EDE9E2;
    margin: 0.2em auto;
    padding: 1.2em;
    width: 500px;    
}

form.advSearch #siteBox .list:focus {
	border-color: #FFA500;
}

.ui-button-icon-primary {
    left: 0 !important;
}

form.advSearch .ui-button-text {
	font-size: 100%;
	padding: 0.2em 0.7em 0.2em 1.2em !important;
}

.ui-autocomplete .ui-menu-item {
    max-width: 490px;
}

.ui-autocomplete .ui-menu-item a {
	padding: 0.5em !important;
	text-align: left;
	line-height: 1.0 !important;
	font-size: 90% !important;
	border: 2px solid transparent;
}

ul.ui-autocomplete {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    border-radius: 0 !important;
}

.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
  
.ui-autocomplete .ui-menu-item strong {
	color: blue;
	font-weight: bold;
}

.ui-dialog {
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}

.ui-dialog-titlebar-close {
    	
}

form.advSearch #siteFilterLabel .label {
	display: inline-block;
	padding: 0;
	width: 200px;
}

#siteFilterLabel .ui-icon.ui-icon-help {
	display: inline-block;
	vertical-align: text-bottom;
}

#siteFilterLabel > a {
	color: #366FCD;
	float: right;
	margin-right: 5px;
}

#webDomainFilterHelp {
	display: none;
	text-align: left;
	line-height: 1.5;
	
}
/* ========== Search results ========== */

body.results.fullText #nav, body.home #nav, body.results.urlPrefix #nav, body.advSearch #nav {
	display: none;
	visibility: hidden;
}

body.results.fullText #handle {
	display: none;
	visibility: hidden;
}

body.results.fullText #banner, body.home #banner, body.advSearch #banner, body.results.urlPrefix #banner {
	height: 57px;	
}

.results.fullText #searchTrove {
	float: right;
	font-weight: normal;
	padding: 1px 9px 0;
}

#searchTrove + .help {
	background-color: #FFFFCC;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
	clear: right;
	color: #000000;
	float: right;
	font-size: small;
	font-weight: normal;
	line-height: 1.2;
	margin: 0.5em 0.7em;
	padding: 0.7em;
	right: 0;
	width: 315px;
}

.pageTitle .helpIcon {
	float: right;
	margin-right: -16px;
}
/* body.results.fullText #searchTrove { */
/* 	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8ff5c), color-stop(1, #94cc3b) ); */
/*     background: -moz-linear-gradient( center top, #b8ff5c 5%, #94cc3b 100% ); */
/*     background: -o-linear-gradient( top center, rgb(184,255,92) 5%, rgb(148,204,59) 100% ); */
/* 	border: 1px solid #003768; */
/* 	border-radius: 4px 4px 4px 4px; */
/* 	box-shadow: 0 1px 1px 0 #E6E6E6 inset; */
/* 	color: #306B00; */
/* 	float: right; */
/* 	font-family: Arial,Helvetica,sans-serif; */
/* 	font-size: 60%; */
/* 	font-weight: bold; */
/* 	height: 20px; */
/* 	padding: 0 6px; */
/* 	text-decoration: none; */
/* 	text-shadow: 1px 1px 1px #CCFF99; */
/* } body.results.fullText #searchTrove:hover { */
/*     background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #94cc3b), color-stop(1, #b8ff5c) ); */
/*     background: -moz-linear-gradient( center top, #94cc3b 5%, #b8ff5c 100% ); */
/*     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94cc3b', endColorstr='#b8ff5c'); */
/*     background-color: #94cc3b; */
/*     cursor: pointer; */
/* } */

body.results.fullText #searchTrove img {
	border: 2px solid white;
	margin: 3px;
	vertical-align: top;
}

body.results.fullText #searchTrove span {
	line-height: 22px;
}	

body.results.urlPrefix li a {
	font-weight: normal;
}

body.results #wrapper {
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

body.results #content h1.pageTitle {
	width: 100%;
}

body.results #cluetip {
	text-align: left;
	width: 200px !important;	
}

body.results #cluetip a {
	text-decoration: none;
	color: #003768;
}

body.results #cluetip a:hover {
	text-decoration: underline;
}

.searchResults {
	margin-top: 2em;
}

.searchResults li {
	list-style-type: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

.searchResults a {
	color: #366FCD;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: underline;
}

.searchResults a.extlink {
	margin-left: 0.3em;
	display: none;
}

.searchResults .metadata {
	display: block;
	font-size: 90%;
	margin-bottom: 0.1em;
	margin-top: 0.2em;
}

.searchResults .date {
	color: #666666;
}

.searchResults .url {
	color: #005F00;
}

.pageNav {
	margin-top: 2em;
	margin-bottom: 3em;	
}

.pageNav a, .pageNav span {
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.4em 0.6em;
}

.pageNav a {
	background-color: #DDDDDD;
	color: #366FCD;
	text-decoration: none;
	border: 1px solid white;
}

.pageNav a:hover {
    background-color: white;
    color: #366FCD;
    border: 1px solid #003768;
}

.pageNav span {
  background-color: #366FCD;
  border: 1px solid #003768;
  color: white;
  font-weight: bold;
}

/* ========== Capture results ==========*/

svg.defs {
	position: absolute;
}

.results .dates {
	display: none;
}

.captures {
}

.hitsInfo {
	display: none;
}

.yearCal {
	display: inline-block;
	margin: 1em;
}

.yearCal .hits > a {
	padding: 0 5px;
	margin: 0 -5px;
	display: inline-block;
}

.yearCal .hitsInfo a {
    padding: 0.2em;
    display: inline-block;	
}

.monthCal {
	display: inline-block;
	margin: 1em;
}

.message.error {
	background-color: #FFDDDD;
	border: 1px solid #DDBBBB;
}

div.message {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	padding-bottom: 1em;
	top: 5em;
}

.message.error h2 {
    background-color: #FFAAAA;
}

#content .message h2 {
	color: black !important;
	font-size: 130%;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0.5em 0 !important;
	text-align: center;
	width: 100%;
}

.message p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding: 0.2em 2em;
}

.resultCount {
    color: #555;
}

/* ========== Replay styles ==========*/

body.replay #content {
	display: none;
}

#debugConsole {
	background-color: #FFFF99;
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.4);
	font-size: 80%;
	height: 300px;
	opacity: 0.9;
	padding: 3px 10px 10px;
	position: absolute;
	right: 9px;
	top: 147px;
	white-space: pre;
	width: 500px;
	z-index: 50;
	overflow-y: auto;
	display: none;
}

#debugConsole h2 {
	font-size: 120%;
	font-weight: bold;
}

#debugConsole td {
    padding: 0.2em;
    background-color: white;	
}


/* ========= Grails Exceptions ========= */
/* These should never actually appear in the production system */

pre.snippet {
	margin: 1em;
}

code.line {
	display: block;
	font-family: monospace;
}

pre.stack {
	font-family: monospace;
	margin: 1em;
}






/*
     FILE ARCHIVED ON 21:37:24 Feb 24, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 4:42:42 Jul 14, 2017.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
