@charset "UTF-8";
/* CSS Document */

/*
pink => light: #FFEBE2 / medium: #fcd4c2 / dark: #e9c9bb 
blue => light: #EDF3FE / medium: #cddefe / dark: #b4c3dd
green => light: #E5F7E4 / medium: #c8ecc9 / dark: #a9c6aa
yellow => light: #FFFFD7 / medium: #fefeb9 / dark: #eeee85

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: #efefef;
	height: 100%;
	margin-bottom:20px;
}
form{margin:0; padding:0;}
td{font-size: 14px; font-size: inherit;}
form{padding:0px; margin:0px;}
p{margin-top:0px;}
.red, .red a{color:red;}
.dkRed, .dkRed a{color:#b74545;}/*b31d1d*/
input, textarea {font-size:12px; margin:0px; font-family:Arial, Helvetica, sans-serif}
em span, .workTitle span {font-style:normal;}
.plaintext{font-weight:normal !important; text-transform:none !important;}
a{color:#638765;/*#993300*/ text-decoration:underline;}
a:active {outline: none;}
:focus {
  outline-color: transparent;
  outline-style: none;
}


a img {border:none;}
h1{
	font-size: 36px;
	font-weight:normal;
	padding:0px;
	margin:0 0 20px 0
}
#mainbodyHeading h1{font-size: 30px;}
h2 {
	font-size: 18px;
	color: #333;
	padding: 0px;
	margin: 0px 0px 8px;
}
#leftColumn h2{ font-size:22px;}
#search legend {
	font-size: 18px;
	color: #333;
	font-weight:bold;
}
h2 .smaller {
	font-size: 13px;
	font-weight: normal;
}
h3 {
	color: #999;
	margin: 0px 0px 8px;
	padding: 0px 0px 3px;
	border-bottom: 1px dotted #999;
	font-weight: normal;
}
h3 .smaller {
	font-size: 13px;
	font-weight: normal;
}
.smaller{font-size:12px}
.highlight{background-color:#FF6; text-transform:uppercase; font-size:90%; font-weight:bold;}
strong .highlight{font-size:smaller;}

#mainwrapper {
	text-align: left;
	margin: 0px auto 20px;
	width: 90%;
	min-width:1000px;
}
@-moz-document url-prefix() { #mainwrapper{margin: 0px auto 30px !important;}} /*firefox fix bottom margin */

#header {
	height:48px;
	position:relative;
	border-bottom:1px dotted #999999;
}
#ArtistName{font-size: 36px; float:left}
#footer {
	text-align: center;
	padding: 15px;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	background: #FFF;
}
#SaveBtn_footer a.buttonStyle.save, #bottomMatter a.buttonStyle.save{
	border-top: 1px solid #F30 ;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	border-left: 1px solid #F30;}
#SaveBtn_footer a.buttonStyle.save:hover, #bottomMatter a.buttonStyle.save:hover{
	border-top: 1px solid #900;
	border-right: 1px solid #F30 ;
	border-bottom: 1px solid #F30;
	border-left: 1px solid #900;}	
	
#mainbody {
	clear: both;
	padding: 15px;
	background: #FFF;
	border-top:1px solid #FFF;
	border-left: 1px dotted #999999; 
	border-right: 1px dotted #999999;
}
#invNoBox{
	margin:-10px 0 10px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCCCCC;
	color:#333;
}
#invNoBox.callout{font-size:18px; color: #C00; font-weight:bold; /*border:1px dotted gray; padding: 1px 3px; background-color:#FFC;*/}

/* SITE NAVIGATION */
#nav_site_wrapper{float:right; position:relative; top:27px !important; overflow:hidden;}
/*@-moz-document url-prefix() { #nav_site_wrapper{top:26px !important;}} firefox fix for top nav */

#nav_site_wrapper{}
#nav_site_wrapper[id=nav_site_wrapper] { top:26px; } /*firefox fix*/
#nav_site{
	padding:0px;
	margin:0px;
	list-style: none;
}
#nav_site li{
	display: block;
	float: left;
	margin-right: 15px;
}
#nav_site a{
	display: block;
	background:#EFEFEF;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-left: 1px dotted #999999;
	padding:3px 10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	color:#333;
	text-decoration:none;
	position:relative;
	background:#EFEFEF;
}
#nav_site a:hover{background:#E2E2E2;}
#nav_site li.selected a, #nav_site li.selected a:hover{
	background:#FFF;
	padding-bottom:4px;
}
#nav_site a.description:hover {background: #fcd4c2;}
#nav_site a.ownership:hover {background: #cddefe;} 
#nav_site a.exhibition:hover {background: #c8ecc9;}
#nav_site a.literature:hover {background: #fefeb9;}

/* NAVIGATION - FOR CATALGUE ENTRIES */
#nav_catalogue_wrapper {
	background-color:#FFF;
	padding-left:10px;
	border-left: 1px dotted #999999; 
	border-right: 1px dotted #999999;
}
ul#nav_catalogue {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#nav_catalogue li {
	display: block;
	float: left;
	margin-right: 15px;
}
ul#nav_catalogue a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 3px 5px;
	display: block;
	border-top-style:solid;
	border-top-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-left-style:solid;
	border-left-width:1px;
	background: #EFEFEF;
	border-top-color:#E2E2E2; border-right-color:#E2E2E2; border-left-color:#E2E2E2;
	white-space:nowrap;
}
ul#nav_catalogue a:hover {background: #E2E2E2;border-top-color:#E2E2E2; border-right-color:#E2E2E2; border-left-color:#E2E2E2;}
/* pink #FFEBE2; blue #EDF3FE; green #E5F7E4; yellow background: #FFFFD7; */
ul#nav_catalogue a.description:hover {background: #fcd4c2; border-top-color:#e9c9bb; border-right-color:#e9c9bb; border-left-color:#e9c9bb; }
ul#nav_catalogue a.ownership:hover {background: #cddefe; border-top-color:#b4c3dd; border-right-color:#b4c3dd; border-left-color:#b4c3dd;}
ul#nav_catalogue a.exhibition:hover {background: #c8ecc9; border-top-color:#a9c6aa; border-right-color:#a9c6aa; border-left-color:#a9c6aa;}
ul#nav_catalogue a.literature:hover {background: #fefeb9; border-top-color:#eeee85; border-right-color:#eeee85; border-left-color:#eeee85;}

ul#nav_catalogue li.selected a, ul#nav_catalogue li.selected a:hover  {border-top-color:#E1E1E1; border-right-color:#E1E1E1; border-left-color:#E1E1E1; background-color:#FFF;}
ul#nav_catalogue li.selected a.description {border-top-color:#e9c9bb; border-right-color:#e9c9bb; border-left-color:#e9c9bb; }
ul#nav_catalogue li.selected a.ownership {border-top-color:#b4c3dd; border-right-color:#b4c3dd; border-left-color:#b4c3dd;}
ul#nav_catalogue li.selected a.exhibition {border-top-color:#a9c6aa; border-right-color:#a9c6aa; border-left-color:#a9c6aa;}
ul#nav_catalogue li.selected a.literature {border-top-color:#eeee85; border-right-color:#eeee85; border-left-color:#eeee85;}

ul#nav_catalogue li.selected a {background: #FFF; position:relative; top:1px;}
/*ul#nav_catalogue li.selected a.fullentry, ul#nav_catalogue li.selected a.supplemental {border-top-color:#E1E1E1; border-right-color:#E1E1E1; border-left-color:#E1E1E1;}*/

#mainbody.fullEntry, #mainbody.supplemental, #mainbody.research{border-top-color:#E2E2E2;}
#mainbody.description,#mainbody.description_new {border-top-color:#e9c9bb;}
#mainbody.ownershipHistory{border-top-color:#b4c3dd;}
#mainbody.exhibitionHistory{border-top-color:#a9c6aa;}
#mainbody.publishedReferences{border-top-color:#eeee85;}

#miniNav_catalogue{float:right;}
#miniNav_catalogue .container{color:#666;}
#miniNav_catalogue td{ vertical-align:top;}

#subSubNav{font-size:12px; 
	position: fixed;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
}
#subSubNav ul{ margin:0; padding:0; float:left; list-style:none;}
#subSubNav li{ float:left; padding-right: 8px;}
#subSubNav li a { text-decoration:none; font-weight:bold; color:#333; display:block; padding:3px 6px; background-color:#fff; border:1px solid #e9c9bb; border-bottom-color:#fff; /*text-decoration:none;*/}
#subSubNav li a:hover {color:#666;}

/* END: NAVIGATION - FOR CATALGUE ENTRIES */


/* BOTTOM TOOL BAR FOR SITE */

#bottomToolBand{ 
	position: fixed; 
	bottom: 0px; 
	left:0px; 
	margin:0; 
	background-color:#7E7E7E;
	width:100%;
	border-top:1px solid #333;
	color:#FFF;
	font-size:12px;
	padding-bottom:3px;
	text-align:center;
	z-index:32000;
}
#bottomToolBand a{ color:#FFF;}
#bottomToolBand #innerCont{
	margin:3px auto;
	width:95%;
	min-width:1000px;
	text-align:left;
}
#emailThisPage{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:33000;
	background-color:#FFF;
	padding:10px;
	border:double 3px #7E7E7E;
}
#addToList{
	position:fixed;
	right:100px;
	bottom:20px;
	z-index:33000;
	background-color:#FFF;
	padding:10px;
	border:double 3px #7E7E7E;
}

/* AUTO FILL BOX */
	
#autoFillCont, #autoFillContB {
	padding:3px; 
	background-color:#FFC; 
	border:1px dotted #FC9;
	float:left; 
	width:auto;
	font-size:11px;
	display:none;
	text-align:left;
	position:absolute;
}
#autoFillCont ul{margin:0; padding:0;}
#autoFillCont li{ list-style:none; padding:2px 3px; border-bottom:1px dotted #FC9;}
#literature #autoFillCont {background-color:#FFF;} /* yellow does not show on literature pages*/

	
	
/* GENERAL STYLES */
.clearfloats {
	clear: both;
}
.drkGray, a.drkGray, .gray a.drkGray{color:#333;}
.alert, .alert a{	
	font-size:10px;
	color: #F33;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:8px;
}
#previewOwnership .alert{padding-bottom:0px; line-height:18px;}
#rightColumnBottom .alert{font-weight:normal;}
.divider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	margin: 15px 0px;
}
fieldset .interior{max-height:400px; overflow-y: auto;}
.section .rowBottomBorders td.right, .section .rowBottomBorders td.left, .section .rowBottomBorders td, .section .rowBottomBorders {
	border-bottom:1px dotted #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
}
td.borderTop.right, td.borderTop, div.borderTop{
	border-top:1px dotted #CCCCCC;
	padding-top:10px;
}
td.borderBottom.right, td.borderBottom, div.borderBottom{
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:10px;
}
.borderLeft{
	border-left:1px dotted #CCCCCC;
	padding-left:10px;
}
.borderRight{
	border-right:1px dotted #CCCCCC;
	padding-right:10px;
}
.border{
	border:1px solid #CCCCCC;
	padding:10px;
}

.inputFields table {
	margin-bottom: 15px;
}
.inputFields td {
	padding-right: 8px;
}
.announcement {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	padding: 3px;
	border: 1px dotted #FC6;
	margin:10px auto;
	text-align: center;
	clear: both;
	background: #FFC;
}
.border-bottom-white{border-bottom:solid 1px #FFF;}
.border-top-white{border-top:solid 1px #FFF;}

#leftColumn .section select{max-width:275px}

/* POP OUT window & GALLERY VIEW */
#grayscreen {
	position: fixed;
	z-index: 30000;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #333333;
	opacity: 0.60;
	filter: alpha(opacity=60);
	display:none;
}
#popout, .popoutDiv{
	width:75%;
	/*height:50%;*/
	margin:20% 0px 0px 10%;
	position:absolute;
	top:0;
	left:0;
	background-color:#FFFFFF;
	z-index: 31000;
	overflow: visible;
	padding: 10px 10px 60px 10px;
	display:none;
	min-width:888px;
}

/*symbol sheet*/
#SymbolSheetDiv{
	display:block; 
	position:fixed; 
	top:10%; 
	right:5%;
	border:3px double #FC6; 
	padding:10px;
	background-color: #FFF;
	width:40%;
}
.symbolTable {margin-bottom:20px; border:1px dotted #ccc; border-bottom:none;}
.symbolTable td{width:18px; text-align:center; padding:10px; border-bottom:1px dotted #ccc; border-right:1px dotted #efefef;}
.getSymbol{font-weight:bold; font-size:larger; cursor:pointer; }
.noSymbol{background-color:#efefef;}
.selectedSymbol{background-color:#FC6;}



@-moz-document url-prefix() { #popout, .popoutDiv{margin-top:10%;}} /*firefox fix for top position of pop-out box */

#popupContainer{
	display:none;
}

#galleryView{
	width:90%;
	margin:12% 5% 5% 5%;
	position:absolute;
	top:0;
	left:0;
	background-color:#FFFFFF;
	z-index: 31000;
	overflow: visible;
	padding: 10px;
	display:none;
	min-width:900px;
	padding-bottom: 30px;
}
#galleryView .reference h3{ display:none;}
#galleryView .reference{width:85%;}
#galleryContainer{
	width:100%;
	min-width:880px;
	overflow-x:auto;
	overflow-y:visible;
}
#galleryContainer table {margin-bottom:20px;}
#galleryContainer .catImg{margin-bottom:5px;}
#editKeywords #galleryContainer .catImg{margin-right:8px;}
#galleryContainer .caption{display:block;}
#galleryContainer .caption a{color:#333;}

#galleryContainer #thumbnail .container{float:left; padding:10px; margin-left:10px; height:200px; overflow:hidden;}
#galleryContainer #thumbnail .catImg{height:120px;}
#galleryContainer #thumbnail .caption{display:block; width:100px;}
#galleryContainer .unknownWork{
	position:relative;
	top:60px;
	text-align:center;
	background-color:#D2D2D2;
	height:50px;
	margin-bottom:-50px;
	color:#333;
	font-weight:strong;
	text-decoration:none;}
#galleryContainer #thumbnail .unknownWork{
 top:40px; font-size:12px; width:90px;	
}
	
#galleryView .galleryLink{display:none;}
a.galleryLink{background-image:url(images/icon_galleryView.png); background-position:left center;padding-left:24px; background-repeat:no-repeat;}

.infoMatter{position: absolute; width:98%; bottom:0; left:0; text-align:left;  background-color:rgba(255, 255, 255, 0.7) ; padding:3px;}



#scale{float:right; margin:5px 5px 0 0; border:dotted 1px #ccc; margin-left:10px;}
#scale .scale div {height:5px; border:#666 solid 1px; border-bottom:none;}
#editKeywords #scale{margin: 0; position:relative; top:-6px; }

.versolink{ font-weight:normal; font-weight:13px;}
.versolink a{ text-decoration:none;}
.versolink a em{ text-decoration: underline;}
.versolink .catno{ color:#666;}

/*over ride for masterentries description page */
#MasterEntriesCont fieldset {
	margin: 0px 0px 20px;
	padding: 8px;
	border: 3px double #E9C9BB;
	margin: 0 0 20px;
	clear:both;
}
#MasterEntriesCont legend {
	font-size: 14px;
	font-weight: bold;
}
#MasterEntriesCont fieldset li {
	margin-bottom: 8px;
	list-style: circle;
}
#MasterEntriesCont fieldset ul{
	margin:10px 10px 0px 10px ;
	padding:10px;
}
#MasterEntriesCont td.left, .fullEntry td.left, .ownershipHistoryRecords td.left{width:125px}
#MasterEntriesCont td.right{width:auto}
#insertNewRecordDiv.popoutDiv{
	width:60%;
	height:60%;
}

/* flag / accordion — jquery ui override */
#MasterEntriesCont #accordion .ui-state-default, #catalogue_entries #accordion .ui-state-default{background: url(../images/icon_arrowClosed.png) no-repeat 2px center; padding-left: 12px;}
#MasterEntriesCont #accordion .ui-state-active, #catalogue_entries #accordion .ui-state-active{background: url(../images/icon_arrowOpen.png) no-repeat 2px center; padding-left: 12px;}
#MasterEntriesCont #accordion .ui-accordion-header {background-color:#efefef; border:dotted 1px #999; padding-right:2px; position: relative; top: -3px;}

/* RESEARCH tab content*/

.research fieldset {
	margin: 0px 0px 20px;
	padding: 8px;
	border: 3px double #E1E1E1;
	margin: 0 0 20px;
	clear:both;
}
.research fieldset.masterentries {background-image:url(../images/background_diagnals-pink.gif); background-color:#FFF; border: 3px double #E9C9BB;}
.research fieldset.provlinks {background-image:url(../images/background_diagnals-blue.gif); background-color:#FFF; border: 3px double #b4c3dd;}
.research fieldset.exhiblinks {background-image:url(../images/background_diagnals-green.gif); background-color:#FFF; border: 3px double #a9c6aa;}
.research fieldset.litlinks {background-image:url(../images/background_diagnals-yellow.gif); background-color:#FFF; border: 3px double #eeee85;}

.research legend {font-size: 14px; font-weight: bold;}

/*Historical data container*/

#histDateContainer{margin: 0px 0px 20px;
	padding: 8px;
	border: 3px double #CCC;
	background-color:#efefef;
	margin: 0 0 20px;
	clear:both;
}
#histDateContainer legend{
	font-size: 14px;
	font-weight: bold;
}
#histDateContainer td.left{width:125px}
#histDateContainer td.right{width:auto}
#histDateContainer legend span {position:relative; top:-3px;border:1px dotted #ccc;padding: 0 3px 3px 0; background-color:#fff;}
#histDateContainer legend span a{font-weight:bold; font-size:10px; color:#333; text-decoration:none;}
#histDateContainer legend span img{position:relative; top:-2px;}

/* images area */

#images_all .imgWrapper{ float:left; width:100px; padding:5px}
#images_all .imgDataWrapper{ margin: 5px 5px 0 110px; }

.imageCont{ float:left; margin: 0 14px 14px 0; height: 180px; width:100px; overflow:hidden; background-color:#FFF;}
.imageCont.open{float:none;overflow:visible; width:98%; clear:both; min-height:180px; height:auto; overflow:visible;}

.imageCont h3{font-size:12px; padding:3px 3px 3px 10px; background:url(../images/icon_arrowClosed.png) no-repeat 3px 6px; border: 1px dotted 
#999; background-color: #efefef; margin:0px;}
.imageCont h3:hover{background-color:#FFC; cursor:pointer;}
.imageCont.open h3{background:url(../images/icon_arrowOpen.png) no-repeat 3px 8px; padding-left:12px; background-color:#FFC;}
#images_all .omitted {text-align:center; position:relative; top:-50px; width:50%; margin-left:15px; color:red; padding:5px; background-color:#fff;margin-bottom:-25px; opacity: 0.70;
	filter: alpha(opacity=70);}
.gridIndexContainer .omitted {position:relative; top:-50px; width:50%; margin-left:15px; color:red; padding:5px; background-color:#fff;margin-bottom:-25px; opacity: 0.70;
	filter: alpha(opacity=70);}
.images .gridIndexContainer .omitted {top:-100px; margin-left:20%; font-weight:bold; text-transform:uppercase;}
/* BEGIN STYLES FOR MAIN EDIT SCREENS */
#leftColumn {
	width: 52%;
	/*min-width: 550px;*/
	float: left;
	min-height:600px;
}
#rightColumn {
	float: right;
	padding: 5px;
	width: 45%;
	/*min-width: 300px;*/
	background-color:#FFF;

}
#oneColumn{
	min-height:400px;
	}
#rightColumnBottom {
	/* [disabled]float: right; */
	/* [disabled]padding: 5px 6px; */
	/* [disabled]width: 45%; */
	/* [disabled]background-color:#FFF; */
	border:none;
	margin-top:20px;
}
#rightColumnBottom .catno{color:#666;}
/*catalogue image containers */
#ImageContainerSmPreview {
	float: left;
	margin-right: 10px;
	width: 125px;
	background-color:#FFF;
	padding:2px;
}
#ImageContainerSmPreview a, #ImageContainerMd a, #suppImages a {
	text-decoration:none;
	font-size:11px;
	color:#999;
}
#ImageContainerSmPreview img#catalogueImage{
	width: 125px;
}
#versoImg{margin-top:8px;}
.enlargeIcon{
	display:block;
	background: url(../images/icon_zoom.gif) no-repeat 2px center;
	padding-left: 16px;
	margin-top:3px;
	text-decoration:none;
	font-size:11px;
	color:#999;
}
img.enlargeIcon{
	position:absolute; margin:2px 0 0 2px; border:1px #ccc solid; padding:2px; background-color:#FFF; background-image:none;
}

a.enlareimg img:hover{opacity:0.5;filter:alpha(opacity=50);}
a.enlareimg{display:block;}
a.enlareimg:hover{ background: url(images/icon_zoom_lg.png) no-repeat center center;}

a:hover img.enlargeIcon{border-color:#F33}
.deleteLink{
	display:block;
	background: url(../images/icon_delete-sm.png) no-repeat 2px center;
	padding-left: 12px;
	margin-top:3px;
	text-decoration:none;
	font-size:11px;
	color:#999;
}

#ImageContainerMd{
	float: left;
	margin-right: 10px;
	width: 200px;
	background-color:#FFF;
	padding:2px;
}
#ImageContainerMd img#catalogueImage{
	width: 200px;
}



div.section {
	margin-bottom:20px;
	padding: 8px;
}
.section td.left, .preview .section td.left {
	font-style: italic;
	color: #666;
	text-align: right;
	vertical-align: top;
	padding: 7px 5px 5px;
	white-space: nowrap;
}
td.right span.left, label.left {font-style: italic; color: #666;}
.section td.right {
	padding: 5px 5px 5px;
	vertical-align: top;
}
/*#previewLiterature td.right, #previewExhibition td.right, .literature.section td.right, .exhibition.section td.right, #previewOwnership.section td.right, #previewOwnership.section td.left, .ownership.section td.right{padding:2px 5px 5px}
*/

td.right ul, .grayBox ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style:none;
}
td.right li, .grayBox li  {
	border-bottom:dotted 1px #ccc;
	margin-top: 4px;
	padding-bottom: 4px;
}
.preview td.right li {
	border-bottom:none;
	margin-top: 3px;
	padding-bottom: 3px;
}
.previewAltTitlesIndent{
	margin-left:15px;
	text-indent:-15px;
	font-style:italic;
}
.previewAltTitlesIndent span {font-style:normal;}
a.abbreviation{font-weight:bold;color:#333;}

.grayBox{
	background: #EFEFEF;
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	border-left: 1px solid #D6D6D6;
	padding: 2px;
}
.smallerCentered{margin:0 15%;}
a.buttonStyle, #bottomToolBand a.buttonStyle{
	text-transform: uppercase;
	color: #333;
	font-size:11px;
	text-decoration: none;
	padding:2px;
	background: #EFEFEF;
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	border-left: 1px solid #D6D6D6;
	margin-bottom:10px;
}

a.buttonStyle .smaller{font-size:10px;}
a.buttonStyle.smaller {font-size: 8px;padding-bottom:0px;}

a.buttonStyle.edit, a.edit {
	background: #efefef url(../images/icon_edit.png) no-repeat 2px center;
	padding-left:20px;
}
a.edit{background-color:transparent;}
.deleteBtnSm{	
	background: #efefef url(../images/icon_delete-sm.png) no-repeat center center;
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	border-left: 1px solid #D6D6D6;
	display:block;
	height:12px;
	width:12px;
	text-indent:-1000px;
	overflow:hidden;
}
.deleteBtnSm.floatLeft{margin-right:5px;}
.floatRight{
	float:right;
}
.floatLeft{
	float:left; margin-right:10px;
}
a.buttonStyle:hover {
	border-top-color:#5F5F5F;
	border-right-color:#D6D6D6;
	border-bottom-color:#D6D6D6;
	border-left-color:#5F5F5F;
	text-align: center;
}

#leftColumn .section.description, .description #leftColumn .popoutDiv .section.description {background: #FFEBE2;}
#leftColumn .section.ownership, #rightColumnBottom .section.ownership, .ownership #leftColumn .container {background: #EDF3FE;} /*old blue: #D6F0FF*/
	#leftColumn .ui-state-highlight{margin-bottom:20px; height:100px;}
	.ownership.section.ui-state-default table a{color: inherit; text-decoration:underline;}	
#leftColumn .section.exhibition, #rightColumnBottom .section.exhibition{background: #E5F7E4;}
#leftColumn .section.literature, #rightColumnBottom .section.literature {background: #FFFFD7;}

#catalogue_entries .fullEntry #leftColumn .section.description{border:3px double #e9c9bb}
#catalogue_entries .fullEntry #leftColumn .section.ownership{border: 3px double #b4c3dd;}
#catalogue_entries .fullEntry #leftColumn .section.exhibition{border: 3px double #a9c6aa;}
#catalogue_entries .fullEntry #leftColumn .section.literature{border: 3px double #eeee85;}
#catalogue_entries .fullEntry #leftColumn .section.other{background-color:#f8f8f8; border: 3px double #E1E1E1;}

.description #leftColumn .section.description {background: #FFF;}
.description fieldset{background:#FFEBE2;}

.section.description .collapse {
	height: 51px;
	overflow: hidden;
	width: 100%;
	display:block;
}
#contractLink{display:none;}
.description .collapse{cursor:pointer}



.preview#rightColumn {
	overflow-x: hidden !important;
	overflow-y:auto;
	/*margin-top:62px;*/
}
/* PREVIEW STYLES: */
#pushpinIcon{
/*	float:right;
	position:relative;
	margin:0 0 -33px -23px;
	z-index:29000;
	padding:3px 5px;
	top:-15px;
	right:-5px;
	float:right;
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	border-left: 1px solid #D6D6D6;
	background-color:#FFF;*/
}
.pushpinLink{display:block; height:27px; width:20px; background:url(../images/icon_pushpin-up.jpg) no-repeat center #FFF; }
.pushpinLink.stuck{background:url(../images/icon_pushpin-down.jpg) no-repeat center #FFF;}

.preview{border:dotted 1px #999;}
.preview .ownership td.left{display:none;}/*hides ranks in preview for all other views */

/* description preview */
body.description .preview div.literature, body.description .preview div.exhibition,  body.description .preview .ownership, body.description .preview #previewCreditline{display:none;} 
/* Ownership History preview */
body.ownership .preview div.literature, body.ownership .preview div.exhibition,  body.ownership .preview .supplement {display:none;}
body.ownership .preview .ownership td.left{ display:table-cell;}
/* exhibition preview */
body.exhibition .preview div.literature, body.exhibition .preview div.ownership,  body.exhibition .preview .supplement, body.exhibition .preview #previewCreditline {display:none;}
/* literature preview */
body.literature .preview div.exhibition, body.literature .preview div.ownership,  body.literature .preview .supplement, body.literature .preview #previewCreditline {display:none;}
/* Supplemental table preview*/
body.supplemental .preview div.literature, body.supplemental .preview div.exhibition,  body.supplemental .preview .ownership, body.supplemental .preview .supplement {display:none;}
body.supplemental td.preview{
	border:none;
	border-right:dotted 1px #999;
	padding-right:20px;
	width:27%;
	vertical-align:top;
}
body.supplemental td.maincontent{padding-left:20px; vertical-align:top;}
.preview div.supplement .floatLeft{margin: 0 20px 15px 0}

.preview #suppImages{margin-top:10px;}

.gray {
	color: #666;
}
a.gray, .gray a {
	color: #666;
}
.grayLight {
	color: #999;
}
.boldCapsSmall {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.boldCapsSmall .smaller{
	font-size: 10px;
	font-weight: normal;
}
#closeDivBtn {
	background: url(../images/icon_close.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	position:absolute;
	top:-12px;
	right:-12px;
}
img.addIcon{position:relative; top:2px;}

#rightColumnBottom .section.exhibition, #rightColumnBottom .section.literature, #rightColumnBottom .section.ownership{
	/*height: 100px;
	width: 44%;
	overflow: hidden;
	overflow-y: auto;*/
}
.workTitle {font-weight:bold; color:#333; font-size:15px; font-style:italic;}
.workTitle a{color:#333;}
a.workTitle .highlight{text-decoration:underline;}
.mainBoldText{font-weight:bold; color:#333; font-size:15px;}

#rightColumnBottom .section.floatLeft{ margin-right:0px;}

#popout #searchExhib {width:650px;}

legend .smaller {
	font-size: 12px;
	font-weight: normal;
}
/* titles editing table*/
#titleTables .clearfloats{
	margin:10px 0; 
	border-bottom: dotted 1px #ccc;
	clear:both;
	height:10px;
	 }
#titleTables div.titles{
	float:left;
}
#titleTables div.literature, #titleTables div.exhibition{
	margin-left:400px;
	padding:5px;
	border-bottom:1px dotted #CCC;
	}
#titleTables div.literature{background-color:#FFFFD7}
#titleTables div.exhibition{background-color:#E5F7E4}


#searchExhibitions li, #searchLit li, #searchOwnersDiv li {
	margin-bottom: 5px;
}
#previewTravel{margin-top:6px;}
#AddNewWorksContainer .section.exhibition, #AddNewWorksContainer .section.literature{
	float: left;
	width: 45%;
	margin-right: 10px;
	margin-left:10px;
	height:240px;
	overflow:hidden;
	border:1px solid #FFF;

}
#AddNewWorksContainer .section.ownership{ 
	/*height:360px; 
	width: 46%;
	margin-right: 8px;
	margin-left:8px;*/
	clear:both;
}
#leftColumn #AddNewWorksContainer h2{font-size:16px;}
#AddNewWorksContainer .subSection{
	float:left;
}

@-moz-document url-prefix() { #AddNewWorksContainer .section.exhibition, #AddNewWorksContainer .section.literature { margin-right: 9px;margin-left:9px;}} /* editingcontent- side by side boxes */

#EditImages li{
	list-style-type:none;
	border-bottom: 1px dotted #ccc;
	margin-bottom:10p; 
	padding-bottom:10px; 
	
}
#EditImages label{color:#666}
#EditImages label.padding{display:block; margin-bottom:5px;}

#AddNewWorksContainer img.catImg {width:100px;}
#exhibitionEntry #updateExhibitionHistory .section.exhibition td.left {
	padding-bottom:10px;
}
div.padding{padding-bottom:4px;}
div.paddingTop{padding-top:4px;}

/* for previews */
.footnote {font-size: smaller;color:#454545;margin:0 0 8px 0}
.footnote a {color: #666666;}
.authorCredit {
	text-transform: uppercase;
	text-align: right;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caption{font-size:smaller}
.caption a, .searchresults a{text-decoration:none; color:#333}
.caption a em, .searchresults a em{text-decoration: underline;}
.caption .workDate, .searchresults .workDate{font-weight:normal;}
.caption .catno, .searchresults .catno, .gridIndex .catno{font-weight:normal; color:#666;white-space:nowrap;}


/* LANDING PAGES STYLES */
.index #oneColumn, .stockbooks #oneColumn  {margin:0px 3%}
#pagination_top {
	margin: 10px 0 15px;
	padding: 5px 0;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
#pagination_bottom {
	margin: 15px 0 10px;
	clear:both;
	padding: 5px 0;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
#rightColumnBottom #pagination_top{font-size:13px; border-top:none; margin: 5px 0 8px; padding: 3px 0;}

.pageLinkCurrent{padding:2px; margin: 0 5px; border:1px #efefef solid; background-color:#FFC;}
.pageLink, .nextprev{padding:2px; margin: 0 5px; border:1px #efefef solid; text-decoration:none;}
.pageLink:hover, .nextprev:hover{background-color:#efefef;}

.gridIndex{padding-right:-10px;}
.gridIndexContainer{
	width:170px;
	float:left;
	margin:0 15px 25px 0;
	height:220px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:relative;
	background-color:#FFF;
	box-shadow:5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
}
/*.gridIndexContainer .workDate{white-space:nowrap;}*/
.gridIndexContainer.rectoverso{
	box-shadow:10px 5px 10px -1px #666;
	-moz-box-shadow: 10px 5px 10px -1px #666;
	-webkit-box-shadow: 10px 5px 10px -1px #666;}

.gridIndexContainer .gridIndexContainer{
	width:auto;
	height:auto;
	max-width:150px; 
	max-height:200px;
	margin-top:3px;
}
a.catNum, div.catNum{
	/*position:relative;*/
	color:#333;
	font-size:12px;
	padding:2px 3px;
	/*top:-22px; 
	left:2px;
	width:28px;
	text-align:center;*/
	/*background-color:#333;
	border-top: 1px solid #5f5f5f;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #5f5f5f;*/
	display:block;
	text-decoration:none;
	text-align:left;
	font-style:normal;
	/*margin-bottom:-25px;*/
}
a.catNum:hover{
	text-decoration:underline;
}
.gridIndexContainer a.unlink, #galleryContainer a.unlink{
	position:absolute;
	display:block;
	background: #efefef url(../images/icon_breakLink.gif) no-repeat center center;
	float:right;
	height:18px;
	width:18px;
	border: 1px solid;
/*	border-color: red darkRed darkRed red;
	border-top: 1px solid red;
	border-right: 1px solid darkRed;
	border-bottom: 1px solid darkRed;
	border-left: 1px solid red;*/
	right:3px;
	top:3px;
}
#galleryContainer a.unlink{
	right: 2px;
	top: 2px;
	margin-bottom: -10px;
}
.gridIndexContainer a.unlink:hover, #galleryContainer a.unlink:hover{
	border-color: darkRed red red darkRed;
}

table.gridIndexTableSm .catalogueImage {width:120px;}

.miniThumbnail img{width:60px;}
.miniThumbnail {min-height:50px;}
.miniThumbnail a.catNum {
	font-size:11px;
	max-width:65px;
}
.searchresults li{margin-top:10px; margin-bottom:10px;}

/* catalogue images page */

/*#catImages .thumbnail, #catImages .versoSm {width:100px;}
#catImages img {wodth: auto; max-width:150px; height:auto; max-height:250px;}*/

#catImages .floatLeft.container { /* view by image */
	width:150px;
	height:250px;
	overflow:hidden;
	margin:10px;
}
#supportingFiles .images_new #catImages .floatLeft.container, #supportingFiles .images #catImages .floatLeft.container{height: 290px;width: 200px; margin:0 20px 20px 0;} 
#catImages .imageCont{text-alight:center;}
#catImages .mainBoldText{padding-bottom:3px; margin-bottom:3px; border-bottom:dotted 1px #CCC;}

#catImages .floatLeft.container.viewByCatalogue { /* view by catalogue entry */
	width:255px;
	margin-right:15px;
}
.gridIndexContainer.forreview .imageName {border-bottom-color:#FBA524;background-color:#FFEDD2;}
.gridIndexContainer.forreview .imageVitals {border-top:dotted 1px #FBA524;}
.gridIndexContainer.forreview .imgactions {border-bottom:dotted 1px #FBA524; padding-bottom:4px;}
.gridIndexContainer.forreview li {color: #FBA524;  list-style-type:square;}

.gridIndexContainer.finalforpublication .imageName {border-bottom-color:#5da36c;background-color:#DAEEDF;}
.gridIndexContainer.finalforpublication .imageVitals {border-top:dotted 1px #5da36c;}
.gridIndexContainer.finalforpublication .imgactions {border-bottom:dotted 1px #5da36c; padding-bottom:4px;}
.gridIndexContainer.finalforpublication  li {color: #5da36c; list-style-type:square;}

.gridIndexContainer.tobereplaced .imageName {border-bottom-color:#ff2600;background-color:#f2ddd9;}
.gridIndexContainer.tobereplaced .imageVitals {border-top:dotted 1px #ff2600;}
.gridIndexContainer.tobereplaced .imgactions {border-bottom:dotted 1px #ff2600; padding-bottom:4px;}
.gridIndexContainer.tobereplaced li {color: #ff2600; list-style-type:square;}

.gridIndexContainer .imageVitals li span{color:#333; margin-left:-3px;}
.gridIndexContainer .imageVitals ul{margin:0; padding:0; list-style-position:inside;}

.gridIndexContainer .imageName{
	padding: 2px 2px 4px 2px;
	text-align: left;
	font-size: 12px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:4px;
}
 
.gridIndexContainer .imageVitals{
	text-align: left;
	margin-top:6px;
	padding-top:6px;
	font-size: 12px;
}
.gridIndexContainer .imageinfo{position:absolute; padding:4px; border:double 3px #999; background-color:#FFF;display:none;max-width:300px;}

.gridIndexContainer .omitedImage {opacity: 0.50;filter: alpha(opacity=50);}
/*.gridIndexContainer .omitedImage:hover {opacity: 1;filter: alpha(opacity=100);}*/

.gridIndexContainer{page-break-before:always;}

.indexBand {padding:4px; background-color:#efefef; margin-bottom:10px; font-size:12px;}

/* filter' menu accordian */
#index_filters{
	min-width:125px;
	padding:5px 40px 0 0;
	float:left;
	white-space:normal;
	max-width: 200px;

}
#index_filters .section{padding:0px; margin-bottom:10px;}
#index_filters .boldCapsSmall{
	display:block;
	margin-bottom:8px;
}
#index_filters div.current{background-color:#FFC/*efefef*/;}

#selectedFilters{border: 1px dotted #ccc; margin:10px 0 15px; padding:5px;}

#landingPageContent{float:left; width:75%;}
#landingPageContent .deleteBtn{margin:0 0 20px 20px;}

/* INDEX PAGE ACCORDIAN (OVERRIDING JQUERY UI CSS) */
#accordion span.ui-icon{display:none !important;}
#accordion .ui-corner-all, #accordion .ui-state-active{border: none; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; !important}
#accordion h3.ui-corner-all, #accordion h3.ui-state-active {border-bottom: 1px dotted #999; padding:5px 0px 5px 10px; font-size: 12px;}
#accordion h3{
	padding-left:10px;
	font-size:12px; 
	margin-bottom:8px;
}
#accordion h3 a{text-decoration:none;}
#accordion h3.ui-state-active {background: url(../images/icon_arrowOpen.png) no-repeat left center; border-bottom:none;}
#accordion h3.ui-state-default{background: url(../images/icon_arrowClosed.png) no-repeat left center;}
#accordion .ui-accordion-content{margin:0 0 10px 12px;}
#accordion .cont{display:none;}
#accordion .ui-accordion-content .padding{font-size:13px;}
#accordion .ui-widget-content{border:none;}
#accordion .ui-accordion-content{padding:0px;}

/*JQUERY UI - autocomplete */
#mainwrapper .ui-autocomplete{ font-size:13px;}
#mainwrapper .ui-autocomplete a{line-height: 1.3}

/* search page */
fieldset.description{border: 4px solid #e9c9bb;}
fieldset.ownership{border: 4px solid #b4c3dd;}
fieldset.exhibition{border: 4px solid #a9c6aa;}
fieldset.literature{border: 4px solid #eeee85;}
.gridIndex fieldset {
	border: 1px dotted #999;
	margin: 10px;
	height: 100%;
}
.gridIndex fieldset legend {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}
.gridIndexTableSm .smallerThumbnail img.catalogueImage {
	width: 55px;
}
.gridIndexTableSm .mediumThumbnail img.catalogueImage {
	width: 85px;
}
.gridIndexTableSm .smallerThumbnail {
	float: left;
	margin-right: 8px;
}
.gridIndexTableSm .topContent {
	padding: 15px 0px 8px;
	clear: both;
	margin-top: 15px;
	border-top: 1px dotted #CCC;
}
.gridIndexTableSm .subContent {
	clear: both;
	margin: 5px 0px 5px 50px;
	padding: 10px;
}
#literature .subContent, #exhibitions .subContent{margin-left:15px;}
.gridIndexTableSm #sortingRow td{
	border-bottom:1px dotted #ccc;
	border-right:1px dotted #efefef;  
	padding:0 8px 8px 8px; 
	vertical-align:bottom;
	min-width: 50px;
}
#catalogue_entries .index .gridIndexTableSm td{min-width: 50px;}
.gridIndexTableSm td{
	border-bottom:1px dotted #ccc; 
	padding:15px 8px 15px 8px;
	border-right:1px dotted #efefef;
	vertical-align:top;
	text-align:left;
}
#catalogue_entries .index{padding:10px 6px 10px 6px;}

.gridIndexTableSm.tableOneColumn td, .gridIndexTableSm.tableOneColumn #sortingRow td{
	border-right:none;
}
.gridIndexTableSm #sortingRow td td, .gridIndexTableSm td td{border:none;}
.tableOneColumn .previewAbbrev {margin-bottom:4px;}
.tableOneColumn .previewAbbrev a{font-size:larger; font-weight:normal;}

.subContent div.floatLeft{height:145px; overflow:hidden;}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#searchCriteriaBox span {
	margin: 0 5px;
	padding: 2px;
	border: 1px dotted #CCC;
}

.printOnly{display:none;}

#contacts #creditline div{ max-height:150px; overflow-y:auto;padding:4px;margin-bottom: 10px;}

#mainbody.saved .gridIndexTableSm span.catalogue_entries{ background-color:#fcd4c2; padding:2px;}
#mainbody.saved .gridIndexTableSm span.contacts{ background-color:#cddefe; padding:2px;}
#mainbody.saved .gridIndexTableSm span.exhibitions{ background-color:#c8ecc9; padding:2px;}
#mainbody.saved .gridIndexTableSm span.literature{ background-color:#fefeb9; padding:2px;}

/*
#mainbody.saved .gridIndexTableSm td.catalogue_entries{ background-color:#FFEBE2;}
#mainbody.saved .gridIndexTableSm td.contacts{ background-color:#EDF3FE;}
#mainbody.saved .gridIndexTableSm td.exhibitions{ background-color:#E5F7E4;}
#mainbody.saved .gridIndexTableSm td.literature{ background-color:#FFFFD7;}

#mainbody.saved .gridIndexTableSm span.catalogue_entries{ border: 1px solid #e9c9bb; padding:2px; margin-right:2px;}
#mainbody.saved .gridIndexTableSm span.contacts{ border: 1px solid #b4c3dd; padding:2px; margin-right:2px;}
#mainbody.saved .gridIndexTableSm span.exhibitions{ border: 1px solid #a9c6aa; padding:2px; margin-right:2px;}
#mainbody.saved .gridIndexTableSm span.literature{ border: 1px solid #eeee85; padding:2px; margin-right:2px;}
*/

#copareLink {position:relative; top:3px; color:red;}

a.viewlink{display:block; width:18px; height:18px; margin-left:5px; margin-right:5px; float:left; border:1px solid #FFF; padding:1px;}
.viewlink#thumbnail{background:url(images/icon_thumbnail.png) no-repeat 2px 2px;}
.viewlink#thumbnailsm{background:url(images/icon_thumbnail-sm.png) no-repeat 2px 2px;}
.viewlink#size{width:30px;background:url(images/icon_size.png) no-repeat 2px 2px;}
.viewlink#listA{background:url(images/icon_listA.png) no-repeat 2px 2px;}
.viewlink#list{background:url(images/icon_listB.png) no-repeat 2px 2px;}
.viewlink.selected{border-color:#920013; cursor:default;opacity:0.6;filter:alpha(opacity=60);}

.openClose {border:1px dotted gray; display: block; height: 5px; width: 8px;padding: 4px 3px;}

.stripesPink {background-image:url(../images/background_diagnals-pink.gif);}
.stripesBlue {background-image:url(../images/background_diagnals-blue.gif); }
.stripesGreen {background-image:url(../images/background_diagnals-green.gif); }
.stripesYellow {background-image:url(../images/background_diagnals-yellow.gif);}
.stripes {background-image:url(../images/background_diagnals.gif);}
.stripesB {background-image:url(../images/background_diagnals_transp_gray.gif);}
.stripesC {background-image:url(../images/background_diagnals_transp_white.gif);}


.borderPink{border: 1px solid #E9C9BB;} .borderDblPink{border: 3px double #E9C9BB;}
.borderBlue{border: 1px solid #b4c3dd;} .borderDblBlue{border: 3px double #b4c3dd;}
.borderGreen {border: 1px solid #a9c6aa;} .borderDblGreen {border: 3px double #a9c6aa;}
.borderYellow {border: 1px solid #eeee85;} .borderDblYellow {border: 3px double #eeee85;}
.borderWhite {border: 1px solid #fff;} .borderDblWhite {border: 3px double #fff;}


.indexBand {padding:4px; background-color:#efefef; margin-bottom:10px; font-size:12px; min-height:14px;}
.indexBand.gray .boldCapsSmall, .indexBand.gray .sysFlag {color:#333;}


a#previewSiteLink{	
	color: #333;
	font-size: 12px;
	padding: 2px 3px;
	background-color: #FFE;
	border: solid 1px #fdefbf;
	display: inline-block;
	margin-left: 6px
}