form{
	display:inline;
}



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


.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 */
/* ------------------------------------- */

#topBar{
	width:920px;
	margin: 0px auto 0px auto;
	text-align:right;
	padding:3px 0px 3px 0px;
	color:#EDEDED;
}
#topBar a{
	padding-left:10px;
	color:#EDEDED;
	text-decoration:none;
}
#topBar form{
	padding-left:8px;
}
#topBar a:hover{
	color:#cccccc;
}




/* -------------------------------------------------*/
/* tooltips / Rollovers */
/* -------------------------------------------------*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #323232;
	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: 360px;
	text-align: left;
}
.tooltipText{ /* used in gallery */
	text-align:center;
	padding:10px;
	font-size:12px;
	width:400px;
}

/* ------------------------------------- */
/*  HOME PAGE */
/* ------------------------------------- */
#hpText{
	width:270px;
	float:right;
	margin-left:15px;
	padding-top:15px;
	line-height:1.5em;
}
#hpText div{
	margin-bottom:10px;
}
#hpText #featuredLabel{
	font-size:10px;
	font-style:italic;
	color:#333333;
}
#hpFeatured{
	float:left;
	margin: 0px 0px 0px 0px;
	width:615px;
}
#hpFeatured .title{
	font-size:16px;
	font-weight:normal;
	color: #000000;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	
}
#hpFeatured table{
	border: 1px solid #999999;
	width:100%;
	height:485px;
}
.hpRss{
	clear:both;
	padding-top:5px;
}
#quickLinkItems{
	clear:both;
	margin-top: 15px;
	font-size:14px;
}

#quickLinkItems .quickLinkItem{
	float:left;
	margin: 0px 15px 0px 0px;
	width:195px;
}
#quickLinkItems .quickLinkItem .title{
	font-size:14px;
	font-weight:normal;
	color: #000000;
	margin:15px 0px 0px 0px;
	font-weight:bold;
	
}
#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: 1px solid #999999;
	width:100%;
	height:195px;
}
#quickLinkItems #hpBrowse{
	border: 1px solid #999999;
	padding: 5px;
	line-height:1.5em;
	font-size:12px;
	float:left;
	width:255px;
	margin:34px 0px 0px 15px;
}

/* ------------------------------------- */
/*  free text - about page, browse intro */
/* ------------------------------------- */

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

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

/* ------------------------------------- */
/* Detail pages */
/* ------------------------------------- */
#detailBody #pageNav {
	float:right;
	margin:0px;
	text-align:right;
	width: 250px;
	padding:5px 0px 0px 20px;
	font-size:14px;
	color: #E2E2E2;
	font-weight:bold;
}
#detailBody #pageNav a{
	text-decoration:none;
}
#detailBody #leftCol{
	float:left;
	width: 390px;
	font-size: 11px;
	text-align:left;
}
#objDetailRelObjects td.imageIcon{
	width: 72px;
	padding-bottom:10px;
}
#detailBody #leftCol .unit{
	font-size: 14px;
	margin-bottom: 40px;
}
	#detailBody #leftCol .identifier {
		margin-bottom: 20px;
	}
		#detailBody #leftCol .identifier p {
			font-size: 18px;
		
		}
	#detailBody #leftCol .description {
		margin-bottom: 40px;
	}
#detailBody #rightCol{
	width:580px;
	text-align:left;
	float:right
}
/* nav bar on details with thumbnail grid */
#detailNavBar{
	margin:10px 0px 15px 0px;
	text-align:center;
	padding:8px 10px 5px 10px;
	height:15px;
	text-align:left;
}
#detailNavBar a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#detailNavBar #next{
	float:right;
}
#detailNavBar #previous{
	float:left;
}
/* image on - object detail */
#objDetailImage {
	margin-bottom: 10px;
	text-align: center;
}
#objDetailImageNav{
	padding: 10px 0 0;
	text-align: right;
}
#objDetailImageNav a.zoom-in {
	background: url('../img/icon-zoom-in.png') no-repeat 100% 0;
	display: inline-block;
	height: 19px;
	padding: 0 23px 0 0;
}
/* Related Objects - Detail Page */
#detailBody .related-objects {}
	#detailBody .related-objects li {
		float: left;
		margin: 0 4px 5px 0;
	}
/* 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 .comment{
	margin: 0px;
	font-size:12px;
	line-height: 1.3em;
}
#objUserData .byLine{
	margin: 4px 0px 20px 30px;
	font-size:11px;
	font-style:italic;
}
#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;
}
#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%;
}
#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{
	
}
#caAdvancedSearchForm input {
	
}
#caAdvancedSearchForm input[type="text"] {
	width: 170px;
}
#caAdvancedSearchForm textarea {
	
}
#caAdvancedSearchForm input[type="textarea"] {
	
}
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 */
/* ------------------------------------- */
#searchNavBg{
	
}
.searchNav{
	
}
.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 #828282;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-align:center;
}
.searchNav .nav{
	float:right;
	text-align:right;
	width:240px;
}
.searchnav a img{
	vertical-align: middle;
	margin-bottom:2px;
}
.searchNav a{
	font-family: Arial, sans-serif;
	font-size:14px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
.searchNav a:hover{
	color: #828282;
}
.searchNav .linkOff{
	font-family: Arial, sans-serif;
	font-size:14px;
	color: #B1B1B1;
	font-weight:bold;
	text-decoration:none;
}
.sectionBox{
	clear: both;
	padding-top:10px;
}
/* secondary SEARCH results */
.searchSecSpacer{
	float:left;
	width:2%;
}
.searchSec{
	float:left;
	width:470px;
	padding:5px 0px 35px 0px;
}
.searchSec H1{
	padding-left:20px;
	font-stretch: condensed;
	text-transform: uppercase;
}
.searchSecNav{
	clear:both;
	background-color: #EFEFEF;
	margin: 0px;
	padding:15px 20px 10px 20px;
	font-size:13px;
	text-align:left;
}
.searchSecNav H3{
	margin-bottom:0px;
	line-height: 20px;
	font-stretch: condensed;
	text-transform: uppercase;
}
.searchSecNav .nav{
	float:right;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}
.searchSecNav a{
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #2a79b2;
	font-weight:bold;
	text-decoration:none;
}
.searchSecNav a:hover{
	color: #828282;
}
.searchSec .results{
	padding: 10px 20px 10px 20px;
	line-height:1.6em;
}
.searchSec .results a{
	color:#2a79b2;
}
.searchSec .results .secondaryResult{
	float:left;
	width:215px;
	height: 1.5em;
	overflow:hidden;
}


/* thumbnail view  - also used in details with thumbnail grid */
.searchResultTd{
	width:130px;
	padding: 0px 0px 10px 0px;
}
.searchThumbBg{
	background-color:#efefef;
	width:120px;
	height:120px;
	margin:5px 0px 5px 0px;
	position: relative;
}
.searchThumbCaption{
}
.searchThumbCaption a{
}
.searchThumbCaption a:hover{
}

/* full results STYLES ARE in STYLE.CSS */

/* 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;
}

/* search/browse options box - horizontal show hide */
#showOptions{
	display: none;
}
#hideOptions{
	display: none;
}
#searchOptionsBox{
	position:relative;
	zoom: 1;
}
#browse #searchOptionsBox{	/* need extra space above this box in the browse */
	margin: 0px 0px 0px 0px;
}

#searchOptionsBox .unit{
	color:#828282;
	margin: 0 0 20px;
}
	#searchOptionsBox .unit span {
		font-size: 12px;
		padding: 0 10px 0 0;
	}
#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{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
#searchOptionsBox .bg{
	background-color: #efefef;
	border:0px;
	padding:20px;
	zoom: 1;
}
#searchOptionsBox .apply {
	
}
#searchOptionsBox .apply a{
	
}

/* search refine controls - horizontal show hide */
#showRefine{
	display: block;
	float:right;
	margin: 1px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	font-size:9px;
	
}
#searchRefineBox{
	clear:both;
	margin: 2px 0px 0px 0px;
	font-size:12px;
	color:#828282;
}
#searchRefineBox .bg{
	background-color: #efefef;
	border:0px;
	padding:10px 20px 10px 20px;
}

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

#searchRefineParameters{
	font-size:12px;
}
#searchRefineParameters .heading{
}
#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{
	background-color: #F5F5F5;
	border: 1px solid #E2E2E2;
	padding:10px;
	margin:0px 0px 15px 0px;
}
#loginForm div, #registerForm div{
	margin-top: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;
}
#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;
}

/* ------------------------------------- */
/* 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:700px;
}
#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{   
	margin-top: 50px;
	text-align:center;
}
#galleryOverlayImageCaption{   
	margin: 0 auto;
	padding:10px 0px 0px 0px;
	text-align: left;
	width: 500px;
}
.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{
	text-transform: uppercase;
	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{
	text-transform: uppercase;
	font-size:14px;
	font-weight:bold;
	color: #828282;
	margin:3px 0px 0px 0px;
	text-decoration:none;
	float:right;
}
.favoritesColumn a.title:hover{
	color: #000000;
}
#featuredCol #scrollFeatured, #userFavsCol #scrollUserFavs, #mostViewedCol #scrollMostViewed, {
	height:600px;
	overflow:hidden;
	position:relative;
}
#featuredCol #scrollFeatured #scrollFeaturedContainer, #userFavsCol #scrollUserFavs #scrollUserFavsContainer, #mostViewedCol #scrollMostViewed #scrollMostViewedContainer, #recentlyAddedCol #scrollRecentlyAdded #scrollRecentlyAddedContainer{
	position:relative;
}




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

/* landing page */
#facetList{
	padding:10px;
}
.startBrowsingBy{
	color: #828282;
	font-size:11px;
}
.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;
}

/* browse controls when browse has been initiated */
#browseControls{
	margin:0px 0px 10px 0px;
}
#refineBrowse{
	margin:10px 0px 5px 0px;
}
#refineBrowse .refineHeading{
	font-weight:bold;
	color:#000000;
	font-size:14px;
}

#browseCriteria{
	margin:0px;
	color:#828282;
}
#browseCriteria .criteriaHeading{
	font-weight:bold;
	color:#828282;
	font-size:12px;
}
#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:12px;
}
#browseCriteria a.startOver:hover{
	color:#828282;
	text-decoration:underline;
}



/**/

/* - browse formatting for HORIZONTAL_BOXES - */

#browse #browseCriteria{
	margin: 20px auto 13px auto;
}
#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 --- */
.browseSelectPanel, #browse .browseSelectPanel {  /* used in browse and details with browse */
	position: absolute; 
	top: 100px; 
	left: 50%; 
	background-color: #FFFFFF; 
	width: 840px; 
	height: 430px; 
	display: none;
	margin-left: -450px;
	padding: 40px;
}
#browseFacetGroupingControls{ /*  used in browse and details with browse */
	color: #303030;
	float:right;
	font-size: 14px;
	text-transform:uppercase;
}
#browseFacetGroupingControls a{ /*  used in browse  and details with browse */
	text-transform:uppercase;
}
#browseFacetGroupingControls a.nav-on{ /*  used in browse and details with browse */
	color: #036;
}
.browseSelectPanel #title{ /*  used in browse and details with browse */
	font-size: 34px;
	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;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	height: 18px;
	overflow:hidden;
	width: 840px;
	margin: 0 0 20px;
}
#browseSelectPanelHeader a { /*  used in browse and details with browse */
	text-decoration:none;
	text-transform:uppercase;
	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: 818px;
	height: 320px;
	overflow: auto;
	padding: 0px 10px 10px 10px;;
	color:#333333;
}


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


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

.listDivide{ /*  used in browse and details with browse */
	height:1px;
}

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 */
	color: #303030;
	font-size: 14px;
}

a.browseSelectPanelButton {   /*  used in browse and details with browse */
	background-image: url("../img/close-btn.png");
	background-repeat:no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	width:23px;
	height:26px;
	text-decoration:none;
}

a.browseSelectPanelButton:hover {
}

a.browseSelectPanelLink { /*  used in browse and details with browse */
	font-size: 14px;
}

a.browseSelectPanelLink:hover { /*  used in browse and details with browse */

}


/* overlay (for object representations) */
#caMediaPanel {
	position: fixed; 
	top: 25px; 
	left: 50%; 
	background-color: #FFFFFF; 
	width: 840px; 
	height: 600px; 
	display: none;
	margin-left: -430px;
	padding: 20px;
}
#caMediaPanel #close{
	float: right;
	right: 10px;
	top: 10px;
	width:23px;
	height:26px; 
	background-image: url("../img/close-btn.png");
	background-repeat:no-repeat;
	position: absolute;
}
#caMediaPanel #close a{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration:none;
	font-size:15px;
}
#caMediaOverlayContent {
	margin-top: 5px;
	margin-left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
}

div.caMediaOverlayControls {
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 9px;
	margin-left: 0px;
	height: 25px;
	border-bottom:2px solid #ededed;
}

select.caMediaOverlayControls {
	font-size: 9px;
}
#caMediaOverlayThumbnails{
	padding: 10px 0px 0px 0px;
	text-align:center;
	height:90px;
	width:840px;
	overflow:auto;
}
#caMediaOverlayThumbnails img{
	margin:0px 1px 0px 1px;
}
#caMediaOverlayThumbnails div{
	margin:0px auto 0px auto;
}

/* 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;
}