.oc-container {
  overflow: auto;
  position: relative;
}
.oc-box-placeholder {
  margin: 0;
  padding: 0;
}
.oc-row {
  margin: 0;
  padding: 0;
  clear: both;
}
.oc-placeholder {
  clear: both;
}
.oc-box {
  float: left;
}
.oc-container #loading-indicator {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  z-index: 1;
}
#browse_container .oc-container #loading-indicator {
  margin-left: 0;
}
.oc-container .oc-loading,
.oc-container .oc-error,
.oc-container .oc-slow {
  position: absolute;
}
body {
  background: #f8f7f3;
}
.content {
  border: 1px solid #cccccc;
  border-width: 0 1px;
}
a {
  text-decoration: none;
}
.dlg_buttonbar {
  position: static;
  height: 50px;
}
#search-panes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page,
.info#page,
#inpage {
  background: none;
  border: none;
  max-width: 1024px;
  padding: 0;
}
#fn-page {
  margin-top: 8px;
}
#mast-in {
  border-bottom: 0px;
  margin-bottom: 16px;
}
#inpage {
  padding-bottom: 20px;
}
#content {
  background: none;
}
#cr {
  padding-top: 0;
}
input.ex {
  color: #aaa;
}
.global-search {
  background: #ffffff;
  border: 1px solid #fff;
  border-bottom-color: #9e978d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0;
  padding: 12px 20px;
  position: absolute;
  /*top: 85px;*/
  width: 1024px;
  z-index: 40;
}
.global-search.closed-bar {
  height: 48px;
  padding: 0;
}
.global-search.searchfixed {
  background: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.hidebar {
  border-right: 1px solid #fff;
  cursor: pointer;
  display: none;
  left: 0;
  position: absolute;
  height: 35px;
  top: 5px;
  width: 20px;
}
.showarrow {
  overflow: inherit!important;
}
.showarrow .hidebar {
  display: block;
}
.hidebar::before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 -82px;
  content: "\0020";
  display: block;
  height: 12px;
  margin: 12px 0 0 3px;
  opacity: .35;
  width: 12px;
}
.hidebar:hover::before {
  opacity: .9;
}
.closed-bar.showarrow .hidebar::before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 -112px;
}
.hidebar::after {
  border-right: 1px solid #AEA59A;
  content: "\0020";
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}
.global-search.closed-bar .hidebar::after {
  display: none;
}
.closed-bar form,
.closed-bar #search-box {
  display: none!important;
}
#help-tips {
  position: absolute;
  top: 60px;
  width: 980px;
}
#help-tips p {
  background: #372b1b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #59452c 0%, #372b1b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59452c), color-stop(100%, #372b1b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #59452c 0%, #372b1b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #59452c 0%, #372b1b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #59452c 0%, #372b1b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #59452c 0%, #372b1b 100%);
  /* W3C */
  border: 1px solid #282014;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  text-shadow: 0px 1px 0px #372b1b;
}
.help1 {
  left: 10px;
  top: 5px;
  width: 240px;
}
.help1::before,
.help2::before,
.help3::before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -32px -301px;
  content: "\0020";
  display: block;
  height: 10px;
  left: 20px;
  position: absolute;
  top: -10px;
  width: 16px;
}
.help2::before,
.help3::before {
  height: 10px;
  top: -10px;
}
.help2 {
  left: 170px;
  top: 5px;
  width: 240px;
}
.help3 {
  left: 480px;
  top: 5px;
  width: 240px;
}
.help4 {
  left: 50%;
  margin-left: -130px;
  top: 145px;
  width: 280px;
}
.help-spot {
  position: absolute;
  right: -8px;
  top: -32px;
}
a.helpicon {
  background: #59452c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #59452c 0%, #372b1b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #59452c), color-stop(100%, #372b1b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #59452c 0%, #372b1b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #59452c 0%, #372b1b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #59452c 0%, #372b1b 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #59452c 0%, #372b1b 100%);
  /* W3C */
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  opacity: .5;
  padding: 4px 9px;
  text-shadow: 0px -1px 0px #000000;
}
.helpicon:hover,
.helpicon.on {
  background: #bc3901;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #bc3901 0%, #cd3e01 60%, #e16a00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #bc3901), color-stop(60%, #cd3e01), color-stop(100%, #e16a00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #bc3901 0%, #cd3e01 60%, #e16a00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #bc3901 0%, #cd3e01 60%, #e16a00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #bc3901 0%, #cd3e01 60%, #e16a00 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #bc3901 0%, #cd3e01 60%, #e16a00 100%);
  /* W3C */
  opacity: 1;
  text-decoration: none;
  text-shadow: 0px -1px 0px #7a2703;
}
.helpicon.on {
  box-shadow: inset 0px 0px 12px black;
}
.video-help {
  border-top: 1px dotted #ddd;
  margin: 140px auto 0;
  padding: 20px;
  width: 640px;
}
/* rocker Switch */
.search-type {
  background-color: #4F4334;
  border: 1px solid #BFB8B0;
  border-top-color: #7c7c7c;
  border-radius: 6px;
  -moz-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.6);
  font-size: 12px;
  float: left;
  left: 0;
  margin: 10px 5px 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
.search-type li {
  display: inline-block;
  text-align: center;
}
.search-type li a {
  background: #d4cfc8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #d4cfc8 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(98%, #d4cfc8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d4cfc8 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #d4cfc8 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #d4cfc8 98%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #d4cfc8 98%);
  /* W3C */
  border: 1px solid #a09b96;
  border-radius: 6px;
  color: #372B1B;
  font-weight: bold;
  padding: 6px 8px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.search-type li a:active {
  background: #d4cfc8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d4cfc8 2%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #d4cfc8), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d4cfc8 2%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d4cfc8 2%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d4cfc8 2%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #d4cfc8 2%, #ffffff 100%);
  /* W3C */
  -moz-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
}
.search-type li#keyword-li a {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
}
.search-type li#name-li a {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
}
.search-type li.type-selected a {
  background: transparent;
  border: 0 none;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 0 #372B1B;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -ms-box-shadow: none!important;
  box-shadow: none!important;
}
#search-box {
  position: relative;
}
.results-show #search-box {
  padding-left: 0;
}
#transformed,
#search-box {
  clear: both;
}
.advanced-search {
  border-left: 1px solid #cccccc;
  float: left;
}
.advanced-search a {
  display: block;
  float: left;
  padding: 8px;
}
.advanced-search a:hover {
  text-decoration: underline;
}
#gn-basic input {
  width: 200px;
}
#ln-basic input {
  width: 200px;
}
#keyword-basic input {
  width: 510px;
}
#blank-page-pane {
  font-size: 14px;
}
#search-advanced #nameblock input.text {
  float: left;
}
.browse-btn {
  display: -moz-inline-box;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 20px;
}
#search-bar {
  padding: 10px;
}
#search-window,
#loading-window {
  background-color: #fff;
  height: auto;
  margin: 0 auto;
  min-height: 800px;
  overflow: hidden;
  opacity: 0;
  padding: 0 0 80px;
  visibility: hidden;
  width: auto;
}
#loading-window {
  opacity: 1;
  position: relative;
  visibility: visible;
  padding-top: 100px;
}
#loading-window.hid {
  opacity: 0;
  visibility: hidden;
}
#loading-window .loadimg {
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: 150px;
  width: 200px;
}
#search-window.active {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 0.8s linear;
  -ms-transition: opacity 0.8s linear;
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}
#search-window.no-results {
  background: #F3F2F0;
  background-image: -moz-linear-gradient(top, #ffffff, #e8e6e2);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e8e6e2));
  /* Safari & Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#E8E6E2');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#E8E6E2')";
  /* IE8 */
}
.blind-down {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 20;
}
#search-bar input[type=text] {
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  font-size: 1.125em;
  line-height: 24px;
  padding: 4px;
}
#search-bar input[type=text]:focus {
  border-color: #c14139;
  -webkit-box-shadow: inset 0 1px rgba(0,0,0,.2),0 0 2px rgba(0,114,188,.75);
  box-shadow: inset 0 1px rgba(0,0,0,.2),0 0 2px rgba(0,114,188,.75);
  outline: none;
}
#search-bar .advanced-on input[type=text],
#search-bar .advanced-on input[type=text] {
  border-radius: 4px 0 0 4px;
}
#search-bar #search-advanced input[type=text] {
  font-size: 1em;
  height: 24px;
}
.clearout {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -16px -159px;
  cursor: pointer;
  height: 16px;
  opacity: .75;
  width: 16px;
}
.clearout:hover {
  opacity: 1;
}
.ex + .text + .clearout {
  display: none;
}
#search-submit {
  float: left;
  margin: 0 8px 0 0;
}
#search-advanced .as-within {
  border-bottom: 1px solid #7F786D;
  padding-bottom: 10px;
}
#search-advanced .btn-submit2 {
  border-top: 1px solid #F0EDE7;
  margin-bottom: -10px;
  padding: 10px 0 0 143px;
}
.searchi {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png);
  background-position: -8px -310px;
  display: inline-block;
  height: 18px;
  width: 18px;
}
#search-advanced {
  background: #e5e1db;
  clear: both;
  margin-top: 16px;
  padding: 16px;
  position: relative;
}
#search-advanced > div {
  padding: 0 16px;
}
.s-tips {
  color: #7F786D;
  position: absolute;
  right: 10px;
  text-align: left;
  top: 10px;
  width: 340px;
}
.s-tips ul li {
  color: #7F786D;
  margin-bottom: 10px;
}
.s-tips ul .li-strong {
  color: #372B1B;
  -moz-transition: color .4s linear;
  -webkit-transition: color .4s linear;
}
.s-tips h3 {
  border-bottom: 1px dotted #bab3ac;
  color: #7F786D;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #F0EDE7;
}
#search-advanced label.mlbl {
  color: #372B1B;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 10px;
  text-align: right;
  width: 119px;
}
#nameblock .mlbl,
#kwblock .mlbl {
  display: none;
}
#search-advanced .mlbl {
  display: block;
}
#search-advanced label.mlbl.long {
  width: 119px;
}
#place,
#place-emptytext {
  width: 420px;
}
#keywords,
#keywords-emptytext {
  width: 420px;
}
.radiolist {
  padding: 5px;
}
.radiolist select {
  font-size: 18px;
}
.radiolist label:hover {
  text-decoration: underline;
}
.radiolist input {
  margin: 2px 0 2px 5px;
}
#year-start,
#year-start-emptytext,
#year-end,
#year-end-emptytext {
  width: 75px;
}
.as-within,
.as-place,
.as-year {
  color: #222;
  margin-top: 15px;
  margin-right: 10px;
}
.as-ocr {
  color: #372B1B;
  margin: 15px 0 0 137px;
}
.as-ocr input {
  font-size: 18px;
}
.search-input {
  display: inline-block;
}
.search-input > div {
  float: left;
}
.search-input small.label {
  display: block;
  margin-top: 8px;
}
.search-input label {
  font-size: 12px;
}
.search-input .soundex {
  background: #e5e1db;
  border: 1px solid #bcbcbc;
  border-radius: 0 4px 4px 0;
  float: left;
  margin: 0 5px 0 -11px;
  padding: 5px 10px 5px 12px;
}
#nameblock {
  display: inline-block;
  vertical-align: top;
}
#topblock {
  float: left;
  width: 100%;
}
#topblock .soundex {
  display: none;
}
#topblock.advanced-on {
  float: none;
}
#topblock.advanced-on .soundex {
  display: block;
}
#search-panes {
  position: relative;
  /*  width: 1600px; */
}
.lt-ie9 #search-panes {
  zoom: 1;
}
/* !scrollbar styles */
#search-panes ::-webkit-scrollbar {
  width: 10px;
  height: 13px;
  opacity: .85;
}
#search-panes ::-webkit-scrollbar-track:vertical,
#search-panes ::-webkit-scrollbar-track:horizontal {
  border: 1px solid #e2e2e2!important;
  -webkit-border-radius: 6px!important;
  background: -webkit-gradient(linear, 0% 0, 100% 0, from(#e6e6e6), color-stop(0.2, #f2f2f2), to(#f2f2f2)) !important;
}
#search-panes ::-webkit-scrollbar-track:disabled {
  margin: 6px;
}
#search-panes ::-webkit-scrollbar-thumb:vertical,
#search-panes ::-webkit-scrollbar-thumb:horizontal {
  -webkit-border-image: none!important;
  -webkit-border-radius: 6px!important;
  background: -webkit-gradient(linear, 0% 0, 100% 0, from(#82abd4), to(#588ec4)) !important;
  border: 1px solid #588ec4;
}
#search-panes ::-webkit-scrollbar-thumb:horizontal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#588ec4), to(#588ec4), color-stop(50%, #82abd4), color-stop(50%, #82abd4)) !important;
}
.content .pane-header {
  background-color: #efefef;
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px 0;
  color: #666;
  font-size: .8125em;
  margin: 0 0 12px;
  position: relative;
  white-space: nowrap;
}
.extra-pane .pane-header:before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -23px -198px;
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 27px;
  width: 10px;
}
#titles-header {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  margin: 0 -15px 0 0;
  padding: 8px 15px 8px 8px;
}
#refine-header {
  margin: 0 -15px 12px;
  padding: 12px 15px;
}
#results-header {
  margin: 0;
  padding: 12px 15px 12px 94px;
}
.last-pane #results-header {
  padding: 12px 15px;
}
#document-header,
#page-header {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #555;
  min-height: 20px;
  margin: 0;
  padding: 9px 15px 9px;
  position: relative;
}
#search-input {
  float: left;
  margin-right: 20px;
}
#search-controls {
  float: left;
  margin-top: 25px;
}
#no-results-pane {
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: 50px auto;
  padding: 25px;
  width: 50%;
}
#no-results-pane ul {
  list-style: url(/National_Library/oe_/https://www.fold3.com/i/checklist.png);
  margin: 0;
  padding-left: 20px;
}
#no-results-pane em {
  font-style: italic;
}
.nodoc-btns {
  border-top: 1px solid #ccc;
  margin: 0;
  padding-top: 12px;
}
#alltitles:empty {
  display: none;
}
#search-controls #search-submit {
  font-size: 16px;
  height: 30px;
  width: 100px;
  padding: 0 25px 2px 10px;
}
#search-advanced a {
  font-size: 10px;
}
.pane-separator {
  position: absolute;
  width: 10px;
  min-height: 500px;
  background-color: #eee;
}
#viewer-pane {
  z-index: 21;
}
#viewer-pane,
#pageview-pane {
  left: 945px;
  opacity: 0;
}
#pageview-pane {
  overflow: hidden;
  height: 100%;
}
#bottomblock h4 {
  background: #e5e1db;
  color: #7f786d;
  font-size: 12px;
  font-weight: normal;
  top: -8px;
  padding: 2px 5px;
  position: absolute;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #F0EDE7;
}
#search-advanced .namesearch-inputs {
  padding-top: 16px;
}
.search-pane {
  float: left;
  padding: 0px 0 0px 1px;
  overflow: hidden;
  min-height: 300px;
  position: relative;
  z-index: 5;
}
#refine-pane.search-pane {
  padding-right: 15px;
  padding-bottom: 50px;
}
#footer {
  margin-top: 0;
}
#footer-info-page {
  font-size: .75em;
  margin-top: 20px;
  text-align: right;
}
.extra-pane {
  background: -moz-linear-gradient(left, #999999 0%, #ffffff 1%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #999999), color-stop(1%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #999999 0%, #ffffff 1%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #999999 0%, #ffffff 1%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #999999 0%, #ffffff 1%);
  /* IE10+ */
  background: linear-gradient(left, #999999 0%, #ffffff 1%);
  /* W3C */
  height: 100%;
  padding-left: 15px;
}
.no-cssgradients .extra-pane {
  background: url(/National_Library/oe_/https://www.fold3.com/i/dfdfdf_dot.gif) repeat-y 0 0;
}
#viewer-pane.extra-pane,
#pageview-pane.extra-pane {
  -moz-box-shadow: inset 0px 3px 4px #999;
  -webkit-box-shadow: inset 0px 3px 4px #999;
  -ms-box-shadow: inset 0px 3px 4px #999;
  box-shadow: inset 0px 3px 4px #999;
  padding: 0;
}
#viewer-object embed,
#viewer-object object {
  width: 100%;
}
.last-pane {
  padding-right: 0;
}
#t-pane {
  background: url(/National_Library/oe_/https://www.fold3.com/i/pane-line.gif) repeat-y 366px 0;
  float: left;
  overflow: hidden;
  padding-bottom: 50px;
  position: absolute;
  width: 596px;
}
#c-pane {
  position: absolute;
  width: 596px;
  /* left: 366px; */
  overflow: hidden;
}
#refine-pane {
  position: relative;
  left: 366px;
}
.no-results #t-pane {
  background: none;
  width: 968px;
}
#t-pane.under-disable {
  overflow: visible;
}
#f-pane {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 1024px;
}
#f-pane.stick {
  top: 0;
}
#c-pane,
#f-pane {
  pointer-events: none;
}
#c-pane > *,
#f-pane > * {
  pointer-events: auto;
  pointer-events: all;
}
#result-content,
#result-content-page {
  overflow: auto;
}
.lt-ie9 #result-content {
  height: 90%;
}
#titles-pane .tabs a {
  font-size: 12px;
}
#refine-pane h3 {
  font-size: 13px;
}
#refine-pane h4 {
  background: #d5cfc8;
  background: -moz-linear-gradient(left, rgba(84, 80, 75, 0.7) 0%, #d5cfc8 1%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(84, 80, 75, 0.7)), color-stop(1%, #d5cfc8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(84, 80, 75, 0.7) 0%, #d5cfc8 1%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(84, 80, 75, 0.7) 0%, #d5cfc8 1%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(84, 80, 75, 0.7) 0%, #d5cfc8 1%);
  /* IE10+ */
  background: linear-gradient(left, rgba(84, 80, 75, 0.7) 0%, #d5cfc8 1%);
  /* W3C */
  color: #333;
  font-size: 13px;
  margin: 10px -15px;
  margin-bottom: .25em;
  padding: 5px 15px;
  position: relative;
}
#refine-pane h2 + h4 {
  margin-top: 0;
}
#refine-pane h4 a {
  color: #474747;
}
#refine-pane h4 a.open {
  color: #777;
}
.hidetext {
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  text-shadow: 0 1px 0px #fff;
  display: block;
}
#refine-pane h4:hover span.hidetext .open {
  color: #1C4297;
  display: block;
}
#refine-pane .keywords input {
  width: 210px;
}
#refine-pane .name {
  margin-top: 10px;
}
#refine-pane .name input {
  width: 111px;
}
.pane-loading-container {
  color: #888;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 21;
}
.pane-loading-indicator {
  position: absolute;
  top: 100px;
  text-align: center;
}
#results-pane .pane-loading-indicator {
  top: 100px;
}
.rollup-turndown a,
.rollup-turndown-pm a {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -16px -16px;
  text-decoration: none;
}
.rollup-turndown a {
  margin-right: 0;
}
.rollup-turndown .closed {
  background-position: -20px 3px;
}
.rollup-turndown-pm .closed {
  background-position: -16px 0px;
}
.rollup-turndown .open,
.rollup-turndown-pm .open {
  background-position: -16px -16px;
}
.rollup-turndown .open {
  background-position: -20px -13px;
}
.checkbox .unchecked {
  background-position: 0px 0px;
}
.checkbox .checked {
  background-position: 0px -16px;
}
.checkbox .intermediate {
  background-position: 0px -32px;
}
.checkbox a {
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}
small .checkbox a {
  margin-right: 2px;
}
.title-row span.indent {
  width: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
}
#within-pane {
  overflow: hidden;
  padding-bottom: 15px;
}
.within-content {
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 16px 16px 10px 14px;
  padding: 12px;
  position: relative;
}
.within-content h4 {
  background: #EFF5FA;
  border-bottom: #eee;
  color: #474747;
  font-size: 13px;
  margin: -12px -12px 5px;
  padding: 5px 10px;
}
.within-title[title="All Titles"] {
  display: none;
}
.remove-within {
  background: #efefef;
  border-top: 1px solid #eee;
  margin: 12px -12px -12px;
  padding: 5px 10px;
}
#within-pane li {
  margin: 3px;
}
#within-pane li[title="All"] {
  display: none;
}
#within-pane li .wi {
  margin-left: -5px;
}
#within-pane li:first-child {
  font-weight: bold;
}
#within-pane li:nth-child(2) {
  border-left: 3px solid #ccc;
  margin-left: 18px;
  padding: 0 4px;
}
#within-pane li:nth-child(3) {
  border-left: 3px solid #ccc;
  margin-left: 38px;
  padding: 0 4px;
}
#within-pane li:nth-child(4) {
  padding-left: 72px;
}
#within-pane li:nth-child(5) {
  padding-left: 96px;
}
#titles-tabs {
  background: #efefef;
  z-index: 0;
}
#titles-sort {
  color: #555;
  float: right;
}
#titles-sort select {
  width: auto;
}
#results-sort {
  float: right;
}
#results-sort-sel {
  width: 100px;
}
#titlelist-statistics {
  color: #999;
  display: none;
  font-size: 9px;
  margin-top: -6px;
}
#titles-filters {
  background: #EFEFEF;
  padding-top: 8px;
  padding-left: 10px;
}
ul.tabs {
  border: 1px solid #eee;
  border-width: 0 0 1px;
  font-size: 11px;
  margin-top: 2px;
  position: relative;
}
ul.tabs .selected a {
  color: #474747;
  cursor: default;
}
ul.tabs li b {
  display: none;
}
ul.tabs li.selected b {
  background: url(/National_Library/oe_/https://www.fold3.com/i/caret_down.png) no-repeat center 0;
  display: block;
  left: 1px;
  bottom: -8px;
  height: 8px;
  position: absolute;
  width: 83px;
}
ul.tabs li.selected #tab-titles + b {
  left: 89px;
  width: 52px;
}
ul.tabs li a {
  text-decoration: none;
}
ul.tabs li {
  border: 1px solid #bfbfbf;
  border-bottom-width: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  display: -moz-inline-box;
  display: inline-block;
  padding: 8px 12px;
}
ul.tabs li.selected {
  background: #fff;
}
.lt-ie9 ul.tabs li {
  zoom: 1;
  *display: inline;
}
#results-stats {
  display: none;
  font-size: 9px;
  color: #888;
  margin: 3px 0 10px 0;
}
#results-loading,
#results-slow {
  font-size: 24px;
  padding: 200px 200px;
}
#results .results-title {
  width: 400px;
}
#results .results-check {
  width: 50px;
}
#results .title-progress {
  font-size: smaller;
  margin-left: 10px;
}
.free-title {
  color: #107e2a;
  margin-left: 5px;
}
.updated-title {
  color: green;
  margin-left: 5px;
}
.new-title {
  color: orange;
  margin-left: 5px;
}
#titlelist-content li.highlighted,
#titlelist-flat-content li.highlighted {
  background-color: #e0ebf3;
}
#titlelist-header {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #fff;
  color: #555;
  padding: 5px 10px;
}
#titlelist-filter,
#titlelist-filter-emptytext {
  width: 178px;
  height: 16px;
  font-size: 12px;
}
#titlelist-filtering {
  float: left;
}
#titlelist-clear {
  margin: 0 10px 10px;
}
#titlelist-flat-content .selected-list .hide-some,
#titlelist-flat-content .selected-list .show-some {
  background-color: #F0F2F7;
  padding: 6px 12px;
  margin: 4px 0px 7px;
}
#titlelist-flat-content .selected-list .hide-some a,
#titlelist-flat-content .selected-list .show-some a {
  text-decoration: underline;
}
#titlelist-flat-content .selected-list {
  border-bottom: 1px solid #CBCBCB;
}
.refine-row {
  border-bottom: 1px solid #fff;
  padding: 3px 0 2px;
  position: relative;
}
.refine-row .refine-title {
  width: 275px;
}
#titlelist-flat-content .refine-row .refine-title {
  margin-left: 21px;
}
.refine-row .refine-name {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  white-space: nowrap;
}
.tt {
  z-index: 60;
}
.tt > div {
  background-color: #4b4b4b;
  background-image: -moz-linear-gradient(top, #757574 20%, #262626 100%);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #757574), color-stop(1, #262626));
  /* Safari & Chrome */
  border: 2px solid rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  display: block;
  color: #f7f7f7;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  position: absolute;
  padding: 5px 10px;
  z-index: 50;
  text-shadow: 0 1px 0 #333;
}
.tt .titlebubble a {
  color: #fff;
  font-size: 12px;
}
.tt .titlebubble .provider-icon {
  float: left;
  margin-right: 1em;
}
.tt .titlebubble .desc {
  font-size: 11px;
  line-height: 13px;
  margin-top: 2px;
  padding-top: 2px;
  border-top: 1px solid #888;
}
.tt .titlebubble .desc a {
  font-size: 11px;
}
.tt .titlebubble .title {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.tt .catbubble .title {
  font-weight: bold;
}
.tt .catbubble a {
  color: #fff;
}
.tt .pointtip {
  width: 0;
  height: 0;
  border: 1px solid #262626;
  border-width: 6px 6px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
}
th.results-count,
td.results-count {
  text-align: right;
}
div.highlight {
  border: 1px solid #FDCA65;
  background-color: #FCF04F;
  padding: 0 2px;
}
span.highlight {
  border: 1px solid #FDCA65;
  background-color: #FCF04F;
  padding: 0 2px;
}
.sndx,
.no-sndx {
  background: #efefef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 2px 20px 2px 2px;
  position: relative;
}
.no-sndx {
  padding: 2px 5px;
  position: static;
}
.sndx:after {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -14px -234px;
  display: block;
  position: absolute;
  width: 20px;
  content: "\0020";
  right: 0px;
  top: 3px;
  height: 20px;
}
#no-results-query .sndx:after {
  top: 11px;
}
#rollup-description {
  font-size: 11px;
  color: #ccc;
  margin: 0 0 0 12px;
  position: absolute;
  bottom: 20px;
}
#rollup-filmstrip-data .loadimg {
  background-image: url(/National_Library/oe_/https://www.fold3.com/i/process_gray.gif);
  color: #ccc;
  margin: 20px auto 30px;
  width: 120px;
}
#rollup-description .rollup-hit-count {
  font-weight: bold;
  color: #ffc71c;
}
#rollup-filmstrip-container {
  background: #444;
  border-top: 1px solid #333;
  -moz-box-shadow: -5px -1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -5px -1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: -5px -1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -5px -1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
#rollup-filmstrip-data {
  white-space: nowrap;
  overflow: auto;
  padding: 0 10px;
}
#rollup-filmstrip-data ul {
  margin-top: 10px;
  min-height: 115px;
  text-align: center;
}
.rollup-title {
  color: #fff;
  font-weight: bold;
}
.rollup-size {
  font-size: smaller;
}
.rollup-missing,
.rollup-thumb {
  display: inline-block;
  padding: 5px 0 0 0;
}
.rollup-missing {
  vertical-align: top;
  margin: 23px 0 0;
}
.rollup-missing a {
  color: #ccc;
  display: inline-block;
  font-size: 24px;
  padding: 0 6px 14px;
}
.rollup-missing a:hover {
  background-color: #333;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.rollup-thumb {
  position: relative;
  text-align: center;
}
.roll-thumb a {
  display: block;
}
.roll-thumb a:hover {
  text-decoration: none;
}
.rollup-thumb .rollup-image {
  width: 45px;
  height: 60px;
  border: 1px #555 solid;
}
.rollup-thumb .rollup-title {
  font-size: 10px;
  font-weight: normal;
  color: #eee;
}
.rollup-thumb.selected .rollup-image {
  background: #333;
  border-color: #fff;
  border-width: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 4px rgba(255, 255, 255, 0.75) /*Shadow*/;
  -moz-box-shadow: inset 0 1px 2 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 4px rgba(255, 255, 255, 0.75) /*Shadow*/;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 4px rgba(255, 255, 255, 0.75) /*Shadow*/;
}
.rollup-thumb.selected:before {
  border: 1px solid #fff;
  border-width: 0 10px 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  content: ' ';
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -5px;
}
.rollup-thumb .rollup-image:hover,
.rollup-thumb.selected .rollup-image:hover {
  background-color: #333;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 2px rgba(255, 255, 255, 0.5) /*Shadow*/;
  -moz-box-shadow: inset 0 1px 2 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 2px rgba(255, 255, 255, 0.5) /*Shadow*/;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 2px rgba(255, 255, 255, 0.5) /*Shadow*/;
}
.rollup-thumb .rollup-image:visited {
  border-color: #87A8D6;
}
.rollup-thumb.selected .rollup-title {
  font-weight: bold;
}
#map_data * {
  vertical-align: bottom;
}
#map_data .google-visualization-intensitymap-map {
  border-color: #E0E0E0;
}
#results_statistics,
.facet_statistics,
.rollup_statistics {
  color: #aaa;
  font-size: 9px;
  display: none;
}
#timeline_statistics {
  position: absolute;
}
.record-result {
  cursor: pointer;
  padding: 10px 0px 10px 20px;
  border-bottom: 1px #cccccc solid;
  position: relative;
}
.last-pane .record-result {
  padding-left: 0;
}
.record-result > div {
  -moz-transition: display 1s linear;
  -webkit-transition: display 1s linear;
}
.record-result:hover,
.record-result.active {
  background-color: #eff5fa;
}
.last-pane .record-result:hover {
  background-image: -moz-linear-gradient(left center, #999999, rgba(239, 245, 250, 0.3) 1%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #999999), color-stop(1%, rgba(239, 245, 250, 0.3)));
}
.record-result.active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 2%, from(#b0c1ce), to(#e0ebf3));
  background-image: -moz-linear-gradient(bottom, #e0ebf3 98%, #b0c1ce 100%);
  border-color: #b0c1ce;
  text-shadow: 0 1px 0 #fff;
}
.record-preview {
  width: 150px;
  float: left;
}
.record-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
}
.record-content .preview-spotlight {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #777;
}
.record-content .preview-spotlight a {
  color: white;
}
.record-content .preview-spotlight a:hover {
  text-decoration: none;
}
.deny {
  padding: 3px;
  max-width: 200px;
}
.deny h4 {
  color: #fff;
  margin-bottom: .5em;
}
.deny .msg {
  color: #fff;
}
.deny .ctl {
  margin-top: 10px;
}
.deny .ctl a.btn-t {
  font-size: 13px;
  text-shadow: 1px 0 0 #fff;
}
.preview-link {
  border-left: 1px solid #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}
.last-pane .preview-link {
  right: 0;
  left: auto;
}
.record-result .preview-link a {
  background: #e0ebf3;
  border-right: 1px solid #fff;
  display: block;
  height: 100%;
  visibility: hidden;
  text-decoration: none;
}
.last-pane .record-result .preview-link a {
  border-right: none;
  border-left: 1px solid #fff;
}
.record-result:hover .preview-link {
  border-color: #b0c1ce;
}
.record-result.active .preview-link {
  border-color: transparent;
}
.record-result:hover .preview-link a,
.record-result.active .preview-link a {
  visibility: visible;
}
.record-result:active .preview-link a,
.record-result.active .preview-link a,
.record-result .preview-link:hover a,
#close-pane .preview-link {
  background: #296aba;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c85ba), color-stop(100%, #296aba));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* IE10+ */
  background: linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* W3C */
  -moz-box-shadow: inset 2px 0px 8px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-color: #005FB5;
}
.record-result:active .preview-link a .preview-icon {
  margin-top: -7px;
}
.record-result .preview-text {
  display: none;
  zoom: 1;
  /* *display: inline; */
}
.record-result .preview-icon {
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.record-result .preview-icon i,
#close-pane .preview-link i {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 -64px;
  width: 16px;
  height: 16px;
  display: block;
  visibility: visible;
}
#close-pane .preview-link i {
  display: inline-block;
  margin-top: 4px;
}
.record-result.active .preview-icon i {
  background-position: 0 -78px;
}
.record-result .preview-link:hover .preview-icon i {
  background-position: -16px -102px;
}
.record-result.active:hover .preview-icon i,
.record-result.active .preview-link i,
#close-pane .preview-link i {
  background-position: 0 -94px;
}
.record-result .loading,
.record-result .failed {
  text-align: left;
}
.record-result .loading {
  background: transparent;
  border: 0 none;
  margin: 0;
}
.record-result .loading p {
  background: #ffffff url(/National_Library/oe_/https://www.fold3.com/i/loading-sm.gif) no-repeat 50% 50%;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  height: 55px;
  text-indent: -1000em;
  width: 55px;
}
#record-data .highlight,
#record-data .highlight .loading {
  background-color: #FFFF88;
}
#record-data .highlight li {
  background-color: #FFFF88;
}
.record-result .record-preview {
  width: 100px;
  position: relative;
}
.record-preview .rollup-count {
  color: #777;
  margin-top: 5px;
  font-size: 11px;
  text-align: center;
}
.record-preview .rollup-count span {
  display: inline-block;
  margin-top: 5px;
  padding: 1px 6px;
  text-align: center;
}
.doc-thumb-container:hover + .rollup-count span {
  background-color: #444;
  border: 1px solid #333;
  /*Box shadow*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 2px rgba(0, 0, 0, 0.2) /*Shadow*/;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 2px rgba(0, 0, 0, 0.2) /*Shadow*/;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 2px rgba(0, 0, 0, 0.2) /*Shadow*/;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 0px 5px;
  text-shadow: 0 1px 0 #000;
}
.doc-thumb-container:hover + .rollup-count.morecount span {
  top: 15px;
  left: 25px;
}
.record-preview .actions {
  font-size: 11px;
  text-align: center;
  visibility: hidden;
}
.record-result:hover .record-preview .actions {
  visibility: visible;
}
.actions .loading {
  margin-left: 10px;
}
.record-result .record-preview.storypage {
  width: 93px;
}
.record-result .record-content {
  font-size: 11px;
  line-height: 1.5;
}
.record-result .record-content h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.record-result .record-content h2 a {
  text-decoration: underline;
}
.record-result .record-content h2 a:visited {
  color: #675739;
  background: url(/National_Library/oe_/https://www.fold3.com/i/visited-icon.gif) no-repeat 0 4px;
  padding: 3px 0 3px 20px;
}
.record-content h3 {
  color: #404040;
  font-size: 11px;
  margin: 1em 0 0 0;
}
.record-content h4 {
  color: #404040;
  font-size: inherit;
  margin: 1em 0 0 0;
}
.record-content .ocr-match {
  font-size: 11px;
  font-weight: normal;
}
.ocr-match dfn {
  background: #fcf5e3;
  border: 1px solid #fce093;
  padding: 1px 3px;
}
.watchbtn {
  padding: 0 10px;
  position: absolute;
  right: 25px;
  top: 9px;
}
.record-content ul.cont-list {
  color: #404040;
}
.ann-list {
  color: #404040;
}
.record-content ul.ann-list i.list-item {
  display: inline-block;
  margin-left: -23px;
  padding-right: 5px;
  width: 18px;
  height: 20px;
  vertical-align: middle;
}
.record-result .metadata-list {
  clear: both;
  color: #404040;
}
.record-result .metadata-name {
  font-weight: bold;
}
/*
.preview-tog {
    min-height: 90px;
    position: relative;
}
.preview-link, .close-preview-link {
    position: absolute;
    right: -10px;
    margin-top: -8px;
    top: 50%;
}
*/
.preview-link-icon,
.close-preview-link-icon {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 -65px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
}
.preview-link-icon:hover {
  background-position: 0 -82px;
}
.close-preview-link-icon {
  background-position: 0px -98px;
}
.record-thumb {
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: inline-block;
  max-width: 55px;
  padding: 3px;
}
.rollup-img {
  display: block;
  margin: 10px 18px 0;
  position: relative;
  text-decoration: none;
}
.rollup-img .rt1 {
  color: #1C4297;
  font-size: 11px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
.rt2,
.rt3 {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transition: left .2s linear;
  -moz-transition: all .2s linear;
}
.rt3 {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  transform: rotate(8deg);
}
.rollup-img:hover .rt2 {
  left: 8px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
}
.rollup-img:hover .rt3 {
  left: -8px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.doc-thumb a i.bookmark {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0px -215px;
  height: 18px;
  padding: 0;
  position: absolute;
  right: 20%;
  top: 0;
  width: 21px;
  z-index: 15;
}
.view-link-icon {
  width: 25px;
  height: 21px;
  display: inline-block;
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-sprites.png) no-repeat -9px -146px;
  text-decoration: none;
}
.story-img span {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
  padding: 3px;
  width: 85px;
}
img.type-person,
img.type-organization,
img.type-event,
img.type-place,
img.type-topic,
img.type-link,
img.type-comment {
  background: url("/National_Library/oe_/https://www.fold3.com/i/icon_silhouette.svg") no-repeat scroll center center #f7f7f7;
  height: 50px;
  width: 60px;
}
img.type-organization {
  background-image: url("/National_Library/oe_/https://www.fold3.com/i/organization-blank-50.png");
}
img.type-event {
  background-image: url("/National_Library/oe_/https://www.fold3.com/i/event-blank-50.png");
}
img.type-place {
  background-image: url("/National_Library/oe_/https://www.fold3.com/i/place-blank-50.png");
}
img.type-topic {
  background-image: url("/National_Library/oe_/https://www.fold3.com/i/topic-blank-50.png");
}
img.type-link {
  background-image: url("/National_Library/oe_/https://www.fold3.com/i/link-blank-50.gif");
}
img.type-comment {
  background-image: url("/National_Library/oe_/https://www.fold3.com/i/comment-blank-50.png");
}
#results-pane {
  background-color: #ffffff;
  float: right;
  padding: 0;
  z-index: 10;
}
#results-pane {
  margin-left: 0;
}
#close-pane {
  display: block;
  background-color: #fff;
  color: #1B4686;
  left: 0px;
  padding: 5px 8px 5px 25px;
  border-top: #bcbcbc 1px solid;
  border-bottom: #bcbcbc 1px solid;
  border-right: #bcbcbc 1px solid;
  border-radius: 0 5px 5px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  z-index: 10;
}
#close-pane:hover {
  background: #296aba;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c85ba), color-stop(100%, #296aba));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* IE10+ */
  background: linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* W3C */
  color: #fff;
  border-color: s.#296aba;
  text-decoration: none;
  text-shadow: 0 -1px 0px #082447;
}
.result-breadcrumb {
  color: #777;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 1em;
  padding-top: 2px;
}
.member-breadcrumb,
.fpage-breadcrumb {
  line-height: 1.4;
  margin-top: 6px;
  color: #888;
}
.member-upload,
.fpage,
.record-result .image-deny,
.free-flag {
  background-color: #946536;
  clear: both;
  color: white;
  padding: 1px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 9px;
  text-shadow: none;
  text-transform: uppercase;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.record-result .image-deny {
  background: #c14139;
}
.free-flag {
  background: #107e2a;
  display: block;
  margin: 0 auto;
  max-width: 60px;
}
.fpage {
  background-color: #82AACC;
}
.indexrecord .fpage {
  background-color: #9e978d;
}
.fpage-type {
  color: #888;
}
.coredata {
  clear: both;
  color: #404040;
}
.coredata p {
  margin: 0;
}
.coredata .section-name {
  font-weight: bold;
}
.end-results {
  min-height: 110px;
  padding: 30px 50px 10px;
  text-align: center;
}
.flag-logo {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 -274px;
  display: inline-block;
  height: 33px;
  vertical-align: text-top;
  width: 32px;
  zoom: 1;
}
.back-to-top {
  display: block;
  font-size: 12px;
}
.back-to-top:after {
  content: "\2191";
}
#results-narrow {
  margin: 0 0 10px 15px;
  font-size: 10px;
  color: #6e6e6e;
}
#results-stats {
  float: right;
}
#results-match-count2,
#results-doc-count,
#results-title-count {
  font-weight: bold;
  font-size: 12px;
}
#results-match-count2 {
  color: #569e04;
  font-size: 16px;
}
#results-more-loading,
#results-more-slow {
  border: 1px #eedddd solid;
  margin: 10px 30px 0px 15px;
  padding: 4px;
  background-color: #ffeeee;
}
#search-terms,
#search-terms2 {
  display: inline-block;
}
#search-terms2 {
  position: relative;
  padding-left: 31px;
}
#search-terms2::before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 -335px;
  content: '\0020';
  height: 42px;
  display: block;
  left: 0;
  position: absolute;
  top: -6px;
  width: 21px;
}
.query-term {
  background: #296aba;
  /* Old browsers */
  background-image: -webkit-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  background-image: linear-gradient(to bottom, #5c85ba 0%, #296aba 100%);
  background-repeat: repeat-x;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 4px 6px;
  padding-right: 28px;
  position: relative;
  text-shadow: 0 -1px 0px #204699;
}
.text.soundex-on,
.ex.soundex-on {
  padding-right: 50px;
}
.query-term.sl-on::after,
.soundex-on::after {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0px -234px;
  content: "\0020";
  display: block;
  float: right;
  height: 16px;
  margin: 3px 4px 0;
  opacity: .7;
  width: 16px;
}
.soundex-on::after {
  background-position: -16px -234px;
  position: absolute;
  right: 25px;
  top: 2px;
}
.clear-term {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -16px -174px;
  display: block;
  height: 16px;
  opacity: .5;
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 16px;
}
.clear-term:hover {
  opacity: .95;
}
.clear-term:active {
  background-position: -16px 173px;
}
.query-term.sl-on:hover::after {
  opacity: 1;
}
.query-term:last-child {
  margin: 0 1px 0 0;
}
.srp-bar {
  color: #555;
  font-size: 16px;
  text-shadow: 0 1px 0 #fff;
}
.srp-bar small {
  font-size: 10px;
}
.doc-thumb {
  margin: 0 auto;
  text-align: center;
}
.doc-thumb a {
  display: block;
  position: relative;
}
.doc-thumb a span {
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: block;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 55px;
  padding: 3px;
}
.doc-thumb a:hover,
#page-thumbnail-link:hover {
  text-decoration: none;
}
#show-modify-search {
  border-left: 1px solid #cccccc;
  font-size: 13px;
  margin-left: 16px;
  padding: 4px 4px 4px 10px;
  position: relative;
}
#show-modify-search:hover {
  text-decoration: underline;
}
#query-titles span {
  font-size: 20px;
  border-bottom: 2px black solid;
}
#query-title-list {
  margin-top: 10px;
}
#query-title-list li {
  margin: 10px 0;
  padding: 5px 5px 5px 30px;
  width: 350px;
  border: 1px solid #888;
  -moz-box-shadow: #888 2px 2px 5px;
  font-size: 18px;
  position: relative;
}
#query-title-list a {
  margin: 0px 10px 0 0;
}
a.close-btn {
  background: url(/National_Library/oe_/https://www.fold3.com/i/closeBtn.png) no-repeat 0 0;
  display: inline-block;
  height: 19px;
  width: 19px;
  text-decoration: none;
  position: absolute;
  top: 2px;
  left: 2px;
}
a.close-btn:hover {
  background-position: 0 -25px;
}
#map_data {
  margin-bottom: 6px;
}
.facet_area .missing-data {
  font-size: .75em;
  line-height: 1.4;
}
#facet_place.facet_area .missing-data {
  margin-bottom: 10px;
}
#facet_free {
  background-color: #F0F0F0;
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  padding: 10px;
}
.indent {
  margin: 5px 0 1em 1.5em;
}
.facet_area {
  margin-bottom: 15px;
}
.facet_area span.checkbox-spacer {
  padding-left: 20px;
}
.facet_refine_filter {
  width: 100%;
}
.refine-item {
  font-size: 12px;
  padding: 3px 0;
}
.radio-option {
  color: #1c4297;
}
.radio-option input {
  margin: 0 5px 0 0;
}
.radio-option input:checked + span {
  font-weight: bold;
}
.radio-option:hover span {
  text-decoration: underline;
}
.refine-check {
  margin-left: -2px;
}
.refine-title {
  float: left;
}
.refine-count {
  float: right;
  font-size: 11px;
  color: #888;
  margin-top: 4px;
  margin-right: 10px;
}
.facet_refine_values {
  margin: 9px 0 18px;
}
.facet_refine_selected_values {
  margin: 0 0 5px;
}
#searchwatchbtn {
  margin-top: 2px;
}
#thumbnail-container,
#viewer-container {
  /*    width: 580px;*/
  min-height: 420px;
  background-color: #000;
}
.hithi-bar {
  background: #45484d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(top, #45484d 0%, #000000 100%);
  /* W3C */
  color: #fff;
  font-size: 12px;
  padding: 5px;
  position: relative;
}
.no-cssgradients .hithi-bar {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.hithi-bar ul li {
  display: block;
  float: left;
}
.matchtext {
  min-width: 100px;
  padding: 2px;
}
#thumbnail-container {
  background-color: #444;
}
.nxt-btn a,
.prev-btn a,
.show-btn a {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* W3C */
  border: 1px solid #cfd1d1;
  display: block;
  height: 14px;
  padding: 2px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  text-indent: -2000em;
  width: 18px;
}
.show-btn a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 5px;
  padding: 2px 4px;
  text-indent: 0;
  width: auto;
}
.prev-btn a {
  border-right-color: #fff;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 5px;
}
.nxt-btn a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 8px;
}
.show-btn a:hover {
  text-decoration: none;
}
.nxt-btn a:active,
.prev-btn a:active,
.show-btn a:active {
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.nxt-btn a:after,
.prev-btn a:after {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 -64px;
  content: '\0020';
  height: 16px;
  left: 2px;
  position: absolute;
  top: 0px;
  width: 16px;
}
.prev-btn a:active:after,
.nxt-btn a:active:after {
  top: 1px;
}
.prev-btn a:after {
  background-position: -16px -87px;
}
.no-cssgradients .nxt-btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}
.close-hits {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -17px -157px;
  height: 14px;
  position: absolute;
  text-indent: -1000em;
  opacity: .5;
  right: 10px;
  width: 14px;
}
.close-hits:hover {
  opacity: 1;
}
#thumbnail-holder {
  width: 400px;
  height: 400px;
  float: left;
  margin: 10px 0 40px 15px;
  position: relative;
  text-align: center;
}
#thumbnail-holder a.mainimg {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: block;
  height: inherit;
}
#thumbnail-holder img {
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#thumbnail-holder div.highlight {
  background-color: rgba(252, 240, 79, 0.6);
  -moz-box-shadow: 0px 0px 5px #fcf04f;
  -webkit-box-shadow: 0px 0px 5px #fcf04f;
  -ms-box-shadow: 0px 0px 5px #fcf04f;
  box-shadow: 0px 0px 5px #fcf04f;
  border: 1px solid  #101010;
  position: absolute;
  cursor: default;
  z-index: auto;
}
#thumbnail-holder div.highlight:hover {
  background-color: rgba(252, 240, 79, 0.05);
  border-color: #101010;
}
#thumbnail-holder div.highlight:before {
  border: 1px solid #fff;
  content: " ";
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
#thumbnail-info {
  color: #fff;
  float: left;
  margin-top: 20px;
  position: relative;
  width: 158px;
}
#thumbnail-zoom {
  width: 155px;
  height: 90px;
  margin: 0 0 20px;
  padding: 3px;
  border: 1px solid #666;
  background-color: #555;
  position: relative;
}
#thumbnail-zoom:before,
#thumbnail-zoom:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #666;
  border-color: transparent #666 transparent transparent;
  border-style: solid;
  border-width: 16px 16px;
  left: -33px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
}
#thumbnail-zoom:after {
  left: -32px;
  border-right-color: #555;
}
#thumbnail-zoom-header {
  color: #ccc;
  font-size: 11px;
  left: 5px;
  line-height: 1.2;
  padding: 4px 5px;
  position: absolute;
  top: 5px;
}
#thumbnail-zoom img {
  position: relative;
  z-index: 1;
}
#thumbnail-match-header {
  margin: 0 0 10px 10px;
}
#search-panes .image-controls {
  font-size: .8125em;
  margin: 10px 20px 0;
  float: right;
}
.image-controls li {
  display: block;
  margin: 15px 0;
}
.image-controls li .imgbtn {
  background: #898989;
  background-image: -webkit-linear-gradient(#515254 0, #898989 50%, #727272 51%, #6f7073 100%);
  background-image: linear-gradient(#515254 0, #898989 50%, #727272 51%, #6f7073 100%);
  background-repeat: no-repeat;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  padding: 5px 10px 5px 28px;
  position: relative;
  color: #fff;
  text-shadow: 0px 1px 0px black;
  width: 72px;
}
.image-controls li .imgbtn:hover:before {
  opacity: .6;
}
.no-cssgradients .image-controls li .imgbtn {
  border: 2px outset #777;
}
.image-controls li .imgbtn:hover {
  background: #727272;
  background-image: -webkit-linear-gradient(#515254, #727272 49%, #6f7073);
  background-image: linear-gradient(#515254, #727272 49%, #6f7073);
  background-repeat: no-repeat;
  color: #ccc;
  text-decoration: none;
}
.info-controls {
  background: #515254;
  background-image: -webkit-linear-gradient(top, #515254 0, #6f7073 13%);
  background-image: linear-gradient(to bottom, #515254 0, #6f7073 13%);
  background-repeat: repeat-x;
  height: 36px;
  padding-right: 30px;
  position: relative;
}
.info-controls li {
  border-left: 1px solid #515154;
  float: right;
  padding: 0 5px;
}
.info-controls li span {
  display: block;
}
.info-action {
  border-right: 1px solid #515154;
}
li:hover .info-action {
  border-right-color: transparent;
}
.info-controls li.mainbtn {
  float: left;
  padding: 0 5px 0 160px;
}
.info-controls li.mainbtn a {
  font-size: 12px;
}
.info-controls li:hover:not(.nona):not(.mainbtn) {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #141415), color-stop(13%, #242527));
  /* Safari & Chrome */
  background-image: -moz-linear-gradient(top, #141415, #242527 13px);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#141415', endColorstr='#242527');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#141415', endColorstr='#242527')";
  /* IE8 */
}
.info-controls a.menu,
.info-controls .nona {
  color: #fff;
  display: inline-block;
  min-height: 21px;
  padding: 8px 6px 5px 4px;
  text-shadow: 0 -1px 0 #333333;
  text-decoration: none;
  white-space: nowrap;
}
.info-controls .nona {
  border: none 0;
  position: absolute;
  right: 0;
  top: 0;
}
.info-controls .info-view img {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 1px -252px;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
}
.info-controls .info-share img,
.image-controls .info-share:before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 5px -151px;
  width: 22px;
  height: 15px;
  vertical-align: text-top;
}
.image-controls .info-share:before {
  content: "\0020";
  display: block;
  position: absolute;
  left: 0;
}
.info-controls .info-contributions {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FCB924;
  background-image: -moz-linear-gradient(top, #fff0bd, #fcb924 60%);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff0bd), color-stop(0.6, #fcb924));
  /* Safari & Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF0BD', endColorstr='#FCB924');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF0BD', endColorstr='#FCB924')";
  /* IE8 */
  border: 2px solid #BA840D;
  color: #222222;
  font-size: 10px;
  margin-right: 25px;
  padding: 1px 2px;
  text-shadow: 0 1px 0 #BA840D;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
.info-controls .info-action img,
.image-controls .info-action a:before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 1px -184px;
  width: 16px;
  height: 12px;
  vertical-align: text-top;
}
.image-controls .info-action a {
  padding: 5px 28px 5px 10px;
}
.image-controls .info-action a:before {
  content: "\0020";
  display: block;
  right: 5px;
  position: absolute;
}
.info-bookmark {
  display: block;
  position: absolute;
  width: 21px;
  left: 12px;
  height: 36px;
}
.watch-bm:before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0px -170px;
  content: "\0020";
  display: block;
  height: 16px;
  left: 4px;
  position: absolute;
  top: 8px;
  width: 16px;
}
.watch-bm.on:before {
  background-position: 0 -129px;
}
.info-bookmark:before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -1px -197px;
  content: "\0020";
  display: block;
  width: 21px;
  height: 36px;
  position: absolute;
  vertical-align: text-top;
  z-index: 100;
}
a.info-whatis {
  color: #777;
  display: inline-block;
  margin-top: 12px;
}
#document-title,
#page-title {
  color: #6E6E6E;
  margin-right: 21px;
  padding: 3px 0 2px 0;
  white-space: normal;
}
#document-controls,
#page-controls {
  padding: 2px;
  position: absolute;
  right: 5px;
  top: 10px;
}
#document-controls .close-button,
#page-controls .close-button {
  background: url(/National_Library/oe_/https://www.fold3.com/i/closeBtn.png) no-repeat 6px 0;
  -moz-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.8);
  border-left: 1px solid #ccc;
  display: block;
  height: 19px;
  width: 24px;
  text-decoration: none;
}
#document-controls .close-button:hover,
#page-controls .close-button:hover {
  background-position: 6px -25px;
}
#document-header #document-publication,
#document-header #document-breadcrumb {
  font-size: 11px;
  line-height: 1.3;
  text-shadow: 0 1px 0 #fff;
}
#document-info {
  float: left;
  width: 280px;
  padding-right: 10px;
}
#document-info.show {
  float: none;
  width: auto;
}
#document-contributions {
  float: right;
  width: 275px;
}
#document-info-container {
  height: 100%;
  padding: 0 0 25px 10px;
}
.extras {
  color: #ccc;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 0 10px;
  padding: 0 0 10px;
  text-align: left;
  clear: both;
  white-space: nowrap;
}
.extras:first-letter {
  color: #ffc71c;
  font-size: 20px;
}
.extras a {
  color: #ccc;
}
#document-info-activity {
  font-size: 11px;
  color: #555;
  margin-top: 5px;
}
#document-info-container .info-title {
  background-color: #e8e8e8;
  margin-top: 5px;
}
#document-info-container img.s-sprite,
#page-contributions img.s-sprite {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-icons.png) no-repeat;
  margin: -1px 5px 0 3px;
}
#document-info-container .info-title a {
  font-weight: bold;
  margin-left: 2px;
  text-decoration: none;
  color: #111;
}
#document-info-container .collapse-open img.s-sprite,
#page-contributions .collapse-open img.s-sprite {
  background-position: 0 -93px;
  width: 16px;
  height: 16px;
}
#document-info-container .collapse-closed img.s-sprite,
#page-contributions .collapse-closed img.s-sprite {
  background-position: 0 -77px;
  width: 16px;
  height: 16px;
}
#document-info-container #document-contributions-toc li a {
  font-weight: normal;
  color: #114488;
  text-decoration: underline;
}
.show #document-metadata-content dt {
  width: 30%;
}
.show #document-metadata-content dd {
  width: 65%;
}
#document-metadata-content dt {
  /*
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
*/
}
#document-metadata-content dt {
  clear: both;
  color: #666;
  float: left;
  line-height: 1.2em;
  margin: 3px 5px 2px 0;
  text-align: right;
  width: 100px;
}
#document-metadata-content dd {
  float: left;
  line-height: 1.20em;
  margin: 3px 0;
  width: 175px;
}
#annotation-list .no-match,
#spotlight-list .no-match,
#subimage-list .no-match {
  display: none;
}
/** copied from viewer.css **/
#spotlight-list li {
  border-bottom: 1px solid #dfdfdf;
  margin: 5px 0 7px;
  padding-bottom: 7px;
}
.info-section {
  font-size: 12px;
}
h5.sub-title {
  color: #666;
  font-size: 1em;
  font-weight: bold;
  padding: 6px 0px 0;
}
.infoli {
  list-style: disc;
  padding-left: 1.5em;
}
.all.infoli {
  border-top: 1px dotted #efefef;
  padding-top: 18px;
}
.infoli:empty + all.infoli {
  border-top: 0 none;
}
.story-title,
.relation-title,
.link-title {
  font-weight: bold;
  margin: 0;
}
.ann-text {
  line-height: 1.3em;
}
.ann-text i {
  font-style: normal;
}
a.ann-text:hover i {
  text-decoration: underline;
}
.ann-content li {
  color: #777;
  line-height: 1.3;
  margin: 8px 0;
  text-indent: -0.5em;
}
.attribution a.hastooltip > span {
  background-color: #FFF0BD;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff0bd), to(#ffe691), color-stop(50%, #fff0bd));
  background-image: -moz-linear-gradient(center top, #fff0bd, #ffe691 60%);
  border: 1px solid #FFDE6B;
  -moz-box-shadow: 1px 1px 5px #444;
  -webkit-box-shadow: 1px 1px 5px #444;
  color: #111;
  display: none;
  position: absolute;
  padding: 2px 5px;
  top: -23px;
  z-index: 50;
}
.attribution .hastooltip span {
  left: 0;
  top: -3.7em;
  max-height: 38px;
  min-height: 32px;
  white-space: nowrap;
  text-decoration: none!important;
}
.attribution .hastooltip span .avatar {
  padding-right: 5px;
  vertical-align: middle;
}
.attribution .hastooltip span b {
  font-weight: normal;
  line-height: 1.3;
}
.attribution .pointtip {
  background: url(/National_Library/oe_/https://www.fold3.com/i/browse-sprites.png) no-repeat -11px -161px;
  bottom: -11px;
  height: 10px;
  left: 15px;
  position: absolute;
  width: 15px;
}
.attribution .hastooltip:hover > span {
  display: block;
}
.attribution {
  color: #666;
  line-height: 1.3;
  position: relative;
}
.comment-icon {
  float: left;
  width: 42px;
}
.comment-details {
  float: left;
}
.comment-attribution {
  margin: 0;
}
#comment-list li {
  border-bottom: 1px solid #dfdfdf;
  margin: 5px 0;
}
#imageconnection-list,
#pageconnection-list {
  margin: 10px 0;
}
.connection-list li {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 7px;
}
.connection-list .relation-item {
  display: block;
  min-height: 90px;
  _height: 90px;
  /* ie6 */
}
.connection-list .page-title {
  border: 1px solid #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.connection-list .relation-thumbnail {
  background-color: #efefef;
  border: 1px solid #dfdfdf;
  height: 90px;
  display: table;
  left: 5px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 90px;
  z-index: 10;
}
.connection-list .page-title:hover .relation-thumbnail,
a.relation-thumbnail:hover {
  border-color: #005FB5;
}
.relation-thumbnail i,
.relation-thumbnail i.icon-img {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}
.connection-list .relation-details {
  float: left;
  margin-left: 8px;
  width: 178px;
  line-height: 13px;
}
.connection-list .relation-details .attribution {
  margin-top: 10px;
}
.connection-list .relation-type {
  color: #666;
}
.connection-list .relation-controls {
  bottom: 5px;
  display: none;
  _display: block;
  left: 110px;
  position: absolute;
}
.connection-list .relation-item {
  padding: 5px 5px 5px 100px;
  position: relative;
}
.connection-list .relation-item:hover .relation-controls {
  display: block;
  opacity: .8;
}
.connection-list .relation-controls {
  margin-top: 10px;
}
/** end copy **/
#page-content {
  padding: 20px 0 0 20px;
}
#page-details {
  float: left;
  margin-left: 10px;
  width: 380px;
}
#page-preview {
  float: left;
  min-height: 20px;
  width: 152px;
  text-align: center;
}
#page-titlebar {
  padding-left: 10px;
}
#page-description {
  margin: 8px 0 16px 10px;
}
#page-titlebar .page-title {
  color: #224484;
  font-size: 16px;
  margin-left: 7px;
}
#page-titlebar .page-icon {
  background: url(/National_Library/oe_/https://www.fold3.com/i/page-type.png) no-repeat 0px 0px;
  width: 22px;
  height: 22px;
  vertical-align: bottom;
}
#page-titlebar .page-icon.place {
  background-position: 0 -302px;
}
#page-titlebar .page-icon.event {
  background-position: 0 -150px;
}
#page-titlebar .page-icon.topic {
  background-position: 0 -452px;
}
#page-titlebar .page-icon.organization {
  background-position: 0 -607px;
}
#page-thumbnail .placeholder {
  display: block;
}
#page-photos {
  font-size: 12px;
  margin: 8px 0;
}
#pagetype-label {
  background-color: #82AACC;
  color: #fff;
  border: 1px solid #ADCCE4;
  padding: 0 2px;
  margin: 2px 0;
  text-align: center;
}
#page-thumbnail {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0;
}
#page-thumbnail img {
  display: block;
  margin: 0 auto;
}
.page-section {
  padding: 5px 0 0 0;
  margin: 5px 0 9px 10px;
}
.page-section .section-title {
  background: #e8e8e8;
  color: #666666;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 5px;
}
.page-section .section-title a {
  font-weight: bold;
  margin-left: 2px;
  text-decoration: none;
  color: #666;
}
.item-label {
  color: #666;
  display: block;
  float: left;
  line-height: 1.2;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: right;
  width: 100px;
}
#page-other-matches-storypagestory .item-label {
  float: none;
  font-weight: bold;
  margin-left: 10px;
  text-align: left;
  width: auto;
}
#page-connections-show-all {
  margin-top: 10px;
}
#remember-dlg textarea {
  width: 289px;
  display: block;
}
#remember-dlg p {
  margin-bottom: 0px;
  margin-top: 0px;
}
#page-remembrance-list .person {
  float: left;
  margin-right: 4px;
  overflow: hidden;
  width: 56px;
}
#page-remembrance-list .person img {
  -moz-border-radius: 4px 4px 4px 4px;
  border: 1px solid #CCCCCC;
  display: block;
  margin: 0 auto;
  padding: 2px;
}
#page-remembrance-list .person span {
  display: block;
  font-size: 0.846em;
  text-align: center;
}
#page-remembrance-list a:hover img {
  border-color: #005FB5;
}
#page-remembrances-show-all {
  margin: 10px 0px;
}
/*
#remembrance-add, #remembrance-remove {
    margin-top: 5px;
}

#remembrance-add a, #remembrance-remove a {
    padding-top: 0px;
    padding-bottom: 0px;
}
*/
.page-public,
.page-private {
  background: url(/National_Library/oe_/https://www.fold3.com/i/public-icon.gif) no-repeat 0px 0px;
  width: 20px;
  height: 20px;
}
.page-private {
  background-position: 0px -69px;
  width: 15px;
}
.xlink,
.show-matches,
.hide-non-matches {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -25px -252px;
  margin-left: 110px;
  padding-left: 10px;
}
p .show-matches,
p .hide-non-matches {
  margin-left: 0;
}
#page-other-matches-storypagestory .xlink {
  background: none;
  margin-left: 10px;
  padding: 0;
}
.xlink.page-owner {
  margin: 0;
}
.blank-column {
  width: 110px;
  float: left;
  min-height: 10px;
}
.content-column {
  width: 315px;
  float: left;
}
.item-value,
#page-facts li span.value {
  display: block;
  float: left;
  max-width: 260px;
  padding-left: 10px;
}
#page-other-matches-storypagestory .item-value {
  float: none;
  max-width: 100%;
  margin-bottom: 18px;
}
#silo-results {
  width: 100%;
}
#silo-results .silo-name {
  text-align: left;
}
#silo-results .silo-count {
  text-align: right;
}
/** TIMELINE **/
#year_wrapper {
  position: relative;
}
.no-timeline-results {
  background-color: #4b4b4b;
  background-image: -moz-linear-gradient(top, #757574 20%, #262626 100%);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #757574), color-stop(1, #262626));
  /* Safari & Chrome */
  border: 2px solid rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  display: block;
  color: #f7f7f7;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  position: absolute;
  padding: 5px 10px;
  right: -240px;
  text-shadow: 0 1px 0 #333;
  top: 0;
  width: 200px;
  z-index: 50;
}
.no-timeline-results .pointtip,
.no-timeline-results::before {
  border-bottom: 10px dotted transparent;
  border-right: 14px solid #575757;
  border-top: 10px dotted transparent;
  display: block;
  height: 0;
  left: -14px;
  position: absolute;
  top: 52px;
  width: 0;
}
.no-timeline-results::before {
  border-right-color: #fff;
  content: "\0020";
  left: -16px;
}
.no-timeline-results a {
  color: #fff;
  text-decoration: underline;
}
.tl_container,
.tl_header {
  position: relative;
}
.timeline-on-top {
  background: #fff;
  border: 10px solid #333;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 -22px;
  padding: 12px;
  position: relative;
  z-index: 22;
}
.tl_container {
  margin-top: 20px;
  height: 55px;
}
.tl_select_link {
  position: absolute;
  right: -5px;
  top: -17px;
  font-size: 11px;
}
.tl_container .tl_reset,
.tl_cancel {
  font-size: 11px;
  position: relative;
  float: right;
  margin-left: .5em;
  top: -17px;
}
.timeline-on-top .tl_container .tl_reset,
.tl_cancel {
  top: -20px;
}
.tl_entry {
  color: #555;
  padding: 10px 0;
  text-align: center;
}
.tl_entry input[type=text] {
  font-size: 13px;
  width: 36px;
}
.tl_entry input[type=button] {
  font-size: .8125em;
  margin: 0 10px;
  padding: 2px 5px;
}
.tl_entry input[type=button].disabled {
  visibility: hidden;
}
.tl_entry .text.focus {
  outline: 1px solid #1c4297;
}
.tl_data_container {
  border-bottom: 1px solid #aaa;
  height: 40px;
  position: relative;
}
.tl_left:hover,
.tl_right:hover {
  background-color: #005fb5;
  text-decoration: none;
}
.tl_right.end:hover,
.tl_right.end,
.tl_left.end:hover,
.tl_left.end {
  background: #fff;
}
.tl_right.end:hover span,
.tl_right.end span {
  background-position: 2px -110px;
  opacity: .2;
}
.tl_left.end:hover span,
.tl_left.end span {
  background-position: 1px -79px;
  opacity: .2;
}
.tl_left,
.tl_right {
  background: #fff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
}
.tl_left {
  left: 0;
}
.tl_right {
  right: 0;
}
.tl_left span,
.tl_right span {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -15px -88px;
  width: 16px;
  height: 14px;
  display: inline-block;
}
.tl_right span {
  background-position: 1px -65px;
}
.tl_left:hover span {
  background-position: 1px -94px;
}
.tl_right:hover span {
  background-position: -14px -103px;
}
.tl_data {
  background-color: #EEF8FD;
  background-color: rgba(90, 152, 206, 0.15);
  position: absolute;
  height: 40px;
  top: 0;
  z-index: 10;
}
.tl_data_selection {
  background-color: #d3e8fa;
  border-bottom: 5px solid #FAAF40;
  position: absolute;
  height: 40px;
  top: 0;
  filter: alpha(opacity=55);
  z-index: 0;
}
.tl_bar {
  background-color: #5A98CE;
  /*fall back*/
  background-color: rgba(90, 152, 206, 0.8);
  cursor: default;
  position: absolute;
}
.tl_missing {
  color: #888;
  font-size: 11px;
}
.tl_range {
  color: #333;
  position: absolute;
  top: 0px;
  width: 14px;
  line-height: 10px;
  z-index: 20;
}
.tl_range a.slider {
  cursor: move;
  display: inline-block;
  width: 14px;
  height: 27px;
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -17px -29px;
  margin-top: 27px;
}
.tl_range a:hover {
  background-position: -17px -57px;
  text-decoration: none;
}
.tl_range span.value {
  display: inline-block;
  font-size: 10px;
  left: 0;
  padding: 2px 3px;
  position: absolute;
  top: 0px;
}
span.value:after {
  border-style: solid;
  border-width: 5px 4px;
  border-color: #333 transparent transparent;
  content: "\00a0";
  display: none;
  height: 0;
  width: 0;
  margin-left: -5px;
  top: 13px;
  left: 50%;
  position: absolute;
  z-index: 13;
}
a.slider:hover + span.value:after {
  display: block;
}
a.slider:hover + span.value {
  background: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
/** facet overlay **/
#facet_overlay {
  padding: 0 10px;
}
#facet_overlay form input[type=text] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}
#facet_overlay .overlay_content {
  overflow: auto;
  height: 250px;
  border: 1px solid #888;
  margin-bottom: 8px;
}
#facet_overlay .overlay_options {
  font-size: .8125em;
  margin-top: 15px;
  margin-bottom: 5px;
}
#facet_overlay .overlay_content table {
  padding: 5px;
}
#facet_overlay .overlay_content table tbody {
  font-size: 13px;
}
#facet_overlay .overlay_content tr {
  height: 22px;
}
#facet_overlay .overlay_content td {
  vertical-align: bottom;
}
#facet_overlay .overlay_content td .checkbox {
  width: 13px;
  padding: 5px;
}
#facet_overlay .overlay_content th {
  font-size: .8125em;
  text-align: left;
  border-bottom: 1px solid #888;
  background-color: #ddd;
  padding: 2px 0px;
  white-space: nowrap;
}
#facet_overlay .overlay_content .facet-value {
  padding-left: 5px;
}
#facet_overlay .overlay_content .facet-count {
  padding-right: 10px;
  text-align: right;
  width: 10%;
}
#facet_overlay .overlay_content th .active .sort {
  width: 16px;
  height: 16px;
  display: inline-block;
}
#facet_overlay .overlay_content th .active .sort:before {
  border: 1px solid #9e978d;
  border-width: 0 4px 7px;
  border-color: transparent transparent #9e978d;
  content: "\0020";
  display: block;
  height: 0;
  margin-top: 7px;
  width: 0;
}
#facet_overlay .overlay_content th .active .sort.desc:before {
  border-width: 7px 4px 0;
  border-color: #9e978d transparent transparent;
}
#facet_overlay .overlay_content th a:hover {
  text-decoration: none;
}
/* !Different UI elements */
/* version 1 */
.see-all a {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -25px -252px;
  font-size: .8125em;
  font-weight: bold;
  padding-left: 10px;
}
.checkbox a {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
  opacity: .7;
  -webkit-transition: opacity .2s linear;
}
.checkbox .unchecked {
  background-position: 0 0;
}
.refine-row:hover,
.allcategories-on {
  background-color: #eff5fa;
}
.allcategories-on {
  font-weight: normal;
  position: relative;
}
.allcategories-on::after,
.refine-row::before {
  border-color: #FFFFFF #FFFFFF #FFFFFF transparent;
  border-style: solid;
  border-width: 14px 12px 13px 13px;
  bottom: 0;
  content: "\0020";
  height: 0;
  position: absolute;
  right: -12px;
  width: 0;
}
.refine-row.highlighted::before {
  display: none;
}
.refine-row.highlighted:hover {
  background-color: #e0ebf3;
}
.refine-row:hover .checkbox a {
  opacity: 1;
}
.refine-row:hover .checkbox a,
.checkbox a:active,
.checkbox a:focus {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.refine-row .checkbox {
  vertical-align: middle;
}
.checkbox .checked {
  background-position: 0 -32px;
  opacity: 1;
}
.checkbox .intermediate {
  background-position: 0 -48px;
}
/* position of check and expand boxes */
.rollup-turndown-pm,
#titlelist-content .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  height: 18px;
  width: 16px;
  vertical-align: middle;
}
.rollup-turndown-pm {
  margin-right: 8px;
}
.refine-row .rollup-turndown a,
.refine-row .rollup-turndown-pm a {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -16px -16px;
}
.refine-row .rollup-turndown-pm .closed {
  background-position: -16px 0;
}
/* version 2 */
#vns-s2 .checkbox a {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
}
#vns-s2 .checkbox .unchecked {
  background-position: 0 0;
}
#vns-s2 .refine-row:hover {
  background-color: #eff5fa;
}
#vns-s2 .refine-row.highlighted:hover {
  background-color: #e0ebf3;
}
#vns-s2 .refine-row:hover .checkbox a,
#vns-s2 .checkbox a:active,
#vns-s2 .checkbox a:focus {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
#vns-s2 .checkbox .checked {
  background-position: 0 -32px;
}
#vns-s2 .checkbox .intermediate {
  background-position: 0 -48px;
}
#vns-s2 .rollup-turndown-pm,
#vns-s2 #titlelist-content .checkbox {
  display: inline-block;
  position: relative;
  left: 20px;
  margin-right: 3px;
  height: 18px;
  width: 16px;
}
#vns-s2 .rollup-turndown-pm {
  left: -18px;
}
/* version 3 */
#vns-s3 .checkbox a {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
}
#vns-s3 .checkbox .unchecked {
  background-position: 0 0;
}
#vns-s3 .refine-row:hover {
  background-color: #eff5fa;
}
#vns-s3 .refine-row.highlighted:hover {
  background-color: #e0ebf3;
}
#vns-s3 .refine-row:hover .checkbox a,
#vns-s3 .checkbox a:active,
#vns-s3 .checkbox a:focus {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
#vns-s3 .checkbox .checked {
  background-position: 0 -32px;
  opacity: 1;
}
#vns-s3 .checkbox .intermediate {
  background-position: 0 -48px;
  opacity: 1;
}
#vns-s3 .rollup-turndown-pm,
#vns-s3 #titlelist-content .checkbox {
  display: inline-block;
  position: relative;
  left: 20px;
  margin-right: 3px;
  height: 18px;
  width: 16px;
}
#vns-s3 .rollup-turndown-pm {
  left: -18px;
}
/* other type adjustments */
/*
.rollup-title, .title-link {
    display: inline-block;
    font-weight: normal;    
    margin-left: 3px;
    overflow:hidden;    
    text-overflow:ellipsis;
    width: 247px;
    white-space: nowrap;
}
.title-row span.indent + .group + .rollup-turndown-pm + .rollup-title 
 {
    width: 225px;
}
.title-row span.indent + .title + span + span .title-link {
    width: 200px;
}

*/
.menu-target {
  display: block;
  padding: 3px 5px;
  border: 1px solid #666;
}
.menu-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.menu-report {
  background: url('/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png') no-repeat -18px -120px;
  padding: 0 0 0 0;
}
a:hover .menu-report {
  background-position: -18px -142px;
}
.context-menu {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #9a9a9a;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  margin: 32px 0 0;
  padding: 0;
  text-align: left;
}
.context-menu:before {
  content: " ";
  border: 1px solid #fff;
  border-width: 0 12px 12px;
  border-right-color: transparent;
  border-left-color: transparent;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 22px;
}
.context-menu li .submenu-arrow {
  background: url('/National_Library/oe_/https://www.fold3.com/i/search-icons.png') no-repeat -48px -48px;
  width: 16px;
  height: 16px;
  display: block;
  vertical-align: middle;
  float: right;
}
.context-menu li a:hover .submenu-arrow {
  background-position: -48px -96px;
}
.context-menu li.separator {
  border-top: 1px solid #ccc;
}
.context-menu li a {
  display: block;
  font-size: .8125em;
  padding: 3px 10px;
}
.context-menu li:hover,
.context-menu li a:hover {
  background: #005fb5;
  background-image: -moz-linear-gradient(top, #519ce0, #005fb5);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #519ce0), color-stop(1, #005fb5));
  /* Safari & Chrome */
  color: #fff;
  text-decoration: none;
}
.context-menu li:first-child,
.context-menu li:first-child a:hover {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}
.context-menu li:last-child,
.context-menu li:last-child a:hover {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.context-menu li.readonly a {
  color: #666;
}
.context-menu li.readonly {
  border: none;
  padding: 0;
}
.context-menu li.readonly a:hover {
  background-color: inherit;
  color: inherit;
}
.action-pulldown.btn-t {
  background: transparent;
  border-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777;
  margin-top: 5px;
  padding-right: 15px;
  position: relative;
}
.action-pulldown.btn-t:hover {
  padding-right: 15px;
}
.arrowd {
  border: 1px solid #444;
  border-width: 6px 3px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 5px;
  top: 9px;
  width: 0;
  height: 0;
}
/* Pay wall button */
.search-paywall {
  background: #c14002;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: relative;
}
.search-paywall:after {
  content: " ";
  position: absolute;
  border: 1px solid #c14002;
  border-width: 10px 10px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  right: 85px;
  bottom: -10px;
}
.search-paywall a {
  display: block;
  text-decoration: none;
}
.search-paywall a strong {
  color: #fff;
  text-transform: uppercase;
}
.search-paywall a strong em {
  color: #f2b874;
  font-style: normal;
}
.paywall-options .btn-t {
  color: #1c4297;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
}
.paywall-options {
  border-bottom: 1px dotted #666;
  color: #fff;
  float: right;
  margin: 15px 10px 10px 0;
  width: 155px;
}
.paywall-options h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.paywall-options .pay2 {
  line-height: 1.2;
  text-indent: -0.65em;
}
.paywall-options .pay2 a {
  color: #f2b874;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
}
.paywall-options .pay2 a:hover {
  text-decoration: none;
}
.paywall-options .pay2:before {
  content: '\203A ';
  color: #f2b874;
}
/* Register wall button */
.search-regwall {
  background: #40c102;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: relative;
}
.search-regwall:after {
  content: " ";
  position: absolute;
  border: 1px solid #40c102;
  border-width: 10px 10px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  right: 85px;
  bottom: -10px;
}
.search-regwall a {
  display: block;
  text-decoration: none;
}
.search-regwall a strong {
  color: #fff;
  text-transform: uppercase;
}
.search-regwall a strong em {
  color: #b8f274;
  font-style: normal;
}
.regwall-options .btn-t {
  color: #107abf;
  font-weight: bold;
  text-transform: uppercase;
}
.regwall-options {
  border-bottom: 1px dotted #666;
  color: #fff;
  float: right;
  margin: 15px 10px 10px 0;
  width: 155px;
}
.regwall-options h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.regwall-options .reg2 {
  text-indent: -0.65em;
}
.regwall-options .reg2 a {
  color: #b8f274;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
}
.regwall-options .reg2 a:hover {
  text-decoration: none;
}
.regwall-options .reg2:before {
  content: '\203A ';
  color: #b8f274;
}
#search-message,
#offer {
  display: none;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
#offer {
  background: #c14139;
  bottom: auto;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 0 20px;
  top: 51px;
  padding: 12px 20px;
  width: 938px;
}
#search-message .error_strip,
#search-message .alert_strip,
#search-message .success_strip {
  position: relative;
  z-index: 50;
}
#offer .close-btn {
  position: absolute;
  margin-top: -12px;
  left: auto;
  right: 10px;
  top: 50%;
}
/* Feedback  */
.feedback-invite {
  right: 24px;
  position: fixed;
  bottom: 40px;
  width: 120px;
  z-index: 50;
}
.feedback-invite a {
  background: #197b30;
  border: 3px solid #fff;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: block;
  color: #fff;
  font-size: 14px;
  min-width: 121px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.feedback-invite a:hover {
  background: #154a22;
  text-decoration: none;
}
.lt-ie9 .feedback-invite {
  bottom: 110px;
  right: 0px;
  top: auto;
  width: 40px;
}
.lt-ie9 .feedback-invite a {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}
/* beginniner dialog info  */
.lite-box h2 {
  background: #E5E1DB;
  margin: -20px -20px 20px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
}
.boot-lite {
  background: #efefef;
  border-top: 1px solid #ccc;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px ;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 0;
  -moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.ns-banner-new {
  left: -12px;
  position: absolute;
  top: -10px;
}
.ns-slide p {
  color: #ea5904;
  margin: 0 0 5px;
  min-height: 36px;
}
.slide-nav {
  text-align: center;
}
.slide-p,
.slide-n {
  background: #296aba;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c85ba), color-stop(100%, #296aba));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* IE10+ */
  background: linear-gradient(top, #5c85ba 0%, #296aba 100%);
  /* W3C */
  -moz-box-shadow: inset 2px 0px 8px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-color: #005FB5;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  text-shadow: 0px 1px 0px black;
}
.slide-p.disabled,
.slide-p.disabled:hover,
.slide-n.disabled,
.slide-n.disabled:hover {
  background: #9d9d9d!important;
  color: #efefef!important;
  opacity: .4;
}
a.slide-p:hover,
a.slide-n:hover {
  background: #5c85ba;
  /* Old browsers */
  background: -moz-linear-gradient(top, #296aba 0%, #5c85ba 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #296aba), color-stop(100%, #5c85ba));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #296aba 0%, #5c85ba 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #296aba 0%, #5c85ba 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #296aba 0%, #5c85ba 100%);
  /* IE10+ */
  background: linear-gradient(top, #296aba 0%, #5c85ba 100%);
  /* W3C */
  color: #fff;
  text-decoration: none;
}
a.slide-p {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 25px;
}
a.slide-n {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 25px;
}
.slide-p:after {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat 0 -94px;
  content: "\0020";
  display: block;
  height: 16px;
  position: absolute;
  left: 5px;
  margin-top: -9px;
  top: 50%;
  width: 16px;
}
.slide-n:after {
  background: url(/National_Library/oe_/https://www.fold3.com/i/search-spriteA.png) no-repeat -16px -102px;
  content: "\0020";
  display: block;
  height: 16px;
  position: absolute;
  right: 5px;
  margin-top: -9px;
  top: 50%;
  width: 16px;
}
.icon-preview {
  color: #948E85;
  font-size: 120px;
}
.icon-sidebar {
  color: #948E85;
  font-size: 50px;
}
.icon-page {
  color: #948E85;
  font-size: 100px;
}
.on-honor-wall {
  color: #c14139;
  font-size: 20px;
  font-style: normal;
  line-height: .9;
}
em.on-honor-wall {
  bottom: 4px;
  position: absolute;
  right: 16px;
}
.record-thumb + em.on-honor-wall {
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  bottom: 0;
  right: 8px;
}
#page-titlebar span.icon-f3 {
  border: 0 none!important;
  font-size: 24px;
  vertical-align: middle;
}
#page-type-icon {
  color: #948E85;
  font-size: 24px;
}
@media screen and (max-width: 1360px) {
  .feedback-invite {
    bottom: 0px;
    right: 30px;
    width: 10px;
  }
  .feedback-invite a {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top ;
  }
}
@media screen and (max-width: 1084px) {
  .feedback-invite {
    right: 16px;
    width: 10px;
  }
  .feedback-invite a {
    border-width: 1px;
    font-size: 12px;
    min-width: 91px;
    padding: 5px;
  }
}
