/*** 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;
}body {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	font: 14px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
 	background-image: url(images/background-train.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
}
table {
	border-spacing:0px;
}
img {
	border:none;
}
 
#page-wrapper {
	width: 95%;
	max-width: 1200px;
	min-width: 600px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.9);
}
#top-widget-bar-container {
	position: relative;
	/**height:145px;
	width: 1050px;
	margin:0 auto;*/
}
#site-navigator-container {
	background:#c3c7c8;
}
#content-wrapper {
	min-height:500px;
	margin:0 auto;
}

#left-widget-bar-container {
	min-height:500px;
	width: 25%;
	max-width: 210px;
	padding:5px;
	float:left;
}

#content-area-container {
	float:left;
	width:80%;
}

#bottom-widget-bar-container {
	float: left;
	margin:0 auto;
	width: 100%;
}
#name-and-slogan {
    position: absolute;
    top: 30%;
    left: 166px;
    font-size: 25px;
    font-weight: bold;
	font: inherit;
}
#name-and-slogan a {
    color: #0f1958;
    text-decoration: none;
}

#ws-site-name {
    text-shadow: 4px 3px 5px rgba(0,0,0,.55);
}

#ws-site-slogan {
    font-style: italic;
    font-size: 18px;
    margin-top: 10px;
    color: #be202e;
    font-weight: 500;
    text-shadow: 3px 2px 5px rgba(0,0,0,.4);
}
#siteLogo {
	margin-left:20px;
}
.clear {
	clear:both;
}
td,
#top-widget-bar-container a,
#widget-id-1,
.left-aligned table, 
.top-widget-bar-left-cell {
	margin:0;
	padding:0;
}
/*** Styles within the site-navigator-container */

.site-navigator {
	width:82%;
}
.site-navigator-cell {}
.site-navigator-cell table {
	width:100%;
	text-align:center;
	position:relative;
}
/* site navigator table: cells contain Contents, Search ... */
.site-navigator-table {
}
.site-navigator-table td {
	padding:0;
}
/* inactive site navigator cell */
.site-navigator-inactive {
	background:inherit;
    border-top:none;
    border-bottom:none;
    border-left:none;
	border-right:1px solid white;
	font-size:1.3em;
	letter-spacing:.5px;
}
.site-navigator-inactive:hover  {
	border-bottom: 4px solid #be202e;
}
/* active site navigator cell */
.site-navigator-active {
	background:inherit;
    border-top:none;
	border-bottom: 4px solid #be202e;
    border-left:none;
	border-right:1px solid white;
	font-size:1.3em;
	letter-spacing:.5px;
	padding:10px 5px;
}
.site-navigator-active table {
	border-bottom:none !important;
}
/* site navigator cell associated image */
.site-navigator-image {
	display:none;
}
/* navigation link */
a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color:#fff;
    background-color: inherit;
	display:block;
	margin-right: 6px;
	padding:10px 0;
}

/*** content area */
.content-area {
	font-family: "Source Sans Pro",Helvetica,sans-serif;
}
#searchbox
{
	border-radius: 5px;
	padding: 0;
}

#searchbox table, #searchbox table thead, #searchbox table td, #searchbox table tr, #searchboox table th
{
	border-collapse: collapse;
	padding: 1mm 0 1mm 0;
	margin: 0;
	background: none;
}

#searchbox-input
{
	
	font-size: 9pt;
	color: #fff;
	background: #063a62;
	padding: 2px 0 2px 5px;
	border:none;
	margin: 1px 0 0 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height:19px;
	width:150px;
}

#searchbox-button
{
	font-size: 0pt;
	background:  url(images/simple_search.png) top no-repeat;
	color: #063a62;
	height:26px;
	width: 25px;
	font-weight:bold;
	margin: 0 0 0 -2px;
	padding:0;
	border:none;
	vertical-align:top
}
.search {
	float: left;
}
.search table {
}
.text-input {
	max-width: 160px;
	border:solid 1px #CCC;
	padding:2px;
}
.search-form-fieldname {
	text-align: right !important;
	font-weight: bold;
}
#db-picker,
#other-links {}

#db-picker-table {}

#db-picker-label, #db-picker-table thead,
#sideMenuSubm-label,
#other-links thead
{
	color:#be202e;
	display:block;
	font: italic 300 22px Calibri, Helvetica, Arial, sans-serif;
	margin:10px 4px 2px 4px;
	padding: 0;
}

#other-links-ul,
#db-picker-ul,
#sideMenuSubm ul
{
	margin: 1px 0 0 0;
	padding: 0;
	border: none 0;
	list-style-type: none;
	list-style-position:inside;
}

#other-links-ul li,
#db-picker-ul li,
#sideMenuSubm li
{
	font-weight: normal;
	padding:1px;
	margin:0 0 2px 8px;
}

#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,
#sideMenuSubm ul li a, #sideMenuSubm ul a:visited, #sideMenuSubm ul a:active
{
	color:#231f20;
	display:block;
	margin:1px 0;
	text-decoration:none !important;
}

#other-links-ul a:hover,
#db-picker-ul a:hover,
#sideMenuSubm ul a:hover
{
	color:#be202e;
}

/*** WebSearch score */
.ws-score {
	font-size: 9pt;
}
/*** search form: field with focus */
.field-focused {
    background-color: #EFEFEF;
}

/*** word wheel: selectable word */

.words-select:hover {
	background: #EFEFEF;
    color: #004064;
}

/*** word wheel: "more" box */
.words-more {
	background: #004064;
	font-weight: bold;
}
.words-more:hover {
	background: #004064;
	font-weight: bold;
}

/*** document/iframe */
#idoc.onepage {
    max-width: 830px;
}

/*** toc/results navigation ***/
.trn-nav {
	color: white;
	margin-top: 0;
	margin-bottom: 1mm;
}

.trn-nav table {
    padding: 0;
	margin: 0;
}

/***  results page navigation */
.res-nav {
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

/*** 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;
}

.page-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** hit in context */
.wshic {
	font-weight: normal;
	background: yellow;
	padding: 0 1mm 0 1mm;
}

.hitbox {
	font-size: 12px;
	margin:0 3px 6px 3px;
}
.numhits {
	background:#004064;
	width:20px;
	color:#fff;
	text-align:center;
}
.hic {
	padding: 5px 5px 5px 30px;
	background:#f8f6f6;
}

.clear {
	clear: both;
}
#function-selector {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0;
	background:#004064;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#function-selector span {
	text-decoration:underline;
}
.search-history-box {
	max-height:380px;
	overflow-x:hidden;
	overflow-y:scroll;
}
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-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 table {
	width:100%;
}
#search-support {
	font-size: 12px;
	font-family: "Source Sans Pro",Helvetica,sans-serif;
	float:left;
	width:230px;
	padding:2px;
	background:#eee;
	border:solid 1px #ccc;
	position:absolute;
	top:280px;
	left:50%;
	margin-left:230px;
	margin-top: 20px;
	border-radius: 3px;
}
.advanced-search {
	padding: 5px 0;
}
.advanced-search table td {
	padding:1px 2px;
}
.search {
	padding:6px 0;
}
#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;
}
#paged-document-navigator, #paged-document-hit-navigator {
	width:208px;
}
#users {
	font-size:12px;
}
#users table {
	width: 100%;
}
#page-navigation-top, #page-navigation-bottom {
	display:none;
}
.fixed {
	position: fixed;
	top: -5px;
	width: 850px;
}
.login {
	width:400px;
	margin:20px auto;
	background:#efefef;
	padding:10px;
	border:solid 1px #999;
}
.login table {
	width:100%;
}
.forgot-password-row,
.user-registration-row {
	text-align:center;
}
#register,
#reset-password {
	text-align: center;
	text-transform:capitalize;
	color:#06C;
}

#backtotop {
	text-align:right;
	padding:0 5px;
	margin:0;
}
#backtotop a {
	font-size:11px;
	color:#004064;
}

#PageContent {
	margin-top:15px;
}
#PageContent h1 {
	color: #000;
	font-size: 20px;
	margin-top:0px;
	margin-left: 10px;
	text-transform: uppercase;
}
#PageContent h2 {
	color: #5B5B5B;
	font-size: 16px;
	text-transform: uppercase;
}
.hometable {
	border:solid 1px #666;
	border-bottom:none;
	border-right: none;
	width:80%;
	font-size:12px;
}
.colhead {
	color: #000;
	font-size: 17px;
	font-style:italic;
}
.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, .homebox a {
	color:#0082d5;
	font-size: 14px;
	text-decoration: none;
}
.homelist a:hover, .homebox a:hover {
	text-decoration: underline;
	color: #be202e;	
}
.homebox {
	width:100%;
	display:inline-block;
}
.homebox div {
	width:49%;
	margin:0 1% 1% 0;
	float:left;
}
.homebox span {
	display:block;
	padding:10px;
	border-top: solid 1px #f5f5f5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.homebox ul {
	margin:0;
	padding:10px;
	background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fbfbfb, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fbfbfb, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fbfbfb, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fbfbfb, #fff); /* Standard syntax (must be last) */
}
.homebox ul li {
	padding:5px;
	list-style:none inside;
}
.homebox-top a {
	color:#231f20;
	font-size: 14px;
	text-decoration: none;
}
.homebox-top a:hover {
	color: #be202e;
	cursor:pointer;
}
.homebox-top {
	width:100%;
	display:inline-block;
}
.homebox-top div {
	min-width:60%;
	margin:0 1% 1% 0;
	float:left;
}
.homebox-top span {
	display:block;
	padding:10px;
	border-bottom: 2px solid #be202e;  
}
.homebox-top ul {
	margin:0;
	padding:10px;
	background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fbfbfb, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fbfbfb, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fbfbfb, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fbfbfb, #fff); /* Standard syntax (must be last) */
}
.homebox-top ul li {
	padding:5px;
	list-style:none inside;
}

.search-button {
	font-size: 12px;
	padding: 2px 5px;
	color: white;
	background: #004064;
	border:solid 2px #004064;
	border-radius: 5px;
	font-weight:bold;
	margin: 5px 0 5px 5px;
	text-transform:uppercase;
}
.index-button {
	font-size: 12px;
	padding: 2px 5px;
	color: #333;
	background: #ccc;
	border:solid 2px #ccc;
	border-radius: 5px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 5px;
}

#search-hints {
	width: 200px;
	float:right;
	text-align:right;
	font-weight:bold;
	font-size: 14px;
	padding: 0 5px;
	color:#004064;
	text-decoration:underline;
	margin-top:-30px;
}
#helpdiv h3 {
	border-bottom: solid 1px #000;
	padding:3px 0;
}
#helpdiv p {
	padding: 0 10px;
}
#helpdiv li a {
	color: #00599B;
}
#content-area #helpdiv h2 {
	padding:0;
	color:#00599B;
}
#helpdiv {
	padding:5px;
}

.results-table {clear:both;}

/* Results Formatting */
#results-wrapper {
	font-size:95%;
}
#excel-download,
#refine-search {
	width: 50px;
	float:right;
}
.result {
	margin-bottom:5px;
	clear:both;
	/*background:url(images/resultbg.gif) repeat-x;*/
}
.results-container {
	clear:both;
	/*background:url(images/resulthead-bg.gif) repeat-x;*/
}
.fieldname-header {
	width: 17%;
	height:auto;
	min-height:47.5px;
	float:left;
	padding:4px 8px;
	overflow:hidden;
	background:#aaa;
	font-weight:bold;
	border-right:solid 1px #f5f5f5;
	border-bottom:solid 1px #fff;
	color:#fff;
	line-height:1.3em;
}
.resultdiv {
	width: 17%;
	min-height:47.5px;
	height:auto;
	float:left;
	padding:4px 8px;
	vertical-align:middle;
	background:#e1e5ee;
	color:#231f20;
	border-right:solid 1px #f5f5f5;
	border-bottom:solid 1px #fff;
	line-height:1.3em;
}
.results-col-1 {
	width:32px !important;
	text-align:center;
}
#vis_hdr_results_calc-nhits.results-col-1 {
	background:#aaa;
}

#vis_results_grievanttitle, #vis_hdr_results_grievanttitle {
	width:25%;
}
#vis_results_date, #vis_hdr_results_date,
#vis_results_authority, #vis_hdr_results_authority {
	width:9%;
}
#wshic-container {
	float:none;
	clear:both;
	min-height:50px;
	padding:5px 0;
}
.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 {
	margin-left:26px;
}

.content-footer-widget-bar {width: 100%;}
.content-footer-widget-bar-center-cell {width:70%;}
.content-footer-widget-bar-left-cell, .content-footer-widget-bar-right-cell {width:15%;}

.content-footer-widget-bar,
.content-header-widget-bar {
	margin: 0 auto;
	height:30px;
}

/*** field set (preferences) */
.pref-fieldset {
    margin:0;
    padding: 2mm;
    background:none;
    border: solid 1px #999;
}

.pref-fieldset legend {
    font-weight: normal;
    border:none;
    background: none;
    color: #333;
    padding: 1mm;
}

/*** preferences title */
.pref-title {
    text-align: right;
}

.bottom-widget-bar-left-cell, .bottom-widget-bar-right-cell {
	width:0%;
}
.bottom-widget-bar-center-cell {
    width: 100%;
}
.bottom-widget-bar-center-cell table {
    width: 100%;
	background:#17233E;
}
#footerTop {
	border-bottom: 3px solid #5E6263;
	padding: 20px 10px;
	padding-bottom: 30px;
	background-color: #0b1536;
	color: #1b75bb;
	text-align: center;
}
#footerBottom {
    padding: 20px 10px 10px 10px;
    background-color: #5E6263;
    color: #979898;
    text-align: center;
}
#mrc-tagline {
    color: inherit;
}

/* Results Page */
#results-wrapper {
	font-size: 100%;
}
.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%;
}