form{
	display:inline;
}

body {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

/*textarea {
	resize: none;
}*/

/* ------------------------------------- */
/* general styles */
/* ------------------------------------- */

p, div, input, textarea{
	font-size: 14px;
	font-weight:500;
	line-height: 20px;
	color: rgb(46, 34, 31);
	font-family: 'Raleway', sans-serif;
}
h1{
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-size: 34px;
	line-height: 40px;
	color: rgb(0, 103, 148);
}
h2{
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	color: rgb(0, 103, 148);
	clear:both;
	padding:0 0 0 0;
}
h3{
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	color: rgb(0, 103, 148);
	clear:both;
	padding:15px 0 0 0;
}
h3 a{
	text-decoration:none;
}
h4{
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	clear:both;
	padding:0 0 0 0;
	color: #e28c2b;
}
a{
	color: #006794;
	text-decoration: underline;
}

a img {
	border-color: #FFFFFF;
}

.left-box a img {border-color: rgb(230, 229, 220);
}

HR{
	border:1px solid #DEDEDE;
}
.formErrors{
	color: #df7720;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.message{
	color: #df7720;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	background-color: rgb(239, 239, 233);
}
.notificationMessage{
	color: #df7720;
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:5px;
	background-color: rgb(239, 239, 233);
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}
.divide{
	height:3px;
	background-image: url('../graphics/dotted-border.jpg');
	background-repeat: repeat-x;
	margin: 2px 0px 2px 0px;
}
.bg {
	background-color: #F5F5F5;
	border: 1px solid rgb(230, 229, 220);
	padding:10px;
}
.caption{
	font-size:11px;
	text-align:left;
}
a.caption{
	font-size:11px;
	color: #999999;
	text-decoration:underline;
}
a.caption:hover{
	color: #000000;
}
/* Buttons */
.cabutton, .cabutton:visited {
	display: inline-block;
	color: #fff !important; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0 0px 3px #828282;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-family:'neuzeitrmn', Helvetica, sans-serif;
	font-weight:normal;
	background-color:#e28c2b;
	text-transform:uppercase;
}

.cabuttonLarge{ 
	padding: 8px 8px 5px;
	font-size:15px;
	line-height:20px;
}
.cabuttonSmall{ 
	padding: 6px 5px 3px;
	font-size:11px;
	line-height:15px;
}

/* ------------------------------------- */
/* page structure */
/* ------------------------------------- */
#pageArea{
	width:980px;
	margin: 0px auto 40px;
	background-color:#FFFFFF;
	min-height: 500px;
	border: 1px solid gray;
	box-shadow: 3px 6px 21px 14px rgba(95, 95, 95, 0.25);
	-webkit-box-shadow: 3px 6px 21px 14px rgba(95, 95, 95, 0.25);
	-moz-box-shadow: 3px 6px 21px 14px rgba(95, 95, 95, 0.25);
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');w: 2px 2px 6px #444;
}

#header .logo {
	width: 186px;
	float: left;
}

#header #logotext {
	padding: 76px 0 0 33px;
	float:left;
}

.roundedNav {display:none;
}

#header .right-box {
	float: right;
	width: 253px;
	padding: 22px 30px 0;
	font-size:12px;
	font-family: 'Muli', sans-serif;
}
#header .right-box .nysed{font-size:1.2em;
float:right;
}

#header .right-box .nysed a{color:#9B9386; 
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

#header .right-box .social img {margin:5px 0 0 0;
}

#header .right-box ul {
	float: right;
	list-style:none;
	margin:0;
}
#header .right-box ul li {
	float: left;
	padding: 0 0 0 11px;
}
#header .right-box ul li a {
	float: left;
}
#header .right-box .search-box {
	float: left;
	width: 253px;
	height: 24px;
	background-image: url('../graphics/search-bg.jpg');
	margin: 11px 0 0;
}
#header .right-box .search-box input {
	float: left;
	width: 190px;
	height: 15px;
	line-height: 15px;
	font-size:12px;
	font-family: 'Muli', sans-serif;
	padding: 6px 15px 3px 25px;
	background-image: url('../graphics/search.jpg');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color: transparent;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	color: rgb(46, 34, 31);
}
#header .right-box .search-box input.submit {
	width: 23px;
	height: 24px;
	background-image: url('../graphics/submit-bg.jpg');
	background-position: top left;
	padding: 0;
	cursor: pointer;
}

#topBar{
	width:913px;
	margin: 0px auto 0px auto;
	text-align:right;
	padding:3px 7px 0px 0px;
	color:#aaaaaa;
	background-color:#FFFFFF;
	display:none;
}
#topBar a{
	padding-left:10px;
	color:#666666;
	text-decoration:none;
}
#topBar form{
	padding-left:8px;
}
#topBar a:hover{
	color:#cccccc;
}
#lightboxLink{
	position:relative;
	display:inline;
	margin:-5px -7px 0px 0px;
	padding:5px 7px 0px 0px;
}
.lightboxLinkActive{
	-moz-box-shadow: 0px 4px 5px #adadad;
	-webkit-box-shadow: 0px 4px 5px #adadad;
	box-shadow: 0px 4px 5px #adadad;
	background-color:#f5f5f5;
}
#topBar #lightboxList{
	display:none;
	position:absolute;
	top:19px;
	right:0px;
	width:180px;
	text-align:right;
	background-color:#ffffff;
	padding:5px 10px 10px 0px;
	line-height:1.7em;
	color: rgb(126, 117, 105);
	z-index:10000;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 2px 5px #adadad;
	-webkit-box-shadow: 0px 2px 5px #adadad;
	box-shadow: 0px 2px 5px #adadad;
}
#topBar #lightboxList a{
	color: rgb(126,117,105);
	padding-left:0px;
}
#topBar #lightboxList a:hover{
	text-decoration:underline;
}
#header{width:980px;
	text-align:left;
	padding:0px 0px 0px 0px;
}
#header a{
	text-decoration:none;
}
#header a:hover{
	color:#000000;
	text-decoration:none;
}
#nav{clear:both;
	width: 980px;
	float: left;
	background-image: url('../graphics/dotted-border.jpg');
	background-repeat: repeat-x;
	padding: 12px 0 14px;
}
#nav ul {
	width: 980px;
	float: left;
	list-style:none;
	padding:0;
	margin:0;
}
#nav ul li {
	background-image: url('../graphics/li-bg.jpg');
	background-position: center left;
	background-repeat:no-repeat;
	padding: 0 29px;
	margin: 0;
	font-weight: 700; /* 500; */
	font-size: 13px;
	line-height: 16px;
	font-family: 'Raleway', sans-serif;
	float: left;
}
#nav ul li.list-item-one {
	background-image: none;
	padding: 0 29px 0 17px;
}
#nav ul li a {
	color: rgb(0,103,148);
	float: left;
	text-decoration:none;
}
#nav ul li:hover a {
	color: rgb(76,63,54);
}

#TopicBar #objectSearch
{
	float: right;
	width: 253px;
	padding: 0px 30px 0;
}
#TopicBar #objectSearch ul {
	float: right;
}
#TopicBar #objectSearch ul li {
	float: left;
	padding: 0 0 0 11px;
}
#TopicBar #objectSearch ul li a {
	float: left;
}
#TopicBar #objectSearch #search {
	float: left;
	width: 253px;
	height: 24px;
	background-image: url('../graphics/search-blue.jpg');
	margin-top: 11px;
}
#TopicBar #objectSearch #search input {
	float: left;
	width: 190px;
	height: 15px;
	line-height: 15px;
	font-size:12px;
	font-family: 'Muli', sans-serif;
	padding: 6px 15px 3px 25px;
	background-image: url('../graphics/search.jpg');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color: transparent;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	color: rgb(46, 34, 31);
}
#TopicBar #objectSearch #search input.submit {
	width: 23px;
	height: 24px;
	background-image: url('../graphics/submit-blue.jpg');
	background-position: top left;
	padding: 0;
	cursor: pointer;
}

#menuBar{
	width: 962px;
	height: 28px;
	clear:both;
	background-color: rgb(230, 229, 220);
	padding:10px 0 0 18px;
}

#menuBar a {text-decoration:none;
padding-right:15px;
color: rgb(126, 117, 105);
font-weight:600;
text-transform:uppercase;
font-size:13px;
}

#menuBar a:hover {color: rgb(76,63,54);
}

#TopicBar {
	width: 980px;
	height: 44px;
	clear:both;
}
#TopicBar.archive{
	background-color: #e28c2b;
}
#TopicBar.edu{
	background-color: #a1b535;
}

#TopicBar h1 {
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 44px;
	color: rgb(255, 255, 255);
	float:left;
	padding: 0 0 0 18px;
	margin:0;
}

#mainContent {padding: 20px 22px 40px 18px;
}


#footer{
	width: 962px;
	font-family: 'Muli', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: rgb(76,63,54);
	padding: 28px 0 45px 18px;
	background-color: rgb(230, 229, 220);
}

#footer .left-box {
	width: 272px;
	float: left;
	padding: 0 20px 0 4px;
}

#footer .left-box img {
	float:left;
}
#footer .left-box p {	
	line-height: 14px;
	font-size:12px;
	font-weight:400;
	font-family: 'Muli', sans-serif;
	color: rgb(76,63,54);
	margin:0;
}
#footer a{color: rgb(76,63,54); text-decoration:none;

}

#footer ul {
	float: left;
	list-style-type:none;
	padding: 0;
	margin: 0;
	border:0;
	vertical-align:baseline;
}
#footer ul ul {
	padding: 0;
}
#footer ul li {
	float: left;
	background-image: url('../graphics/dotted-footer.jpg');
	background-repeat:no-repeat;
	padding: 0 0 0 19px;
	font-family: 'Muli', sans-serif;
}
#footer ul li.list-item-one {
	width: 120px;
}
#footer ul li.list-item-two {
	width: 245px;
}
#footer ul li li {
	background-image: none;
	padding: 0;
	float: none;
	line-height: 17px;
}
#footer ul li li.advisory-board {
	text-indent: 10px;
}
#footer ul li a {
	color: rgb(76,63,54);
}

#footer .bottom-paragraph {	
	width: 957px;
	clear: left;
	padding: 25px 0 0 3px;
	font-size:12px;
	font-weight:400;
	font-family: 'Muli', sans-serif;
	color: rgb(76,63,54);
	margin:0;
}
#footer .bottom-paragraph a {	
	color: rgb(76,63,54);
	text-decoration: underline;
}


/* -------------------------------------------------*/
/* "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 #cccccc;
    margin: 0px -1px -1px 6px;
    overflow: hidden;
    width: 135px;
}

div.searchlight-results div.searchlight-selected {
    background: #333;
    color: #fff;
}

/* -------------------------------------------------*/
/* tooltips / Rollovers */
/* -------------------------------------------------*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #eeeeee;
	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;
	font-style:normal!important;
}
.tooltipText{ /* used in gallery */
	text-align:center;
	padding:10px;
	font-size:12px;
	width:400px;
}

/* ------------------------------------- */
/*  HOME PAGE */
/* ------------------------------------- */
#hpTextContainer {
	width:300px; 
	float:right;
}
#hpText{
	width:300px;
	float:right;
	margin-left:15px;
	padding-top:0px;
	line-height:1.5em;
}
#hpText div{
	margin-bottom:0px;
}
#hpText #featuredLabel{
	font-size:10px;
	font-style:italic;
	color:#333333;
}
#hpFeatured{
	float:left;
	margin: 0px 0px 0px 0px;
	width:610px;
	border: 2px solid rgb(230, 229, 220);
	height: 500px;
	overflow: hidden;
}
#featuredScrollCaption {
	height: 40px;
	padding: 10px;
	padding-top:2px;
	text-align: center;
	color: rgb(46, 34, 31);
	font-size: 14px;
	font-style:italic;
}
#featuredScrollCaption a{
	text-decoration: none;
	color: rgb(46, 34, 31);
}
.featuredTitle{
	font-size:16px;
	font-weight:normal;
	color: #444444;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	
}
#hpFeatured table{
	border: 2px solid #CCCCCC;
	width:100%;
	height:485px;
}
.hpRss{
	clear:both;
	padding:10px 0px 0px 5px;
	margin-top:15px;
}
.hpRss a{
	text-decoration: none;
	font-size:12px;
	color:#333;
}
#featuredScroll {
	text-align: center;
	width: 610px;
}
#hpIntroText div {
	margin-bottom:10px;
}

#hpIntroText h2 {margin-top:0 !important;
padding-top:0;
}
#hpIntroTextTitle {
	font-weight:bold; 
	font-size:16px; 
	color: #134959; 
}
#quickLinkItems {
	float:left;
	width:601px;
	height:155px;
	border: rgb(230, 229, 220) 2px solid;
	border-top:none;
	padding-left:9px;
}
#quickLinkItems .quickLinkItem{
	float:left;
	margin: 10px 3px 0px 0px;
	width:195px;
	overflow: hidden;
}
#quickLinkItems .quickLinkItem .title{
	font-size:13px;

	color: rgb(46, 34, 31);
	margin:3px 0px 0px 2px;
	
}
#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: 0px solid #cccccc;
	width:100%;
	height:120px;
}


.tooltipCaption {
	padding: 5px;
	text-align: center;
	font-style: italic;
}

#hpBrowse{
	background-image: url('../graphics/dotted-border.jpg');
	background-repeat:repeat-x;
	padding: 10px 10px 0px 0px;
	line-height:1.5em;
	font-size:12px;
	float:left;
	width:275px;
	margin:0px;
}

#hpBrowse h2 {margin:0;
padding:5px 0 0 0;
}

#hpBrowse ul{padding-left:5px;
list-style:none;
margin-bottom:0;
}

#hpBrowse a{
	text-decoration: none;
	color: rgb(46, 34, 31);
	margin-right: 15px;
	font-size: 14px;
	line-height: 1.5em;
}

#hpBrowse a:hover {font-weight:bold;
}


#hpBrowseDiv{
	margin: 15px 0px 0px 0px;
	font-size:14px;
	width: 205px;
	float:left;
}
#hpBrowseFacet {
	margin:0px 0px 0px 0px;
}
.hpBrowseTitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

/* ------------------------------------- */
/*  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: rgb(230, 229, 220);
	font-weight:bold;
}
#detailBody #pageNav a{
	text-decoration:none;
	color: rgb(126, 117, 105);
}
#detailBody #pageNav a:hover {
	color: rgb(76, 63, 54);
}

#detailBody .unit {padding-bottom:10px;
}
#detailBody .unit input {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	width:800px;
}
#detailBody .unit input[type="text"] {
	font-size:14px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	width:800px;
	outline-style:none;
	outline-width:0px;
}
#detailBody .unit textarea {
	font-size:14px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	width:800px;
	height:100px;
}
#detailBody .unit input[type="textarea"] {
	font-size:14px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	width:100%;
	outline-style:none;
	outline-width:0px;
	height:100px;
}
#detailBody .unit input[type="checkbox"] {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width:auto;
	outline-style:none;
	outline-width:0px;
	height:auto;
}
#detailBody .unit .labelName {
font-weight:bold;
color:#666666;
}

#mainContent h2 {margin: 15px 0 10px 0;
padding:0;
}

#detailBody h3 {margin: 15px 0 10px 0;
padding:0;
}

#detailBody #leftCol{
	float:left;
	width: 580px;
	font-size: 11px;
	text-align:left;
}
#objDetailRelObjects td.imageIcon{
	width: 72px;
	padding-bottom:10px;
}

#detailBody #rightCol #description{
	margin-top:12px;
}
#detailBody #rightCol{
	width:315px;
	min-height:525px;
	text-align:left;
	float:right;
	padding-left:15px;
	background-image: url("../graphics/right-sidebar-bg.jpg");
	background-repeat:repeat-y;
}
#detailBody #rightColDetail{
	width:600px;
	text-align:left;
	float:right
}
#ajaxImage {
	width:580px;
	height: 450px;
	padding:10px;
	border: 1px solid #666;
	margin-bottom:15px;
	text-align: center;
}
#relatedRecords {
	width: 620px;
	height:75px;
}
#videoThumb {
	margin-bottom: 10px;
	margin-right: 10px;
	float:left;
	width:190px;
	overflow:hidden;
}
.mediaTitle {
	font-size:16px;
	margin-top:20px;
	color: #333;
	padding-bottom:5px;
	clear:both;
}
.relatedRecordsImage {
	padding-right:10px;
}
#videoDiv {
	clear:both;
	width:700px;
	margin-bottom:10px;
}
#detailBody a.button{
	font-size:14px;
	color: rgb(126, 117, 105);
	font-weight:bold;
	text-decoration:none;
}
/* nav bar on details with thumbnail grid */
#detailNavBar{
	background-color: rgb(239, 239, 233);
	margin:10px 0px 15px 0px;
	text-align:center;
	padding:8px 10px 5px 10px;
	height:20px;
	text-align:left;
}
#detailNavBar a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: rgb(126, 117, 105);
}
#detailNavBar #next{
	float:right;
}
#detailNavBar #previous{
	float:left;
}
/* image on - object detail */
#objDetailImage{
	margin-bottom:0px;
	text-align:center;
}
#BookReaderContainer{
	width: 580px;
	height: 500px;
}
/* force the z-index of the bookreader to be lower than the caMediaPanel when embedded in the page */
#detailBody #BookReaderContainer div{
	z-index:100;
}
#objDetailToolbar {
	margin: 15px 0px 15px 0px;
	text-align:right;
}
#objDetailToolbar img{
	margin-left:5px;
}
#objDetailImageNav {
	background-color: #e6e6e6;
	margin:0px 0px 15px 0px;
	font-size:12px;
	text-align:center;
	padding:5px 20px 8px 0px;
	width: 574px;
	height:15px;
	text-align:left;
	
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
#objDetailImageNav{
	text-decoration:none;
	font-size:13px;
	color: #FFFFFF;
	font-weight:bold;
}
#objDetailImageNav a {
	text-decoration:none;
	color: #666666;
	margin-left: 15px;
}
#navigation {
	margin:10px;
	width:660px;
	text-align:center;
}
#navigation a{
	font-weight:bold;
	padding:0px 3px 0px 3px;
	text-decoration: none;
	color: #444;
	font-size:13px;
}
#navigation a.activeSlide{
	border: 1px solid #999;
	background-color:#e6e6e6;
}

/* 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 .commentImage{
	clear:left;
	float:left;
	padding:0px 5px 5px 0px;
}
#objUserData .comment{
	margin: 0px;
	font-size:12px;
	line-height: 1.3em;
}
#objUserData .byLine{
	margin: 4px 0px 20px 30px;
	font-size:11px;
	font-style:italic;
	clear:left;
}
#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 rgb(126, 117, 105);
	width:574px;
}
#objUserData input[type="text"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	width:574px;
	outline-style:none;
	outline-width:0px;
}
#objUserData input[type="file"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
}
#objUserData textarea {
	font-size:11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	width:574px;
}
#objUserData input[type="textarea"] {
	font-size:11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	width:100%;
	outline-style:none;
	outline-width:0px;
}
#objUserData form a{
	text-transform:uppercase;
	font-size:14px;
	color: rgb(126, 117, 105);
	font-weight:bold;
	text-decoration:none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#objUserData form a:hover{
	color: rgb(76, 63, 54);
	text-decoration:none;
}

/* ------------------------------------- */
/*  ADVANCED SEARCH FORM */
/* ------------------------------------- */
#caAdvancedSearchForm{
	background-color: rgb(230, 229, 220);
	padding:10px 10px 0px 10px;
	margin:0px 0px 15px 0px;
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
}
#caAdvancedSearchForm input {
	font-size:12px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
}
#caAdvancedSearchForm input[type="text"] {
	height:14px;
	font-size:12px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	outline-style:none;
	outline-width:0px;
}
#caAdvancedSearchForm textarea {
	height:16px;
	font-size:12px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	outline-style:none;
	outline-width:0px;
	
}

#caAdvancedSearchForm select#ca_objects_type_id {
	width: 406px !important;
	height: 21px !important;
}

#caAdvancedSearchForm textarea#ca_objects_description {
	width: 400px !important;
	height: 15px !important;
}

#caAdvancedSearchForm select#ca_objects_repository {
	width: 406px !important;
	height: 21px !important;
}

#caAdvancedSearchForm input[type="textarea"] {
	height: 14px;
	font-size:12px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	outline-style:none;
	outline-width:0px;
}
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: rgb(126, 117, 105);
	font-weight:bold;
	text-decoration:none;
}
#caAdvancedSearchForm #buttons a:hover{
	color: rgb(76, 63, 54);
	text-decoration:none;
}

/* ------------------------------------- */
/*  SEARCH/ BROWSE RESULTS */
/* ------------------------------------- */
#searchNavBg{
	clear:both;
	background-color: rgb(230, 229, 220);
}
.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 rgb(126, 117, 105);
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-align:center;
	outline-style:none;
	outline-width:0px;
}
.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: rgb(126, 117, 105);
}
.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:440px;*/
	padding-top:5px;
}
.searchSecNav{
	clear:both;
	background-color: rgb(230, 229, 220);
	margin: 0px;
	padding:6px 10px 5px 10px;
	font-size:13px;
	text-align:left;
	/*width:430px;*/
}
.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: rgb(126, 117, 105);
}
.searchSec .results{
	padding: 10px;
	line-height:1.6em;
	/*width:430px;*/
}
.searchSec .results a{
	color:#000000;
}


/* thumbnail view  - also used in details with thumbnail grid */
.searchResultTd{
	width:150px;
	padding: 0px 0px 10px 0px;
}
.searchThumbBg{
	border:1px solid #999999;
	width:140px;
	position: relative;
}
.searchThumbCaption{
	color: #000000;
	padding:3px 0px 0px 0px;
	font-size:11px;
	text-align:left;
	max-width:150px;
	overflow:hidden;
}
.searchThumbCaption a{
	color: rgb(76, 63, 54);
	width:150px;
	padding:3px 0px 0px 0px;
	font-size:11px;
	text-decoration:none;
	line-height: 1.1em;
}
.searchThumbCaption a:hover{
	color: rgb(126, 117, 105);
}

/* 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 10px 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;
}

/* find results add to set controls */
input.addItemToSetControl {
	display: none;
}

input.addItemToSetControlInThumbnails {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* search/browse options box - horizontal show hide */
#showOptions, #showTools{
	float:right;
	margin: 1px 2px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:rgb(126, 117, 105);
	font-size:11px;
	
}
#hideOptions, #hideTools{
	position:absolute;
	right:20px;
	top:20px;
	margin: 3px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:rgb(126, 117, 105);
	font-size:12px;
	
}
#searchOptionsBox, #searchToolsBox{
	position:relative;
	clear:both;
	margin: 0px 0px 0px 0px;
	display:none;
	font-size:12px;
	color:rgb(126, 117, 105);
}
#browse #searchOptionsBox{	/* need extra space above this box in the browse */
	margin: 10px 0px 0px 0px;
}
#searchOptionsBox .col, #searchToolsBox .col{
	float:left;
	width:38%;
	color:rgb(126, 117, 105);
}
#searchOptionsBox .col .unit, #searchToolsBox .col .unit{
	float:left;
	padding:0px 20px 20px 10px;
	color:rgb(126, 117, 105);
}
#searchOptionsBox .layout{
	float:left;
	width:62%;
	color:rgb(126, 117, 105);
	
}

#searchOptionsBox .layout table{
	float:left;
	width:160px;
	height: 90px;
	margin-bottom:5px;
	margin-right:10px;
	border:0px;
}
#searchOptionsBox .col .heading, #searchOptionsBox .layout .heading, #searchToolsBox .col .heading{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
#searchOptionsBox .bg{
	background-color: rgb(230, 229, 220);
	border:0px;
	padding:20px 20px 10px 20px;
}
#searchToolsBox .bg{
	background-color: rgb(230, 229, 220);
	border:0px;
	padding:15px;
}
#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;
}
#searchToolsBox a.apply{
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	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:rgb(126, 117, 105);
	font-size:11px;
	
}
#searchRefineBox{
	clear:both;
	margin: 0px 0px 0px 0px;
	display:none;
	font-size:12px;
	color:rgb(126, 117, 105);
}
#searchRefineBox .bg{
	background-color: rgb(230, 229, 220);
	border:0px;
	padding:10px 20px 10px 20px;
}

#hideRefine{
	float:right;
	margin: 0px 0px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:rgb(126, 117, 105);
	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: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:rgb(76, 63, 54);
}

/* entity, collection, place, occurrence results */
#entityResults, #collectionResults, #occurrenceResults, #placeResults{
	margin-bottom:10px;
	size:14px;
}
#entityResults div, #collectionResults 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: ;
}
#occurrenceResults .occThumb{
	width: 250px;
	float:left;
	margin:10px 20px 10px 0px;
	text-align:center;
	position:relative;
}


/* ------------------------------------- */
/* login register */
/* ------------------------------------- */
#loginForm{
	width:270px;
	float:right;
	line-height:1.3em;
}
#registerForm{
	float:left;
	line-height: 1.3em;
	width:600px;
}
#loginForm .bg, #registerForm .bg, #resetPassword .bg{
	background-color: #e6e6e6;
	border: 1px solid rgb(230, 229, 220);
	padding:10px;
	margin:0px 0px 20px 0px;
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
}
#loginForm div, #registerForm div{
	margin-top:15px;
	margin-bottom:15px;
}
#loginForm .button, #registerForm a.button, #resetPasswordForm a.button {
	text-transform:uppercase;
	font-size:14px;
	color: rgb(126, 117, 105);
	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: rgb(76, 63, 54);
	text-decoration:none;
}

#loginForm input, #registerForm input, #resetPasswordForm input {
	font-size:12px;
	font-weight: normal;
	padding: 4px;
	margin: 0px;
	border: 1px solid rgb(126, 117, 105);
	outline-style:none;
	outline-width:0px;
}
#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 rgb(126, 117, 105);
	outline-style:none;
	outline-width:0px;
}

/* ------------------------------------- */
/* 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:rgb(230, 229, 220);
}
#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:rgb(230, 229, 220);
}
#gallerySetDetail #allSets{
	width:270px;
	float:right;
	margin:15px 0px 0px 10px;
	border-bottom:2px solid rgb(230, 229, 220);
}
#gallerySetDetail #allSets .setInfo{
	padding: 5px 10px 5px 4px;
	margin:0px;
	border-top:2px solid rgb(230, 229, 220);
}
#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:rgb(126, 117, 105);
}

/*  gallery overlay content */
#galleryOverlayNextPrevious{
	font-weight:bold;
	color:rgb(126, 117, 105);
	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{
	font-size:14px;
	font-weight:normal;
	color: rgb(126, 117, 105);
	margin:5px 0px 5px 0px;
	text-decoration:none;
}
.favoritesColumn a.title{
	text-transform: uppercase;
	font-size:14px;
	font-weight:normal;
	color: rgb(126, 117, 105);
	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{
	font-size:13px;
	color: rgb(126, 117, 105);
	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;
	width:400px;
	float:left;
}
.startBrowsingBy{
	color: rgb(126, 117, 105);
	font-size:13px;
	padding-left:10px;
}
.facetHeadingLink{
	margin-bottom:5px;
}
.facetHeadingLink a{
	font-weight:bold;
	font-size:15px;
	text-decoration:underline;
	color: rgb(126, 117, 105);
	text-transform:capitalize;
}
.facetHeadingLink a:hover{
	color:#333333;
}
.facetDescription{
	margin-bottom:20px;
}
#browseSlideshow {
	float:right;
	width: 420px;
	text-align: center;
	border: 2px solid #e8e8e8;
	height:440px;
	overflow:hidden;
}

#browseRandomImage {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 420px;
	height:400px;
}
#browseRandomCaption {
	padding: 10px 5px 5px 5px;
}
#browseRandomCaption a{
	color: #666666;
	font-size: 14px;
	width: 400px;
	text-align: center;
	height: 20px;
	text-decoration: none;
}

/* 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:rgb(126, 117, 105);
}
#browseCriteria .criteriaHeading{
	font-weight:bold;
	color:rgb(126, 117, 105);
	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:rgb(126, 117, 105);
	line-height:1em;
	font-weight:bold;
}
#browseCriteria a.startOver{
	color:#000000;
	text-decoration:underline;
	font-size:12px;
}
#browseCriteria a.startOver:hover{
	color:rgb(126, 117, 105);
	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 rgb(126, 117, 105);
	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 rgb(126, 117, 105);
	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: rgb(126, 117, 105);
	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%; 
	border: 3px solid #000000; 
	background-color: rgb(230, 229, 220); 
	width: 900px; 
	height: 400px; 
	display: none;
	margin-left: -465px;
	padding: 10px;
	/*background-image: url("../graphics/bgStripeBW.gif");*/
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
}
#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: capitalize;
	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%;
}

div.browseSelectPanelCacheError {
	text-align: center; 
	height: 200px; 
	margin-top: 100px; 
	font-size: 18px;
}

.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: 10px;
	text-decoration:none;
	font-size:12px;
	color:#4c4c4c;
}

a.browseSelectPanelLink:hover { /*  used in browse and details with browse */
	color:#999999;
}


/* overlay (for object representations) */
#caMediaPanel {
	position: fixed; 
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%; 
	display: none;
	margin: 0px;
	padding: 0px;
	z-index: 31000;			/* needs to be on top of menu bar, which has z-index=30000 */
}
#caMediaPanel #close{
	float: right;
	width:15px;
	height:16px;
	margin:10px;
	background-image:url("../graphics/buttons/x.png");
}
#caMediaPanel #close a{
	text-decoration:none;
	font-size:16px;
}
#caMediaPanelContentArea {
	width: 100%; 
	height: 100%;
}

#caMediaOverlayContent {
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
}

div.caMediaOverlayControls {
	background-color: #000;
	color:#FFF;
	font-size: 11px;
	text-align:center;
	position:absolute;
	padding: 10px 0px 10px 0px;
	width:100%;
	bottom:0px;
	left:0px;
	z-index: 32000;			/* needs to be on top of caMediaPanel, which has z-index=31000 */
	opacity:.5;
	
}
div.caMediaOverlayControls:hover {
	opacity:1.0;
	background-color:rgba(0,0,0,0.5);
}
div.caMediaOverlayControls a{
	text-decoration:none;
	font-weight:bold;
	color:#FFF; 
}
div.caMediaOverlayControls a:hover{
	color:#FFF;
}
div.caMediaOverlayControls .close{
	float:right;
	width:15px;
	height:16px;
	background-image:url("../graphics/buttons/x_white.png");
	margin: 0px 10px 0px 20px;
}
div.caMediaOverlayControls .download{
	float:right;
	margin-left:20px;
}
div.caMediaOverlayControls .objectInfo{
	font-size:11px;
	color:#FFF;
	padding-left:10px;
	text-align:left;
	width:40%;
	float:left;
}
div.caMediaOverlayControls .captionRight {
	float:left; 
	width:45%; 
	margin-left:25px; 
	color:#fff; 
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
}
div.caMediaOverlayControls .captionLeft {
	float:left; 
	width:45%; 
	margin-left:15px; 
	color:#fff; 
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
}
div.caMediaOverlayControls .recordLink {
	float:left;
	text-align:left;
	color:white;
	font-size:12px;
	margin-left:15px;
	margin-bottom:10px;
}
div.caMediaOverlayControls .recordLink a{
	font-size:12px;
}
div.caMediaOverlayControls .repNav {
	float:left;
	width:16%;
	padding: 0px 2% 0px 2%;
	text-align:center;
	color:#FFF;
}
div.caMediaOverlayRepThumbs {
	color:#FFF;
	font-size: 11px;
	text-align:right;
	position:absolute;
	top:60px;
	right:11px;
	padding:3px;
	z-index: 32000;			/* needs to be on top of caMediaPanel, which has z-index=31000 */
	opacity:.3;	
}
div.caMediaOverlayRepThumbs:hover {
	opacity:1;	
}
div.caMediaOverlayRepThumbs img{
	margin:2px;
	border:1px solid transparent;
}
div.caMediaOverlayRepThumbs a.selectedRep img{
	border:1px solid #FFF;
}

/* used in simpleGallery media overlay */

div.caMediaOverlayControls .simpleGalleryRepNav {
	padding: 0px;
	text-align:center;
	color:#FFF;
}
div.caMediaOverlayControls div.simpleGalleryCaption{
	font-size:11px;
	color:#FFF;
	text-align:left;
	padding:0px 10px 10px 10px;
	clear:both;
}
div.caMediaOverlayControls div.simpleGallerySetItemDescription{
	font-size:11px;
	color:#FFF;
	text-align:left;
	padding:0px 10px 5px 10px;
	clear:both;
}
div.caMediaOverlayControls div.simpleGallerySetItemDescription a{
	font-size:11px;
}
/* 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;
}


/*** jScrollPane styles ***/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* ------------- */
/* jGrowl styles */
/* ------------- */
div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
	left: 				40%;
	right: 				50%;
	margin-top:			100px;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#FFFFFF;
	width: 					235px;
	padding: 				20px;
	margin-top: 			40px;
	margin-bottom: 			5px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				1em;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
/* autocompleter styles */
.ac_results {
	padding: 0px;
	border: 1px solid rgb(126, 117, 105);
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat !important;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: rgb(126, 117, 105);
	color: white;
}

/* end autocompleter styles */
