form{
	display:inline;
}

body {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding:0px;
    background-color: transparent !important;
}

textarea {
	resize: none;
}

/* ------------------------------------- */
/* general styles */
/* ------------------------------------- */

p, div{
	font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
	color: #000000;
	line-height:1.3em;
}
h1{
	font-family: Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #000000;
	margin:0px 0px 7px 0px;
	line-height:1.1em;
}
h2{
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000000;
	margin:0px 0px 3px 0px;
	line-height:1.1em;
}
h3{
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	margin:0px 0px 3px 0px;
	line-height:1.1em;
}
h3 a{
	text-decoration:none;
}
a{
	text-decoration:underline;
	color: #000000;
}
a:hover{
	text-decoration:underline;
	color: #000;
}
.formErrors{
	color: #CA1919;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.message{
	color: #CA1919;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	background-color: #E2E2E2;
}
.notificationMessage{
	color: #CA1919;
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:5px;
	background-color: #E2E2E2;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}
.divide{
	height:3px;
	background-color:#E2E2E2;
	margin: 2px 0px 2px 0px;
}
.bg {
	background-color: #F5F5F5;
	border: 1px solid #E2E2E2;
	padding:10px;
}
.caption{
	font-size:11px;
	text-align:left;
}
a.caption{
	font-size:11px;
	color: #999999;
	text-decoration:underline;
}
a.caption:hover{
	color: #000000;
}


/* ------------------------------------- */
/* page structure */
/* ------------------------------------- */
#pageArea{
	width:900px;
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
	padding:0px 10px 10px 10px;
	min-height: 500px;
}
#topBar{
	width:913px;
	margin: 0px auto 0px auto;
	text-align:right;
	padding:3px 7px 0px 0px;
	color:#aaaaaa;
	background-color:#FFFFFF;
}
#topBar a{
	padding-left:10px;
	color:#666666;
	text-decoration:none;
}
#topBar form{
	padding-left:8px;
}
#topBar a:hover{
	color:#cccccc;
}
#lightboxLink{
	position:relative;
	display:inline;
	margin:-5px -7px 0px 0px;
	padding:5px 7px 0px 0px;
}
.lightboxLinkActive{
	-moz-box-shadow: 0px 4px 5px #adadad;
	-webkit-box-shadow: 0px 4px 5px #adadad;
	box-shadow: 0px 4px 5px #adadad;
	background-color:#f5f5f5;
}
#topBar #lightboxList{
	display:none;
	position:absolute;
	top:19px;
	right:0px;
	width:180px;
	text-align:right;
	background-color:#ffffff;
	padding:5px 10px 10px 0px;
	line-height:1.7em;
	color:#828282;
	z-index:10000;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 2px 5px #adadad;
	-webkit-box-shadow: 0px 2px 5px #adadad;
	box-shadow: 0px 2px 5px #adadad;
}
#topBar #lightboxList a{
	color:#828282;
	padding-left:0px;
}
#topBar #lightboxList a:hover{
	text-decoration:underline;
}
#header{
	text-align:left;
	padding:0px 0px 0px 0px;
}
#header a{
	text-decoration:none;
}
#header a:hover{
	color:#000000;
	text-decoration:none;
}
nav.main-nav {
	padding-left: 53px;
}
nav.main-nav ul {
	height: 34px;
	padding: 8px 15px;
}
#nav{
	text-align:left;
	background-color:#e6e6e6;
	padding: 0px 5px 7px 10px;
	margin:0px 0px 25px -2px;
	line-height:1em;
	width: 890px;
	height:22px;
	position:relative;
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#nav a{
	font-size:14px;
	color: #666666;
	text-decoration:none;
	margin: 8px 18px 0px 0px;
	text-transform: uppercase;
	line-height:1em;
	float:left;
}
#nav a:hover{
	color: #999999;
	text-decoration:none;
}
#searchnav{
	width:650px;
	text-align:right;
	clear:both;
	height:25px;
	margin-bottom:20px;
}
#searchnav input {
	font-size:12px;
	font-weight: normal;
	padding: 0px 25px 0px 4px;
	border: 0px;
	width:230px;
	height:20px;
	background-color: #fff;
	margin-top:-1px;
	position: absolute;
	z-index: 1;
	color:#999;
}
#searchnav input[type="text"] {
	font-size:12px;
	font-weight: normal;
	padding: 3px 3px 3px 25px;
	border: 0px;
	border: 1px solid #ccc;
	border-radius: 30px;
	width: 230px;
	background-color: #fff;
}
#searchform a{
	background: url("../graphics/sprite.png") no-repeat scroll -336px 0 transparent;
	width: 12px;
	height: 12px;
	display: inline-block;
	position: relative;
    margin-left: 1rem;
}
#searchform a:hover{
	color: #aaa;
}

#searchform form {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

#footer{
	width: 910px;
	margin: 0px auto 0px auto;
	color:#666666;
	font-size:11px;
	padding:15px 0px 5px 10px;
	background-color:#fff;
}
#footer a{
	color:#666666;
	font-size:11px;
}

/* -------------------------------------------------*/
/* "Searchlight" autocomplete search results styles */
/* -------------------------------------------------*/
div.searchlight-header{
	size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	background-color:#E4E4E4;
	padding:3px;
}
div.searchlight-item{
	size:12px;
	color:#333333;
	padding:3px 3px 8px 3px;
	background-color:#FFFFFF;
}
div.searchlight-item a{
	size:12px;
	color:#333333;
	text-decoration:none;
}
div.searchlight-item a:hover{
	text-decoration:underline;
}
div.searchlight-results-wrapper {
    color: #333333;
    border: 1px solid #cccccc;
    margin: 0px -1px -1px 6px;
    overflow: hidden;
    width: 135px;
}

div.searchlight-results div.searchlight-selected {
    background: #333;
    color: #fff;
}

/* -------------------------------------------------*/
/* tooltips / Rollovers */
/* -------------------------------------------------*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #eeeeee;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	/*opacity: 0.9;*/
	text-align: center;
}
.tooltipImage { /* used in image rollovers in results and on detail pages */
	padding: 10px;
	text-align: center;
}

.tooltipCaption { /* used in image rollovers in results and on detail pages */
	margin-top: 10px;
	width: 300px;
	text-align: left;
}
.tooltipText{ /* used in gallery */
	text-align:center;
	padding:10px;
	font-size:12px;
	width:300px;
}

/* ------------------------------------- */
/*  HOME PAGE */
/* ------------------------------------- */
#hpTextContainer {
	width:270px;
	float:right;
}
#hpText{
	width:270px;
	float:right;
	margin-left:15px;
	padding-top:0px;
	line-height:1.5em;
}
#hpText div{
	margin-bottom:0px;
}
#hpText #featuredLabel{
	font-size:10px;
	font-style:italic;
	color:#333333;
}
#hpFeatured{
	float:left;
	margin: 0px 0px 0px 0px;
	width:610px;
	border: 2px solid #e8e8e8;
	height: 500px;
	overflow: hidden;
}
#featuredScrollCaption {
	height: 40px;
	padding: 10px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	font-style: italic;
}
#featuredScrollCaption a{
	text-decoration: none;
	color: #666666;
}
.featuredTitle{
	font-size:16px;
	font-weight:normal;
	color: #444444;
	margin:0px 0px 0px 0px;
	font-weight:bold;

}
#hpFeatured table{
	border: 2px solid #CCCCCC;
	width:100%;
	height:485px;
}
.hpRss{
	float:left;
	padding:5px 0px 0px 0px;
	margin-top:20px;
}
.hpRss a{
	text-decoration: none;
	font-size:12px;
	color:#333;
}
#featuredScroll {
	text-align: center;
	width: 610px;
}
#hpIntroText div {
	margin-bottom:10px;
}
#hpIntroTextTitle {
	font-weight:bold;
	font-size:16px;
	color: #134959;
}
#quickLinkItems {
	float:left;
}
#quickLinkItems .quickLinkItem{
	float:left;
	margin: 10px 14px 0px 0px;
	width:195px;
	overflow: hidden;
}
#quickLinkItems .quickLinkItem .title{
	font-size:13px;

	color: #666666;
	margin:5px 0px 0px 0px;

}
#quickLinkItems .quickLinkItem a.more{
	font-size:11px;
	font-weight:normal;
	color: #000000;
	margin:2px 0px 0px 0px;
	text-decoration:none;
}
#quickLinkItems .quickLinkItem a.more:hover{
	color: #999999;
}
#quickLinkItems .quickLinkItem table{
	border: 0px solid #cccccc;
	width:100%;
	height:120px;
}
.tooltipCaption {
	padding: 5px;
	text-align: center;
	font-style: italic;
}
#splashArea {
	background: #e4e4e4;
	background: -moz-linear-gradient(top,#e4e4e4 0,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e4e4e4),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#e4e4e4 0,#fff 100%);
	background: -o-linear-gradient(top,#e4e4e4 0,#fff 100%);
	background: -ms-linear-gradient(top,#e4e4e4 0,#fff 100%);
	background: linear-gradient(to bottom,#e4e4e4 0,#fff 20%);
	padding: 5px 0px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#hpBrowse{
	width:100%;
	text-align: center;
	clear:both;
	border-radius: 10px;
	padding-top:0px;

    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
}

#hpBrowse > a {
    display: inline-block;
    flex: 1 1 0;
    min-width: 0;
}

.facetTab {
	display: block;
	position: relative;
	line-height: 54px;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	border-left: 1px solid #98948d;
	border-right: 1px solid #d6d2cb;
	padding-top: 5px;
	font-family: 'LeagueGothicRegular',Arial,sans-serif;
	background: #d2ccc3;
	background: -moz-linear-gradient(top,#d2ccc3 0,#d0cbc2 50%,#a9a59e 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d2ccc3),color-stop(50%,#d0cbc2),color-stop(100%,#a9a59e));
	background: -webkit-linear-gradient(top,#d2ccc3 0,#d0cbc2 50%,#a9a59e 100%);
	background: -o-linear-gradient(top,#d2ccc3 0,#d0cbc2 50%,#a9a59e 100%);
	background: -ms-linear-gradient(top,#d2ccc3 0,#d0cbc2 50%,#a9a59e 100%);
	background: linear-gradient(to bottom,#d2ccc3 0,#d0cbc2 50%,#a9a59e 100%);
	float:left;
	width:100%;
	font-size:30px;
	border-radius: 7px 7px 0px 0px;
	margin:0px 2px 0px 2px;
    padding: .5rem;
}
#hpBrowse .facetTab:hover{
	background:#e9e6e1;
	background:-moz-linear-gradient(top,#e9e6e1 0,#e8e5e0 50%,#d4d2cf 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9e6e1),color-stop(50%,#e8e5e0),color-stop(100%,#d4d2cf));
	background:-webkit-linear-gradient(top,#e9e6e1 0,#e8e5e0 50%,#d4d2cf 100%);
	background:-o-linear-gradient(top,#e9e6e1 0,#e8e5e0 50%,#d4d2cf 100%);
	background:-ms-linear-gradient(top,#e9e6e1 0,#e8e5e0 50%,#d4d2cf 100%);
	background:linear-gradient(to bottom,#e9e6e1 0,#e8e5e0 50%,#d4d2cf 100%);
	color:#000;
}
#hpBrowse .facetTab a:hover{
	color:#000;
}
#hpBrowseDiv{
	margin: 15px 0px 0px 0px;
	font-size:14px;
	width: 205px;
	float:left;
}
#hpBrowseFacet {
	margin:10px 0px 10px 0px;
}
.hpBrowseTitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.splashthumbs {
	text-align: center;
	background-color: #fff;
	display: inline-block;
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	margin-bottom:8px;
}
#splashContent {
	border:1px solid #ccc;
	border-radius:7px;
	background-color:#fff;
	clear:both;
	padding:20px;
}
.splashCell {
	float:left;
	width:206px;
	margin:0px 12px 20px 0px;
	height:167px;
}
#resultBox {
    display: inline-block;
	border: 1px solid #ccc;
	border-radius: 7px;
	background-color: #fff;
	clear: both;
	padding: 20px;
}
#resultBox.occurrences, #resultBox.entities {
	border:0px;
	padding:0px;
}
/* ------------------------------------- */
/*  free text - about page, browse intro */
/* ------------------------------------- */

.textContent {
	margin: 10px 0px 15px 0px;
	font-size:12px;
}

.textContent div {
	margin-bottom: 10px;
}


/* ------------------------------------- */
/* Detail pages */
/* ------------------------------------- */
#detailBody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

#detailBody > h1 {
    grid-column: 1 / -1;
}

#detailBody #pageNav {
	float:right;
	margin:0px;
	text-align:right;
	width: 250px;
	padding:5px 0px 0px 20px;
	font-size:18px;
	color: #E2E2E2;
	margin-top:20px;
	font-family: LeagueGothicRegular;
}
#detailBody #pageNav a{
	text-decoration:none;
	color: #000;
	padding:0px 5px 0px 5px;
}
#detailBody #pageNav a:hover {
	color: #666666;
}
#detailBody #pageNav div{
	font-family: LeagueGothicRegular;

}
#detailBody h2 {
	font-size:1.5em;
}
#detailBody #leftCol{
	float:left;
	width: 320px;
	font-size: 11px;
	text-align:left;
}
#objDetailRelObjects td.imageIcon{
	width: 72px;
	padding-bottom:10px;
}
#detailBody #leftCol .unit{
	margin-bottom:12px;
	font-size: 15px;
	line-height: 24px;
}
#detailBody #leftCol #description{
	margin-top:12px;
	font-size: 15px;
	line-height: 24px;
}
#detailBody #rightCol{
	text-align:left;
	float:right;
}

#detailBody #rightCol.rightColFull{
    display: inline-block;
    width: 100%;
    text-align:center;
    grid-column: 1 / -1;
}

#detailBody #rightCol img {
    display: inline-block;
    width: 100%;
    height: auto;
    object-position: center;
    object-fit: contain;
}

#detailBody #rightColDetail{
	width:600px;
	text-align:left;
	float:right
}
#ajaxImage {
	width:580px;
	height: 450px;
	padding:10px;
	border: 1px solid #666;
	margin-bottom:15px;
	text-align: center;
}
#relatedRecords {
	width: 620px;
	height:75px;
}
#videoThumb {
	margin-bottom: 10px;
	margin-right: 10px;
	float:left;
	width:190px;
	overflow:hidden;
}
.mediaTitle {
	font-size:16px;
	margin-top:20px;
	color: #333;
	padding-bottom:5px;
	clear:both;
}
.relatedRecordsImage {
	padding-right:10px;
}
#videoDiv {
	clear:both;
	width:700px;
	margin-bottom:10px;
}
#detailBody a.button{
	font-size:14px;
	color: #828282;
	font-weight:bold;
	text-decoration:none;
}
/* nav bar on details with thumbnail grid */
#detailNavBar{
	border-bottom:1px solid #ccc;
	margin:10px 0px 15px 0px;
	text-align:center;
	padding:8px 10px 5px 10px;
	height:15px;
	text-align:left;
}
#detailNavBar a {
	font-size:12px;
	text-decoration:none;
	color: #000;
}
#detailNavBar #next{
	float:right;
}
#detailNavBar #previous{
	float:left;
}
/* image on - object detail */
#objDetailImage{
	margin-bottom:0px;
	text-align:center;
	background-color: #fff;
	display: inline-block;
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	margin-bottom: 20px;
}
#BookReaderContainer{
	width: 580px;
	height: 500px;
}
/* force the z-index of the bookreader to be lower than the caMediaPanel when embedded in the page */
/* #detailBody #BookReaderContainer div{
	z-index:100;
}*/
#objDetailToolbar {
	margin: 15px 0px 15px 0px;
	text-align:right;
}
#objDetailToolbar img{
	margin-left:5px;
}
#objDetailImageNav {
	background-color: #e6e6e6;
	margin:0px 0px 15px 0px;
	font-size:12px;
	text-align:center;
	padding:5px 20px 8px 0px;
	width: 574px;
	height:15px;
	text-align:left;

	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
#objDetailImageNav{
	text-decoration:none;
	font-size:13px;
	color: #FFFFFF;
	font-weight:bold;
}
#objDetailImageNav a {
	text-decoration:none;
	color: #666666;
	margin-left: 15px;
}
#navigation {
	margin:10px;
	width:660px;
	text-align:center;
}
#navigation a{
	font-weight:bold;
	padding:0px 3px 0px 3px;
	text-decoration: none;
	color: #444;
	font-size:13px;
}
#navigation a.activeSlide{
	border: 1px solid #999;
	background-color:#e6e6e6;
}

/* user comment/rank form */
#objUserData #ranking, #objUserData #tags{
	margin-bottom:12px;
}
#objUserData #numComments{
	float:right;
	font-size:12px;
	color: #000000;
	font-weight:normal;
	text-transform: none;
}
#objUserData .commentImage{
	clear:left;
	float:left;
	padding:0px 5px 5px 0px;
}
#objUserData .comment{
	margin: 0px;
	font-size:12px;
	line-height: 1.3em;
}
#objUserData .byLine{
	margin: 4px 0px 20px 30px;
	font-size:11px;
	font-style:italic;
	clear:left;
}
#objUserData .formLabel{
	font-weight:bold;
	margin: 10px 0px 3px 0px;
}
#objUserData input {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:574px;
}
#objUserData input[type="text"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:574px;
	outline-style:none;
	outline-width:0px;
}
#objUserData input[type="file"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
}
#objUserData textarea {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:574px;
}
#objUserData input[type="textarea"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:100%;
	outline-style:none;
	outline-width:0px;
}
#objUserData form a{
	text-transform:uppercase;
	font-size:14px;
	color: #828282;
	font-weight:bold;
	text-decoration:none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#objUserData form a:hover{
	color: #000000;
	text-decoration:none;
}

/* ------------------------------------- */
/*  ADVANCED SEARCH FORM */
/* ------------------------------------- */
#caAdvancedSearchForm{
	background-color: #E6E6E6;
	padding:10px 10px 0px 10px;
	margin:0px 0px 15px 0px;
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#caAdvancedSearchForm input {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
}
#caAdvancedSearchForm input[type="text"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
	outline-style:none;
	outline-width:0px;
}
#caAdvancedSearchForm textarea {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
	outline-style:none;
	outline-width:0px;
}
#caAdvancedSearchForm input[type="textarea"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #828282;
	outline-style:none;
	outline-width:0px;
}
td.advSearchElement{
	padding:0px 10px 10px 0px;
}
.advSearchLabel{
	font-weight:bold;
	margin-bottom:2px;
	line-height:1em;
}
#caAdvancedSearchForm #buttons{
	float:right;
	text-align:right;
	margin-top:16px;
}
#caAdvancedSearchForm #buttons div{
	margin: 0px 0px 7px 0px;
}
#caAdvancedSearchForm #buttons a{
	text-transform:uppercase;
	font-size:14px;
	color: #828282;
	font-weight:bold;
	text-decoration:none;
}
#caAdvancedSearchForm #buttons a:hover{
	color: #545454;
	text-decoration:none;
}

/* ------------------------------------- */
/*  SEARCH/ BROWSE RESULTS */
/* ------------------------------------- */
.searchResults {
	text-transform:uppercase;
	font-size:32px;
	font-family: 'LeagueGothicRegular',Arial,sans-serif;
	float:left;
	margin-right:30px;
}
#searchNavBg{
	float:left;
	width: 700px;
}
div.searchNav{
	position: relative;
	line-height: 18px;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	color: #000;
	padding: 15px 10px 0px 10px;
	font-family: 'Myriad',Arial,sans-serif;
}
.resultCount {
	text-transform:none;
	font-size:12px;
	padding-top:7px;
}
.searchNav form{
	float:left;
	text-align:left;
	width:220px;
	margin:0px;
	display:inline;
}
.searchNav form input[type="text"]{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #fff;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-align:center;
	outline-style:none;
	outline-width:0px;
	padding-top: 4px;
	margin: 0px 2px 0px 2px;
	border:1px solid #ccc;
}
.searchNav .nav{
	float:right;
	text-align:right;
	width:240px;
	line-height: 18px;
	font-size: 12px;
	font-weight:bold;
	padding-top:5px;
}
.searchnav a img{
	vertical-align: middle;
	margin-bottom:2px;
}
.searchNav a{
	font-size:12px;
	color: #000000;
	text-decoration:none;
}
.searchNav a:hover{
	color: #828282;
}
.searchNav .linkOff{
	font-size:12px;
	color: #999;
	text-decoration:none;
	font-weight:bold;
}
.sectionBox{
	clear: both;
	padding-top:10px;
}
/* secondary SEARCH results */
.searchSecSpacer{
	float:left;
	width:2%;
}
.searchSec{
	float:left;
	width:430px;
	padding-top:0px;
}
.searchSecNav{
	clear:both;
	text-align:left;
	position: relative;
	font-size: 12px;
	text-align: left;
	color: #000;
	padding: 10px 10px 5px 10px;
	border-bottom:1px solid #ccc;
}
.searchSecNav .nav{
	float:right;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}
.searchSecNav a{
	color: #000000;
	text-decoration:none;
	line-height: 16px;
	font-size: 12px;
}
.searchSecNav a:hover{
	color: #828282;
}
.searchSec .results{
	padding: 10px;
	line-height:1.6em;
}
.searchSec .results a{
	color:#000000;
}


/* thumbnail view  - also used in details with thumbnail grid */
.searchResultTd{
	width:130px;
	padding: 10px;
}
.searchThumbBg{
	width:210px;
	position: relative;
	text-align: center;
	background-color: #fff;
	display: inline-block;
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	margin-bottom: 8px;
}
#resultBox.entities .searchThumbBg{
	margin-right:20px;
}
#resultBox.entities .searchThumbCaption {
	width: 220px;
	padding:0px 18px 0px 3px;
}
div.searchThumbCaption{
	color: #000000;
	padding:3px 0px 0px 0px;
	font-size:12px;
	text-align:left;
	font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
}
.searchThumbCaption a{
	color: #000;
	width:130px;
	padding:3px 0px 0px 0px;
	font-size:13px;
	text-decoration:none;
}
.searchThumbCaption a:hover{
	color: #999999;
}

/* full results */
.searchFullImageContainer {
	width:250px;
	margin: 10px 20px 10px 0px;
	text-align:center;
	float:left;
	position:relative;
}
.searchFullText{
	float:left;
	width:630px;
	text-align:left;
	margin: 10px 0px 0px 0px;
}
.searchFullTitle, .searchFullTitle a{
	font-size:14px;
	font-weight:bold;
	color: #000000;
	margin:0px 0px 10px 0px;
	text-decoration:none;
}
.searchFullTitle a:hover{
	text-decoration:underline;
}
.searchFullTextTitle{
	font-size:12px;
	color: #000000;
	font-weight: bold;
}
.searchFullTextTextBlock{
	margin-bottom:10px;
}
/* map results */
#mapBalloon{
	width:300px;
	padding-right:20px;
	overflow-y: auto;
}
#mapBalloon img{
	float:left;
	margin-right:10px;
}
#mapBalloonText{
	font-size:12px;
	line-height:1.1em;
}
#mapBalloonText a{
	text-decoration:none;
}

/* find results add to set controls */
input.addItemToSetControl {
	display: none;
}

input.addItemToSetControlInThumbnails {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* quick sort/options row */
.searchOptionsQuickBar {
        display:flex;
        flex-wrap:wrap;
        align-items:flex-end;
        gap:20px;
        margin:15px 0;
        padding:15px 20px;
        border:1px solid #e2e2e2;
        background:#fafafa;
}

.searchOptionsQuickBar__group {
        display:flex;
        flex-direction:column;
        color:#333;
        font-size:12px;
        min-width:220px;
}

.searchOptionsQuickBar__group label {
        font-weight:bold;
        text-transform:uppercase;
        margin-bottom:6px;
        color:#000;
}

.searchOptionsQuickBar__controls {
        display:flex;
        gap:10px;
        align-items:center;
}

.searchOptionsQuickBar__group select {
        font-size:13px;
        padding:4px 6px;
        margin-bottom:6px;
}

.searchOptionsQuickBar__controls select {
        margin-bottom:0;
}

.searchOptionsQuickBar__group select:last-child {
        margin-bottom:0;
}

.searchOptionsApply {
        margin:10px 0 20px 0;
        text-align:right;
}

.searchOptionsApply .button {
        font-size:13px;
        text-transform:uppercase;
        padding:6px 18px;
}

/* search/browse options box - horizontal show hide */
#showOptions, #showTools{
        float:right;
        margin: 4px 2px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
	font-size:12px;

}
#hideOptions, #hideTools{
	position:absolute;
	right:20px;
	top:20px;
	margin: 4px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	font-size:12px;

}
#searchOptionsBox, #searchToolsBox{
	position:relative;
	clear:both;
	margin: 0px 0px 0px 0px;
	display:none;
	font-size:12px;
	color:#828282;
}
#browse #searchOptionsBox{	/* need extra space above this box in the browse */
	margin: 10px 0px 0px 0px;
}
#searchOptionsBox .col, #searchToolsBox .col{
	float:left;
	width:38%;
	color:#828282;
}
#searchOptionsBox .col .unit, #searchToolsBox .col .unit{
	float:left;
	padding:0px 20px 20px 10px;
	color:#828282;
}
#searchOptionsBox .layout{
	float:left;
	width:62%;
	color:#828282;

}

#searchOptionsBox .layout table{
	float:left;
	width:160px;
	height: 90px;
	margin-bottom:5px;
	margin-right:10px;
	border:0px;
}
#searchOptionsBox .col .heading, #searchOptionsBox .layout .heading, #searchToolsBox .col .heading{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
#searchOptionsBox .bg{
	background-color: #E2E2E2;
	border:0px;
	padding:20px 20px 10px 20px;
	margin-top: 10px;
	padding: 30px 28px;
	border-top: 1px solid #ccc;
	background: #e8e8e8;
	background: -moz-linear-gradient(top,#e8e8e8 0,#fff 10%,#fff 90%,#e8e8e8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(10%,#fff),color-stop(90%,#fff),color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,#e8e8e8 0,#fff 10%,#fff 90%,#e8e8e8 100%);
	background: -o-linear-gradient(top,#e8e8e8 0,#fff 10%,#fff 90%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,#e8e8e8 0,#fff 10%,#fff 90%,#e8e8e8 100%);
	background: linear-gradient(to bottom,#e8e8e8 0,#fff 10%,#fff 90%,#e8e8e8 100%);
}
#searchToolsBox .bg{
	background-color: #E2E2E2;
	border:0px;
	padding:15px;
}
#searchOptionsBox .apply{
	margin:0px -20px 0px -20px;
	border-top:2px solid #F1F1F1;
	padding:10px 10px 0px 10px;
	text-align:center;
}
#searchOptionsBox .apply a{
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-transform:uppercase;
}
#searchToolsBox a.apply{
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-transform:uppercase;
}

/* search refine controls - horizontal show hide */
#showRefine{
	float:right;
	margin: 4px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
	font-size:12px;

}
#searchRefineBox{
	clear:both;
	margin: 0px 0px 0px 0px;
	display:none;
	font-size:12px;
	color:#828282;
}
#searchRefineBox .bg{
	background-color: #E2E2E2;
	border:0px;
	padding:10px 20px 10px 20px;
	margin-top: 10px;
	padding: 10px 28px;
	border-top: 1px solid #ccc;
	background: #e8e8e8;
	background: -moz-linear-gradient(top,#e8e8e8 0,#fff 20%,#fff 80%,#e8e8e8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(20%,#fff),color-stop(80%,#fff),color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,#e8e8e8 0,#fff 20%,#fff 80%,#e8e8e8 100%);
	background: -o-linear-gradient(top,#e8e8e8 0,#fff 20%,#fff 80%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,#e8e8e8 0,#fff 20%,#fff 80%,#e8e8e8 100%);
	background: linear-gradient(to bottom,#e8e8e8 0,#fff 20%,#fff 80%,#e8e8e8 100%);
}

#hideRefine{
	float:right;
	margin: 0px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	font-size:12px;
}

#searchRefineParameters{
	float:left;
	padding:3px 0px 0px 3px;
	color:#666666;
}
#searchRefineParameters .heading{
	font-style:italic;
	color:#333333;
}
#searchRefineParameters a.button{
	color: #666666;
	font-size:11px;
	text-decoration:underline;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
#searchRefineParameters a.button:hover{
	color: #333333;
}
#searchRefineParameters a.close{
	text-transform:uppercase;
	color: #FFFFFF;
	font-size:8px;
	text-decoration:none;
	padding:1px 2px 0px 2px;
	margin:0px 10px 0px 4px;
	background-color:#999999;
	line-height:1em;
}
#searchRefineParameters a.close:hover{
	background-color:#545454;
}

/* entity, collection, place, occurrence results */
#entityResults, #collectionResults, #occurrenceResults, #placeResults{
	margin-bottom:10px;
	size:14px;
}
#entityResults div, #collectionResults div, #occurrenceResults div, #placeResults div{
	padding:5px;
}
#entityResults a, #collectionResults a, #occurrenceResults a, #placeResults a{
	font-weight:bold;
	size:14px;
}
#entityResults .resultBg, #collectionResults .resultBg, #occurrenceResults .resultBg, #placeResults .resultBg{
	background-color: #F2F2F2;
}


/* ------------------------------------- */
/* login register */
/* ------------------------------------- */
#loginForm{
	width:270px;
	float:right;
	line-height:1.3em;
}
#registerForm{
	float:left;
	line-height: 1.3em;
	width:600px;
}
#loginForm .bg, #registerForm .bg, #resetPassword .bg{
	background-color: #e6e6e6;
	border: 1px solid #E2E2E2;
	padding:10px;
	margin:0px 0px 20px 0px;
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#loginForm div, #registerForm div{
	margin-top:15px;
	margin-bottom:15px;
}
#loginForm .button, #registerForm a.button, #resetPasswordForm a.button {
	text-transform:uppercase;
	font-size:14px;
	color: #828282;
	font-weight:bold;
	text-decoration:none;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
#loginForm a.button:hover, #registerForm a.button:hover, #resetPasswordForm a.button:hover{
	color: #545454;
	text-decoration:none;
}

#loginForm input, #registerForm input, #resetPasswordForm input {
	font-size:12px;
	font-weight: normal;
	padding: 4px;
	margin: 0px;
	border: 1px solid #828282;
	outline-style:none;
	outline-width:0px;
}
#loginForm input[type="text"], #registerForm input[type="text"], #resetPasswordForm input[type="text"] {
	font-size:12px;
	font-weight: normal;
	padding: 4px;
	margin: 0px;
	border: 1px solid #828282;
	outline-style:none;
	outline-width:0px;
}

/* ------------------------------------- */
/* Gallery */
/* ------------------------------------- */

#galleryLanding .setInfo{
	margin:0px 10px 15px 10px;
	float:left;
	width:430px;
	height:120px;
	overflow:hidden;
}
#galleryLanding .setInfo .setImage{
	float:left;
	margin-right:10px;
	width:200px;
	height:120px;
	background-color:#e2e2e2;
}
#galleryLanding .setInfo .setTitle{
	margin-bottom:5px;
}
#galleryLanding .setInfo .setTitle a{
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#galleryLanding .setInfo .setText{
	margin-bottom:5px;
}
#galleryLanding .setInfo .setMoreLink a{
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
/* set detail */
#gallerySetDetail #setItemsGrid{
	float:left;
	width:620px;
}
#gallerySetDetail #setItemsGrid .textContent{
	padding:0px 10px 0px 0px;
	margin-top:0px;
}
#gallerySetDetail #setItemsGrid .textContent p{
	padding:0px;
	margin:0px;
}
#gallerySetDetail .setItem{
	float:left;
	margin:0px 6px 6px 0px;
	width:200px;
	height:120px;
	background-color:#E2E2E2;
}
#gallerySetDetail #allSets{
	width:270px;
	float:right;
	margin:15px 0px 0px 10px;
	border-bottom:2px solid #E2E2E2;
}
#gallerySetDetail #allSets .setInfo{
	padding: 5px 10px 5px 4px;
	margin:0px;
	border-top:2px solid #E2E2E2;
}
#gallerySetDetail #allSets .setInfo:hover{
	background-color: #F2F2F2;
}
#gallerySetDetail #allSets .setInfo .setImage{
	float:left;
	width:72px;
	height:72px;
	margin:0px 10px 0px 0px;
	padding:0px;
}
#gallerySetDetail #allSets .setInfo .setTitle a{
	font-size:12px;
	text-decoration:none;
}
#gallerySetDetail #allSets .setInfo .setTitle a:hover{
	text-decoration:underline;
	color:#828282;
}

/*  gallery overlay content */
#galleryOverlayNextPrevious{
	font-weight:bold;
	color:#828282;
	font-size:12px;
	margin:0px 0px 5px 10px;
}
#galleryOverlayNextPrevious a{
	font-weight:bold;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
#galleryOverlayImage{
	text-align:center;
}
#galleryOverlayImageCaption{
	text-align:center;
	font-style:italic;
	font-size:11px;
	padding:3px 0px 0px 0px;
}
.galleryOverlayContent {
	font-size:11px;
	color:#000000;
	text-align:left;
	margin: 10px 10px 0px 10px;
	overflow:auto;
}
.galleryOverlayContent div{
	margin-bottom:5px;
}
.galleryOverlayContent a{
	text-decoration:underline;
	font-size:11px;
	color:#000000;
}

/* ------------------------------------- */
/*  FAVORITES PAGE */
/* ------------------------------------- */
.favoritesColumn{
	float:left;
	margin: 0px 0px 15px 0px;
	width:200px;
}
.favoritesSpacerColumn{
	float:left;
	width:32px;
	height:100px;
}
.favoritesColumn .title, .favoritesTextColumn .title{
	font-size:14px;
	font-weight:normal;
	color: #828282;
	margin:5px 0px 5px 0px;
	text-decoration:none;
}
.favoritesColumn a.title{
	text-transform: uppercase;
	font-size:14px;
	font-weight:normal;
	color: #828282;
	margin:15px 0px 5px 0px;
	text-decoration:none;
}
.favoritesColumn a.title:hover{
	color: #000000;
}
.favoritesColumn table{
	width:180px;
	height:200px;
	margin: 0px 0px 0px 0px;
}
.favoritesColumn a.more{
	font-size:13px;
	color: #828282;
	margin:3px 0px 0px 0px;
	text-decoration:none;
	float:right;
}
.favoritesColumn a.title:hover{
	color: #000000;
}
#featuredCol #scrollFeatured, #userFavsCol #scrollUserFavs, #mostViewedCol #scrollMostViewed, #recentlyAddedCol #scrollRecentlyAdded{
	height:600px;
	overflow:hidden;
	position:relative;
}
#featuredCol #scrollFeatured #scrollFeaturedContainer, #userFavsCol #scrollUserFavs #scrollUserFavsContainer, #mostViewedCol #scrollMostViewed #scrollMostViewedContainer, #recentlyAddedCol #scrollRecentlyAdded #scrollRecentlyAddedContainer{
	position:absolute;
}





/* --------------------------------------*/
/*  BROWSE  */
/* --------------------------------------*/

/* landing page */
#facetList{
	padding:10px;
	width:400px;
	float:left;
}
.startBrowsingBy{
	color: #828282;
	font-size:13px;
	padding-left:10px;
}
.facetHeadingLink{
	margin-bottom:5px;
}
.facetHeadingLink a{
	font-weight:bold;
	font-size:15px;
	text-decoration:underline;
	color: #828282;
	text-transform:capitalize;
}
.facetHeadingLink a:hover{
	color:#333333;
}
.facetDescription{
	margin-bottom:20px;
}


#browseSlideshow {
	float:right;
	width: 420px;
	text-align: center;
	border: 2px solid #e8e8e8;
	height:440px;
	overflow:hidden;
}

#browseRandomImage {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 420px;
	height:400px;
}
#browseRandomCaption {
	padding: 10px 5px 5px 5px;
}
#browseRandomCaption a{
	color: #666666;
	font-size: 14px;
	width: 400px;
	text-align: center;
	height: 20px;
	text-decoration: none;
}

/* browse controls when browse has been initiated */
#browseControls{
	margin:0px 0px 10px 0px;
}
#refineBrowse{
	margin:0px 20px 5px 0px;
	float:left;
}
#refineBrowse .refineHeading{
	font-weight:bold;
	color:#000000;
	font-size:14px;
}
#refineBrowse a.facetLink{
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}
#refineBrowse a.facetLink:hover{
	color:#000000;
}
#browseCriteria{
	margin:0px;
	color:#000;
}
#browseCriteria .criteriaHeading{
	font-weight:bold;
	color:#000;
	font-size:14px;
}
#browseCriteria a.close{
	text-transform:uppercase;
	color: #FFFFFF;
	font-size:9px;
	text-decoration:none;
	padding:2px 2px 0px 2px;
	margin:0px 5px 0px 3px;
	background-color:#828282;
	line-height:1em;
	font-weight:bold;
}
#browseCriteria a.startOver{
	color:#000000;
	text-decoration:underline;
	font-size:13px;
}
#browseCriteria a.startOver:hover{
	color:#828282;
	text-decoration:underline;
}



/**/

/* - browse formatting for HORIZONTAL_BOXES - */

#browse #browseCriteria{
	margin: 0px auto 13px auto;
	float:left;
}
#browse .browseBox{   /* Used in browse */
	text-align:left;
	float:left;
	width: 150px;
	padding:5px 7px 7px 7px;
	background-color: #333333;
	border:3px solid #828282;
	font-size: 12px;
	color: #FFFFFF;
	overflow:hidden;
	line-height:1.3em;
	margin-bottom:15px;
}
#browse .browseBox .heading{   /* Used in browse */
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	margin-bottom:3px;
}
#browse .browsingBy{   /* Used in browse */
	font-size: 12px;
	color: #FFFFFF;
	padding-left:5px;
}
#browse .browsingBy a.close{
	text-transform:uppercase;
	color: #333333;
	font-size:9px;
	text-decoration:none;
	padding:2px 2px 0px 3px;
	margin:0px 0px 0px 5px;
	background-color:#999999;
	line-height:1em;
	font-weight:bold;
}
#browse .browsingBy a.close:hover{
	background-color:#FFFFFF;
}
#browse .browseBoxRefine{   /* Used in browse */
	text-align:left;
	float:left;
	width: 150px;
	padding:5px 7px 7px 7px;
	background-color: #FFFFFF;
	border:3px solid #828282;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
	overflow:hidden;
	line-height:1.3em;
	margin-bottom:15px;
}
#browse .browseBoxRefine .heading{   /* Used in browse */
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	margin-bottom:3px;
}
#browse .browseBoxRefine .browseFacetLink{
	text-transform:capitalize;
	padding-left:5px;
}
#browse .browseBoxRefine .browseFacetLink a{   /* Used in browse */
	font-size: 12px;
	color: #828282;
	text-decoration:none;
}
#browse .browseBoxRefine .browseFacetLink a:hover{   /* Used in browse */
	text-decoration:underline;
}
#browse .startOver a{   /* Used in browse */
	text-decoration:underline;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}
#browse .startOver{   /* Used in browse */
	margin-top:5px;
	font-size: 12px;
	font-weight:normal;
	color: #333333;

}
#browse .browseArrow{   /* Used in browse */
	float:left;
	padding-right:10px;
	padding-left:10px;
}
#browse .browseWith{   /* Used in browse */
	float:left;
	padding-right:10px;
	padding-left:10px;
	font-size: 14px;
	color:#333333;
	font-weight:bold;
}








.browseTargetSelect {
	font-size: 11px;
	float: right;
}

#browse .browseTargetSelect select {
	font-size: 9px;
}




/* --- browse pop up panels --- */
.browseContentDiv {
	padding:10px;
	border:1px solid #ccc;
	width: 898px;
	border-radius: 0px 0px 7px 7px;
	clear:both;
}
#resultBox .browseContentDiv {
	width:848px;
}
.browseSelectPanel, #browse .browseSelectPanel {  /* used in browse and details with browse */
	top: 100px;
	left: 50%;
	background-color: #FFFFFF;
	margin-top:-2px;
	margin-bottom:10px;
}
#browseFacetGroupingControls{ /*  used in browse and details with browse */
	float:right;
	margin: 10px 10px 0px 10px;
	color:#333333;
	text-transform:uppercase;
	font-size: 11px;
}
#browseFacetGroupingControls a{ /*  used in browse  and details with browse */
	text-decoration:none;
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 11px;
}
#browseFacetGroupingControls a.selected{ /*  used in browse and details with browse */
	text-decoration:underline;
	color:#333333;
	text-transform:uppercase;
	font-size: 11px;
}
.browseSelectPanel #title{ /*  used in browse and details with browse */
	font-size: 24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	line-height:1em;
	padding-bottom:5px;
}

.browseSelectPanelContentArea { /*  used in browse and details with browse */
	background-color: #FFFFFF;
}

#browseSelectPanelHeader { /*  used in browse and details with browse */
	position: relative;
	margin: 10px;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	height: 18px;
	overflow:hidden;
	width: 635px;
}
#browseSelectPanelHeader a { /*  used in browse and details with browse */
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	padding-right:4px;
}

#browseSelectPanelHeaderContent {
	position: absolute;
}

#browseSelectPanelHeaderScrollButtons {
	float:right;
	margin: 10px 10px 0px 10px;
	color:#333333;
	font-size: 14px;
}

.browseSelectPanelList { /*  used in browse and details with browse */
	margin: 0px;
	width: 878px;
	max-height: 310px;
	overflow: auto;
	padding: 0px 10px 10px 10px;;
	color:#333333;
}
#resultBox .browseSelectPanelList {
	width: 848px;
}

td.browseSelectPanelListCell { /*  used in browse and details with browse */
	padding:3px;
	width:20%;
}


table.browseSelectPanelListTable { /*  used in browse and details with browse */
	width: 100%;
}

div.browseSelectPanelCacheError {
	text-align: center;
	height: 200px;
	margin-top: 100px;
	font-size: 18px;
}

.listDivide{ /*  used in browse and details with browse */
	height:1px;
	border-bottom: 1px #ccc solid;
}

div.browseSelectPanelListGroupHeading { /*  used in browse and details with browse */
	font-size: 34px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	color:#4c4c4c;
}

a.browseSelectPanelListGroupHeading, a.browseSelectPanelListGroupHeading:hover { /*  used in browse and details with browse */
	text-decoration: none;
	color: #4c4c4c;
}

a.browseSelectPanelButton {   /*  used in browse and details with browse */
	background-image: url("../graphics/closePanel.gif");
	background-repeat:no-repeat;
	float: right;
	margin-left: 15px;
	width:19px;
	height:19px;
	text-decoration:none;
}

a.browseSelectPanelButton:hover {
	background-color: #333333;
}

a.browseSelectPanelLink { /*  used in browse and details with browse */
	font-size: 10px;
	text-decoration:none;
	font-size:13px;
	color:#000;
}

a.browseSelectPanelLink:hover { /*  used in browse and details with browse */
	color:#999999;
}


/* overlay (for object representations) */
#caMediaPanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	margin: 0px;
	padding: 0px;
	z-index: 31000;			/* needs to be on top of menu bar, which has z-index=30000 */
}
#caMediaPanel #close{
	float: right;
	width:15px;
	height:16px;
	margin:10px;
	background-image:url("../graphics/buttons/x.png");
}
#caMediaPanel #close a{
	text-decoration:none;
	font-size:16px;
}
#caMediaPanelContentArea {
	width: 100%;
	height: 100%;
}

#caMediaOverlayContent {
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
}

div.caMediaOverlayControls {
	background-color: #000;
	color:#FFF;
	font-size: 11px;
	text-align:center;
	position:absolute;
	padding: 10px 0px 10px 0px;
	width:100%;
	bottom:0px;
	left:0px;
	z-index: 32000;			/* needs to be on top of caMediaPanel, which has z-index=31000 */
	opacity:.5;

}
div.caMediaOverlayControls:hover {
	opacity:1.0;
	background-color:rgba(0,0,0,0.5);
}
div.caMediaOverlayControls a{
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
div.caMediaOverlayControls a:hover{
	color:#FFF;
}
div.caMediaOverlayControls .close{
	float:right;
	width:15px;
	height:16px;
	background-image:url("../graphics/buttons/x_white.png");
	margin: 0px 10px 0px 20px;
}
div.caMediaOverlayControls .download{
	float:right;
	margin-left:20px;
}
div.caMediaOverlayControls .objectInfo{
	font-size:11px;
	color:#FFF;
	padding-left:10px;
	text-align:left;
	width:40%;
	float:left;
}
div.caMediaOverlayControls .captionRight {
	float:left;
	width:45%;
	margin-left:25px;
	color:#fff;
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
}
div.caMediaOverlayControls .captionLeft {
	float:left;
	width:45%;
	margin-left:15px;
	color:#fff;
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
}
div.caMediaOverlayControls .recordLink {
	float:left;
	text-align:left;
	color:white;
	font-size:12px;
	margin-left:15px;
	margin-bottom:10px;
}
div.caMediaOverlayControls .recordLink a{
	font-size:12px;
}
div.caMediaOverlayControls .repNav {
	float:left;
	width:16%;
	padding: 0px 2% 0px 2%;
	text-align:center;
	color:#FFF;
}
div.caMediaOverlayRepThumbs {
	color:#FFF;
	font-size: 11px;
	text-align:right;
	position:absolute;
	top:60px;
	right:11px;
	padding:3px;
	z-index: 32000;			/* needs to be on top of caMediaPanel, which has z-index=31000 */
	opacity:.3;
}
div.caMediaOverlayRepThumbs:hover {
	opacity:1;
}
div.caMediaOverlayRepThumbs img{
	margin:2px;
	border:1px solid transparent;
}
div.caMediaOverlayRepThumbs a.selectedRep img{
	border:1px solid #FFF;
}

/* used in simpleGallery media overlay */

div.caMediaOverlayControls .simpleGalleryRepNav {
	padding: 0px;
	text-align:center;
	color:#FFF;
}
div.caMediaOverlayControls div.simpleGalleryCaption{
	font-size:11px;
	color:#FFF;
	text-align:left;
	padding:0px 10px 10px 10px;
	clear:both;
}
div.caMediaOverlayControls div.simpleGallerySetItemDescription{
	font-size:11px;
	color:#FFF;
	text-align:left;
	padding:0px 10px 5px 10px;
	clear:both;
}
div.caMediaOverlayControls div.simpleGallerySetItemDescription a{
	font-size:11px;
}
/* Advanced search */
.advSearchLabel {
	font-weight: bold;
}

/*** HIERARCHY BROWSER ***/
div.hierarchyBrowser {
	width: 100%;
	height: 350px;
	margin: 0px;
}

div.hierarchyBrowserSmall {
	border: 1px solid #ccc;
	width: 98%;
	height: 180px;
	margin: 5px 0px 2px 6px;
}

div.hierarchyBrowserLarge {
	border: 1px solid #000000;
	width: 100%;
	height: 400px;
	margin: 0px 0px 10px 0px;
}
div.hierarchyBrowserContainer {
	position: relative;
	overflow: auto;
	overflow-y: hidden;
	height: 100%;
}

div.hierarchyBrowserLevel {
	position: absolute;
	top: 0px;
	width: 230px;
	height: 100%;
	padding: 0px;
	margin: -2px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
	overflow: auto;
}

ul.hierarchyBrowserLevel {
	padding: 3px;
	margin: 3px;
}

li.hierarchyBrowserLevel {
	margin: 0px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	border-bottom: 1px solid #EDEDED;
	list-style-type: none;
	text-align: left;
}
a.hierarchyBrowserLevel {
	text-decoration: none;
	font-weight: normal;
}

a.hierarchyBrowserLevelSelected {
	color: #00000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a.hierarchyBrowserLevelEditButton {
	text-decoration: none;
	font-weight: bold;
}

div.hierarchyBrowseTab {
	height: 245px;
	width: 712px;
	overflow: hidden;
	font-weight: normal;
	margin-left:-10px;
}


/*** jScrollPane styles ***/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* ------------- */
/* jGrowl styles */
/* ------------- */
div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
	left: 				40%;
	right: 				50%;
	margin-top:			100px;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#FFFFFF;
	width: 					235px;
	padding: 				20px;
	margin-top: 			40px;
	margin-bottom: 			5px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				1em;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
/* autocompleter styles */
.ac_results {
	padding: 0px;
	border: 1px solid #828282;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat !important;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #828282;
	color: white;
}

/* end autocompleter styles */

table.tournaments {
	width:80%;
	margin:0px auto 0px auto;
}
.tournaments .title {
	background: linear-gradient(to bottom, #E4E4E4 0px, #F2F2F2 100%) repeat scroll 0 0 transparent;
	font: 16px 'Myriad Pro', Arial, Helvetica, sans-serif;
}
.tournaments td{
	padding:10px;
	border:1px solid #ccc;
	width:25%;
}
.division {
	font: 16px 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.class {
	margin-left:20px;
}
.classDisabled {
	margin-left:20px;
}
.classTwo {
	margin-left:40px;
}
.inner-container {
	clear:both;
}
.tournBlock {
	float:left;
	margin-right:15px;
	width:205px;
}

#splashContent {
    display: grid;
    grid-template-columns: 1fr;          /* 1 item per row */
    gap: 16px;                           /* adjust spacing as needed */
}

@media (min-width: 768px) {
    #splashContent {
        grid-template-columns: repeat(2, minmax(0, 1fr));  /* 4 equal columns */
    }
}

/* Desktop (>=1024px) */
@media (min-width: 1024px) {
    #splashContent {
        grid-template-columns: repeat(4, minmax(0, 1fr));  /* 4 equal columns */
    }
}

.bCriteria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    grid-auto-columns: min-content;
}

.navTop {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, 0.85);
    --fancybox-caption-width: auto;
    --fancybox-color: #666;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.fancybox__container .fancybox__slide.has-image > .fancybox__content {
    padding: 1rem;
    background: #fff;
}

.fancybox__container .fancybox__caption {
    max-width: 100%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    position: relative;
    top: -5px;
    font-size: 10px;
}

.fancybox__container .fancybox__footer {
    background: rgba(255, 255, 255, 0.75);
}

.filter-facets {
    display: none;
    position: relative;
    margin: 16px 0;
    padding: 12px 16px 16px;
    border: 1px solid #ddd;
    background: #fff;

}

.filter-facets.open {
    display: block;
}

.filter-facets .filter-facets-close {
    position: absolute;
    right: 8px;
    top: 6px;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    color: inherit;
}

.filter-facets .filter-item {
    display: none;
    justify-content: center;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    max-height: 300px;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .filter-facets .filter-item {
        grid-template-columns: repeat(4, 1fr);
    }
}

.filter-facets .filter-item.active {
    display: grid;
}

.browse-filter-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.browse-filter-items li {
    margin: 0;
}

.browse-filter-items li a {
    display: inline-block;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-decoration: none;
    background: #f7f7f7;
    color: #333;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.browse-filter-items li.active a,
.browse-filter-items li a:hover,
.browse-filter-items li a:focus {
    background: #e6e6e6;
    border-color: #999;
    outline: none;
}

.browse-filter-refine {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
}

#browse {
    border: 1px solid #ccc;
    border-radius: 7px;
    background-color: #fff;
    clear: both;
    padding: 20px;
}

#browse .browse-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    align-items: center;
    margin-bottom: 1rem;
}

#browse .browse-header h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'LeagueGothicRegular', Arial, sans-serif;
    float: left;
    margin-right: 30px;
    padding: 0;
}

#browse .browse-header .browse-total-pages {
    text-transform: none;
    font-size: 12px;
    padding-top: 7px;
    font-weight: bold;
}

.browseResultsGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 0;
    margin: 0;
    justify-items: center;
}

.browseResultsGrid .searchResultItem {
    width: 100% !important;
    text-align: center;
}
.browseResultsGrid .searchResultItem .searchThumbBg {
    width: 100% !important;
}

.browseResultsGrid .searchResultItem .searchThumbBg img {
    width: 100% !important;
}

@media (max-width: 992px) {
    .browseResultsGrid {
        grid-template-columns: 1fr;
    }
}

/* Lekki styl „dymka” – możesz przerzucić do CSS tematu */
.caSimpleTooltip {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    padding: 8px 10px;
    max-width: 320px;
    min-width: 200px;
}
.caSimpleTooltip .resultTooltipImg { margin-bottom: 6px; text-align: center; }
.caSimpleTooltip .resultTooltipText { font-size: 12px; line-height: 1.35; }

.browse-current-filters {
    margin-top: 1rem;
}

.browse-current-filters strong,
.browse-current-filters .browse-current-filters-item{
    margin-right: 1rem;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

