form{
  display:inline;
}

body {
  font-family: Helvetica, sans-serif;
  font-size:12px;
  color: #CEDBDB;
  background: url(../graphics/bg-solid.jpg) top left no-repeat;
  background-color:#2B2F30;
  margin: 0px 0px 20px 0px;
  padding:0px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

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

p, div{
  font-family: Helvetica, sans-serif;
  color: #2B2F30;
  line-height:1.3em;
}
h1{
  font-family: Helvetica, sans-serif;
  font-size:20px;
  font-weight:bold;
  color: #2B2F30;
  margin:0px 0px 7px 0px;
  line-height:1.1em;
}
h2{
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size:14px;
  font-weight:normal;
  color: #2B2F30;
  margin:0px 0px 3px 0px;
  line-height:1.1em;
}
h3{
  font-family: Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  color: #2B2F30;
  margin:0px 0px 3px 0px;
  line-height:1.1em;
}
h3 a{
  tet-decoration:none;
}
a{
  text-decoration:underline;
  color: #2B2F30;
}
a:hover{
  text-decoration:underline;
  color: #6B8586;
}
.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: #849394;
}
.notificationMessage{
  color: #CA1919;
  font-size:14px;
  font-weight:bold;
  margin:10px 0px 10px 0px;
  padding:5px;
  background-color: #849394;
  margin-left: auto;
  margin-right: auto;
  width: 890px;
}
.divide{
  height:3px;
  background-color:#849394;
  margin: 2px 0px 2px 0px;
}
.bg {
  background-color: #849394;
  border: 1px solid #6B8586;
  padding:10px;
}
.caption{
  font-size:12px;
  text-align:left;
}
a.caption{
  font-size:12px;
  color: #6B8586;
  text-decoration:underline;
}
a.caption:hover{
  color: #2B2F30;
}


/* ------------------------------------- */
/* page structure */
/* ------------------------------------- */
#pageArea{
  width:900px;
  margin: 0px auto 0px auto;
  background-color:#849394;
  padding:0px 10px 10px 10px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#topBar{
  width:920px;
  margin: 0px auto 0px auto;
  text-align:right;
  padding:3px 0px 3px 0px;
  color:#6B8586;
}
#topBar a{
  padding-left:10px;
  color:#CEDBDB;
  text-decoration:none;
}
#topBar form{
  padding-left:8px;
}
#topBar a:hover{
  color:#6B8586;
}
#header{
  text-align:left;
  padding:10px 0px 0px 0px;
}
#header a{
  text-decoration:none;
}
#header a:hover{
  color:#6B8586;
  text-decoration:none;
}
#nav{
  text-align:left;
  background-color:#849394;
  padding: 10px 25px 7px 25px;
  margin:0px 0px 15px 0px;
  line-height:1em;
  -moz-border-radius: 15px;
  border-radius: 15px;  
}
#nav a{
  font-size:16px;
  font-weight: bold;
  color: #CEDBDB;
  text-decoration:none;
  margin: 0px 29px 0px 0px;
  text-transform: uppercase;
  line-height:1em;
}
#nav a:hover{
  color: #464E4E;
  text-decoration:none;
}
#nav #search{
  width:340px;
  float:right;
  text-align:right;
  margin-top:-2px;
}
#nav #search input {
  font-size:12px;
  font-weight: normal;
  padding: 0px 2px 0px 2px;
  border: 0px;
  width:175px;
  margin-right:8px;
  margin-left:15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#nav #search input[type="text"] {
  font-size:12px;
  font-weight: normal;
  padding: 0px 2px 2px 2px;
  border: 0px;
  width:175px;
}
#nav #search a{
  float:right;
  font-size:16px;
  color: #EDEDED;
  font-weight:normal;
  text-decoration:none;
  margin: 2px 0px 0px 0px;
  font-weight:bold;
  line-height:1em;
}
#nav #search a:hover{
  color: #FFFFFF;
}
#footer{
  width: 920px;
  margin: 2px auto 10px auto;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
}
#footer a{
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
}
/* -------------------------------------------------*/
/* "Searchlight" autocomplete search results styles */
/* -------------------------------------------------*/
div.searchlight-header{
  size:12px;
  font-weight:bold;
  text-transform:uppercase;
  color:#333333;
  background-color:#E4E4E4;
  padding:3px;
}
div.searchlight-item{
  size:12px;
  color:#333333;
  padding:3px 3px 8px 3px;
  background-color:#FFFFFF;
}
div.searchlight-item a{
  size:12px;
  color:#333333;
  text-decoration:none;
}
div.searchlight-item a:hover{
  text-decoration:underline;
}
div.searchlight-results-wrapper {
    color: #333333;
    border: 1px solid #333333;
    margin: -1px;
    overflow: hidden;
}

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

/* -------------------------------------------------*/
/* 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:#464E4E;
}
#hpFeatured{
  float:left;
  margin: 0px 0px 0px 0px;
  width:615px;
}
#hpFeatured .title{
  font-size:16px;
  font-weight:normal;
  color: #2B2F30;
  margin:0px 0px 0px 0px;
  font-weight:bold;
  
}
#hpFeatured table{
  border: 1px solid #6B8586;
  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:185px;
}
#quickLinkItems .quickLinkItem .title{
  font-size:14px;
  font-weight:normal;
  color: #2B2F30;
  margin:15px 0px 0px 0px;
  font-weight:bold;
  
}
#quickLinkItems .quickLinkItem a.more{
  font-size:12px;
  font-weight:normal;
  color: #2B2F30;
  margin:2px 0px 0px 0px;
  text-decoration:none;
}
#quickLinkItems .quickLinkItem a.more:hover{
  color: #6B8586;
}
#quickLinkItems .quickLinkItem table{
  border: 1px solid #6B8586;
  width:100%;
  height:195px;
}
#quickLinkItems #hpBrowse{
  border: 1px solid #6B8586;
  padding: 5px;
  line-height:1.5em;
  font-size:12px;
  float:left;
  width:285px;
  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: #849394;
  font-weight:bold;
}
#detailBody #pageNav a{
  text-decoration:none;
  color: #464E4E;
}
#detailBody #pageNav a:hover {
  color: #849394;
}
#detailBody #leftCol{
  float:left;
  width: 300px;
  font-size: 11px;
  text-align:left;
}
#objDetailRelObjects td.imageIcon{
  width: 72px;
  padding-bottom:10px;
}
#detailBody #leftCol .unit{
  margin-bottom:12px;
}
#detailBody #leftCol #description{
  margin-top:12px;
}
#detailBody #rightCol{
  width:580px;
  text-align:left;
  float:right
}
/* nav bar on details with thumbnail grid */
#detailNavBar{
  background-color: #464E4E;
  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;
  color: #FFFFFF;
}
#detailNavBar #next{
  float:right;
}
#detailNavBar #previous{
  float:left;
}
/* image on - object detail */
#objDetailImage{
  margin-bottom:10px;
  text-align:center;
}
#objDetailImageNav {
  background-color: #464E4E;
  margin:0px 0px 15px 0px;
  font-size:12px;
  text-align:center;
  padding:5px 10px 8px 10px;
  height:15px;
  text-align:left;
}
#objDetailImageNav{
  text-decoration:none;
  font-size:14px;
  color: #FFFFFF;
  font-weight:bold;
}
#objDetailImageNav a {
  text-decoration:none;
  color: #FFFFFF;
}

/* user comment/rank form */
#objUserData #ranking, #objUserData #tags{
  margin-bottom:12px;
}
#objUserData #numComments{
  float:right;
  font-size:12px;
  color: #2B2F30;
  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:12px;
  font-style:italic;
}
#objUserData .formLabel{
  font-weight:bold;
  margin: 10px 0px 3px 0px;
}
#objUserData input {
  font-size:12px;
  font-weight: normal;
  padding: 0px 2px 0px 2px;
  margin: 0px;
  border: 1px solid #464E4E;
  width:574px;
}
#objUserData input[type="text"] {
  font-size:12px;
  font-weight: normal;
  padding: 2px 2px 2px 2px;
  margin: 0px;
  border: 1px solid #464E4E;
  width:574px;
}
#objUserData textarea {
  font-size:12px;
  font-weight: normal;
  padding: 0px 2px 0px 2px;
  margin: 0px;
  border: 1px solid #464E4E;
  width:574px;
}
#objUserData input[type="textarea"] {
  font-size:12px;
  font-weight: normal;
  padding: 2px 2px 2px 2px;
  margin: 0px;
  border: 1px solid #464E4E;
  width:100%;
}
#objUserData form a{
  text-transform:uppercase;
  font-size:14px;
  color: #464E4E;
  font-weight:bold;
  text-decoration:none;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
#objUserData form a:hover{
  color: #2B2F30;
  text-decoration:none;
}

/* ------------------------------------- */
/*  ADVANCED SEARCH FORM */
/* ------------------------------------- */
#caAdvancedSearchForm{
  background-color: #849394;
  padding:10px 10px 0px 10px;
  margin:0px 0px 15px 0px;
}
#caAdvancedSearchForm input {
  font-size:12px;
  font-weight: normal;
  padding: 0px 2px 0px 2px;
  margin: 0px;
  border: 1px solid #464E4E;
}
#caAdvancedSearchForm input[type="text"] {
  font-size:12px;
  font-weight: normal;
  padding: 2px 2px 2px 2px;
  margin: 0px;
  border: 1px solid #464E4E;
}
#caAdvancedSearchForm textarea {
  font-size:12px;
  font-weight: normal;
  padding: 0px 2px 0px 2px;
  margin: 0px;
  border: 1px solid #464E4E;
}
#caAdvancedSearchForm input[type="textarea"] {
  font-size:12px;
  font-weight: normal;
  padding: 2px 2px 2px 2px;
  margin: 0px;
  border: 1px solid #464E4E;
}
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: #464E4E;
  font-weight:bold;
  text-decoration:none;
}
#caAdvancedSearchForm #buttons a:hover{
  color: #545454;
  text-decoration:none;
}

/* ------------------------------------- */
/*  SEARCH/ BROWSE RESULTS */
/* ------------------------------------- */
#searchNavBg{
  clear:both;
  background-color: #849394;
}
.searchNav{
  text-align:center;
  margin: 0px;
  padding:6px 10px 5px 10px;
  font-size:13px;
  margin-left: auto;
  margin-right: auto;  
}
.searchNav form{
  float:left;
  text-align:left;
  width:220px;
  margin:0px;
  display:inline;
}
.searchNav form input[type="text"]{
  font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border:1px solid #464E4E;
  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: #2B2F30;
  font-weight:bold;
  text-decoration:none;
}
.searchNav a:hover{
  color: #464E4E;
}
.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:430px;
  padding-top:5px;
  height:250px;
}
.searchSecNav{
  clear:both;
  background-color: #849394;
  margin: 0px;
  padding:6px 10px 5px 10px;
  font-size:13px;
  text-align:left;
}
.searchSecNav .nav{
  float:right;
  text-align:right;
  font-weight:bold;
  font-size:14px;
}
.searchSecNav a{
  font-family: Arial, sans-serif;
  font-size:14px;
  color: #2B2F30;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}
.searchSecNav a:hover{
  color: #464E4E;
}
.searchSec .results{
  padding: 10px;
  line-height:1.6em;
}
.searchSec .results a{
  color:#2B2F30;
}


/* thumbnail view  - also used in details with thumbnail grid */
.searchResultTd{
  width:130px;
  padding: 0px 0px 10px 0px;
}
.searchThumbBg{
  border:1px solid #6B8586;
  width:130px;
  position: relative;
}
.searchThumbCaption{
  color: #2B2F30;
  padding:3px 0px 0px 0px;
  font-size:12px;
  text-align:left;
}
.searchThumbCaption a{
  color: #2B2F30;
  width:130px;
  padding:3px 0px 0px 0px;
  font-size:12px;
  text-decoration:none;
}
.searchThumbCaption a:hover{
  color: #6B8586;
}

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

/* search/browse options box - horizontal show hide */
#showOptions{
  float:right;
  margin: 1px 2px 0px 10px;
  text-decoration:none;
  text-transform:uppercase;
  color:#464E4E;
  font-size:12px;
  
}
#hideOptions{
  position:absolute;
  right:20px;
  top:20px;
  margin: 3px 0px 0px 10px;
  text-decoration:none;
  text-transform:uppercase;
  color:#464E4E;
  font-size:12px;
  
}
#searchOptionsBox{
  position:relative;
  clear:both;
  margin: 0px 0px 0px 0px;
  display:none;
  font-size:12px;
  color:#464E4E;
}
#browse #searchOptionsBox{  /* need extra space above this box in the browse */
  margin: 10px 0px 0px 0px;
}
#searchOptionsBox .col{
  float:left;
  width:38%;
  color:#464E4E;
}
#searchOptionsBox .col .unit{
  float:left;
  padding:0px 20px 20px 10px;
  color:#464E4E;
}
#searchOptionsBox .layout{
  float:left;
  width:62%;
  color:#464E4E;
  
}

#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:#2B2F30;
  margin-bottom:10px;
}
#searchOptionsBox .bg{
  background-color: #849394;
  border:0px;
  padding:20px 20px 10px 20px;
}
#searchOptionsBox .apply{
  margin:0px -20px 0px -20px;
  border-top:2px solid #F1F1F1;
  padding:10px 10px 0px 10px;
  text-align:center;
}
#searchOptionsBox .apply a{
  text-decoration: none;
  font-weight:bold;
  font-size:14px;
  color:#2B2F30;
  text-transform:uppercase;
}

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

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

#searchRefineParameters{
  float:left;
  padding:3px 0px 0px 3px;
  color:#666666;
}
#searchRefineParameters .heading{
  font-style:italic;
  color:#333333;
}
#searchRefineParameters a.button{
  color: #666666;
  font-size:12px;
  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:#6B8586;
  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 #849394;
  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: #464E4E;
  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 #464E4E;
}
#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 #464E4E;
}

/* ------------------------------------- */
/* 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:#849394;
}
#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:12px;
  text-decoration:underline;
}
/* set detail */
#gallerySetDetail #setItemsGrid{
  float:left;
  width:620px;
}
#gallerySetDetail #setItemsGrid .textContent{
  padding:0px 10px 0px 0px;
  margin-top:0px;  
}
#gallerySetDetail #setItemsGrid .textContent p{
  padding:0px;
  margin:0px;
}
#gallerySetDetail .setItem{
  float:left;
  margin:0px 6px 6px 0px;
  width:200px;
  height:120px;
  background-color:#849394;
}
#gallerySetDetail #allSets{
  width:270px;
  float:right;
  margin:15px 0px 0px 10px;
  border-bottom:2px solid #849394;
}
#gallerySetDetail #allSets .setInfo{
  padding: 5px 10px 5px 4px;
  margin:0px;
  border-top:2px solid #849394;
}
#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:#464E4E;
}

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

/* ------------------------------------- */
/*  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: #464E4E;
  margin:5px 0px 5px 0px;
  text-decoration:none;
}
.favoritesColumn a.title{
  text-transform: uppercase;
  font-size:14px;
  font-weight:normal;
  color: #464E4E;
  margin:15px 0px 5px 0px;
  text-decoration:none;
}
.favoritesColumn a.title:hover{
  color: #2B2F30;
}
.favoritesColumn table{
  width:180px;
  height:200px;
  margin: 0px 0px 0px 0px;
}
.favoritesColumn a.more{
  text-transform: uppercase;
  font-size:14px;
  font-weight:bold;
  color: #464E4E;
  margin:3px 0px 0px 0px;
  text-decoration:none;
  float:right;
}
.favoritesColumn a.title:hover{
  color: #2B2F30;
}
#featuredCol #scrollFeatured, #userFavsCol #scrollUserFavs, #mostViewedCol #scrollMostViewed, #recentlyAddedCol #scrollRecentlyAdded{
  height:600px;
  overflow:hidden;
  position:relative;
}
#featuredCol #scrollFeatured #scrollFeaturedContainer, #userFavsCol #scrollUserFavs #scrollUserFavsContainer, #mostViewedCol #scrollMostViewed #scrollMostViewedContainer, #recentlyAddedCol #scrollRecentlyAdded #scrollRecentlyAddedContainer{
  position:absolute;
}





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

/* landing page */
#facetList{
  padding:10px;
}
.startBrowsingBy{
  color: #464E4E;
  font-size:12px;
}
.facetHeadingLink{
  margin-bottom:5px;
}
.facetHeadingLink a{
  font-weight:bold;
  font-size:15px;
  text-decoration:underline;
  color: #464E4E;
  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:#2B2F30;
  font-size:14px;
}
#refineBrowse a.facetLink{
  font-size:14px;
  color:#2B2F30;
  text-decoration:underline;
}
#refineBrowse a.facetLink:hover{
  color:#2B2F30;
}
#browseCriteria{
  margin:0px;
  color:#464E4E;
}
#browseCriteria .criteriaHeading{
  font-weight:bold;
  color:#464E4E;
  font-size:12px;
}
#browseCriteria a.close{
  text-transform:uppercase;
  color: #FFFFFF;
  font-size:12px;
  text-decoration:none;
  padding:2px 2px 0px 2px;
  margin:0px 5px 0px 3px;
  background-color:#464E4E;
  line-height:1em;
  font-weight:bold;
}
#browseCriteria a.startOver{
  color:#2B2F30;
  text-decoration:underline;
  font-weight:bold;
  font-size:14px;
}
#browseCriteria a.startOver:hover{
  color:#464E4E;
  text-decoration:underline;
  font-weight:bold;
  font-size:14px;
}



/**/

/* - browse formatting for HORIZONTAL_BOXES - */

#browse #browseCriteria{
  margin: 3px 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 #464E4E;
  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:12px;
  text-decoration:none;
  padding:2px 2px 0px 3px;
  margin:0px 0px 0px 5px;
  background-color:#6B8586;
  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 #464E4E;
  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: #464E4E;
  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: 11px;
}




/* --- browse pop up panels --- */
.browseSelectPanel, #browse .browseSelectPanel {  /* used in browse and details with browse */
  position: absolute; 
  top: 100px; 
  left: 50%; 
  border: 3px solid #2B2F30; 
  background-color: #FFFFFF; 
  width: 900px; 
  height: 400px; 
  display: none;
  margin-left: -450px;
  padding: 10px;
  background-image: url("../graphics/bgStripeBW.gif");
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#browseFacetGroupingControls{ /*  used in browse and details with browse */
  float:right;
  margin: 10px 10px 0px 10px;
  color:#333333;
  text-transform:uppercase;
  font-size: 11px;
}
#browseFacetGroupingControls a{ /*  used in browse  and details with browse */
  text-decoration:none;
  color:#333333;
  text-transform:uppercase;
  font-weight:bold;
  font-size: 11px;
}
#browseFacetGroupingControls a.selected{ /*  used in browse and details with browse */
  text-decoration:underline;
  color:#333333;
  text-transform:uppercase;
  font-size: 11px;
}
.browseSelectPanel #title{ /*  used in browse and details with browse */
  font-size: 34px;
  font-weight:bold;
  text-transform:uppercase;
  color:#333333;
  line-height:1em;
  padding-bottom:5px;
}

.browseSelectPanelContentArea { /*  used in browse and details with browse */
  border: 1px solid #333333;
  background-color: #849394;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

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

#browseSelectPanelHeaderContent {
  position: absolute;
}

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

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


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


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

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

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

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

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

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

a.browseSelectPanelLink { /*  used in browse and details with browse */
  font-size: 12px;
  text-decoration:underline;
  font-weight: bold;
  font-size:12px;
  color:#4c4c4c;
}

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


/* overlay (for object representations) */
#caMediaPanel {
  position: fixed; 
  top: 25px; 
  left: 50%; 
  border: 4px solid #ccc; 
  background-color: #FFFFFF; 
  width: 840px; 
  height: 600px; 
  display: none;
  margin-left: -430px;
  padding: 7px;
}
#caMediaPanel #close{
  float: right;
  width:15px;
  height:15px;
  margin:0px;
  background-image:url("../graphics/x.gif");
}
#caMediaPanel #close a{
  text-decoration:none;
  font-size:15px;
}
#caMediaPanelContentArea {

}



#caMediaOverlayContent {
  margin-top: 15px;
  margin-left: 0px;
  
  text-align: center;
}
#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 #2B2F30;
  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;
}