/*** CSS reset */
.reset {
    margin: 0;
    padding: 0;
}

/*** control links */
.control-link {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

a.control-link:link, a.control-link:visited, a.control-link:active {
    color: Blue;
    text-decoration: none;
}

a.control-link:hover {
    color: Red;
    text-decoration: none;
}

/*** login dialog */
.login {
    margin: 2cm 0 0 2cm;
    padding: 2mm;
    width: 7cm;
    border: dotted 1px black;
}

/*** status indicator */
.status {
    font: 12pt sans-serif;
    font-weight: bold;
    color: Red;
    margin: 5mm 0 2mm 1mm;
}

/*** site navigator div: contains site navigator table */
.site-navigator-div {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    border-bottom: solid 1px black;
}

/*** site navigator table: cells contain Contents, Search ... */
.site-navigator-table {
    border: none 0;
    margin: 0;
}

.site-navigator-table tr {
    padding: 0;
    margin: 0;
}

.site-navigator-table td {
    padding: 2px;
    margin: 0;
}

/*** site navigator cell */
.site-navigator-cell {
    padding: 0;
    margin: 0;
}

/*** inactive site navigator cell */
.site-navigator-inactive {
    color: blue;
    background-color: white;
    border: dotted 1px darkblue;
}

/*** disabled site navigator cell */
.site-navigator-disabled {
    color: gray;
    background-color: white;
    border: dotted 1px gray;
}

/*** active site navigator cell */
.site-navigator-active {
    color: white;
    background-color: darkblue;
    border: solid 1px darkblue;
}

/*** site navigator cell associated image */
.site-navigator-image {
    vertical-align: middle;
    margin-right: 4px;
    border: none 0;
}

/*** navigation link */
.nav-link {
    text-decoration: none;
}

a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color: darkblue;
    background-color: inherit;
}

a.nav-link:hover {
    color: red;
}

/*** document field table */
table.field_table {
    display: none;
    border-width: 1px;
    border-spacing: 0;
    border-style: solid;
    border-color: black;
    border-collapse: separate;
    background-color: #ffffcc;
    color: black;
    border-color: black;
    margin-top: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
}

table.field_table td {
    border-width: 0 0 1px 1px;
    padding: 2px;
    border-style: solid;
    border-color: #bbb;
    vertical-align: text-top;
}

/*** document attachments table */
table.attachments {
}

table.attachments tr td img {
    border: none 0;
}

/*** field name in document page */
.field-name-document {
    font-weight: bold;
}

/*** field name in search page */
.field-name-search {
    color: blue;
}

/*** field contents in search page */
.field-data-search {
    color: black;
}

/*** search history table */
.search-history {
    padding: 0 2px 0 2px;
}

.search-history-container {
    vertical-align: top;
}

.search-history a {
    text-decoration: none;
}

/*** search history table: even row */
.search-history-even {
    background-color: #eeeeff;
}

/*** search history table: odd row */
.search-history-odd {
    background-color: #f8f8f8;
}

/*** search history table: time stamp */
.search-history-timestamp {
    font-size: 8pt !important;
}

/*** search history table: "remember me" marker (td)*/
.search-history-star {
    padding-top: 2px;
    text-align: center;
}

/*** search history table: search item */
.search-history-item {
    width: 10cm;
    vertical-align: middle;
}

/*** search history table: "remember me" marker (img) */
.marker {
    border: none 0;
}

.search-history td {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    vertical-align: text-top;
}

/*** hit highlight */
span.field-hilite {
    background-color: cyan;
}

/*** doesn't seem to be used anymore */
#hitloc {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    background-color: White;
    color: Black;
}

/*** results page query header */
.results-header {
    display: inline-block;
}

.results-header table {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #ccffff;
    border: solid 1px blue;
    border-collapse: collapse;
    margin: 5mm 0 5mm 2mm;
}

.results-header thead {
    border-width: 1px;
    color: white;
    background-color: blue;
    padding: 2px;
    border-style: none;
}

.results-header td {
    border-width: 1px;
    padding: 1mm 2mm 1mm 2mm;
    border-style: none;
}

.results-header thead {
    font-weight: bolder;
}

.results-header-fieldname {
    text-align: right;
}

table.results-table a:link, table.results-table a:visited, table.results-table a:active {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: Blue;
    text-decoration: none;
}

table.results-table a:hover {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: Red;
    text-decoration: none;
}

/*** WebSearch score */
.ws-score {
    color: Red;
    text-align: right;
}

/*** search form: field with focus */
.field-focused {
    background-color: lightyellow;
}

/*** search form: field without focus */
.field-blurred {
    background-color: White;
}

/*** word wheel */
.word-wheel {
    position: absolute;
    background-color: lightyellow;
}

.words-header {
    color: white;
    background-color: gray;
}

.words-records, .words-hits {
    text-align: right;
}

/*** word wheel: selectable word */
.words-select {
    min-width: 100px;
}

.words-select:hover {
    background-color: yellow;
    color: red;
    cursor: pointer;
}

/*** word wheel: "more" box */
.words-more {
    background-color: Blue;
    color: White;
    text-align: center;
}

.words-more:hover {
    background-color: Blue;
    cursor: pointer;
    color: Yellow;
    text-align: center;
}

/*** document */
.document {
    max-width: 16cm;
    background-color: #fcfcfc;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

/*** |< < [n of m] > >| style navigation button */
.nav-button {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.nav-button span {
    display: none;
}

/***  hit navigation */
.hit-nav {
    padding-top: 0;
}

.hit-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** toc/results navigation ***/
.trn-nav {
    padding-top: 0;
}

.trn-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
    background: lightgray;
}

.trn-nav-image {
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text cell: displays n of m */
.hit-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text */
.hit-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** hit navigation: n */
.hit-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: cyan;
}

/*** hit navigation: m */
.hit-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: yellow;
}

/***  results page navigation */
.res-nav {
    padding: 0;
    margin: 0;
}

.res-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** result page text cell: displays n of m */
.res-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text */
.res-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text: n */
.res-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text: m */
.res-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page */
.page {
    border: 1px solid lightgray;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*** multi-file doc page number */
.pageno {
    color: black;
    vertical-align: top;
    text-align: center;
    padding: 1mm 0 1mm 0;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
}

/***  multi-file doc page navigation */
.page-nav {
    padding: 0;
    margin: 0;
    background-color: lightgray;
}

.page-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/***  multi-file doc page text cell: dispplays n of m */
.page-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page text cell */
.page-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page: n */
.page-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page: m */
.page-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** search form field error message box */
.field-error {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: Red;
}

/*** document fields */
.fields {
}

/*** shopw/hide fields control */
.toggle-fields {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: black;
    padding: 2px 10px 2px 10px;
    background-color: #ffffcc;
}

/*** div containing hits-in-context */
.wshic-container {
    margin-left: 1cm;
}

/*** hits-in-context text */
.wshic-text {
    color: gray;
    font-weight: normal;
}

/*** hit in context */
.wshic {
    color: black;
    font-weight: bold;
}

/*** widget bars */
.widget-bars {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/*** top widget bar */
.top-widget-bar {
    width: 100%;
}

.top-widget-bar-row {
    margin: 0;
    padding: 0;
}

.top-widget-bar-left-cell {
    width: 33%;
}

.top-widget-bar-center-cell {
    width: 34%;
}

.top-widget-bar-right-cell {
    width: 33%;
}

/*** left widget bar */
.left-widget-bar {
}

/*** right widget bar */
.right-widget-bar {
}

/*** bottom widget bar */
.bottom-widget-bar {
    width: 100%;
}

.bottom-widget-bar-row {
    margin: 0;
    padding: 0;
}

.bottom-widget-bar-left-cell {
    width: 33%;
}

.bottom-widget-bar-center-cell {
    width: 34%;
}

.bottom-widget-bar-right-cell {
    width: 33%;
}

.left-aligned {
    float: left;
}

.right-aligned {
    float: right;
}

.centered {
    text-align: center;
}

.top-aligned {
    vertical-align: top;
}

/*** content area */
.content-area {
    margin: 0;
    padding: 0 0 0 5mm;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

/*** password feedback (preferences) */
.pw-feedback {
    background: yellow;
    color: red;
    padding: 2px;
    border: solid 1px red;
}

/*** field set (preferences) */
.pref-fieldset {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 5mm 4cm 1mm 2cm;
    padding: 3mm 5mm 1mm 5mm;
    background: aliceblue;
    border: solid 1px darkblue;
}

.pref-fieldset legend {
    font-weight: bolder;
    border: dotted 1px darkblue;
    background: darkblue;
    color: white;
    padding: 1mm 2mm 1mm 2mm;
}

/*** preferences title */
.pref-title {
    text-align: right;
}

#registration-dialog {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

#message-box {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** mini toolbar on the side of each page */
.page-tools {
    float: left;
    background-color: #e6e6e6;
    border-top: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    border-right: solid 1px lightgray;
    border-left: none;
}

/*** pop-up dialogs */
.popup-dialog {
    display: none; /* do not change display style, all dialogs are initially hidden */
}

.registration-dialog-label {
    text-align: right;
}

.fields-list {
    list-style: none;
}

.pw-dialog-label {
    text-align: right;
}

/*** contains page iframe */
.page-iframe-container {
    float: left;
}

.refine-cell {
    text-align: right;
}

.report-error {
    text-align: center;
    color: Red;
}

.missing-field {
    background-color: red;
    color: white;
}

.users-username {
    width: 150px;
    max-width: 150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.users-fullname {
    width: 100px;
    max-width: 100px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.users-email {
    width: 150px;
    max-width: 150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.fatal-error-details {
    margin-left: 1cm;
}

.fatal-error-details td {
    padding-right: 2mm;
}

.help-text 
{
	margin: 0;
	padding: 5px;
	width: 10cm;
	color: Black;
	background-color: White;
}

.help-text em 
{
    font-style: normal;
    font-weight: bold;
	color: red;
}

.help-col 
{
    vertical-align: top;
}

#excel-download,
#refine-search {
  width: 200px !important;
  float: right;
}

#excel-download a,
#refine-search a {
  color: #000;
  display: block;
  padding: 8px;
  background: #efefef;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 10px 10px;
  text-decoration: none;
  font-size: 0.9em;
}

#excel-download a:hover,
#refine-search a:hover {
  background: #ccc;
}

#excel-download-label,
#refine-search-label {
  margin-left: 5px;
  vertical-align: top;
}@charset "UTF-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-size:1em;
    background-color:#fff;
	
}
table {border-spacing:0px;
}

img {border:none;
}

a {color:#2a5a82;
}

#page-wrapper {
	width:100%;
	margin: 0;
	padding:0;
}
#content-wrapper {
	border:none 0;
	min-height:1060px;
	width:100%;


}

#bottom-widget-bar-container {display:none;
}

#left-widget-bar-container {
	position:fixed;
	width:20%;
	top:0;
	left:0;
	background: #efefef;
	box-shadow: 5px 0 5px #ccc;
	min-height: 100vh;
}

#content-area-container {
	padding:20px;
	margin-left:20%;
	min-height:100vh;
}

.clear {clear:both;
}
.right-aligned {text-align:right;
}


/*** inactive site navigator cell */
.site-navigator-inactive {
    background-color: inherit;
    border:none;
}

#top-title {
	font-family: 'Merriweather', sans-serif;
	padding: 20px 0;
	height:calc(220px - 40px);
	width:18%;
	font-weight:bold;
	text-align:center;
	position:fixed;
	top:0;
	left:1%;
	color: #2a5a82;
	font-size: 2em;
	line-height: 1.3em;
	border-bottom: solid 1px #2a5a82;
	display:block;
	text-decoration:none;

}
#top-title span.big {
	font-size:1.5em;
}
#top-title span.small {
	font-size:1.3em;
}
#top-title span.bottom {
	font-size:.4em;
    text-shadow:none;
}

#site-navigator-container2 {
	margin-top:240px;
}

/*** disabled site navigator cell */
.site-navigator-disabled {
}

/*** active site navigator cell */
.site-navigator-active {
    color:#2a5a82;
    background-color: inherit;
    border:none;
	font-weight:bold;
}
/*** navigation link */
.nav-link {
}

.site-navigator-cell table {
	width: 100%;
}

.site-navigator-table td {
	padding: 0;
}

.site-navigator-cell table tr td:first-child {
	display:none;
}

#active-page-title,
a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color:#2a5a82;
	font-size:1.1em;
	display: block;
	width: calc(100% - 40px);
	padding: 10px 20px;

}

#active-page-title {
	background: #fff;
}

a.nav-link:hover { 
	background: #fff;

}

.site-navigator-image {display:none;}

/* Homepage */
.hometable {
	border:solid 1px #666;
	border-bottom:none;
	border-right: none;
	width:80%;
	font-size:12px;
}

.colhead {
	color: white;
	background-color: #005DAB;
	font-size: 12px;
	font-weight: bold;
}

.hometable td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	padding:5px;
}

.hometable th {padding:5px;
}

.hometable a {color:#005DAB;
}
 
.homelist {font-size: 12px;
}

.homelist a {color:#005DAB;
}

#content-area h2 {
	color: #000;
	font-size: 13pt;
	margin:0 0 0 5px;;
	padding:0;
	text-transform: uppercase;
}

/* Database Picker & Other Links */
#db-picker-table {
	width:100%;
}
#db-picker-label {
	color:#000000;
}
#other-links thead,
#db-picker-table thead {
	color:#000;
	font-weight:bold;
	display:block;
	margin:20px 5px 5px 5px;
	padding: 4px 0;
	width:125px;

}
#other-links-ul,
#db-picker-ul {
	color: #999;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	border: none 0;
	list-style-type: none;
	list-style-position:inside;
}
#other-links-ul li,
#db-picker-ul li {
	font-weight: bold;
	padding:4px;
	margin:0 0 2px 0;
	color:#0033CC;
}
#db-picker-ul li span.selected-database,
#other-links-ul li a, #other-links-ul a:visited, #other-links-ul a:active,
#db-picker-ul li a, #db-picker-ul a:visited, #db-picker-ul a:active {
	color: white;
	display:block;
	margin:1px 0;
	text-decoration:none !important;
}
#db-picker-ul li span.selected-database {
	color:#645188;
	font-weight:bold !important;
}
#other-links-ul a:hover,
#db-picker-ul a:hover
{
	color:#00FFFF;
}
#other-links-ul ul {
	padding:0 0 0 20px;
}

#sidebar-nav-img {
	width:15px;
	height:15px;
	padding-right:5px;
}
/* Side box in the left toolbar */

.left-widget-bar table,
.left-widget-bar table div {
	width: 97%;
	margin: 0 auto;
}

.sidebox {
	width: calc(100% - 16px);
	padding:2px 8px;
	margin:10px auto;
	line-height:1.2em;
}
.sidebox p {
	color:#5AA5CA;
}
.sidebox a {
	width: calc(100% - 20px);
	display: block;
	padding: 12px 10px;
	background: #2a826a;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	text-decoration:none;
	margin: 5px 0;
}
.sidebox a:hover {
	text-decoration:none;
}

.tooltip {
  position: relative;
  display: block;
  width: 100%;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;

  /* Position the tooltip */
  position: absolute;
  left:100%;
  top:0;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.simple-search {
	width:300px; 
}
#simple-input { 
	width:360px;
	padding:6px;
}
.simple-search button {
	font-size:16px;
	color:#0000CC;
	margin:5px 0 0 140px;
	padding:2px 8px;
}

.popup-dialog {
	display:block;
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
	border-top: solid 1px #efefef;
}

.popup-dialog table {
	width: 100%;
}

.popup-dialog:before {
	content: "Search Hints";
	font-size: 1.5em;
	text-align:center;
	font-weight:bold;
	margin: 0 auto;
	display:block;
}
/*** Search Page and Word Wheel ***/
table.search-history {
	font-size: 11px;
	width:100%;
}

td.search-history-timestamp {}

.search-history tr {padding: 3px 0;
}

.search-history-even {background:#f6f6f6;
}

.search-history-odd {}
.search-history-star {}

.search-history-item {width: 90%;
}

.search-history-item a {
	color: #333;
	text-decoration:none;
}

.search-history-item a:hover {text-decoration:underline;
}

.search-history-odd {border-top: solid 1px #333;
}

#function-selector {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0;
	background:#0043b2;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#function-selector span {text-decoration:underline;
}

#function-selector table {width:100%;
}

#search-support {
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	top: 180px;
	width: 20vw;
	left: 78%;
	font-size: 14px;


}

#tr-TITLE {
}

#word-wheel {
	background: #fff;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	box-shadow: 0 0 43px 0 rgba(0, 0, 0, .32);
	padding:8px;
}


#words td {
	padding: 5px;
	border-bottom: solid 1px #efefef;
}

.search {
	width:65%;
	margin:50px auto 50px auto;
	background: #efefef;
	padding: 20px;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	font-size: 20px;
	box-shadow: 0 0 43px 0 rgba(0, 0, 0, .32);
}

.search-form-fieldname {
	vertical-align:top;
}

.search-form-fieldname label {
	padding-top: 18px;
	display: block;
}
.search-button {
	background: #5aa5ca;
	font-family: Oswald, sans-serif;
	display: inline-block;
	padding: 15px 5px;
	border-radius: 3px;
	background-clip: padding-box;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	outline: none;
	border: none;
	width: 120px;
}


.search-button:hover {
    background:#427c99
}

.advanced-search table {
	width: 100%;
}

.advanced-search table td {padding:1px 2px;
}

.advanced-search table td table {
	width: auto;
}

.search-form-fieldname {
	text-align: right !important;
	font-weight: bold;
	padding-right: 5px;
}

.srch-sel{
	border: solid 1px #CCC;
	padding: 10px;
	font-size: 20px;
	height: 40px;
	width: 322px;
	margin: 5px 0;
}

.character-multiselection,
.character-textentry,
.text-input {
	border: solid 1px #CCC;
	padding: 10px;
	font-size: 20px;
	width: 300px;
	border-radius: 5px;
	margin: 5px 0 ;
	
	
}

.search-options {
	float: right;
	margin-top: -45px;
}

.character-multiselection {
	width: 322px;
}

.text-input::placeholder {
	content: "hello world";
}


#words {
	padding:5px 0;
	width:100%;
}

#select-word-wheel {
	display:block;
	text-align:center;
}

#select-search-history {
	display:block;
	text-align:center;
	border-right: solid 1px #fff;
}

#search-hints {
	width: 150px;
	float: right;
	text-align: left;
	font-weight: bold;
	font-size:20px;
	padding: 0 5px;
	text-decoration: underline;
	display:none;
}
/*** WebSearch score */
.ws-score {font-size: 9pt;
}

/*** search form: field with focus */
.field-focused {background-color: #EFEFEF;
}

/*** search form: field without focus */
.field-blurred { background-color: White;
}

/*** word wheel */
.word-wheel {}

/*** word wheel: selectable word */
.words-select {}

.words-select:hover {
	background: #EFEFEF;
    color: #005DAB;
}

/*** word wheel: "more" box */
.words-more {
	background-color: #0043b2;
	font-weight: bold;
}

.words-more:hover {
	background: #0043b2;
	font-weight: bold;
}


#content-area h2 {
	font-size: 40px;
	font-weight: 500;
	color: #2a5a82;
	font-weight: 600;
	text-align: center;
}

/*** toc/results navigation ***/
.trn-nav {
	color: white;
	margin-top: 0;
	margin-bottom: 1mm;
}

.trn-nav table {
    padding: 0;
	margin: 0;
}

.trn-nav-image{}

/***  results page navigation */
.res-nav {
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}
/*** result page text cell: displays n of m */
td.res-nav-text-cell {
	font-size:10pt;
	padding:0;
}
/*** result page navigation text */
.res-nav-text {
	color: black;
}
/*** result page navigation text: n */
.res-nav-text-n {
	color: black;
}
/*** result page navigation text: m */
.res-nav-text-m {
	color: black;
}
/*** multi-file doc page number */
.pageno {
    display: inline;
    background-color: lightgray;
}

/***  multi-file doc page navigation */
.page-nav,
.page-hit-nav {
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

/*** show/hide fields control */
.toggle-fields {}
#toggle_fields {
	display:block;
	width: 180px;
	text-align:center;
	font-size: 12px;
	padding: 2px 5px;
	color: white;
	background: #0043b2;
	border:solid 2px #0043b2;
	border-radius: 5px;
	font-weight:bold;
	margin-bottom: 2px;
	text-transform:uppercase;
}

/*** document fields */
table.field_table {
	font-size: 10pt;
	background-color: #FAFAFA;
	width:100%;
	margin-bottom: 2px;
}

#document {margin-top: 1mm;
}

#wshic-container {
	width:800px;
	float:none;
	clear:both;
	min-height:50px;
	padding:5px 0;
}

/*** hit in context */
.wshic {
	font-weight: normal;
	background: yellow;
	padding: 0 1mm 0 1mm;
}

/* Results Formatting */
#results-wrapper {
	float:left;
	padding:0 15px;
}
#results-summary {
	margin-bottom:-10px;
	width: 500px;
	background-color:white;
}

.query-results,
.results-header-fieldname {font-weight:bold;
}

#excel-download,
#refine-search {
	float:right;
	width: 30px;
}

.result {
	margin-bottom:2px;
	clear:both;
	background:url(images/resultbg.gif) repeat-x;
}

.results-container {clear:both;
/*background:url(images/resulthead-bg.gif) repeat-x;*/
}

.result-even {}
.resultdiv {
	float:left;
	padding:4px 15px;
	height:auto;
	min-height:18px;
	vertical-align:middle;
	background:#e1e5ee;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	width: 168px;
	line-height:1.5em;
}
.fieldname-header {
	float:left;
	padding:4px 15px;
	overflow:hidden;
	background:#666666;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	color:#fff;
	width: 168px;
}

.results-col-1 {
	width:34px !important;
	background:#063a62;
	color:#fff;
	text-align:center;
	padding:4px 3px;
}
#vis_hdr_results_calc-nhits.results-col-1 {background:#666;
}

.results-container {clear:both;
}

.result a .resultdiv:hover {text-decoration: underline;
}

.result a #wshic-container.resultdiv:hover {text-decoration: none;
}

.tocdiv .resultdiv {
	float:none;
	padding:0;
	margin:0;
}

.result a {
	text-decoration:none;
	color:inherit;
	display:block;
	padding:0;
	z-index:0;
}

.result a:hover {background:#ebffff !important;
}

.fieldname-header .results-col-4 {}

#vis_results_title, #vis_hdr_results_title,
#vis_results_week_issued, #vis_hdr_results_week_issued {width:330px;
}

/* Document Nav Styles */


.fixed {
	position: fixed;
	top: -5px;
	width: 850px;
}
.content-footer-widget-bar,
.content-header-widget-bar {
}

#backtotop {
	text-align:right;
	padding:0 5px;
	margin:0;
}
#backtotop a {
	font-size:11px;
	color:#060;
}
/* Login Styles */
div.login {
	border:solid 1px #999;
	width:400px;
	font-size:10pt;
	background:#F0F0F0;
	padding:10px;
}
.login table {
	width:80%;
}
.forgot-password-row,
.user-registration-row {
	text-align:center;
}
#register,
#reset-password {
	text-align: center;
	text-transform:capitalize;
	color:#06C;
}
div.logintop {
	position:absolute;
	top:55px;
	padding:0 100px;
	width:400px;
}
div.loginbottom {
	margin-top:20px;
	width:600px;
}
#outerContainer {
	width:50%;
}

/* Results Page */
.results-container {
	display:flex;
	flex-wrap: wrap;
}

.result a {
	display:flex;
	flex-wrap: wrap;
}

.resultdiv,
.fieldname-header {
	box-sizing: border-box;
	flex:1;
	flex-basis: min-content;
	height:auto;
	overflow: auto;
}

.results-col-1 {
	flex: .25;
}


#wshic-container {
	padding: 10px 10px 20px 10px;
	flex:100%;
}

/* Home page */

main.home hgroup {
    margin:0 auto
}



#content-area main.home h2 {
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 27.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-family: "Merriweather", sans-serif;

}

#content-area main.home h3 {
	font-size: 40px;
	font-weight: 500;
	color: #2a5a82;
	font-weight: 600;
	text-align: center;
}


.content-header-widget-bar-row .centered table {
	width: 800px;
	margin: 0 auto;
}

main.home form#search-archives {
    margin: 0 auto 0 auto;
    width: calc(90% - 200px);
	padding: 40px 100px;
    display: block;
    text-align:center;

}

main.home form#search-archives input {
    width: calc(100% - 60px);
    display: block;
    margin: 0 auto;
    height: 60px;
    padding: 10px 30px;
    border-radius: 5px;
    background-clip: padding-box;
    font-size: 24px;
    outline: none;
    border: solid 1px #ccc;
    box-shadow:0px 10px 60px 0px rgba(1,33,92,0.1);
}

main.home form#search-archives input.search {

}


a#addres {
	color: #333;
	font-size: 18px;
}
}


#aSearchLink {
}

#pTOCLink {
	text-align: center;
	
}

#aSearchLink,
#aTOCLink {
	color:#082e43;
	text-decoration:none;
}
#aSearchLink:hover,
#aTOCLink:hover {
	text-decoration:underline;
}

main.home p {
    font-size: 18px;
    width: 90%;
    margin-left: auto;
    margin-right:auto
}

main.home.alt-main {
    padding: 0;
    padding-left:250px
}

#db_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	width: 90%;	
	margin:0 auto;
}

.db_buttons_child {
	display:block;
	margin: 5px;
	margin: 0 10px;	
	width: calc(30% - 40px);
	padding: 0 20px;
	height: 80px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	position: relative;
	background: #fff;	
	border: solid 1px #fff;
	border-bottom: none;	
}

.db_buttons_child.selected {
	background:#ececec;
	border: solid 1px #ccc;
	border-bottom: solid 1px #ececec;
	margin-bottom:-1px;

}

.db_buttons_child.selected span {
	color: #085c79;
}

.db_buttons_child span {
	text-align:center;
}

#AFT-CUR.db_buttons_child {

	color: #993113;
}

.db_buttons_child:hover {
	background: #ececec;	
	background-position: bottom right;
	background-size: 100px 100px;
	border: solid 1px #ccc;
	border-bottom: solid 1px #ececec;
	margin-bottom:-1px;	
}

.db_buttons_child:hover span {
}

.db_buttons_child span {
	position:absolute;
	bottom: 20px;
	color: #085c79;
	font-size: 1.5rem;
	font-weight:bold;
	width: 90%;
	text-decoration:none;
	z-index:900;
}

main.home {
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 20px 0;
}



#homeFold {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #efefef;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}

.column {
	float:left;
}

#homeFold .column {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.foldList {
	list-style:none;
	margin: 0;
	padding: 0;
}

.foldHead {
	font-weight:bold;
}

.foldList a {
	color:#333;
	text-decoration:none;
}

.foldList a:hover {
	text-decoration: underline;
}

main.home form#search-archives button {
    background-image: -webkit-linear-gradient(bottom, #2a5a82 0%, #2a5a83 100%);
    display: inline-block;
    margin: 30px 15px 15px;
    padding: 15px 5px;
    border-radius: 3px;
    background-clip: padding-box;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    border: none;
        width: calc(76.5% - 10px);
	max-width:400px;
	cursor:pointer;
}

main.home form#search-archives button:hover {
    background:#333;
}


main.home form#search-archives button#addres {
    background-image: -webkit-linear-gradient(bottom, #427c99 0%, #34657d 100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}	
main.home form#search-archives button#addres:hover {
	background:#1a323d

}

#content-area-container .banner h2 {
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 0;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFFFF;
}