form{
	display:inline;
}

html, body {
	font-family: 'Josefin Slab', serif;
	font-size:16px;
	color: #000000;
	background-color:lightblue;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

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

p, div{
	font-family: 'Josefin Slab', serif;
	color: #000000;
	line-height:1.3em;
	font-size:16px;
}
h1{
	font-family: 'Paytone One', sans-serif;
	font-size:22px;
	color: #000000;
	margin:0px 0px 7px 0px;
	line-height:1.1em;
}
h2{
	text-transform: uppercase;
	font-family: 'Paytone One', sans-serif;
	font-size:20px;
	color: #000000;
	margin:0px 0px 3px 0px;
	line-height:1.1em;
}
h3{
	font-family: 'Paytone One', sans-serif;
	font-size:18px;
	color: #000000;
	margin:0px 0px 3px 0px;
	line-height:1.1em;
}
h3 a{
	tet-decoration:none;
}

b {
	font-weight:normal;
}

a{
	text-decoration:underline;
	color: #000000;
}
a:hover{
	text-decoration:underline;
	color: #999999;
}
.formErrors{
	color: #CA1919;
	font-family: 'Paytone One', sans-serif;
	font-size:14px;
}
.message{
	color: #CA1919;
	font-family: 'Paytone One', sans-serif;
	font-size:14px;
	margin-bottom:10px;
	padding:5px;
	background-color: #E2E2E2;
}
.notificationMessage{
	color: #CA1919;
	font-size:14px;
	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:14px;
	text-align:left;
}
a.caption{
	font-size:14px;
	color: #999999;
	text-decoration:underline;
}
a.caption:hover{
	color: #000000;
}


/* ------------------------------------- */
/* page structure */
/* ------------------------------------- */

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:none;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#pageArea{
	width:100%;
	background-color:#FFFFFF;
	border:1px solid lightgray;
	box-shadow: 1px 1px 7px #555555;
	border-radius:10px;
	padding:10px 8px 10px 10px;
	min-height: 500px;
	background: white url("../graphics/forme_vecto_gris.png") bottom right no-repeat;
}
#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;
}
#header{
	text-align:left;
	padding:10px 0px 0px 0px;
}
#header a{
	text-decoration:none;
}
#header a:hover{
	color:#000000;
	text-decoration:none;
}
#nav{
	text-align:left;
	background-color:#2a4380;
	padding: 10px 10px 7px 10px;
	margin:10px -11px 15px -11px;
	line-height:1em;
}
#nav a{
	font-size:16px;
	color: #FFFFFF;
	text-decoration:none;
	margin: 0px 29px 0px 0px;
	text-transform: uppercase;
	line-height:1em;
}
#nav a:hover{
	color: #dedede;
	text-decoration:none;
}
#nav #search{
	width:340px;
	float:right;
	text-align:right;
	margin-top:-2px;
}
#nav #search input {
	font-size:14px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	border: 0px;
	width:175px;
	margin-right:8px;
}
#nav #search input[type="text"] {
	font-size:14px;
	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;
	line-height:1em;
}
#nav #search a:hover{
	color: #FFFFFF;
}
#footerSeparator {
	height:80px;
	
}
#footer{
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	color:#FFFFFF;
	font-size:15px;
	background:black;
	padding:10px 10px 20px 10px;
	border-radius:10px 10px 0 0;	
}
#footer a{
	color:#FFFFFF;
}

/* -------------------------------------------------*/
/* "Searchlight" autocomplete search results styles */
/* -------------------------------------------------*/
div.searchlight-header{
	size:12px;
	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:#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;	
}
#hpFeatured table{
	width:100%;
	height:485px;
}
.hpRss{
	clear:both;
	padding-top:5px;
	text-align: right;
}
.hpRss A {
	color:black;
}
#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:20px;
	font-weight:normal;
	color: white;
	background:#e59c5c;
	margin:15px 0px 0px 0px;
	padding:4px 4px 4px 10px;
	border-radius:10px 0px 0px 0px;
	
}
#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 #e59c5c;
	width:100%;
	height:195px;
	background:#ffb473;
	border-radius:00px 0px 10px 0px;	
}
#quickLinkItems #hpBrowse{
	/*border: 1px solid #999999;*/
	padding: 5px;
	line-height:1.5em;
	font-size:18px;
	float:left;
	width:255px;
	margin:34px 0px 0px 15px;
}

#quickLinkItems #hpBrowse b{
	font-weight:normal;
}

/* ------------------------------------- */
/*  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;
}
#detailBody #pageNav a{
	text-decoration:none;
	color: #828282;
}
#detailBody #pageNav a:hover {
	color: #E2E2E2;
}
#detailBody #leftCol{
	float:left;
	width: 300px;
	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: #828282;
	margin:10px 0px 15px 0px;
	text-align:center;
	padding:8px 10px 5px 10px;
	height:15px;
	text-align:left;
}
#detailNavBar a {
	font-size:14px;
	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: #E59C5C;
	margin:0px 0px 15px 0px;
	font-size:12px;
	text-align:center;
	padding:5px 10px 8px 10px;
	height:15px;
	text-align:left;
	border-radius:10px 0px 0px 0px;
}
#objDetailImageNav{
	text-decoration:none;
	font-size:14px;
	color: #FFFFFF;
}
#objDetailImageNav a {
	text-decoration:none;
	color: #FFFFFF;
}

/* user comment/rank form */
#objUserData #ranking, #objUserData #tags{
	margin-bottom:12px;
}
#objUserData h2{
	font-size:15px;
}
#objUserData #numComments{
	float:right;
	font-size:12px;
	color: #000000;
	font-weight:normal;
	text-transform: none;
}
#objUserData .comment{
	margin: 0px;
	font-size:15px;
	line-height: 1.3em;
}
#objUserData .byLine{
	margin: 4px 0px 20px 30px;
	font-size:11px;
	font-style:italic;
}
#objUserData .formLabel{
	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;
	text-decoration:none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#objUserData form a:hover{
	color: #000000;
	text-decoration:none;
}

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

/* ------------------------------------- */
/*  SEARCH/ BROWSE RESULTS */
/* ------------------------------------- */
#searchNavBg{
	clear:both;
	background-color: #E2E2E2;
}
.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: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-size:14px;
	color: #000000;
	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:430px;
	padding-top:5px;
	height:250px;
}
.searchSecNav{
	clear:both;
	background-color: #E2E2E2;
	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: #000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.searchSecNav a:hover{
	color: #828282;
}
.searchSec .results{
	padding: 10px;
	line-height:1.6em;
}
.searchSec .results a{
	color:#000000;
}


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

/* 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: #000000;
	margin:0px 0px 10px 0px;
	text-decoration:none;
}
.searchFullTitle a:hover{
	text-decoration:underline;
}
.searchFullTextTitle{
	font-size:12px;
	color: #000000;
	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:#828282;
	
}
#hideOptions{
	position:absolute;
	right:20px;
	top:20px;
	margin: 3px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#828282;
	
}
#searchOptionsBox{
	position:relative;
	clear:both;
	margin: 0px 0px 0px 0px;
	display:none;
	color:#828282;
}
#browse #searchOptionsBox{	/* need extra space above this box in the browse */
	margin: 10px 0px 0px 0px;
}
#searchOptionsBox .col{
	float:left;
	width:38%;
	color:#828282;
}
#searchOptionsBox .col .unit{
	float:left;
	padding:0px 20px 20px 10px;
	color:#828282;
}
#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-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
#searchOptionsBox .bg{
	background-color: #E2E2E2;
	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:#000000;
	text-transform:uppercase;
}

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

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

#searchRefineParameters{
	float:left;
	padding:3px 0px 0px 3px;
	color:#666666;
}
#searchRefineParameters .heading{
	font-style:italic;
	color:#333333;
}
#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: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:#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{   
	text-align:center;
}
#galleryOverlayImageCaption{   
	text-align:center;
	font-style:italic;
	font-size:11px;
	padding:3px 0px 0px 0px;
}
.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, #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: #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;
}
#refineBrowse a.facetLink{
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}
#refineBrowse a.facetLink:hover{
	color:#000000;
}
#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: 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 #828282;
	font-size: 14px;
	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: 14px;
	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: 14px;
	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: 14px;
	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: 14px;
	font-weight:normal;
	color: #333333;
}
#browse .startOver{   /* Used in browse */
	margin-top:5px;
	font-size: 14px;
	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 {
	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%; 
	border: 3px solid #000000; 
	background-color: #FFFFFF; 
	width: 900px; 
	height: 400px; 
	display: none;
	margin-left: -450px;
	padding: 10px;
	background-image: url("../graphics/bgStripeBW.gif");
}
#browseFacetGroupingControls{ /*  used in browse and details with browse */
	float:right;
	margin: 10px 10px 0px 10px;
	color:#333333;
	text-transform:uppercase;
}
#browseFacetGroupingControls a{ /*  used in browse  and details with browse */
	text-decoration:none;
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
}
#browseFacetGroupingControls a.selected{ /*  used in browse and details with browse */
	text-decoration:underline;
	color:#333333;
	text-transform:uppercase;
}
.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: #FFFFFF;
}

#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: 14px;
	text-decoration:none;
	color:#4c4c4c;
}

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


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

/* Detail pages */
.attributeMediaThumbnail {}
.attributeMediaFileName {display:none;}
.attributeMediaInfo {display:none;}