/* overrides for the Collections Search form */
.collectionsSearch .special {
	width: 25px;
}

.collectionsSearch .between {
	margin-left: -7px;
}

.sidebarBox .collectionsSearch .date, #expandSec .collectionsSearch .date {
	width: 35px;
}

.sidebarBox .collectionsSearch .dateBC, #expandSec .collectionsSearch .dateBC {
	float: left;
	margin-left: 6px;
	width: 14px;
}

/* styling for the "CLEAR" button, not part of original design */
.sidebarBox .collectionsSearch .clearform {
	background-color: #666666;
	color: #FFFFFF;
	margin-left: 20px;
	padding: 1px 7px 0px 8px;
	text-decoration: none;
}

/* override padding-right for "SEARCH" button */
.sidebarBox .collectionsSearch .search {
	padding-right: 3px;
}

/* Tracker # 12920: Thumbnail - image cut off */
.resultCont .photo {
	width: 170px;
}

.resultCont .authorList {
	width: 220px;
	padding: 5px 10px 0px;
}

/* HUAM Designers: Make authorList li's bold */
.resultCont .authorList li {
	font-weight: bold;
}

.resultCont div {
	width: 280px;
}

.resultCont li {
	font-size: 1em;
}

.main ul {
	padding: 0px;
}

.main ul li {
	background-image: none;
	list-style-image: none;
	margin: 0px;
}

/* Global Result summary styling - per HUAM Designers */
ul.otherresultList li {
	font-weight: normal;
}

/* Further changes needed - due to base CSS changes by dotCMS */
/* now those changes have been undone.. for now
ul.otherresultList {
	margin: 5px 0px -5px;
}
*/

.resultWrap .pagingTop div ul {
	padding: 0px;
}

/* Sort widget link */
a#sortGoLink {
	font-weight: bold;
	text-decoration: underline;
}

/* Collections Search - Errors Display */
#searchErrors {
	/*color: #CC3333;*/
	color: #000000;
	/*font-weight: bold;*/
	/*font-size: 1.09em;*/
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
}

/* Collections Details */

/* this rule based on .collectionDetail h3 in screen.css */
 /* removed ".collectionDetail .additionalDetails" and added different rule below */
.collectionDetail .essentialDetails, #primaryCaption {
	/*margin: 0pt 0pt 7px;*/
	margin: 0px 3px 7px 0px;
        line-height: 18px;
        font-size: 1.181em;
        color: #000000;
	font-family: Helvetica,Arial,sans-serif;
}

.collectionDetail .additionalDetails {
	margin: 0px 3px 7px 0px;
	line-height: 1.364em;
	font-size: 1.273em;
	color: #666666;
	font-family: Georgia,"Times New Roman",Times,serif;
}

/* add class for Designers' requests to bold-ify the artist, title, and creation date */
.collectionDetail .boldDetails {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
#imageWrapper {
	position: relative;
}

#primaryImage {
	position: absolute;
	clip: rect(0px 703px 0px 0px);
}
*/

/*
#primaryImage {
	overflow: hidden;
	width: 690px;
}
*/

/* Tracker #13005: Overflow workaround... IE 6 doesn't support this without a width */
#imageWrapper {
	overflow: hidden;
	width: 575px;
}

/* fix issue with expandable detail data causing search form to move
   below the whole .collectionDetail div. 
   overrides screen.css rule by setting right padding to 10px */
.collectionDetail {
	padding: 19px 10px 0pt 0pt;
}

/* don't need this now, but might later 
.collectionDetail dt, .collectionDetail dd {
	margin-right: 5px;
}
*/

.collectionDetail dt a {
	font-size: 0.9em;
}

/* View More Images */
.imageSpace p {
	color: #333333;
	float: right;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}

.imageSpace a {
	color: #666666;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.091em;
	font-weight: bold;
}

.imageSpace p a {
	font-weight: bold;
	text-decoration: underline;
}

.imageSpace p a:hover {
	text-decoration: underline;
}

.imageSpace div {
	color: #000000;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.091em;
}

#additionalImages, #searchTips {
	visibility: hidden;
	opacity: 0;
	display: block;
	/*top: -5000px;*/
	position: absolute;

	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	height: 550px;
	width: 703px;
	z-index: 20000; /* make sure these will be displayed over the expanded search form */
}

#additionalImages {
	overflow: auto;
	/* separated from above due to Flash conflict mentioned below */
}

#searchTips {
	right: 235px;
	top: 50px;
	/* overflow: auto; -- now setting dynamically in Javascript, due to conflicts w Flash grid */
	padding-bottom: 20px;
}

#additionalImages #closeImages, #closeSearchTips, #closeErrors, #closeLightboxDialog {
	float: right;
	margin: 2px 2px 2px 0px;
	text-align: right;
	/* line-height: 1.454em; */
	line-height: 1.55em;
	width: 20px;
}

#closeSearchTips {
	margin-top: -5px;
	margin-right: 1px;
}

#additionalImages #closeImages a, #closeSearchTips a, #closeErrors a, #closeLightboxDialog a {
	border: 1px solid #999999;
	padding: 0px 2px 0px 3px;
	text-decoration: none;
	font-size: 1.09em;
	font-weight: bold;
}

#additionalImages #captionText {
	float: left;
}

#additionalImages table, #searchTips .searchTipsText {
	top: 20px;
	position: relative;
	clear: left;
}

#searchTips .searchTipsText {
	margin: 0px 10px 10px 5px;
	width: 693px;
	/*font-size: 1.181em;*/
	font-size: 1.1em;
	line-height: 1.212em;
}

#additionalImages table td {
	padding: 1px;
}

/* for detail image selection through < (Previous) and > (Next) links */
.imageSpace #hiddenDetailImages {
	position: absolute;
	top: -4000px;
	visibility: hidden;
	opacity: 0;
}

.imageSpace #hiddenRenditions {
	position: absolute;
	top: -4000px;
	visibility: hidden;
	opacity: 0;
}

.imageSpace #hiddenLargeImageURLs {
	position: absolute;
	top: -4000px;
	visibility: hidden;
	opacity: 0;
}

.imageSpace #hiddenThumbnailImageURLs {
	position: absolute;
	top: -4000px;
	visibility: hidden;
	opacity: 0;
}

.imageSpace #picnav {
	clear: right;
}

/* Department, Copyright */
#deptLink, #copyrightLink {
	font-size: 1em;
	text-decoration: underline;
	background-image: none;
	padding: 0px;
}

#deptLink:hover, #copyrightLink:hover {
	text-decoration: none;
}

/* Disclaimer styles */

.collectionDetail p.disclaimerWebOrUnverified {
	font-size: 1em;
	font-family: Helvetica,Arial,sans-serif;
	/*color: #FF0000;*/
	color: #FF00FF;
	margin-bottom: 5px;
}

.collectionDetail p.disclaimerTombstoneOrCatalogued {
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	color: #000000;
	margin-bottom: 5px;
}

/* Nav links below tombstone info */
#detailsNav {
	float: right;
}

#detailsNav li {
	color: #333333;
	display: inline;
	font-size: 1em;
	padding: 0px 3px 0px 0px;
}

#detailsNav li.previous {
	background: transparent url(../images/bullet_04.gif) no-repeat scroll left center;
	padding: 0px 0px 0px 7px;
}

#detailsNav li a {
	color: #333333;
	font-weight: normal;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	background-image: none;
	padding: 0px 3px 0px 0px;
}

/* This is the anchor for the #detailsNav links to link to */
#details {
	background-image: none;
	float: left; /* take it out of the normal flow so it doesn't take up any space */
	padding: 0px;
}

/* Last 10 Searches - search criteria display */
.lastSearch {
	/*background-color: #E6E6E6;*/
        background-color: #D0DEF0;
	border: 1px solid #CCCCCC;
	display: block;
	position: absolute;
	width: 350px;
	right: 240px;
	/*top: 1100px;*/
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
}

a.searchLink {
	font-weight: normal;
}

.sidebarBox div p.searchText {
	margin: 5px 3px 5px 7px;
	width: 285px;
	line-height: 130%;
}

/* Search - Errors Popup, Lightbox Message Dialog */
#errorPopup1, #lightboxDialog {
	background-color: #D0DEF0;
	border: 1px solid #CCCCCC;
	width: 400px;
	height: 90px;
	right: 336px;
	padding: 2px 0px 0px 8px;
	overflow: hidden;
	z-index: 9999;
}

#lightboxDialogMsg {
	width: 390px;
	text-align: center;
}

#lightboxYes, #lightboxNo {
	position: absolute;
	top: 55px;
	left: 130px;
	width: 50px;
}

#lightboxNo {
	left: 210px;
}

a#lightboxYesLink, a#lightboxNoLink {
	border: 1px solid #999999;
	padding: 5px 5px 5px 12px;
	width: 30px;
}

a#lightboxNoLink {
	padding: 5px 3px 5px 13px;
}


.resultMessageStyle {
	margin: 13px 0px 27px;
}

.detailsPageErrMsg {
	margin-bottom: 21px;
}

#errorDetailsLink {
	font-size: 0.3em;
	font-weight: normal;
}

#searchErrors a#errorDetailsLink {
	background-image: none;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}

table.fullText1, table.fullText2, table.fieldDescriptions {
	margin-left: 30px;
	margin-top: 15px;
	border: 1px solid #000;
	border-collapse: collapse;
}

table.fullText1 td, table.fullText2 td, table.fieldDescriptions td {
	border: 1px solid #000;
	padding-left: 15px;
	padding-right: 15px;
}

table.fullText2, table.fieldDescriptions {
	width: 600px;
}

table.fullText2 td {
	padding-right: 5px;
}

/* Full Text Search Widget */
form#collectionsFTSearch input {
	width: 169px;
}

form#collectionsFTSearch a {
	margin-left: 4px;
}

/* Opt-In widget */
a#optinLink {
	font-weight: bold;
	text-decoration: underline;
}

/* Microsites */
div.micrositeTitle {
	background-color: #E5E5E5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebarBox ul.micrositeNav {}
.sidebarBox ul.micrositeNav li {}
.sidebarBox ul.micrositeNav li ul {
	margin-left: 20px; 
	display: none;
}
.sidebarBox ul.micrositeNav li ul li {
	font-size:1em;
}


.sidebarBox ol {
	padding: 0px;
}

.sidebarBox ol li {
	font-size: 1.09em;
}

.sidebarBox ol ol {
	list-style-type: upper-alpha;
	display: none;
}

.sidebarBox ol ul, .sidebarBox ol ol ul {
	display: none;
}

.sidebarBox ol ol li {
	list-style-type: upper-alpha;
	font-size: 1em;
	margin-left: 10px;
}

.main div.sidebarBox ol ul li {
	list-style-type: disc;
	font-size: 1em;
	position: relative;
	left: 10px;
}

.main div.sidebarBox ol ol ul li {
	list-style-type: disc;
	font-size: 1em;
	position: relative;
	left: 10px;
}

