/************************* Framing blocks *************************/

* {
	margin: 0;
	padding:0;
}

img {
	max-width: 100%;
}

a:hover {
	text-decoration: none !important;
}

a h3 {
	color: black;
}

a h3:hover {
	color: black;
	text-decoration: none;
}


body {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0px;
	font-size: 16px !important;
}

table {
	font-size: 16px !important;
}

#page-block {
	/* A master block that wraps all the page content. */
	min-height: 700px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
	vertical-align:top;
}

#title-banner {
	display: inline-block;
	margin: none;
	padding: none;
	background-color:#333366;
	width: 100%;
	height:70px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}


#content {
	/* Since this block is inside the page-block, which is 1000 px wide,
	   but has 200px margins on right and left, and 40 px of padding on each side,
	   you have 560px of width to use
	   for divs that you put inside this one. */
	/*margin-right: 200px; */
	/* margin-left: 200px; */
	padding: 20px;
	background-color: #ffffff;
}

img {
	border: 0px;
}

select#page {
	/* This will limit the width of the data in the Popup tag. */
    width:
}

/*************** Text Styles **********************/

body, td, input, select, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
}


.smalltxt {
	font-family: verdana,arial,trebuchet,sans-serif;
	font-size: 10px;
	color: black;
}

.err {
	color: black;
	margin-left: 10px;
	padding-left: 5px;
}

.bold {
	font-weight:bold;
}

/*************** Block Styles **********************/

.centered {
	text-align:center;
}

.right {
	float: right;
	margin-right: 5px;
}

div.thumbnail-box {
	float: left;
	margin-right: 12px;
}

.thumbnail-box {
	width: 130px;
	height: 130px;
	text-align: center;
	vertical-align: center;
	border: 1px solid #999999;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.block {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/********** Shared elements ****************/

div.active-records {
	text-align:center;
	margin:5px 0;
}

div.display-options {
	/*padding-bottom: 12px;*/
	float:right;
}

div.display-options div {
	/*padding-left: 5px;
	padding-right: 10px;*/
	display:inline;
}

.navtxt {
	font-family: verdana,arial,trebuchet,sans-serif;
	/* font-size: 14px; */
	color: #999999;
}

.navtxt .fa {
	padding-left:  5px;
	padding-right: 5px;
}

a.navtxt, .navtxt a, a.navtxt:active, .navtxt a:active, a.navtxt:visited, .navtxt a:visited {
	color: black;
	text-decoration: none;
	padding: 15px;
}

.navtxt:not(a) span {
	padding: 15px;
}

a.navtxt:hover, .navtxt a:hover, a.navtxt:visited:hover, .navtxt a:visited:hover {
	color: black;
	text-decoration: none;
	background-color: #e8e8e8;
}

/********** Page: IndexTree.htm ****************/


.browse a {
	text-decoration:none;
	color: black;
}

.browse a:hover, .browse a:focus {
	text-decoration:none;
	color: #000;
}

.index-tree-label a {
	text-decoration:none;
	color: black;
}

.index-tree-label a:hover, .index-tree-label a:focus {
	text-decoration:none;
	color: #000;
}



div.index-tree-banner {
	border-bottom: 1px double black;
	width:600px;
	margin-top: 24px;
	margin-bottom: 24px;
}

div.index-tree-banner-thumbnail-box {
	display: inline-block;
	width: 180px;
      vertical-align:top;
	text-align: center;
	background-color: #fff;
}

div.index-tree-text {
	display: inline-block;
	vertical-align:middle;
	width: 400px;
	text-align: left;
	padding: 4px;
}

div.index-tree-record-box {
	display: inline-block;
	width: 290px;
	padding: 10px;
}

div.index-tree-thumbnail {
	display: inline-block;
	width: 180px;
	vertical-align:middle;
	text-align: center;
	background-color: #fff;
	padding: 10px;
}

div.index-tree-label {
	display: inline-block;
	vertical-align:middle;
	width: 90px;
	text-align: left;
	text-align: left;
}

/********** Page: PortfolioIndex.htm ****************/

.for-full-listing {
	font-size: 18px;
	padding-top: 40px;
}

.for-full-listing a {
	color: #black;
}

.for-full-listing a:hover {
	text-decoration: none;
}

.portfolio-container {
	padding: 20px;
}

div.portfolio-index-record-box {
	display: inline-block;
	/*width: 200px; */
	padding: 10px;
	border: 3px solid transparent;
}

div.portfolio-index-record-box:hover {
	border: 3px solid black;
	opacity: 0.8;
}


div.portfolio-index-thumbnail {
	display: inline-block;
	width: 120px;
		vertical-align:middle;
	text-align: center;
	background-color: #fff;
}

.portfolio-index-thumbnail img {
	height: 80px;
	width: 80px;
}

div.portfolio-index-label {
	display: inline-block;
	vertical-align:middle;
	width: 120px;
	text-align: left;
}

div.portfolio-index-label a {
	text-decoration:none;
	color: black;
}

div.portfolio-index-label a:hover, div.portfolio-index-label a:focus {
	text-decoration:none;
	color: #000;
}

/********** Page: ObjectInfo.htm ****************/

#ui-id-1 {
	margin-top: 20px;
}

.other-info {
	background-color: #f8f8f8;
	margin-bottom: 10px;
	cursor: pointer;
}

.ui-accordion h3 {
	margin-top: 10px;
	padding: 10px 0;
}

.ui-accordion-header-collapsed h3:after {
	content: "+";
	display: block;
	font-size: 30px;
	color: black;
	float: right;
	top: -10px;

}

.ui-accordion-header-active h3:after {
	content: "-";
	display: block;
	font-size: 30px;
	color: black;
	float: right;
	top: -10px;

}

.content {
	padding: 20px 0;
}

.biblio ul {
	list-style: none;
}

.exhibitions ul {
	list-style: none;
}

.object-info-image {
	padding-top: 12px;
	padding-left: 0px;
	padding-right: 12px;
	padding-bottom: 24px;
	min-width: 200px;
	max-width: 394px;
	vertical-align: top;
}

.object-info-label {
	margin: 0px;
	padding: 12px 0px;
	vertical-align: top;
}

.object-info-label a {
	text-decoration: none;
	color: black;
	font-weight: 700;
}

.object-info-label a:hover, .object-info-label a:focus {
	text-decoration: none;
	color: black;
}

div.object-info-field {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 24px;
	text-indent: -24px;
}

div.objnotes-record-box {
	display: inline-block;
	vertical-align:top;
}

div.objkeyword-record-box {
	display: inline-block;
	vertical-align:top;
	padding: 4px;
}

div.objrelated-record-box {
	display: inline-block;
	vertical-align:top;
	padding: 4px;
}

div.objsur-record-box {
	display: inline-block;
	vertical-align:top;
	width: 128px;
	padding: 4px;
}

div.objsur-thumbnail {
	display: inline-block;
	vertical-align:middle;
	width: 128px;
	height: 128px;
	text-align: center;
	background-color: #fff;
}

div.objsur-label {
	display: inline-block;
	width: 128px;
	text-align: center;
	vertical-align:bottom;
}



div.objport-record-box {
	display: inline-block;
	vertical-align:top;
	width: 180px;
	padding: 4px;
}

div.objport-thumbnail {
	display: inline-block;
	vertical-align:middle;
	width: 84px;
	height: 84px;
	text-align: center;
	background-color: #fff;
}

div.objport-thumbnail img {
	width: 84px;
	height: 84px;
}

div.objport-label {
	display: inline-block;;
	vertical-align:bottom;
}

div.objport-label a {
	text-decoration: none;
	color: black;
	font-weight: 700;
}

div.objrelated-record-box {
	display: inline-block;
	vertical-align:top;
	width: 140px;
	padding: 4px;
}

div.objrelated-thumbnail {
	display: inline-block;
	vertical-align:middle;
	width: 128px;
	height: 128px;
	text-align: center;
	background-color: #fafafa;
}

div.objrelated-label {
	display: inline-block;
	width: 128px;
	text-align: center;
	vertical-align:bottom;
}

/********** Page: MultipleRecords/Portfolio.htm ****************/

#portfolio td {
	padding: 5px;
}

div.portfolio-record-box {
	/* display: block; */
	display: inline-block;

	/* padding: 20px; */
	padding: 4px;
	padding-bottom: 50px;

	/* min-width: 200px; */
	/* min-height: 300px; */
	/* max-height: 450px; */
	border: 3px solid transparent;

	/* height: 450px; */
}

.hoverOutline:hover {
	/* border: 2px solid darkgray; */
	background-color: #dfdfdf;
	opacity: 0.8;
}
div.portfolio-record-box:hover {
	border: 3px solid black;
	opacity: 0.8;
}

div.portfolio-thumbnail {
	vertical-align: bottom;
	/* display: block; */
	display: inline-block;
	padding-bottom: 10px;
	width: 330px;
	text-align: center;
	background-color: #fff;
}

div.portfolio-label {
	display: inline-block;
	width: 330px;
	text-align: left;
}

div.portfolio-label a {
	text-decoration: none;
	color: black;
	font-weight: 700;
}

div.portfolio-label a:hover, div.portfolio-label a:focus {
	color: black;
}



/********** Page: MultipleRecords/thumbnails.htm ****************/

#thumbnail td {
	padding: 5px;
}

div.thumbnail-record-box {
	display: inline-block;
	vertical-align:top;
	width:
	padding: 20px;
	border: 3px solid transparent;
}

div.thumbnail-record-box:hover {
	border: 3px solid black;
	opacity: 0.8;
}

div.thumbnail-thumbnail {
	/*display: inline-block;
	vertical-align:middle;
	width: 400px;
	height: 300px;*/
	text-align: center;
	/*background-color: #fff;*/
}

div.thumbnail-label {
	/*display: inline-block;
	width: 400px;*/
	text-align: center;
	/*vertical-align:bottom;*/
}

div.thumbnail-label a {
	text-decoration: none;
	color: black;
	font-weight: 700;
}

/********** Page: MultipleRecords/artistobjects.htm ****************/

#artobj td {
	padding: 5px;
}

div.artobj-record-box {
	display: block;
	padding: 20px;
	height: 360px;
	border: 3px solid transparent;
}

div.artobj-record-box:hover {
	border: 3px solid black;
	opacity: 0.8;
}

div.artobj-thumbnail {
	background-color: #fff;
}

div.artobj-label {
	text-align: left;
}

div.artobj-label a {
	text-decoration: none;
 	color: black;
 	font-weight: 700;
}

/********** Page: Users/Portfolio.htm ****************/

#user-portfolio td {
	padding: 5px;
}

div.user-portfolio-record-box {
	display: inline-block;
	width: 600;
	padding: 4px;
}

div.user-portfolio-thumbnail {
	display: inline-block;
	width: 130px;
	text-align: center;
	background-color: #fff;
}

div.user-portfolio-label {
	display: inline-block;
	width: 250px;
	text-align: left;
}


div.user-portfolio-action {
	display: inline-block;
	vertical-align: center;
	width: 120px;
	text-align: left;
}



/**********************************************
 * START TOP BANNER STYLES                    */
	#poweredBy{
		position:absolute;
		right:10px;
	}
	#title-banner img {
		position: relative;
		top: 13px;
	}


	#logo-right {
		float: right;
		margin-right: 5px;
	}
/* END TOP BANNER STYLES
 ********************************************/

/*********************************************
 * START LEFT MENU STYLES                    */


 /* HEADER */


	#header {
		height: 450px;
		width: 100%;
	}




	.navigation {
		padding: 20px 10px 20px 260px;
		background-color: #e3e3e3;
	}

	.logo {
		background: url('/graphics/logo1.png') center center no-repeat;
		height: 39px;
		width: 38px;
		vertical-align: middle;
		float:left;
		margin-right:15px;
	}
	html body .navbar-brand{
		font-size:24px;
		line-height:34px;
	}
.menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-family: arial,verdana,trebuchet,sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    padding-right: 15px;
    /*border-right: 1px solid black;*/
}

#portfolios.menu-item {
	border-left: 1px solid black;
}

.menu-item:hover, .menu-item:focus {
	background-color: #e8e8e8;
	text-decoration: none;
	color: black;
}

@media (max-width: 1000px) {
	.menu-item {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 15px;
	    font-family: arial,verdana,trebuchet,sans-serif;
	    font-size: 16px;
	    font-weight: 300;
	    color: #000;
	    display: block;
	    width: 100%;
	    padding-right: 15px;
	    border-right: none;
	}

	#portfolios.menu-item {
		border-left: none;
	}
}

	form.menu-item {
		margin:0px;
		padding:0px;
	}

	.menu-item a:hover, .menu-item a:focus {
		text-decoration: none;
	}

	#searchForm {
		/*padding-top: 10px;
		padding-left: 10px;*/
	}

	.extra-search {
		padding-top: 40px;
	}

	.navbar-brand {
		padding: 5px 15px !important;
	}


	.search-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	}

	.search-button:hover {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
		background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
		background-color:#68a54b;
	}

	.search-button:active {
		position:relative;
		top:1px;
	}


	.menu-item a,
	.menu-item a:active,
	.menu-item a:visited {
		text-decoration:none;
		color: #000;
	}

	.menu-item a:hover,
	.menu-item a:visited:hover {
		color: black;
	}

	div.account-mgmt {
		border:1px solid #333366;
		padding:0px;
		margin:0px;
		width:125px;
	}

	div.account-mgmt-header {
		background-color:#ffffff;
		padding:3px;
		color:#333366;
	}

	div.account-mgmt-item {
		padding:3px;
		color:#ffffff;
	}
/* END LEFT MENU STYLES
 ********************************************/

/*********************************************
 * START PAGE NAVIGATION STYLES              */
	div.page-nav {
		/*border-bottom: 1px solid #333366;*/
		/*padding-bottom: 15px;
		margin-bottom:10px;
		padding-top: 40px;*/
		float:left;
	}

	div.page-nav div.page-nav-left {
		float:left;
	}

	div.page-nav div.page-nav-right {
		float:left;
	}
/* END PAGE NAVIGATION STYLES
 ********************************************/

/*********************************************
 * START GRID STYLES                  */
	body.galleryGrid {
		font-size: 19px;
		font-weight: 400;
		color: #1a1a1a;
		margin: 2px 0;
		padding: 2px 0;
	}

	.galleryGrid a.noColor {
		text-decoration: none;
		color: inherit;
	}
/* END GRID STYLES
 ********************************************/

/*********************************************
 * START RECORD LIST STYLES                  */
	td.list-heading {
			background-color: #333366;
			padding: 2px;
			vertical-align: top;
	}

	.list-heading a,
	.list-heading a:active,
	.list-heading a:visited {
			color: #ffffff;
	}

	.list-heading a:hover,
	.list-heading a:visited:hover {
			color: #cccccc;
	}

	td.list-row {
			padding: 2px;
			border-bottom: 1px solid #9999CC;
			vertical-align: top;
	}

	div.list-row {
			padding: 2px;
			border-bottom: 1px solid #9999CC;
			vertical-align: top;
	}
/* END RECORD LIST STYLES
 ********************************************/

/*********************************************
 * START FILTER BOX STYLES                   */
#filterBox {
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #333366;
	display: block;
	width: 200px;
	position: absolute;
	top: 132px;
	right: 0;
	z-index: 10;
	cursor: pointer;
}

#filterBox #title {
	font-size: 12px;
	font-weight: bold;
}

#filterForm {
	display: none;
}

.filterField {
	border-top: 1px solid black;
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 4px;
	margin-top: 4px;
}

.fieldName {
	/* font-size: 12px; */
	/* color: #333366; */
	/* font-weight: normal; */
	margin: none;
}

.field-hover {
	font-weight:bold;
	text-transform:uppercase;
}

.filterValues {
	padding-left: 8px;
	margin-top: 2px;
	background-color: #ffffff;
}

.filterValues p {
	border-top: 1px solid darkgray;
}

.filterValues a {
	text-decoration: none;
	color: black;
}

.filterValues p {
	padding-top: 4px;
	margin: 0px 0px 2px 0px;
	font-size: 13px;
}

#title a {
	text-decoration: none;
}

#triangle {
	margin-right: 2px;
	padding: none;
}

/********** Miscellaneous ****************/

.kiosk-grid .grid-item{
	margin-bottom:30px;
}

 /* Setting to make images on the ObjectInfo.htm display horizontally on the page. */
.smallImageList{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 0 -15px;
	padding:0;
	}

.smallImageList li{
	float:left;
	margin:0 0 15px 15px;
	padding:0;
	list-style:none;
	}

.smallImageList li .listImageLink{
	height:70px;
	display:block;
	}

.smallImageList li a+a{
	display:block;
	margin-top:10px;
	}

div.thumb-page {
		border-bottom: 1px double #333366;
		height: 130px;
	}

div.thumb-text {
		width:350px;
		padding-left: 10px;
		float: left;
	}


@media print {

 #accordion > * {display:block !important;}

}

/*********************************************
 * Google MAP STYLES                   */

.popin{
  background:#fff;
  padding:15px;
  box-shadow: 0 0 20px #999;
  border-radius:2px;
}

#map,
#panorama {
  height:300px;
  background:#6699cc;
}
html body .navbar-default{
	background:none;
}
html body .navbar-nav.navbar-right{
	margin-top:68px;
}
.contentWrap{
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}
#searchForm{
	position:relative;
}
#searchForm input[type="text"]{
	width:100%;
	height:75px;
	font-size:22px;
	font-weight:bold;
	border:1px solid #ccc;
	padding:15px;
}
#searchForm .search-button{
position: absolute;
    right: 0;
    top: 0;
    /* bottom: 0; */
    /* padding: 0; */
    height: 75px;
    background: none;
    border: none;
    width: 75px;
    padding: 0;
    text-indent: -9999px;
	z-index:11;
	background:transparent;
}
.search-icon-placeholder{
    position: absolute;
	z-index:10;
    right: 0;
    top: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 32px;
}
.search-icon-placeholder i{
	color:#ccc;
	line-height:75px;
}
.pageHeader{
	text-align:center;
	margin:0 0 30px;
}
.pageHeader h1{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.pageHeader h2{
	font-size:28px;
	margin-top:5px;
}
.recordCount{
	text-align:center;
}
@media (min-width: 1630px){
	.container{
		width:1600px !important;
	}
}
.resultsHeader{
    display: block;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 30px 0;
}
