/* almost black: #262626, dark gray: #454545, Med gray: #858585, light med gray: #ABABAB, light gray: #DEDEDE, very light grays: #E7E7E7, #EDEDED, #F5F5F5,  */

/* --------------------------------- */
/* GENERAL */
/* --------------------------------- */

/*for testing */
/*.container {border:1px solid #000;}
div {border:1px solid red;}*/

body {
	font-family: arial;
	color:#454545;
}
a {
	color:#19bed1;
}
a, a:active, a:focus {
   outline: 0;
   text-decoration:none;
}

H1, h1, H2, h2, H3, h3, H4, h4, H5, h5, H6, h6{
	font-family: DIN17SBOP-Regular;
	font-weight: normal;
	font-style: normal;
}
H1, h1{
	font-size: 20px;
	color:#19bed1;
	text-transform:uppercase;
	margin-top:0px;
}
H1 .btn-group{
	text-transform:none;
}
H2, h2{
	font-size: 18px;
	color:#19bed1;
}
H3, h3{
	font-size: 16px;
	text-transform:uppercase;
	color:#858585;
}
H4, h4{
	font-size: 18px;
	color:#262626;
	line-height:135%;
	text-transform:none;
}
H5, h5{
	font-size: 14px;
	color:#858585;
	text-transform:none;
}
H6, h6{
	font-size: 12px;
	color:#454545;
	text-transform:uppercase;
	padding-bottom:0px;
	margin:10px 0px 0px 0px;
}
.caption {
	font-size:11px; 
	color:#999;
	padding-top:5px;
}	
label {
    display: inline-block;
    margin-bottom: 5px;
    font-size:11px;
    text-transform:uppercase;
}	
.colBorderLeft{
	border-left:1px solid #EDEDED;
}	
.container {
	max-width:5000px;
}
.form-control{
	font-size:12px;
}
.alignright {text-align:right;}

/* buttons and utils */
.bGear:hover, .bGear:active{
	cursor: pointer;
}
/*change the size of the gear next to page headers*/
h1 i {
	font-size:14px; 
	font-weight:normal; 
	padding-bottom:10px;
	color:#666;
}
.pointer{
	cursor: pointer;
}
.uppercase{
	text-transform:uppercase;
}
.caps {
	text-transform:uppercase;
}
.smaller {
	font-size:.7em;
}
.rowSmallPadding{
	margin-right: -6px;
	margin-left: -6px;
}
.smallpadding {
	padding:6px;
}

/* --------------------------------------------------------- */
/* ALERTS */
/* --------------------------------------------------------- */
.alert {
	-webkit-box-shadow: none;
	box-shadow: none;
    text-shadow: none;
    background-image: none;
}
.alert-info {
  background-color: #edf8fd;
}
/* ----------------------------------------- */
/* notifications - these are taken from bootstrap alerts */
/* ----------------------------------------- */
.notificationMessage, .notificationError, .notificationInfo, .notificationWarning {
	padding: 15px;
 	margin-bottom: 20px;
 	border: 1px solid transparent;
  	border-radius: 4px;
}
.notificationMessage, .notificationInfo{
	color: #3a87ad;
  	background-color: #edf8fd;
  	border-color: #bce8f1;
}
.notificationMessage a, .notificationInfo{
	color: #3a87ad;
}
.notificationError{
	color: #b94a48;
 	background-color: #f2dede;
  	border-color: #eed3d7;
}
.notificationError a{
	color: #b94a48;
}
.notificationWarning{
	color: #c09853;
 	background-color: #fcf8e3;
  	border-color: #fbeed5;
}
.notificationWarning a{
	color: #c09853;
}
.progress-striped .progress-bar-success {
    background:none;
}
.progress-striped .progress-bar-info {
	background:none;
}
.progress-striped .progress-bar-warning {
	background:none;
}
.progress-striped .progress-bar-danger {
	background:none;
}
/* ----------------------------------------- */
/* navbar - styles override bootstrap styles */
/* ----------------------------------------- */
.navbar-toggle{
	margin-top:12px;
	margin-bottom:11px;
}
.navbar-toggle:focus{
	outline:none;
}
@media (min-width: 768px) {
	#user-navbar-toggle{
		display:none !important;
	}
}
@media (max-width: 767px) {
	#user-navbar{
		display:none !important;
	}
}
.navbar {
  border-radius:0px;
  background-image:none;
  background-color:#FFFFFF;
  border-top:0px;
  border:0px;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
}
.navbar-collapse{
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (min-width: 768px){
	.navbar-collapse{
 		padding-right:0;
		padding-left:0;
	}
}
.navbar.active {
	font-weight:normal;
}
.dropdown-menu{
	font-size:12px;
	padding:5px 0 5px 0;
	border-radius: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176);
}
.navbar .navbar-nav > .active > a {
  	 background-color: #E7E7E7;
    color: #555555;
}
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
	font-family: DIN17SBOP-Regular;
	font-size:12px;
	color:#000;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25);
}
.navbar-nav > li > a {
    line-height: 27px;
}   
   
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #c9c9c9;
  background-image: none;
  filter: none;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.nav > li.dropdown > a.icon{
	font-size:16px;
	padding-top:17px;
	padding-bottom:13px;
}
@media (min-width: 992px) {
	.nav > li.dropdown > a.icon {
		font-size:18px;
	}
	.nav > li > a, .nav > li > a:hover, .nav > li > a:focus{
		font-size:14px;
	}
}
@media (min-width: 768px) {
	.nav > li > a {
		/*padding-top:28px;
		padding-bottom:28px;*/
	}
}
@media (min-width: 768px) {
	.navbar-form {
	 /* margin-top:18px;*/
	  padding-right:5px;
	  margin-top:10px;
	}
}
.navbar-toggle-user{
	padding: 6px 10px 6px 10px;
	margin-left:-10px;
	color:#cccccc;
}
.navbar-brand img {
  	width:100%;
}
.navbar-brand {
	width:200px;
	padding:0;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
}
.navbar .form-control {
	padding: 0px 7px;
  	border: 0px;
  	border-radius: 10px;
	-webkit-box-shadow: none;
		  box-shadow: none;
	-webkit-transition: none;
		  transition: none;
}
.navbar .form-control:focus {
	border: 0px;
	outline: 0;
	-webkit-box-shadow: none;
          box-shadow: none;
}          
.form-control:focus {
    border-color: #19BED1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.navbar .formOutline{
	border:1px solid #ccc;
	border-radius: 10px;
	position:relative;
}
@media (min-width: 768px) {
	.navbar .formOutline{
		margin-left:20px;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		display: inline-block;
		width:85%;
	}
	.navbar-form .form-control {
		display: inline-block;
		padding-top:5px;
	}
	.navbar-form{
		border:0px;
	}
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		width:140px;
	}
}
.btn-search{
	display: inline-block;
	padding: 6px;
	margin-bottom: 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	outline: 0;
	background-color:#FFF;
	border:0px;
	border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
	.btn-search {
		position:absolute;
		right:5px;
		top:3px;
	}
}

.btn-default {
    background:none;
    border-color: #CCCCCC;
    color:#666;
    text-shadow: 0 0px 0 #FFFFFF;
     font-size: 11px;
    text-transform: uppercase;
    padding:3px 5px;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.15) inset, 0 0px 0px rgba(0, 0, 0, 0.075);
}

.nav-pills > li > a, .nav-pills > li > a:hover {
	border-radius:0;
}

/* ----------------------------------------- */
/* navbar - browse menu */
/* ----------------------------------------- */
.browseMenuFacet {
	clear: both;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.filterMenuFacetList {
	font-size:11px;
	padding-bottom:10px;
	float:left;
	padding-top:10px;
}

.filterMenuFacetList ul{
	list-style-type:none;
	margin:2px 0 0 0;
	padding:0;
	clear:both;
}

.filterMenuFacetList li{
	list-style-type:none;
	margin:0 0 2px 0;
	padding:0 2px 0 2px;
	border-radius:2px;
}

.filterMenuFacetList li.active{
	background-color:#bff2f8;
}

.filterMenuFacetList li.active a{
	color:#000;
}	

.filterMenuFacetList li a{
    color: #999;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
    position: relative;
    text-decoration: none;
}	

.filterMenuFacetList li a:hover{
	text-decoration:underline;
	}

.filterbylabel {
	color: #666666;
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 3px;
    text-transform: uppercase;
}

ul.browseMenuFacetList {
	list-style-type:none;
	margin:0;
	padding:0 0 5px 0;
}

ul.browseMenuFacetList > li > a {
	padding-top:10px;
	padding-bottom:10px;
	list-style-type:none;
	margin:0;
	padding:0 0 5px 0;
}

ul.browseMenuFacetList li a, ul.browseMenuFacetList{
	float:left;
}


ul.browseMenuFacetList > li div{
	font-size:12px;
	background-color:#c9c9c9;
	color:#FFF;
	font-weight:bold;
}
div.browseMenuBrowseAll {
	position: absolute;
	bottom: 3px;
	right: 18px;
}
div.browseMenuBrowseSearch {
	position: absolute;
	bottom: 3px;
	left: 3px;
	padding: 5px;
}
div.browseMenuBrowseSearch input {
	font-size: 11px;
}
.browseMenuBrowseSearch .form-control{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
div.browseFacetItem a{
   background-color:#f5f5f5;
   border-left:4px solid #fff;
   border-top:2px solid #fff;
   border-bottom:2px solid #fff;
   float: left;
   height: 60px;
   padding-top:3px;
   font-size:12px;
}
.browseHeadernav{
	font-size:11px;
}	
.mainfacet	ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.filterMenuResults {
	float:left; 
	padding-top:2px;
	margin-right:-15px; 
	margin-left:12px;
	max-height:250px;
	overflow:auto;
}


.mainfacet {
	color:#262626;
	height:30px;
	line-height:28px;
	background-color:#e7e7e7;
	margin-top:-5px;
	padding-top:2px;
	margin-right:4px;
}	
.mainfacet	li{
	list-style-type:none;
	margin:0 15px 0 15px;
	padding:0 5px 0 5px;
	float:left;
}	
.mainfacet	li .active a{
	color:#000;

}	
.mainfacet	li a:hover{
	color:#000;
	text-decoration:none;
	/*border-bottom:1px solid #000;*/
}	
.filterMenuFacetList .btn-default {
	background:transparent; 
	color:#ccc;
}	
.filterMenuFacetList .btn-default a{
	color:#666;
	font-size:11px;
}	
.browseHeadernav a{
	color:#999;
}
div.browseFacetItem li{
	margin:0px;
	padding:0px;
}
div.browseFacetItem a:hover {
	background-color:#e7e7e7;
	text-decoration:none;
	color:#666;
}
a.browseRemoveFacet img {
	margin-bottom: 3px;	
}


.nav .dropdown .dropdown-menu {
    overflow: auto;
}
.browsedivider {
	clear:both; 
	margin-top:20px; 
	padding-bottom:20px; 
	border-top:1px solid #ccc;
}	


/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
 
 .grid-demo [class*="col-"] {
    background-color: #E5E1EA;
    border: 1px solid #D1D1D1;
    font-size: 1em;
    line-height: 2;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.grid-demo{padding: 10px 30px;}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* --------------------------------- */
/* forms */
/* --------------------------------- */
#caFormOverlay{
	margin:0px auto 0px auto;
	background-color: #FFFFFF;
	padding:20px 15px;
	width:100%;
	max-height:500px;
	overflow:auto;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	position:relative;
}
@media (min-width: 768px){
	#caFormOverlay{
		width:400px;
		margin:15% auto 0px auto;
	}
}

#caFormOverlay .glyphicon-remove-circle{
	position:absolute;
	top:10px;
	right:10px;
}

/* --------------------------------- */
/* footer */
/* --------------------------------- */
#footer{
	margin:40px 0px 65px 0px;
	border-top: 1px solid #E3E3E3;
	font-size:12px;
	color: #ababab;
	line-height:2.2em;
}
@media (min-width: 768px) {
	#footer {
		/*margin:40px 25px 65px 25px;*/
		margin:20px 0 20px 0;
	}
}
#footer a{
	text-decoration:underline;
	color:#ababab;
}
#footer ul a{
	color: #19bed1;
	text-decoration:none;
}
#footer ul li{
	padding:0px 20px 0px 0px;
}
#footer ul{
	margin-bottom:0px;
}
#footer ul.social{
	padding-top:5px;
	font-size:20px;
}
#footer ul.social li{
	padding:0px 10px 0px 0px;
}
/* --------------------------------- */
/* lightbox lb */
/* --------------------------------- */
#lbViewButtons{
	float:right;
	font-size:18px;
	padding-bottom:5px;
}
#lbViewButtons a .glyphicon {
	color:#ababab;
}
#lbViewButtons a.active .glyphicon {
	color:#454545;
}
.lbSetContainer{
	width:100%;
	position:relative;
}
.lbSet{
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	position:relative;
	padding:15px 15px 5px 15px;
	margin-bottom:30px;
	background-color:#FFFFFF;
	font-size:12px;
}
.lbSet:hover {
	margin:-3%;
	z-index:200;
	position:absolute;
	width:106%;
}
.lbSet.readSet  {
	background-color:#fafafa;
}
.lbSet h5{
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.lbSet h5{
		font-size:10px;
		height:2em;
		overflow:hidden;
	}
}
.lbItemContainer{
	min-height:310px;
	min-width:150px;
	position:relative;
	border:1px solid transparent;
}
.lbItem{
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	position:relative;
	padding:10px;
	margin-bottom:30px;
	background-color:#FFFFFF;
	position:relative;
	line-height:1.2em;
	font-size:11px;	
}
.lbItem:hover{
	position:absolute;
	cursor:move;
	z-index:1000;
}
@media (min-width: 768px) {
	.lbItem:hover{
		padding:15px;
		width:110%;
		left:-5%;
		top:-5%;
	}
}
.lbItemContent{
	height:250px;
	overflow:hidden;
}
.lbItem:hover .lbItemContent{
	min-height:250px;
	height:auto;
}
.lbExpandedInfo, .lbSetExpandedInfo{
	width:100%;
	z-index:100;
	display:none;
	color:#999;
}
.lbItem:hover .lbExpandedInfo, .lbSet:hover .lbSetExpandedInfo{
	display:inline;
}
.lbExpandedInfo HR, .lbSetExpandedInfo HR{
	margin-bottom:5px;
	margin-top:5px;
}
.lbSet H5{
	margin-top:0px;
}
.lbItem a, .lbSet a{
	color:#666;
}
.lbItemImg{
	max-height:200px;
	width:100%;
	margin-bottom:5px;
	overflow:hidden;
}
.lbItem:hover .lbItemImg{
	max-height:600px;
}
.lbItemImg img{
	width:100%;
	height:auto;
}
.lbItemThumb, lbSetThumb{
	float:left;
	margin:1.5%;
	width:30%;
}
.lbItemThumb img{
	width:100%;
	height:auto;
	max-width:72px;
	max-height:72px;
}
.lbSetImg{
	margin-bottom:10px;
	max-height:168px;
	overflow:hidden;
}
@media (min-width: 768px) {
	.lbSetImg{
		max-height:285px;
	}
}
.lbSetImg img{
	width:100%;
	height:auto;
}
.lbSetThumbRow{
	margin:0px -10px 0px 0px;
}
@media (max-width: 767px) {
	.lbSetThumbRowContainer{
		display:none;
	}
}
@media (min-width: 768px) {
	.lbSetThumbRow{
		margin:0px -10px 0px -10px;
	}
}
.lbSetThumbCols{
	padding:0px 10px 10px 0px;
}

.lbSetThumb img{
	width:100%;
	height:auto;
}
.lbSetThumbPlaceholder{
	background-color: #F5F5F5;
	border:2px solid #EDEDED;
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
}
.lbSetThumbPlaceholder img{
	width:100%;
	height:auto;
}
.lbSetThumbPlaceholder i{
	position:absolute;
	top:35%;
	left:0px;
	width:100%;
	text-align:center;
	height:50%;
}
.lbSetImgPlaceholder{
	background-color: #F5F5F5;
	border:2px solid #EDEDED;
	color: #858585;
	padding:60px 5px 72px 5px;
	text-align:center;
	width:100%;
	margin-bottom:10px;
}
.lbSetItemComment{
	display:none;
	width:100%;
	padding:3px 10px 10px 10px;
	height:270px;
	background-color:#FFF;
	position:absolute;
	left:0px;
	top:0px;
	z-index:200;
	-webkit-box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 7px 1px 10px rgba(0, 0, 0, 0.2);
	height:100%;
}
@media (min-width: 768px){
	.lbSetItemComment{
		left:100%;
		width:220px;
	}
}
.lbSetComment{
	display:none;
	padding-bottom:5px;
}
@media (min-width: 768px){
	.lbSetComment .closecomment{
		margin-top:-30px;
	}
}
.lbSetCommentHeader {
	font-size:11px;
	padding-bottom:5px;
}

.lbSetItemComment{
	padding-top:25px;
}
	
.lbSetItemComment .closecomment {
	margin-top:-15px;
}
.lbSetItemComment .lbComments{
	overflow:auto;
	max-height:125px;
	clear:right;
	margin-bottom:10px;
}
.lbItem:hover .lbSetItemComment .lbComments{
	max-height:150px;
}
.lbSetComment .lbComments{
	overflow:auto;
	max-height:75px;
	clear:right;
	margin-bottom:10px;
}

.lbSet:hover .lbSetComment .lbComments{
	max-height:230px;
}
.lbSetItemComment .lbComments blockquote, .lbSetComment .lbComments blockquote{
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.lbSetItemComment textarea, .lbSetComment textarea{
	height:55px;
	margin-bottom:5px;
}
.lbSetContent .caption{
	font-size:10px;
	text-transform:uppercase; 
	color:#ccc;
	padding-top:0px;
}
.readSet{
	background-color:#fafafa;

}
.sets .warning {
	color: #3a87ad;
	background-color:#d9edf7;
	font-size:11px;
	padding:12px;
	margin-bottom:10px;
	border-radius:10px;
}
/*
.sets .dropdown-menu a{
	font-size:11px;
	text-transform:uppercase;
	font-family:arial;
	color:#999;

}
.sets .dropdown-menu a:hover, .sets .dropdown-menu a:focus{
	background-color:#fff;
	color:#000;

}*/
.activitycol .lbSetCommentHeader {
	font-weight:bold;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #e3e3e3;	
}
.activitystream {
	height:700px; 
	overflow-y:hidden;
	line-height:1.1em;
}	
@media (min-width: 768px) {
	.activitystream:hover{
		overflow-y:auto; 
	}	
}	
#lbTimelineContainer{
	height:500px;
}	
/* --------------------------------- */
/* front page */
/* --------------------------------- */
.front H1{
	color:#858585;
	line-height:1.3;
	text-transform:none;
	padding-top:50px;
}
@media (min-width: 768px) {
	.front H1 {
		font-size:28px;
		padding-left:25px;
		padding-right:25px;
	}
}
.front .jcarousel-wrapper{
	margin-bottom:20px;
}
.front .jcarousel-control-prev {
    left: -15px !important;
}
.front .jcarousel-control-next {
    right:-15px; !important;
}
.front .jcarousel-control-next,
.front .jcarousel-control-prev {
	background-color: #666;
	height: 45px;
	margin-top: -30px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 45px;
	border-radius: 0px;
	box-shadow: 0 0 0px #999999;
	text-shadow: 0 0 0px #000000;
}
.frontSlide img{
	height:400px;
	width:auto;
}
.front a.jcarousel-control-prev, .front a.jcarousel-control-next{
	text-decoration:none;
}
.front a.jcarousel-control-prev:hover, .front a.jcarousel-control-next:hover, .front a.jcarousel-control-prev:focus, .front a.jcarousel-control-next:focus {
	color:#FFF;
}
.front .jcarousel-pagination {
	position: relative;
	padding:0px;
	margin:0px auto 0px auto;
	text-align:center;
}
.front .jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 1px;
	line-height: 1em;
	min-width:10px;
	width:10px;
	height:10px;
	background: #fff;
	color: #fff;
	border-radius: 25px;
	padding: 3px;
	text-align: center;
	margin-right: 5px;
	border:1px solid #666;
	opacity: .75;
}

.front .jcarousel-pagination a.active {
    background: #666;
    color: #666;
    opacity: 1;
    text-shadow: none;
    text-decoration:none;
}
.front .nav-pills > li > a {
    background-color:#ababab;
    padding:10px;
    color:#FFF;
    font-size: 11px;
    text-decoration: none !important;
    text-transform:uppercase;
}
.front .nav-pills > li > a:hover {
    font-weight:normal;
    font-size:11px;
     color:#858585;
}
.front .nav-pills > li:hover > a {
     background-color:#dedede;
     color:#858585;
}


/* --------------------------------- */
/* details */
/* --------------------------------- */
.detail HR{
	color:#ededed;
	padding:0px;
	margin:10px 0px 10px 0px;
}
.detail {
	color:#454545;
	font-size:12px;
}
.detail a {
	color:#999;
	text-decoration:none;
}

.detail a:hover{
	color:#737373;
	text-decoration:underline;
	}
	
.detail H4 {
	padding:0px;
	margin:0px;
}
.detail H6 a{
	color:#19bed1;
	font-size:9px;
	padding:2px 0px 0px 10px;
	text-decoration:none;
}
.detail .detailNavBgLeft, .detail .detailNavBgRight{
	margin-top:-20px;
	background-color:#EBEBEB;
	width:45px;
	height:110px;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.detail .detailNavBgLeft{
	position:absolute;
	left:0;
}
.detail .detailNavBgRight{
	position:absolute;
	right:0;
}
.detail .detailNavBgLeft a, .detail .detailNavBgRight a{
	color:#8e8985;
	line-height:.3em;
	font-size:18px;
	text-decoration:none;
}
.detail .detailNavBgLeft a .small, .detail .detailNavBgRight a .small{
	font-size:8px;
	color:#ababab;
	padding-bottom:20px;
	padding-top:3px;
}
@media (max-width: 767px) {
	.detail .navLeftRight{
		display:none;
	}
}
@media (min-width: 768px) {
	.detail .navTop{
		display:none;
	}
}
.detail .navTop{
	text-align:center;
	padding-bottom:10px;
}
.detail .navTop a{
	margin-top:-20px;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	background-color:#EBEBEB;
	padding:5px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
.detail .navTop a .small{
	font-size:8px;
	color:#ababab;
}
.detail .repViewerCarousel li{
	text-align:center;
}
.detail .repViewerCont img{
	width:100%;
	height:auto;
}

#detailRepresentationThumbnails{
	padding-top:0px;
}	

.detail .repViewerCont {
	width:100%;
	height:100%;
	position:relative;
}
.detail audio{
	width:100%;
}
.detail .detailMediaPlaceholder{
	width:100%;
	text-align:center;
	padding-top:150px;
	padding-bottom:150px;
	color:#ABABAB;
	border:1px solid #ebebeb;
}
.detail .detailMediaToolbar, .gallery .detailMediaToolbar{
	background-color:#ebebeb;
	padding:2px 5px 7px 5px;
	font-size:12px;
	position:absolute;
	display:none;
	top:0px;
	z-index:200;
}
.detail .repViewerCont:hover .detailMediaToolbar{
	display:block;
}
.detail .detailMediaToolbar a, .gallery .detailMediaToolbar a{
	color:#929292;
}
.detail .detailMediaToolbar span, .gallery .detailMediaToolbar span{
	padding:5px;
}
.detail #detailRepNav{
	padding:2px 0px 7px 0px;
	font-size:12px;
}
.detail #detailRepNavPrev{
	float:left;
}
.detail #detailRepNavNext{
	float:right;
}
.detail #detailRepNav a{
	color:#929292;
}
.detail #detailRepNav a.inactive{
	color:#DEDEDE;
}
.detail #detailRepNav span{
	padding:5px;
}
.detail #detailTools{
	clear:both;
	padding-top:10px;
	margin-top:30px;

}
.detail .detailTool {
	color: #858585;
	font-size: 11px;
    padding: 5px;
    margin-right:5px;
    text-transform: uppercase;
    border-radius:3px;    
}
.detail .detailTool span{
	color:#929292;
	margin-right:5px;
}
.detail .detailTool a{
	text-decoration:none;
}
#detailComments{
	display:none;
	border-top: 1px solid #dddddd;
	padding:10px 0px 10px 0px;
	color:#929292;
}
#detailComments H2{
	color:#929292;
	font-size:11px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}
.detail #tags {
	margin-bottom:10px;
}
.detail #detailRelatedObjects{
	border-bottom: 1px solid #dddddd;
	padding:10px 0px 10px 0px;
	margin-bottom:20px;
}
.detail #detailScrollButtonNext, .detail #detailScrollButtonPrevious{
	right:0px;
}
.detail #detailScrollButtonPrevious{
	left:0px;
}
.detail #detailScrollButtonNext, .detail #detailScrollButtonPrevious{
	background-color:#ebebeb;
	position:absolute;
	z-index:100;
	height:145px;
	opacity:.7;
	padding:60px 10px 0px 10px;
	color:#454545;
	font-size:15px;
	margin:10px 0px 10px 0px;
	width:25px;
}
.detail #detailScrollButtonNext:hover, .detail #detailScrollButtonPrevious:hover{
	background-color:#dedede;
	cursor:pointer;
	color:#000;
}
.detail #detailScrollButtonNext.inactive, .detail #detailScrollButtonPrevious.inactive{
	display:none;
}
.detail .detailObjectsResult  {
	float:left;
	width:150px;
	height:145px;
	margin:10px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	background-color:#FFFFFF;
	line-height:1em;
	padding:10px;
	font-size:11px;
	overflow:hidden;
}
.detail .detailObjectsResult a  {
	color:#454545;
}
.detail .detailObjectsResult img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.detail #detailAnnotations{
	margin:20px 0px 30px 0px;
}
.detail .detailAnnotation{
	height:80px;
	width:200px;
	padding:10px;
	background-color:#F5F5F5;
	margin:0px 2px 0px 2px;
	position:relative;
}
.detail .detailAnnotation:hover{
	background-color:#ABABAB;
	color:#FFFFFF;
}
.detail .detailAnnotation:hover a{
	background-color:#ABABAB;
	color:#FFFFFF;
}
.detail .detailAnnotation .annotationControls{
	position:absolute;
	right:0px;
	bottom:0px;
	padding:5px;
}
.detail .detailAnnotation .annotationControls a{
	color:#929292;
	font-size:14px;
}
.detail .detailAnnotation:hover .annotationControls a, .detail .detailAnnotation:hover .annotationControls a:hover{
	color:#F5F5F5;
}
.detail #detailAnnotations #detailScrollButtonNext, .detail #detailAnnotations #detailScrollButtonPrevious{
	margin: 0px;
	height:80px;
	padding-top:30px;
}
#detailRepresentationThumbnails a img{
	border: 1px solid #dddddd;
    height: auto;
    margin: 0px 0;
    padding: 5px;
    width: 100%;
}
#detailRepresentationThumbnails a.active img{
	background-color: #efefef;
}

a.readmore-js-toggle{
   padding-top:10px;
   color:#19bed1;
}
.trimText {margin-top:5px;}

/* --------------------------------- */
/* browse b */
/* --------------------------------- */
.results strong {
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
}	
.results a .glyphicon, .results a .fa {
	color:#ababab;
}
.results a.active .glyphicon {
	color:#454545;
}
.results H1 {
	margin:0px;
	padding:0px;
}
.results H5{
	margin:0px;
}
.bFacetDescription {
	margin:10px;
	max-height:150px;
	overflow:auto;
}
#bSortByList{
	float:right;
	margin-top:5px;
}
#bSortByList ul {
	list-style-type:none;
	display:inline;
	padding:0px;
}
#bSortByList ul li{
	font-size:12px;
	display:inline-block;
	margin:0px 5px 0px 0px;
}
#bSortByList ul li.divide{
	border-left:1px solid #858585;
	width:3px;
}
#bSortByList ul li.selectedSort{
	color:#454545;
}
#bSortByList li a{
	text-decoration:underline;
	color:#858585;
}
#bSortByList ul li strong{
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
}
#bViewButtons{
	text-align:right;
	font-size:18px;
	padding-bottom:5px;
}
#browseResultsContainer{
	margin-top:20px;
}
.bResultItemCol{
	height:290px;
}
.bResultItemContent {
	height:240px;
	overflow:hidden;
}
.bResultItem {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 1em;
    padding: 10px;
}
.bResultItem .bResultItemImg {
    margin-bottom: 5px;
    max-height: 180px;
    min-height: 100px;
    overflow: hidden;
}
.bResultItem img {
    height: auto;
    width: 100%;
}
.bResultItem:hover {
    font-size: 12px;
    height: auto;
    margin:-20px -8px 0px -8px;
    /*margin: -40px;*/
    /*min-height: 320px;*/
    min-height:300px;
    /*padding: 20px;*/
    position: relative;
    z-index: 100;
}
.bResultItem:hover .bResultItemContent {
    height: auto;
    /*max-height: 600px;*/
    min-height: 240px;
}
.bResultItem:hover .bResultItemImg {
    height: auto;
    max-height: 500px;
}
.bResultItemImgPlaceholder {
    background-color: #F5F5F5;
    border: 2px solid #EDEDED;
    color: #858585;
    margin-bottom: 10px;
    padding: 60px 5px 72px;
    text-align: center;
    width: 100%;
}
.bResultItem .bResultItemText a {
    color: #454545;
    line-height: 1.2em;
}
.bResultItem .bResultItemText {
    line-height: 1.2em;
}
.bResultItem .bResultItemText {
    font-size: 11px;
}
.bResultItem .bResultItemText small, .bResultItem .bResultItemText small a {
    color: #ABABAB;
}
.bResultItemExpandedInfo {
    background-color: #FFFFFF;
    display: none;
    position: relative;
    z-index: 1000;
}
#bRefine {
	 background-color: #EFEFEF;
    line-height: 0.75em;
    padding: 15px 10px;
    position: relative;
    z-index: 10;
}
#bRefine H3 {
	margin:0px;
}
#bRefine H5 {
	margin-bottom:3px;
	margin-top:20px;
	text-transform:uppercase;
	padding:0px;
}
#bRefine a {
	color: #666666;
    font-size: 12px;
    line-height: 146%;
}
#bRefine a.more {
	color:#858585;
	text-decoration:underline;
}
#bRefine div {
	margin-bottom:5px;
}
#bMorePanel{
	position:fixed;
	right:0px;
	top:0px;
	bottom:0px;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	padding:10px;
	display:none;
	z-index:10000;
	min-width:450px;
}
#bMorePanel .bFilterCount{
	color:#454545;
	font-weight:normal;
	font-size:.8em;
	padding-left:10px;
}
#bMorePanel #bAncestorList{
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
	max-width:400px;
}
#bMorePanel #bAncestorList span{
	font-size:7px;
	color: #454545;
}
#bMorePanel #bAncestorList a{
	color:#454545;
	padding:0px 5px 0px 5px;
	font-weight:bold;
	font-size:12px;
}
#bMorePanel #bAncestorList a span{
	font-size:12px;
}
#bMorePanel #bScrollList{
	overflow-y:auto;
	padding-left:10px;
	height:95%;
	float:left;
	margin-top:5px;
	width:250px;
}
#bMorePanel #bScrollList.bScrollListHierarchy{
	height:85%;
}
@media (min-width: 992px) {
	#bMorePanel #bScrollList{
		width:350px;
	}
}
#bMorePanel #bScrollList.bScrollListHierarchy{
	padding-left:25px;
}
#bMorePanel #bScrollList a{
	color:#454545;
	line-height:1.1em;
	font-size:11px;
}
#bMorePanel #bScrollList div{
	padding-bottom:8px;
}
#bMorePanel #bLetterBar{
	float:right;
	margin:0px 40px 0px 10px;
	text-align:center;
}
#bMorePanel #bLetterBar a{
	text-decoration:none;
	font-weight:bold;
}

/* search/browse results: list mode */

.bResultListItemCol{
	height:122px;
}
.bResultListItemContent {
	height:72px;
	overflow:hidden;
}
.bResultListItem{
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	background-color:#FFFFFF;
	line-height:1em;
	padding:10px; /*had commented this out*/
}
.bResultListItem:hover{
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	padding:20px; /*had commented this out*/
	margin:-10px; /*had commented this out*/
	height:112px;
	font-size:12px;

}
.bResultListItem .bResultListItemImg{
	max-height:72px;
	min-height:10px;
	overflow:hidden;
	margin:0 5px 0 0; /*had commented this out*/
	float:left; 
}
.bResultListItemImg .bResultItemImgPlaceholder{
	padding:20px; /*had commented this out*/
}
.bResultListItem img{
	width: auto;
	height:72px;
}
.bResultListItem .bResultListItemText a{
	line-height:1.2em;
	color:#666;
}
.bResultListItem .bResultListItemText{
	line-height:1.2em;
	font-size:12px;
}
.bResultListItem .bResultListItemText small, .bResultListItem .bResultListItemText small a{
	color:#ababab;
}
.bResultListItemExpandedInfo{
	display:none;
	background-color:#FFFFFF;
	padding:20px 0px 20px 0px; /*had commented this out*/
	background-color:#FFF;
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	z-index:1000;
	position:relative;
	margin:0px -20px -20px -20px; /*had commented this out*/
	padding:0px 20px 20px 20px; /*had commented this out*/
}

.bResultItemExpandedInfo HR{
	margin-top:15px;
	margin-bottom:5px;
	}

.browse .btn {
	background-color:#fafafa;
	border:1px solid #efefef;
	font-size:10px;
	color:#666;
	margin-left:5px;
	margin-right:5px;
	}
.browse .btn a, .browse .btn .glyphicon{color:#8c8c8c;}	

/* timeline results */
#bTimelineContainer{
	height:500px;
}
#timeline-embed{
	width: 100%;
	height:500px;
}

/* --------------------------------- */
/* multi-search */
/* --------------------------------- */
.multisearch {
	/*padding:0px 30px 0px 25px;*/
}
.multisearch H3{
	margin:0px;
	padding:0px;
	text-transform:none;
}
.multisearch H3 a, .multisearch H3 a:hover{
	text-decoration:none;
	color:#858585;
}
.multisearch .blockResults {
	height:170px;
	margin-bottom:15px;
	overflow:hidden;
	clear:both;
}
.multisearchImgPlaceholder{
	background-color: #F5F5F5;
	border:2px solid #EDEDED;
	color: #858585;
	padding:20px;
	text-align:center;
	width:100%;
	margin-bottom:10px;
	text-align:center;
}
.multisearchFullResults a{
	text-transform: uppercase;
	color:#858585;
}
.multisearchFullResults a:hover{
	text-decoration: none;
}
.multisearchSort ul {
	list-style-type:none;
	display:inline;
	padding:0px;
}
.multisearchSort ul li{
	display:inline-block;
	margin-right:5px;
}
.multisearchSort ul li a{
	text-decoration:underline;
	color:#858585;
}
.multisearchSort ul li.selectedSort a{
	color:#454545;
	text-decoration:none;
}
.multisearchSort a{
	display:inline-block;
	text-transform:lowercase;
}
.multisearchSort select{
	padding:0px;
	height:17px;
	font-size:12px;
    display:inline;
    width:auto;
}
.multisearchSort select:focus{
	box-shadow: none;
    outline: none;
    border: 1px solid #cccccc;
}
.multisearchSort select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.multisearch .blockResultsScroller {
	height: 170px;	/* Needs to be some height */
}

.multisearch .resultBlock {
	width:100%;
	overflow-y:hidden;
	position:relative;
}

.multisearch .multiSearchResults {
	overflow-x:scroll;
	overflow-y:hidden;
	width:100%;
}
.multisearch .scrollButtonNext, .multisearch .scrollButtonPrevious{
	right:0px;
}
.multisearch .scrollButtonPrevious{
	left:0px;
}
.multisearch .scrollButtonNext, .multisearch .scrollButtonPrevious{
	background-color:#ebebeb;
	position:absolute;
	z-index:100;
	height:150px;
	opacity:.7;
	padding:60px 10px 0px 10px;
	color:#454545;
	font-size:15px;
	margin:7px 0px 10px 0px;
	width:25px;
}
.multisearch .scrollButtonNext:hover, .multisearch .scrollButtonPrevious:hover{
	background-color:#dedede;
	cursor:pointer;
	color:#000;
}
.multisearch .scrollButtonNext.inactive, .multisearch .scrollButtonPrevious.inactive{
	display:none;
}
.multisearch .multisearchResult {
	float:left;
	width:150px;
	height:145px;
	margin:10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	background-color:#FFFFFF;
	line-height:1em;
	padding:10px;
	font-size:11px;
	overflow:hidden;
}
.multisearch .multisearchResult a  {
	color:#454545;
}
.multisearch .multisearchResult img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.multisearch .authoritySet {
	float:left;
	width:250px;
	height:170px;
	margin-right:20px;
	overflow:hidden;
	padding-top:10px;
}

.multisearch .authoritySet a {
	font-size:12px;
	color:#454545;
}
.multisearch .authorityResult{
	margin-bottom:5px;
	height:45px;
	line-height:1.1em;
	background-color:#f5f5f5;
	padding:5px 10px 5px 10px;
	overflow:hidden;
}
.multisearch .authorityResult:hover{
	background-color:#ebebeb;
}

/* ------------------------------------------*/
/* gallery */
/*------------------------------------------*/
.gallery {
	font-size:11px;
}
.gallery H4 {
	padding-top:5px;
	text-transform:uppercase;
	color:#000;
}
.gallery H5 {
	text-transform:uppercase;
	color:#000;
	font-size:12px;
}
.gallery #gallerySetInfo{
	font-size:13px;
	padding-bottom:20px;
}
.gallery #gallerySetInfo img{
	max-width:400px;
	width:100%;
	height:auto;
}
@media (min-width: 768px) {	
	.gallery #gallerySetInfo img{
		max-width:auto;	
	}
}
.gallery #gallerySetInfo a{
	color:#454545;
	text-transform:uppercase;
	font-size:12px;
}
.gallery .galleryItem{
	padding:10px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
  	box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
  	margin:5px 10px 15px 5px;
}
@media (max-width: 767px) {
	.gallery .galleryItem{
  		max-width:550px;
  	}
  }
.gallery .galleryItem a{
	text-decoration:none;
	color:#454545;
}
.gallery .galleryItem .galleryItemImg{
	float:left;
	width:25%;
	margin-right:10px;
}
.gallery .galleryItem .galleryItemImg img{
	width:100%;
	height:auto;
}
.gallery .galleryNext, .gallery .galleryPrevious{
	background-color: #EFEFEF;
    color: #666666;
    font: 33px/1em Arial,sans-serif;
    padding: 2px 12px 5px 12px;
    text-align: center;
    text-decoration: none;
}
.gallery .galleryNext{
	padding-left:14px;
	float:right;
	margin-right:10px;
}
.gallery .galleryPrevious{
	padding-right:14px;
	float:left;
	margin-left:5px;
}
.gallery .galleryNext.inactive, .gallery .galleryPrevious.inactive{
	opacity: .5;
    cursor: default;
    display:inline;
}
.gallery #galleryDetailImageArea{
	margin-bottom:10px;
	text-align:center;
	padding:10px 0px 10px 0px;
	position:relative;
}
.gallery #galleryDetailImageArea #galleryDetailImageWrapper{
	position:relative;
	display:inline-block;
	margin:0px auto 0px auto;
	height:auto;
}
.gallery #galleryDetailImageArea #galleryDetailImageWrapper:hover .detailMediaToolbar{
	display:block;
	left:0px;
}
.gallery #galleryDetailImageArea img{
	height:auto;
	width:100%;
}
@media (min-width: 768px) {
  	.gallery #galleryDetailImageArea {
		height:430px;
  	}
	.gallery #galleryDetailImageArea img{
		max-height:430px;
		max-width:100%;
	}
}
.gallery .galleryDetailNext, .gallery .galleryDetailPrevious{
	background-color: #EFEFEF;
    color: #666666;
    font: 33px/1em Arial,sans-serif;
    top: 130px;
    padding: 2px 12px 5px 12px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index:100;
}
.gallery .galleryDetailNext{
	padding-left:14px;
}
.gallery .galleryDetailPrevious{
	padding-right:14px;
}
@media (min-width: 768px) {
  	.gallery .galleryDetailNext, .gallery .galleryDetailPrevious{
		top:210px;
  	}
}
.gallery .galleryDetailNext{
	right:5px;
}
.gallery .galleryDetailPrevious{
	left:5px;
}

.gallery .galleryDetailNext.inactive, .gallery .galleryDetailPrevious.inactive{
	opacity: .5;
    cursor: default;
    display:inline;
}
.gallery #galleryDetailObjectInfo{
	padding-top:10px;
}
.gallery #galleryDetailImageGrid{
	min-height:300px;
}
.gallery #galleryDetailImageGrid img{
	width:100%;
	height:auto;
	padding:5px;
	border:1px solid #dddddd;
	margin:10px 0px 10px 0px;
}
.gallery #galleryDetailImageGrid .galleryIconActive img{
	background-color:#efefef;
}
.gallery .galleryIconHidden{
	display:none;
}
.gallery .setDescription{
	font-size:12px;
	font-weight:bold;
}
.gallery .galleryDetailBottom{
	clear:both; 
	border-bottom:1px solid #e3e3e3; 
	padding-bottom:10px; 
	margin-bottom:15px;
}	
 
   

/* bookreader */
.BookReaderContainer{
	width: 100%;
	height: 100% !important;
}
.DV-views{
	margin-left:72px;
}
/* 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;
}




/* --------------------------------------------------------- */
/* DOCUMENT VIEWER */
/* --------------------------------------------------------- */

.DV-controls {
	background:none;
	background-color:#efefef;} 
	
.DV-viewDocument .DV-views .DV-documentView span, .DV-viewThumbnails .DV-views .DV-thumbnailsView span, .DV-viewAnnotations .DV-views .DV-annotationView span, .DV-viewText .DV-views .DV-textView span, .DV-viewSearch .DV-views .DV-textView span {
    background: none;
    
    }
    
 .DV-pages, .DV-paper {
    background:none;
    background-color:#fff;
}   

.DV-header {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    padding: 0;
    position: relative;
    z-index: 20000;
}

.DV-views div span {
    background: none;
    border-bottom: 0 none !important;
    color: #000000 !important;
}

.DV-viewDocument .DV-views .DV-documentView span, .DV-viewThumbnails .DV-views .DV-thumbnailsView span, .DV-viewAnnotations .DV-views .DV-annotationView span, .DV-viewText .DV-views .DV-textView span, .DV-viewSearch .DV-views .DV-textView span {
    background-position: 0 -40px;
    border-bottom-color: #A0A0A0;
    font-weight: normal;
    text-shadow: 0;
    background-color:#e6e7e8;
}

.DV-viewDocument .DV-views .DV-documentView span, .DV-viewThumbnails .DV-views .DV-thumbnailsView span, .DV-viewAnnotations .DV-views .DV-annotationView span, .DV-viewText .DV-views .DV-textView span, .DV-viewSearch .DV-views .DV-textView span {
    text-shadow: 0 0px 0 #FFFFFF;
    
    }
    
.DV-searchInput {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.DV-docViewer .DV-searchInput {
    background: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAFlSURBVCiRbY/NqqpgFIYfjxLiyEFCfyDZpElFRF5Pt1A3FN1BNyEqRATfSFAo+keCmuQn5PEMDsXZe59nuJ718q6lANxutzIMQ4QQ7HY7bNum1+vhui7ValXhH7Q0TcvlckkQBJ9hHMfEcczpdCJN09KyrE9IC8OQIAhot9uMRiM6nQ5JkrBarQjDkFqtxpcGIQQA4/EY13WpVCpYloWqqmy3W97+za/9fg/AYDDAMAx0XccwDPr9PgBv/wm0Wi0AoihC07S/tZpGFEUAvP0n0O12AfA8D9/3ybIM3/fxPA8Ax3G+/jAcDrler6zXa5Ik4TtCCO73e2mapgKgSCnLw+HAZrMhiiKOxyPNZhPHcRBCkKYp9Xqd2WyGaZqKAiClLLMsI89zXq8XmqahqiqPx4PFYsHlcqHRaDCdTtEAdF1XftwCPJ/PcjKZMJ/PkVIipeS/i2+KolDyPP99Pp8pigLbtvkDMDKl6nkCE08AAAAASUVORK5CYII=") no-repeat scroll 5px 5px #FFFFFF;
    border: 1px solid #ccc;
    display: block;
    font-family: Arial;
    font-size: 11px;
    line-height: 14px;
    margin: 2px 5px 0 0;
    outline: medium none;
    padding: 4px 20px 3px;
    width: 210px;
}
.DV-views div.DV-first span {
    border: 1px solid #CCCCCC;
}

.DV-views div.DV-last span {
    border: 1px solid #CCCCCC;
}

.DV-footer {
    background:none;
    background-color:#efefef;
    border-top: 1px solid #ccc;
    bottom: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    height: 33px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-shadow: 0 0px 0 #DDDDDD;
    z-index: 20000;
}

.DV-previous, .DV-next {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url('../graphics/buttons/docview_controls.png');
    background-repeat: no-repeat;
    /*border-color: #CCCCCC #BBBBBB #999999;*/
    border-image: none;
    border:0;
   /* border-left: 1px solid #BBBBBB;
    border-radius: 2px;
    border-right: 1px solid #BBBBBB;
    border-style: solid;
    border-width: 1px;*/
    cursor: pointer;
    height: 22px;
    position: absolute;
    text-indent: -1000em;
    top: 0;
    width: 32px;
}

.DV-footer .DV-trigger, .DV-fullscreen {
	border-width:0;
	}
	
.DV-currentPagePrefix, .DV-currentPageSuffix, .DV-currentAnnotationPrefix {
    color: #666666;
    font-size: 11px;
    text-transform: uppercase;
}

.DV-zoomLabel {
    color: #666;
    display: inline;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 3px 0 0 6px;
    padding: 3px 16px 0 0;
    position: relative;
    text-transform:uppercase;
}	

.DV-narrowControls .DV-zoomBox {
    width: 80px;
}

/* --------------------------------------------------------- */
/* ARE THESE STYLES USED???????????????????????????????????? */
/* --------------------------------------------------------- */

/* browse overlay */
/*#caBrowsePanel {
	position: fixed; 
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%; 
	display: none;
	margin: 0px;
	padding: 0px;
	z-index: 31000;
}
#caBrowsePanel #close{
	float: right;
	width:15px;
	height:16px;
	margin:10px;
	background-image:url("../graphics/buttons/x.png");
}
#caBrowsePanel #close a{
	text-decoration:none;
	font-size:16px;
}
#caBrowsePanelContentArea {
	width: 100%; 
	height: 100%;
}*/
/* Basic Pages */

/*#pageTitle {
	float: left;
	width: 170px;
	background-color: #000;
	color: #fff;
	height: 245px;
	font-family: DIN17SBOP-Regular;
	padding: 15px 10px 20px 15px;
	font-size: 24px;
	margin-right:15px;
	line-height:24px;
}
#contentArea {
	width: 830px;
	float:right;
}
#timelineContentArea {
	width: 830px;
	float:right;
}*/
/*  TimelineJS	*/
.vco-storyjs, .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p, .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{
	font-family: arial !important;
}
.vco-storyjs h3{font-size:16px;line-height:18px}




/* Advanced Search */

div.advancedSearchField {
	float: left;
	width: 250px;
}

/* Finding Aid */

.findingaid H1 {
	margin-bottom:20px;
	color: #858585;
}
#findingAidCont {
	margin-top:20px;
}
.collHeader a{
	font-family: DIN17SBOP-Regular;
	color: #414151;
	font-size: 16px;
}
.fa-angle-double-down.finding-aid, .fa-square-o.finding-aid {
	float:left;
	padding:4px 5px 4px 5px;
	margin:0px 5px 0px 5px;
	border-radius:4px;
}
.fa-angle-double-down.finding-aid:hover {
	background-color:#eee;
}
.fa-angle-right.finding-aid {
	float:left;
	padding:4px 10px 4px 10px;
	font-weight:bold;
}


/* tooltips */
.ui-tooltip {
	padding: 10px;
	min-width: 120px;
	max-width: 300px;
	min-height: 50px;
}

/* ----------------- print specific styles ----------------------*/
/* --- This overrides boostrap styles --- */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  .navbar {
    display: block !important;
    border:0px;
  }
  .nav, .navbar form {
  	display: none;
  }
}