/*==================================================
css: content/2018-03-16T07_16_48.594281

server/static/css/common.css L11
server/static/css/main.css L1192
ubffm/static/css/common.css L3752
ubffm/static/css/styles.css L3815
ubffm.db.css L4088
==================================================*/

/* from server/static/css/common.css */
/* common */

html {
	height:100%;
}

body {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	position:relative;
}
body, td {
	font-family:Segoe UI, "Helvetica Neue", Arial;
	font-size:12.6333px;
	color:#333;
}
/* layout tableLayout, cssLayout equivalents */

#cont, #main {}

#rowTop td, #topParts {}
#rowMiddle td, #middleParts {}
#rowBottom td, #bottomParts {}

.colleft, #leftParts { margin:0 auto }
.colmain, #centerParts {}

/* end layout */


/* barr */

.screenreaders {
	position: absolute;
	top:-100px;
	left:-9999px;
	font-size:0em !important;
	margin:0;
	padding:0;
	border:0;
}

/* html5 */

main {
	display:block;
}

/* tableLayout */

/* no margins / paddings on these elements */
table#cont,
#rowMiddle > td,
#rowMiddle > td > table#middleContent {
	padding:0 !important;
}
#rowMiddle > td > table#middleContent {
	margin:0 !important;
}

/* major layout directives */
table#cont {
	width:100%;
	height:100%;
	display: table;
}
table#topContent, table#middleContent {
	width:100%;
}
/* add gstyle demo support - firefox at least */
.bd-pages-gstyle .colmain, .bd-pages-gstyle .colmain td, #rowMiddle > td {
    height: 100%;
}
#rowBottom td, #rowTop td {
	height:.1em;
}

.colmain {
	width:100%;
}
/* part type footer align bottom */
#footer, #bottomParts  {
	background-color:#F3F3F6;
	border-top:1px solid #ccc;
	padding:2px .3em;
}
.footerContent a {
	font-size:10px;
	font-family:Verdana;
}
/* part type footer align layer */
#footerLayer, #custom-footer.wiki-layer {
	position:fixed;
	bottom:0;
}
.bd-auth td.footer .menubox {
	display:none; /* hide footer-aligned menubox left in wiki/?edit*/
}

.strong {
	font-weight: bold;
}

/* wiki */

div.cont, p {
	line-height:1.5em;
	padding:0;
	margin-top:0;
	margin-bottom:1em;
}

/* debug FOOTER  */

#debugpanel {
	position:fixed;
	bottom:0;
	right:0;
	z-index:10000;
	font-size: 11px;
	border-right: 1px solid grey;
	border-top: 1px solid grey;
}
#debugdata {
	background-color: #eee;
	display:none;
	margin-right:46px;
}

#debugpanel > .hideit {
	cursor:pointer;
	background-color:white;
	border-left: 1px solid grey;
	color:#777;
	padding:0 1px;
	float:right;
}
#debugdata-ctrl.hideit {
	width:34px;
}
#debugpanel-ctrl.hideit {
	width:6px;
}
#debugdata > a {
	border-left: 1px solid grey;
	padding-left: 6px;
	padding-right: 6px;

}
/* common */

select, .nodrop, #npSingle {
	font-size:11px;
	font-family: Tahoma, Helvetica, Verdana;
}
select[multiple] {
    height: auto;
}
td {
	vertical-align:top;
}
a, a:visited, .colmain .ui-tabs-panel a {
	text-decoration:none;
	color:#0630ac;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:0;
}

form {
	margin:0;
}
.inputDatepicker, .inputDatepickerSubmit,
.inputSmall, .inputSmallSubmit {
	font-size:12px;
}
.inputDatepicker, .inputSmall {
	cursor:pointer;
	width:6em;
	color:#333;
	padding-left:2px;
	padding-right:16px;
	background: url(/static/graphics/iconCalendar.gif) no-repeat right 0px;
	border:0;
	border-bottom:1px solid #ccc;
}
.inputDatepicker:focus {
	outline:0 none;
}
.inputDatepickerSubmit, .inputSmallSubmit {
	border:1px solid #ccc;
	border-radius:2px;
	padding:0 auto;
	background-color:#fafafa;
}
/* wiki edit */
.vlsContainer {
	margin-top: 23px;
	border:2px solid #eee;
	border-radius:2px;
	background-color:#fff;
	vertical-align:top;
}
.dashitem {
	display: inline-block;
	width:50%;
	vertical-align: top;
}
.dashitem > div {
	margin:1em 1em 3em 1em;
	border: 2px solid #eee;
	border-bottom:0 none;
	background-color:#fff;
}

.vlsContainer.noborder {
	border:0;
}
div#adminToolbar, .vlsContainer {
	margin-right:10px;
	margin-left:10px;
}
.head, #dashboard .dashHead {
	margin: 18px 0;
    font-size: 1.5em;
    color: #333;
    font-family: Verdana,Arial,sans-serif;
	padding: 4px 10px;
	background-color: #F7F6F8;
}

img.spacer {
	/*avoid img consuming additional vertical space*/
	display: inherit;
}
.head {
	/*border-radius:4px;*/
}
/* Jobs page */
div#selectItems {
	margin:16px 8px 0;
}
div.itemsInGroup {
	margin:0 8px 0 13em;
}
div#selectItems  ul.vlsDropdown {
	width:13em;
}
#vlsDropSpacer {
	font-size:5px;
}
div#selectItems #vlsDropSpacer {
	display:none;
}
ul.vlsDropdown {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	z-index:200;
	margin:0;
	padding:0;
}
ul.vlsDropdown li {
	margin:0;
	padding:0;
}
/* interferes with (s2wnew) *, *:after, *:before { box-sizing: border-box }*/
ul.vlsDropdown li a {
	box-sizing: initial !important;

}
ul.vlsDropdown li a:hover, div.itemsInGroup a:hover {
	background-image:url(/static/graphics/admin/bgVlsSelectHover.gif);
	color:#445;
}
ul.vlsDropdown li {
	display:none
}
ul.vlsDropdown li#selected {
	display:block;
	background-image:url(/static/graphics/admin/bgVlsSelectHover.gif);
	background-repeat:repeat-x;
}
ul.vlsDropdown li a, div.itemsInGroup a, .dashJumpmenu a  {
	background-image:url(/static/graphics/admin/bgVlsSelect.gif);
	background-repeat:repeat-x;
	border:1px solid #bbb;
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	padding:4px 15px 4px 15px;
	* padding:4px 15px 3px;
	margin-bottom:-1px;
	color:#444 !important;
	display: block;
	height:17px;
	line-height: 17px;
	outline:none;
}
ul.vlsDropdown li a:visited, div.itemsInGroup a:visited {
	color:#444 !important;
}
ul.vlsDropdown li a:hover, div.itemsInGroup a:hover {
	text-decoration:none;
}
ul.vlsDropdown li a:active, div.itemsInGroup a:active {
	outline:none;
}
ul.vlsDropdown {
	* border-bottom:1px solid #ddd;
}
ul.vlsDropdown li#selected a {
	background:transparent url(/static/graphics/admin/thirdparty/crystal/14_layer_lowerlayer.png) 90% 50% no-repeat;
}

div.itemsInGroup a {
	float:left;
	margin-right:-1px;
	border-color:#ddd
}
ul.vlsDropdown li a#last {
	border-bottom:1px solid #aaa;
}
/* barrier-free menue */
/* ul.nav-inline#navPort */
ul.nav, ul.nav-inline {
	margin: 0;
	padding-left:0;
	list-style: none;
}
ul.nav li {
	margin: 0;
}
ul.nav-inline li {
	display:inline-block;
}
/**/

/*NAVPORT*/

#navPort {
	border-top:1px solid #dde;
	border-bottom:1px solid #e8e8f0;
	background-color:#f8f7fb;
	clear:both;
}
.navPort-metadata, .navPort-pages {
}
.navPort-nav {
}

.viewCtrl, .viewCtrl_sel {
	border-right:1px solid #CCCBD7;
	border-left:1px solid #fff;
}
/* make padding-bottom = padding-top + padding-bottom of .viewCtrl a, .viewCtrl_sel span
or make it one less in order to hide the bottom border of the selected tab */
#navPort {
	padding-bottom:5px;
}
.viewCtrl a, .viewCtrl_sel span {
	display: block;
	padding: 3px 1.2em 3px 1.2em;
}
.viewCtrl a:active {

}
.viewCtrl_sel {
	color:#666;
}
.viewCtrl, .viewCtrl_sel {
		float:left;
}
/* auth */
.authForm {
	margin:40px 40px;
}
.authForm fieldset {
	border:1px solid #ccc;
	border-radius:12px;
}
.authForm fieldset legend {
	font-size:1.8em;
	margin-left: 0.4em;
}
legend {
	padding:0 .5em;
}
.authForm table {
	margin:40px 40px;
}

.authCont {
	width:800px;
}
.authMsg {
	width:300px;
	margin-left:40px;
}
.authMsg div {
	border-radius:4px;
	padding:.5em 1em;
	background-color:#fcfce0;
	border:1px solid #eee;
	margin-bottom:1em;
}


/* navi */
.naviControls.toggleMode {
	position:relative;
}
.naviControls.toggleMode > .toggleModeImage {
	margin-right:-1px;
}
.naviControls, .resizeControls, .rotateControls, .debugControls, .tabgroup, .drop {
	float:left;
}

.vls-button  {
	display:block; float:left;
	margin-right:1px;
	font-size:0;
	width:19px;
	height:19px;
}
a.vls-button:hover {
	text-decoration:none;
}
/*number not in use*/
.paginglink a.number, .paginglink span.number  {
	font-size:1em;
	padding: .5em 0;
	text-align: center;
}
.paginglink {
	float:left;
	height:18px;
}
.paginglink a, span.resizeControls a {
	* font-size:0;
	text-decoration:none;
}

/* navi */

/*
these are class vls-button:
span.resizeControls a#zoomh, span.resizeControls a#zoomw,
span.resizeControls a#zoomh_s, span.resizeControls a#zoomw_s,
span.resizeControls a#goZoom, span.resizeControls a#goPage,
span.rotateControls a#rotateCounterclockwise,
span.rotateControls a#rotateClockwise,
span.debugControls a,
div.paginglink a.forw,
div.paginglink a.back,
div.paginglink a.start,
div.paginglink a.end,
div.paginglink span.start_s,
div.paginglink span.end_s,
div.paginglink span.forw_s,
div.paginglink span.back_s */

/* .vls-button default transparency color : 4f5f85 */
.vls-button {
	background: url(/static/graphics/ctrl/navi_19.png);
}
div.paginglink span {
    opacity: .5;
}
div.paginglink a.start {
	background-position:0px 0px;
}
div.paginglink a.start:hover {
	background-position:-19px 0px;
}
div.paginglink a.start:active {
	background-position:-38px 0px;
}
div.paginglink span.start_s {
	background-position:-57px 0px;
}

div.paginglink a.back {
	background-position:0px -19px;
}
div.paginglink a.back:hover {
	background-position:-19px -19px;
}
div.paginglink a.back:active {
	background-position:-38px -19px;
}
div.paginglink span.back_s {
	background-position:-57px -19px;
}

div.paginglink a.forw {
	background-position:0px -38px;
}
div.paginglink a.forw:hover {
	background-position:-19px -38px;
}
div.paginglink a.forw:active {
	background-position:-38px -38px;
}
div.paginglink span.forw_s {
	background-position:-57px -38px;
}

div.paginglink a.end {
	background-position:0px -57px;
}
div.paginglink a.end:hover {
	background-position:-19px -57px;
}
div.paginglink a.end:active {
	background-position:-38px -57px;
}
div.paginglink span.end_s {
	background-position:-57px -57px;
}

a#goZoom {
	background-position:0px -76px;
}
a#goZoom:hover {
	background-position:-19px -76px;
}
a#goZoom:active {
	background-position:-38px -76px;
}
a#goZoom_s {
	background-position:-57px -76px;
}

a#goPage {
	background-position:0px -95px;
}
a#goPage:hover {
	background-position:-19px -95px;
}
a#goPage:active {
	background-position:-38px -95px;
}
a#goPage_s {
	background-position:-57px -95px;
}

a#zoomzin {
	background-position:0px -114px;
}
a#zoomzin:hover {
	background-position:-19px -114px;
}
a#zoomzin:active {
	background-position:-38px -114px;
}
a#zoomzin_s {
	background-position:-57px -114px;
}

a#zoomzout {
	background-position:0px -133px;
}
a#zoomzout:hover {
	background-position:-19px -133px;
}
a#zoomzout:active {
	background-position:-38px -133px;
}
a#zoomzout_s {
	background-position:-57px -133px;
}

a#rotateClockwise {
	background-position:0px -152px;
}
a#rotateClockwise:hover {
	background-position:-19px -152px;
}
a#rotateClockwise:active {
	background-position:-38px -152px;
}
a#rotateClockwise_s {
	background-position:-57px -152px;
}

a#rotateCounterclockwise {
	background-position:0px -171px;
}
a#rotateCounterclockwise:hover {
	background-position:-19px -171px;
}
a#rotateCounterclockwise:active {
	background-position:-38px -171px;
}
a#rotateCounterclockwise_s {
	background-position:-57px -171px;
}
a#zoomh {
	background-position:0px -190px;
}
a#zoomh:hover {
	background-position:-19px -190px;
}
a#zoomh:active {
	background-position:-38px -190px;
}
a#zoomh_s {
	background-position:-57px -190px;
}
a#zoomw {
	background-position:0px -209px;
}
a#zoomw:hover {
	background-position:-19px -209px;
}
a#zoomw:active {
	background-position:-38px -209px;
}
a#zoomw_s {
	background-position:-57px -209px;
}

a#toggleModeText, a#toggleModeWiki {
	background-position:0px -228px;
}
a#toggleModeText:hover {
	background-position:-19px -228px;
}
a#toggleModeText:active {
	background-position:-38px -228px;
}
a#toggleModeText_s, a#toggleModeWiki_s {
	background-position:-57px -228px;
}
a#toggleModePage, a#toggleModeImage {
	background-position:0px -247px;
}
a#toggleModePage:hover {
	background-position:-19px -247px;
}
a#toggleModePage:active {
	background-position:-38px -247px;
}
a#toggleModePage_s, a#toggleModeImage_s {
	background-position:-57px -247px;
}
/*arrow version pos 14.0 */
a#downloadZeroWebcacheImage {
	background-position:0px -285px;
}
a#downloadZeroWebcacheImage:hover {
	background-position:-19px -285px;
}
a#downloadZeroWebcacheImage:active {
	background-position:-38px -285px;
}
a#downloadZeroWebcacheImage_s {
	background-position:-57px -285px;
}

a#toggleBorderCrop {
	background-position:0px -304px;
}
a#toggleBorderCrop:hover {
	background-position:-19px -304px;
}
a#toggleBorderCrop:active {
	background-position:-38px -304px;
}
a#toggleBorderCrop_s {
	background-position:-57px -304px;
}

div.paginglink .number {
	background-position:0px -304px;
}
div.paginglink a.number:hover {
	background-position:-19px -304px;
}
div.paginglink a.number:active {
	background-position:-38px -304px;
}
div.paginglink span.number_s {
	background-position:-57px -304px;
	color:#ccc;
}
a#dpage {
	background-position:0px -323px;
}
a#dpage:hover {
	background-position:-19px -323px;
}
a#dpage:active {
	background-position:-38px -323px;
}
a#dpage_s {
	background-position:-57px -323px;
}
a#pageview {
	background-position:0px -342px;
}
a#pageview:hover {
	background-position:-19px -342px;
}
a#pageview:active {
	background-position:-38px -342px;
}
a#pageview_s {
	background-position:-57px -342px;
}

.vls-hidden {
	display:none !important;
}

.userMessages .message {
	color:green;
	font-weight:bold;
}
/* CodeMirror  */
.splitter_container.splitter-vertical > .splitter_panel {
    border: 1px solid silver;
}
.splitter_container > .splitter_panel > #leftPane {
    overflow: hidden !important;
}
.CodeMirror {
	line-height: 1.2em;
}
	.CodeMirror-activeline-background {
		background: none repeat scroll 0 0 #E8F2FF !important;
		}

	.cm-tab:after {
		content: "\21e5";
		display: -moz-inline-block;
		display: -webkit-inline-block;
		display: inline-block;
		width: 0px;
		position: relative;
		overflow: visible;
		left: -1.4em;
		color: #aaa;
	}


/* deform */
.deformFormFieldset {
}
form.deform {
	clear:both;
}
/* this counts for rendered form data */
.deform ul {
    margin-left: 4px;
}
.deform li {
	padding: 0px 0px !important;
	margin: 15px 0 10px;
}
/* this counts for 'input' =form data */
form.deform li {
	padding: 0px 0px;
	margin: 0;
}
form.deform label.desc,
form.deform div.longdesc,
form.deform p.error,
form.deform ul ul,
form.deform li.buttons {
}
form.deform label.desc,
form.deform div.longdesc,
form.deform p.error {
	font-size: 1em;
}
form.deform li.buttons {
	border-top:1px solid #ccc;
	padding:1em 0 !important;
}
form.deform div.longdesc {
	margin:0.5em 0 1.5em
}
form.deform label {
	height:23px;
}
form.deform input {
	vertical-align: middle;
}
form.deform div.longdesc + textarea,
form.deform div.longdesc + input {
	margin-left:10px;
	width: 420px;
	color:red;
}
form.deform label.desc, form.deform ul ul label {
	display:inline-block;
	min-width:200px;
}
form.deform label.desc + input, form.deform label.desc + textarea {
	width:300px;
}
form.deform textarea {
	width:500px;
}

div.deform label.desc {
	display:inline-block;
	min-width: 150px;
}
div.deform label.desc + p {
	display:inline-block;
}
div.deform p {
	margin:0px;
	padding:0px;
}
form.deform .errorLi {
	border: 1px solid #EEE;
	border-radius: 4px;
	background-color: hsl(233, 60%, 98%);
	display: inline-block;
	padding: 0px 145px 0 15px !important;
	margin: 1em 0 2em !important;
	text-align:left;
}
form.deform .errorLi h3 {
	margin-top:1em;
}
form.deform li.error {
	background-color: white; /*#FFF9DF;*/
}
.deformClosebuttonActive {
	float:none !important;
}
.list {
	float:left;
	width:16px;height:16px;
	font-size:6px;
	filter:alpha(opacity=70); opacity: 0.7;
	background-repeat:no-repeat;
	border:0;
	content:url(/static/graphics/clpx.gif);
}
/* formWikidata css cf. docs/epflicht/forms/*.wiki */
.editing-msg {
	border-bottom: 1px solid #ccc;
	padding: 0.2em 0;
	font-size: 1.2em;
	display: inline-block;
}

/* end deform */

/* vls-list */

.vls-list {
	list-style-type:none;
}
.vls-list,
.hitstructure { /* reset ul client defaults */
	margin:0;
	padding:0;
}

.vls-list li /*, ul.hitstructure li, .titleChild */ {
	margin:.4em 0;
}
/* set 1st level li close to left */
.vls-list.structure li  {
	clear:left;
}
.vls-list li.table {
	margin-bottom:1em;
}
.vls-list ul { /* set 2nd to n level's indentation */
	padding-left:24px;
}
.vls-list ul li {
	* font-size:1em;
}
.vls-list li.tableContainer {
	padding-left:0;
	background:transparent none;
	margin:0;
}
.vls-list li.tableContainer a, .vls-list li.table a {
	margin:0
}

/* */
.vls-list li > a, .vls-list li > span.structure, .titleLinks a  {
	display:block;
	/* in order to have the text+pagination-link without PDF align with paginations with PDF ,
	this must be minimum the width of the PDF-link, because if we have pagination and PDF, the two margins collapse
	*/
	margin-right:6em;
}
.vls-list li > a, .vls-list li > span.structure  {
	margin-left:24px;
}
ul.cCat li .list {
	background-image:url(/static/graphics/listicons/icoCat.png);
}
/* searchresult-types */
ul.structure li .list,
.titleChild-struct .list {
	background-image:url(/static/graphics/listicons/icoChrono.png);
}
ul.structure li.title .list {
	background-image:url(/static/graphics/listicons/icoTitle.png);
}
.hitstructure { /* allow for little more on 1st level */
	padding-left:20px;
}
.hitstructure ul { /* this fits */
	padding-left:1.3em;
}
/* keep in this order */
.transparency {
	background-color:#339;
}
.transparency-selected {
	background-color:#e61919;
}
.list {
	float:left;
	width:16px;height:16px;
	font-size:6px;
	filter:alpha(opacity=70); opacity: 0.7;
	background-repeat:no-repeat;
}
ul.toggle {
}
	.vls-list li.toggle {
		padding:0;
	}
	.vls-list li.toggle a {
		margin-left:0;
		cursor:pointer;
	}
	.vls-list li.toggle img {
		background-image:url(/static/graphics/listicons/toggleRight.png);
		vertical-align:bottom;
	}
	.vls-list li.toggled img, #menuboxFirstCollectionLevel a.toggled img {
		background-image:url(/static/graphics/listicons/toggleDown.png);
	}
ul.toToggle {
	display:none;
}

span.hideHits {
	display:none;
}

table.metadataTable ul.toToggle { /* this is a toggled list with rounded borders */
	margin-top:6px;
	border:2px solid #eee;
	-moz-border-radius:2px 16px 16px 2px;
	-webkit-border-radius:2px 16px 16px 2px;
	border-radius:2px 16px 16px 2px;
	padding: 6px 24px;
}
ul.structure li.noStyle {
	background:transparent none;
	padding-left:0;
	* margin-top:-1.6em;
	* padding-left:24px;
}
ul.structure li a.toggleStructure {
	cursor:pointer;
}
a.structlist {
}

/*.titleChild-even, */
.structlist-even {
	background:#f0f0f0 url(/static/graphics/bg-structlist-even.png) no-repeat;
}

ul.hitstructure li a {
	margin-left:0;
}
.vls-list div.miniTitleinfo a {
	display:inline;
	margin-right:0;
}
table.columns .vls-list li a {
	margin-right:2em;
}

/* close cross
content:' | \2A2F\00a0';

*/

/* clearfix */
.clearfix:after {
  content: "\00A0";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* .vlsControl .button */

.vlsControl .button, #wikiCtrl > a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	display:inline-block;
	background-image: linear-gradient(to bottom, #FAFAFA 0%, #F0F0F0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0')";
	text-decoration:none;
	cursor:pointer;
	color:#333;
	text-shadow:1px 1px 0px #ffffff;
	font-family: 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', 'Helvetica Neue', sans-serif;
}
.vlsControl .button:hover, #wikiCtrl > a:hover, ul#adminControls li a:hover {
	background-image: linear-gradient(to bottom, #f0f0f0 0%, #fafafa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fafafa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fafafa')";
	text-decoration:none;
}

.vlsControl .button {
	border-radius:3px;
	border:1px solid #ddd;
	padding: .5em;
	display: inline-block;
	text-align:center;
}
.vlsControl .button.slim {
	padding: .2em .5em;
}
.vlsControl .button.edge {
	border-radius:0px;
}
.vlsControl .button.flat {
	background-image: none;
	filter:none;
	-ms-filter: none;
}
.vlsControl .button.light {
	background-color: #fafafa;
}
.vlsControl .buttonInactive, .vlsControl .buttonInactive:hover {
	color:#999;
	background-image: none;
	cursor:default;
}
#wikiCtrl > a {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #dcdcdc;
}
#wikiCtrl > * {
	background-color:#fff;
	color:#777;
	padding:2px 11px;
	margin-left:5px;
}

/* scalable Buttons */
/*
<div class="vlsControl vlsArrows">
  <div class="button">
  <div class="right">
    <a class="arrow" href="#">Forward</a>
  </div>
  </div>
    <div class="button">
    <div class="down">
    <a class="arrow" href="#">Down</a>
  </div>
  </div>
</div>
*/

.vlsArrows {
	font-size:.7em;
}
.vlsControl .arrow {
	vertical-align:middle;
	display: inline-block;
	text-indent: -999em;
	width:0;
	height:0;
	border: 1em solid transparent;
}
.vlsControl .right .arrow {
	margin-left: 0.5em;
	margin-right: -0.5em;
	border-left: 1em solid #999;
}
.vlsControl .left .arrow {
	margin-right: 0.5em;
	margin-left: -0.5em;
	border-right: 1em solid #999;
}
.vlsControl .down .arrow {
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	border-top: 1em solid #999;
}
.arButton, .arButton div {
	width:17px;
	height:19px;
}
.arButton {
	background:transparent url(/domainresource/static/graphics/ctrl/s-bg-center.gif);
	vertical-align: top;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-radius:2px;
	margin-left:10px;
	margin-right: -25px;
	margin-top: -0px;
	margin-bottom: -0px;
	display:inline-block;
}
.arButton div {
	position:absolute;
}
.arDown div {
	background:transparent url(/domainresource/static/graphics/whsadmin/arDown.png) no-repeat 5px 7px;
}
.arUp div {
	background:transparent url(/domainresource/static/graphics/whsadmin/arUp.png) no-repeat 5px 7px;
}
.checkUncheckAll {
	cursor:pointer;
	text-align:right;
	border-top:1px solid #ddd;
	font-size:.7em;
	margin-top:1em;
	font-family:Verdana;
}
table.sortable th {
	background: url('/static/graphics/sortable.gif') center right no-repeat;
	padding-right: 21px;
	cursor: pointer;
}

@media (max-width: 1824px) {
	.dashitem {
		width:75%;
	}
}
@media (max-width: 1600px) {
	.dashitem {
		width:90%;
	}
}
@media (max-width: 1440px) {
	.dashitem {
		width:95%;
	}
}

@media (max-width: 1200px) {
	.dashitem {
		width:100%;
	}
}

/* from server/static/css/main.css */
﻿
/* start main */

#topmenu input, #searchTheBook input, #topmenu button, #searchTheBook button {
    font-size: .85em;
}

hr {
	border:0;
	border-bottom:1px solid #666;
}
/* tab tpage */
div.pageocr {
	border:1px solid #ccc;
	font-family: serif;
}

/* wiki general */

.wiki .align-center {
    text-align: center
}
.wiki .align-right {
    text-align: right
}
.wiki-left p, .wiki-bottom p {
	padding:0;
	margin:0;
}
.wiki-center ol, .wiki-center ul {
	padding-left:20px;
	margin-bottom:1em;
}
/* above: this interferes with releaseHistory or allDocuments parts (containing listNavigation), that are declared in (home) wikis
   below: fix this */
.wiki .listNavigation ul.menue {
	padding-left:0;
}

.wiki .vls-list {
	padding-left:0;
}
/* employing <classification/> on a struct-id wiki */
.wiki ul#classificationChildList {
	padding-left:4px;
	margin-bottom:1em;
}

/* Double underline extension.  */
.wiki u.double {
    border-bottom: 1px solid #000;
}

/* wiki */


/*wiki-info */

.formWikidata {
	padding:1em 0;
}
/* wiki-pagetext */

.wiki-pagetext {
	padding:10px;
}
#wikipreview {
	padding-left:10px;
}
.wiki-pageimg {
	/* analogous to .wiki-pagetext padding */
	background-color:white;
	border:1px solid #ccc;
	position:absolute;
	z-index:1;
	overflow:auto;
	display:none;
}

#wikiCtrl.toggle-wiki-pageimg {
	display:inline-block;
    margin: -48px 2px 0 0;
	float:right;
}
#wikiCtrl.toggle-wiki-pageimg > a {
	background: url(/static/graphics/admin/thirdparty/crystal/16/thumbnail.png) no-repeat 96% 3px;
	padding: 2px 22px 2px 9px;
	color:#666;
}
.wiki-pagetext {
	border:1px solid #ccc;
	line-height: 1.5em;
}
#wikipreview.wiki-pagetext {
	border:0;
}
.wiki-pagetext * {
}
/* though p should have been replaced by div.cont meanwhile */
.wiki-pagetext div.cont, .wiki-pagetext p {
	margin-bottom:0;
}
/* scopecontent from its ead */
.wiki-pagetext h1, .wiki .scopecontent > p {
	font-size:1.25em;
}
.wiki-pagetext h2 {
}
.wiki-pagetext .footnotes {
	font-size:.9em;
}
.wiki-pagetext .no-transcription-yet {
	color:#aaa !important;
}

.wiki .column-wrapper {
	overflow: auto;
}
.wiki .column-left {
	width:50%;
	float:left;
}
.wiki .column-right {
	width:50%;
	float:right;
}
.wiki-leftmargin {
	margin-left: 220px;
}
.wiki-rightmargin {
	margin-right: 220px;
}
	.notes-leftmargin, .notes-rightmargin {
		width:200px;
		display:inline-block;
		vertical-align:top;
		/* We have to reset all formatting that may be inherited
			from the surrounding inline text.  */
		text-align: left;
		text-decoration: none;
	}
	ol .notes-leftmargin {
		/*compensate for 20px list padding*/
		margin-left:-240px;
	}
	ol .notes-rightmargin {
		margin-right:-240px;
	}
	.notes-leftmargin {
		margin-left:-220px;
		float:left;
		clear:left;
	}
	.notes-rightmargin {
		margin-right:-220px;
		float:right;
		clear:right;
	}

.wiki ul > li > p {
	margin:0;
	padding:0;
}
.wiki .notes-paren { display: none; }

.wiki .rot90 {
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 0% 0%;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0% 0%;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0% 0%;
}

/* end wiki-pagetext */

.wiki-urnresolving p {
	/* this would be overridden by .wiki p */
	margin-top:.5em !important;
	margin-bottom:0;
}

/* Wiki Table of Contents, based on Mediawiki.  */
.wiki .toc {
    display: inline-block;
    background-color: #F9F9F9;
    border: 1px solid #ccc;
    font-size: 95%;
    margin: 1em 0;
    padding: 5px;
}

.wiki .toc h2 {
    border: medium none;
    display: inline;
    font-size: 100%;
    font-weight: bold;
    padding: 0;
}

.wiki .toc .toctitle {
    text-align: center;
}

.wiki .toc ul {
    list-style-image: none;
    list-style-type: none;
    margin: 1em 0 0.5em 0;
    padding: 0;
    text-align: left;
}

.wiki .toc ul ul {
    margin: 0 0 0 2em;
}

/* Wikitable, based on Mediawiki.  */
.wiki table.wikitable {
        margin: 1em 0;
        background-color: #f9f9f9;
        border: 1px #aaa solid;
        border-collapse: collapse;
        color: black;
}
.wiki table.wikitable > tr > th,
.wiki table.wikitable > tr > td,
.wiki table.wikitable > * > tr > th,
.wiki table.wikitable > * > tr > td {
        border: 1px #aaa solid;
        padding: 0.2em;
}
.wiki table.wikitable > tr > th,
.wiki table.wikitable > * > tr > th {
        background-color: #f2f2f2;
        text-align: center;
}
.wiki table.wikitable > caption {
        font-weight: bold;
}

/* end wiki */

/* various */

.searchterm {
	background-color:#DFEFFF;
}

p.indent {
	margin-left:2em;
	text-indent:-2em;
	margin-bottom:.7em;
	line-height:1em;
}
.bold {
	font-weight:bold;
}
.uppercase {
	text-transform:uppercase;
}

a {
	outline:0;
}
a.unreleased {
	filter:alpha(opacity=70); opacity: 0.7;
	background-color:#FFEAFF;
}

a.external {
	white-space:nowrap;
}
a.external:after {
	content:'\2197';
	display:inline-block;
	font-size: 0.9em;
    height: hh;
    margin: -0.4em 0 0 0.25em;
    vertical-align: super;
}

a.mail {
		background: url(/static/graphics/mail.gif) no-repeat right top;
		padding-right: 17px;
}

/* end various */

/* topframe */

#topmenu {
    text-align:right;
    font-size: 1em;
	white-space:nowrap;
    padding-top: 6px;
	padding-right:.5em;
}

#topmenu a.textlink, .topmenu a.textlink {
	padding:.2em .5em;
}
#topmenu a.textlink:hover {
	text-decoration:underline;
}
.chooseLanguage {
	border:0;
	float:none;
}
.chooseLanguage a {
	padding:0 2px;
	margin:.2em .25em;
	display:inline;
}

/* end topframe */

/* searchTheBook - - content titleinfo | (structure|thumbview|pageview) | search */

.td-searchTheBook {
	white-space: nowrap;
}
#searchTheBook #yourBookSearch, .searchTheBook .yourSearchScope {
	font-size:10px;
	color:#777;
}
/*this is applied on pageview*/
#menuSearchTheBook {
	margin-bottom:5px;
}
#menuSearchTheBook #inputSearchTheBook {
	width:auto;
}
/*this is applied on titleinfo*/
#searchTheBook, .searchTheBook {
	float:right;
	margin-left:4em;
}
.searchTheBook-pages {
}
.searchTheBook-metadata {
}
.searchTheBook-structure {
}
.searchTheBook-titleinfo {
}

#searchTheBook #inputSearchTheBook {
	width:12em;
}
#submitSearchTheBook {
	width:28px;
	width:32px;
}
/* end searchTheBook */

/*linkDetailedsearch*/
#searchexpert {
}

/*quicksearch */

input.disabled#quicksearch {
	filter:alpha(opacity=50); opacity: 0.5;
}
input#quicksearch, input#quicksearchSubmit {
	font-family:Verdana;
	* height:1.85em;
}
input[placeholder] {}

/*this is css for image buttons*/
input.imageButton {
	cursor:pointer;
	font-size:0px;
	color:transparent;
	background-color:transparent;
	border:0;
	padding:0 2px;
}
form.searchform {
	display:inline;
}
form#quickSearchform {
	margin-left:18px;
}
#quicksearchWrapper {
    display: inline-block;
}
#linkDetailedsearchWrapper {
	text-align:right;
	margin:0 5px
}
.wiki .mainsearch {
	display:block;
}
/* align form and following detailsearch link*/
#defaultTop .mainsearch {
	vertical-align:middle;
	margin:0 1.3em;
	display: inline-block
}


.colmain #mainsearch {
	margin-bottom:1em;
}
#mainsearch td {
	padding:0;
	vertical-align:middle;
	font-size:11px;
}

#mainsearch {
	border:1px solid #ccc;
	border-radius:1px;
}
#mainsearch td input {
	font-family:Arial,sans-serif;
	border:0 none;
}
#mainsearch td input.text {
	width:300px;
	height:20px;
	font-size:16px;
	padding:3px 1px;
}
#mainsearch td input.submit {
	background-color: transparent;
	border-left:1px solid #ddd;
	width:60px;
	font-size:15px;
}
#mainsearch td.ms-submit.text {
	background:transparent url(/domainresource/static/graphics/bgSubmit.gif) repeat-x scroll 0 0;
}
#mainsearch td.ms-submit.image {
	width:34px;
	text-align: center;
}
#mainsearch td input.imageButton {
	width:26px;
	height:21px;
    background: transparent url(/static/graphics/searchglass-2.png) no-repeat;
	border:0;

}
/*#mainsearch td.space-to-options {
	width:1em;
	border-left: 1px solid #ccc;}*/
#mainsearch td.options {
	border-left: 1px solid #ccc;
}
#mainsearch td.options a {
	color:#333;
	padding:.5em 1em;
}
/* end quicksearch */


/* tab pages */

#pagesbar {
	height:30px;
	background-color:#ddd;
	position:absolute;
	top:0;left:0;right:0;
	z-index: 10;
}
#pagesbar .controls {
	float:right;
}
#pagesbar #navPath {
	display:inline;
}

/* end tab pages */


/* extraTabs */

#navPort #extraTabs {
	float:right;
}
#navPort #extraTabs.breadcrumbs, #navPort #extraTabsLeft {
	float:left;
}
/*moodle*/
.indexControls select.change {
	margin-right:0;
}
/* pageview - -  #navPort .controls */
.naviControls, .resizeControls, .rotateControls, .debugControls, div#fullScr {
	margin-left:15px;
	padding-top:1px;
}
.titlenaviControls {
	float:right;
}
.imageControls {
}
.goZoomControl {
}

.drop {
	margin:auto .3em;
}
.nodrop {
	line-height:1.8em;
}
select.change{
	margin:0 6px;
}
select.offset {
}
select#goToDomain {
}
#sortByDropdown, #maxDropdown, #sortOrderDropdown {
	margin:0;
}

.listNavigation #sortByDropdown {
	width:100%;
}

/* mainheaderNaviBox */

#mainheaderNaviBox {
	height:3.65em;
	padding:0;
}
#mainheaderNaviBox-after.mainheader {
	font-size: 1em;
	clear: left;
	margin: -1em 0 1em;
}
#mainnaviSortBox, #mainnaviControls, #mainnaviMax {
}
.mainnaviElement {
	float:left;
	margin-right:3em;
	margin-bottom: .3em;
}
.mainnaviElement-last {
	margin-right:0;
}
#mainnaviControls .naviControls {
		margin:0;
		padding-top:0;
	}
	#mainnaviControls .nodrop {
		font-weight:normal;
	}
	.mainnaviCaption {
		font-weight:normal;
		font-size:11px;
	}
.mainnaviElement select {
	width:10em;
}
#mainnaviControls.mainnaviElement select {
	width:auto;
}
/* end mainheaderNaviBox */

/* fullScreenControl */

div#fullScr {
	float:left;
	cursor:pointer;cursor:hand;
}

div#fsCenter, div#fhCenter {
	font-family: Helvetica, Arial;
	padding-left:.2em;
	padding-right:.3em;
	padding-top:2px;
	background: url(/static/graphics/ctrl/s-bg-center.gif) repeat-x;
    line-height:17px;
	text-decoration:none;
}
div#fsCenter a, div#fhCenter a {
	color:#000;
}
div#fsCenter a:hover, div#fhCenter a:hover {
	text-decoration:none;
}
div#fsLeft, div#fsCenter, div#fhCenter, div#fsRight {
	float:left;height:19px;
}
div#fsLeft, div#fsRight {
	font-size:1px;
	width:3px;
}
div#fsLeft {
	background: url(/static/graphics/ctrl/s-bg-left.gif) no-repeat;
}
div#fsRight {
	background: url(/static/graphics/ctrl/s-bg-right.gif) no-repeat;
}

/* end fullScreenControl */

/* PORTAL BREADCRUMBS */

.portalBreadcrumbs {
	border-bottom:1px dotted #999;
	/*do not employ margin bottom as affects listNavigation position*/
	margin-bottom: 0;
}
.portalBreadcrumbs.noListNavigation-margin {
	/*margin-bottom: 1em;*/
}

#navPort .portalBreadcrumbs {
	border:0 none;
}
.portalBreadcrumbs .item {
}
.portalBreadcrumbs .item:first-child {
	padding-left:0;
	background:none;
}

.portalBreadcrumbs .lastItem {
}
#indexNavPath .firstItem {
}
.breadcrumbNext {
	padding:0 2px;
}

/*MAIN CONTENT*/

.colleft, .colmain, .colright {
	padding-top:15px;
}

.colleft, .colmain, .colright {
	padding-bottom:1em;
}
/* use these in order to define widths */
#leftContent {}
#rightContent {}

.colmain {
	padding-left:15px;
	padding-right:15px;
}

.colleft {
	padding-left:10px;
}
.colright {
	padding-right:10px;
}

/* headers */
h4.menuheader {
	font-weight:normal;
	font-size:1em;
	margin:0;
}
.menuheader, .mainheader, .subheader {
	padding:.3em .4em .2em 2px;
}
.menuheader, .mainheader, .subheader {
	font-weight:bold;
	color:#666;
}
legend.mainheader {
	border:0;
}
.menuheader {
	padding-left:.4em;
}

/* menuboxes */

.menubox {
	margin:0;
	padding:.2em 0;
	padding-bottom:.5em;
	border:1px solid #f0f0ec;
	margin-bottom:15px;
}
.menubox a, .menubox div {
	padding-right:.5em;
	margin:.5em .5em 0;
	word-wrap: break-word;
}
#facetData .menubox a, #facetData .menubox div {
}
.listNavigation.relatedItemListNavigation .menubox a {
}
.menubox a {
	display:block;
}
.menubox a.inline {
	background: none !important;
	padding: 0 !important;
	text-decoration:underline;
}
/* menuboxDeliverer */
.menuboxDelivererSeparator {
	display:none;
	font-size:0px;
	border-bottom:1px solid #ccc;
	margin:8px 0 3px !important;
}

.menuboxDeliverer .menubox .address {
	background-image:url(/static/graphics/hmc.png) !important;
	background-repeat:no-repeat !important;
	padding-left:24px !important;
	margin-left:0px !important;
}
.menuboxDeliverer .menubox .address-home {
	background-position: 6px -128px !important;
}
.menuboxDeliverer .menubox .address-email {
	background-position: 6px 2px !important;
}
.menuboxDeliverer .address-contact {
	background-position: 6px -239px !important;
}
.menuboxDeliverer .address-phone {
	background-position: 6px -302px !important;
}
/* menuboxDomainbox */
/* neutralize additive indents in tree-style div[div|a] */
.menuboxDomainbox-tree div, .menuboxDomainbox-tree a {
	margin-top:0;
	padding-top:0;
	margin-right:0;
	padding-right:0;
}

.menubox a.sel {
	font-weight:bold;
}

.menubox a.external {
	padding-right:13px;
}

.subheader {
	border-bottom:1px solid #ccc;
}
.bd-nav .subheader {
	margin-top:1.7em;
}
/* static pages / metadatalist*/

div.header, div.newfrom {
	color:#666;
	font-weight:normal;
}
div.item, div.newfrom {
	font-size:16px;
}

/*deprecated*/
div.header {
	font-size:1.14em;
}
/*deprecated*/
div.pageResHeader {
	color:#666;
}
/* deviant browser-defaults for : any(article,aside etc) h1  { font-size } */
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
/* header margins */

.wiki > article h1:first-of-type, main > h1:first-of-type, table.titleInfo .tdMainheader > h1.mainheader {
	margin-top:0;
}
.mainheader#classificationChildListHeader {
	margin-top:1em;
}

.mainheader#structureMainheader, .mainheader#classificationNavPath,
.mainheader#indexNavPath, .mainheader#releaseHistoryHeader {
}
#structWikicontentSeparator {
	margin-bottom:1em;
	padding:0
}
#structWikicontentSeparator .mainheader {
}
/* header margins end */

div#firstLetter:first-letter {
	font:1.7em Arial;
	color:#666;
}

/* */
div.infoDiv-inline {
	display:inline-block;
	width:30%;
	vertical-align:top;
	padding:0 1em 1em 0;
	margin:0 1em 1em 0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
div.infoDiv .label {
	font-weight:bold;
	padding-bottom:.5em;
	border-bottom:1px solid #ccc;
}
div.miniTitleinfo div,
div.infoDiv div {
	margin-bottom:.5em;
}
div.miniTitleinfo .title,
div.nameItem .name, div.placeItem .place, div.subjectItem .subject,
.vls-list div.infoDiv a.title, div.infoDiv .address {
	font-size:15px;
}
div.nameItem, div.placeItem, div.subjectItem {
}
div.nameItem .name-details, div.placeItem .place-details, div.subjectItem .subject-details {
	padding-left:4px;
	padding-top: 0.3em;
}
div.miniTitleinfo .subTitle {
}
div.miniTitleinfo .author {
}
div.miniTitleinfo .physicalDescription {
}
div.miniTitleinfo .origin {
}
div.miniTitleinfo div.shelfLocator {
}

.vls-list li a.page {
	display:inline;
	margin:0;
}
div.inlineLink, ul li > a.inlineLink, ul li > a.inlineLink:visited,
#titleinfo a.inlineLink, #titleinfo a.inlineLink:visited {
	cursor:pointer;
	color:#999;
	/* this destroyed justified aligment of paginationcaptions with/out pdf-Link .. margin-right:1em;*/
	margin-right:0;
	margin-top: -1px;
	float:right;
}
ul.pageList li a.inlineLink {
	margin-right:0;
}
	.paginationcaption {
		float:right;
		margin-left: 4px;
	}

.listInfo {
	color:#999;
	font-size:11px;
}

.resourceLink {
}
.debugPdfActions {
	z-index:10;
	position:absolute;
	display:none;
	padding:2px 6px;
	margin-top:-1.5em;
	border:1px solid #ccc;
	background-color:#fff;
	right:0;
}
.itemCount {
}
/* classification */
.metaDataCount {
	white-space: nowrap;
}

#menuboxFirstCollectionLevel a.collection {
}
#menuboxFirstCollectionLevel a.level-1 {
}
#menuboxFirstCollectionLevel a.level-x {
}
#menuboxFirstCollectionLevel div.toggle {
	cursor:pointer;
}
#menuboxFirstCollectionLevel div.toggle img {
	background-image:url(/static/graphics/listicons/toggleRight-sw.png);
}
#menuboxFirstCollectionLevel div.toggled img {
	background-image:url(/static/graphics/listicons/toggleDown-sw.png);
}
#menuboxFirstCollectionLevel div a {
	margin-left:22px;
}
#menuboxFirstCollectionLevel .mdCountAll {
}
#menuboxFirstCollectionLevel .mdCount1st {
}

div.msgNoEntries {
}

div.msgEmpty {
	margin:2em 4px
}
div.msgEmpty span {
	color:#666;
	padding:1em;
	border:1px solid #ccc;
}

/* structure */

div#structure {
}


/* titleInfo */
#div-titleinfo.type_journal_issue {}

#titleinfo td:first-child {
    padding-right: 1em;
}
#td-titleInfoImage {
	width:306px;
}
#titleinfo {
	width:100%;
}
#td-titleInfoMetadata {
	width:100%;
}
div#titleInfoImage {
	border:1px solid #EEEEEC;
}


.titleInfo .name , table.nameDetails td:first-child {
	color:#666;
	width:9em;
}

table.titleInfo, table.nameDetails {
	margin-bottom:1em;
	padding:0;
	width:100%;
}

table.titleInfo .tdMainheader {
	padding-bottom:3px;
}
table.titleInfo .tdSubheader {
	padding-bottom:1px;
}
table#titleInfoMetadata {
	}
	tr#titleInfo td, tr.relatedItemTitle td {
		padding-top:1em;
	}
table#titleInfoWikiAbstract p, table#titleinfoCustomNotice p {
	margin-bottom:.5em;
}
table#titleInfoClassification {}

table#titleInfoLinks {}

table#titleInfoLinkActions {}

table#titleInfoWikiAbstract .wiki .subheader {
	margin-bottom: 0.4em;
}

table#titleinfoGoStructureLink {}

table#titleinfoCustomNotice {}

table#titleInfoTomes {}
table#titleInfoTVolumes {}
table#titleInfoIssues {}

tr#mods_originInfoEditionElectronicEdition > td {
	padding-top:1em;
}
div.box, td.name, td.value, td.titleAdd, .titleLinks, td.titleLinksLast,
td.classificationLinks, td.titleinfoLinkAction, td.titleAddContent,
table.nameDetails td {
	padding:.5em 4px 0;
}
table.nameDetails td.name {
}
ul#nameDocuments {
	margin-left:6px;
}
.mainheader#nameDetailsHeader {
	margin-bottom:.5em;
}
.titleLinks {
	position: relative;
}

.titleInfoMetadataChildren .col1, .titleInfoMetadataChildren .col2 {
	padding-right:16px;
}
table#titleInfoTableOfContents p {
	margin-bottom:.5em;
}
div.titleinfoBox {
	margin-left:4px;
}
td.value div.valueDiv {
	padding-bottom:0;
}
td.value div.valueDiv-0 {
	padding-bottom:0px;
}
td.value div.valueDiv-3 {
	padding-bottom:3px;
}
td.titleinfoLinkAction div#networkOpac {
	padding-top:.5em;
}

.titleChild a {
	display:block;
}


#textData {
	width:100%;
	margin-top:1em;
}
img.icoTypes {
	border:0;
	vertical-align:middle;
	margin-right:6px;
}

span.npItem {
	color:#666;
	white-space:nowrap;
}


/* navPath */
#navPath {
	margin-bottom: 3px;
}
.structure-layer-navPath#navPath {
}
.waitLoading {
	color:#777;
	font-size:12.6px;
}
.pageviewStructure-tree {
	position:absolute;
	display:none;
	overflow:auto;
	z-index: 2000;
	background-color:#fff;
	border-radius: 0 3px 3px 0;
	border: 1px solid #999;
	/*box-shadow: 6px 7px 8px 1px #777;*/
	padding:6px 10px;
}
.pageviewStructure-tree .vls-list li > a {
	margin-right:.9em;
}
#navPath .vls-list li > a {
	margin-right:0;
	display:block;
}
#navPath form, #navPath span, #navPath a, #navPath div {
	display:inline-block;
	* float:left; /* IE 7 */
}
/* set margin-bottom for dropdowns. with long paths these will wrap around */
#navPath select.change, #npSingle {
	margin:0 0 4px 0;
}
#navPath span.npItem {
	margin:0 6px;
}
/* #npSingle - old-style: templating.navPath.layout = 'dropdowns' */
#navPath div#npSingle {
	background-color:#fff;
	padding:0 .25em;
	* padding-bottom:.2em;
	border:1px solid #a8a8a8;
	-moz-border-bottom-colors:#f0f0f0;
	-moz-border-right-colors:#f0f0f0;
	-moz-border-radius:2px 2px 2px 2px;
	/*-webkit-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;*/
}
#navPath div#npSingle a {
	color:#000;
	margin:0;
	line-height:15px;
	text-decoration:none;
}
#navPath div#npSingle a:active {
	background-color:#3399FF;
	color:#fff;
}
div.activeDropdown, select.active {
	-moz-box-shadow: 0 0 2px 1px #7396DF;
	-webkit-box-shadow: 0 0 2px 1px #7396DF;
    box-shadow: 0 0 2px 1px #7396DF;
	border: 0.1px solid #7396DF\9;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color='#7396DF')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color='#7396DF');
}

/* navPathClassification */

div#navPathClassification {
	border-bottom:1px solid #ccc;
	padding-bottom:.3em;
}

/*bottomNav*/

div#bottomNaviControls {
	padding-top:2.2em;
}

/*thumbView*/

ul#thumbList {
	padding-left:0 !important;
}
ul#thumbList li {
    margin: 0 3px;
}
ul.thumbList img {
}

table#imageGrid {}
table#thumbGrid td {
	min-width:0;
	border:1px solid #eee;
	text-align:center;
	padding:6px 6px 0 6px;
}
table#thumbGrid td.spacer {
	border:0;
	padding:3px;
}
table#thumbGrid td div.pagin {
	/* display:inline; border-bottom:1px solid #ccc;*/
	margin:-1px 0;
	border:1px solid transparent;
	border-bottom:0;
	text-align:center;
	color:#666;
	font-size:12px;
	white-space:nowrap;
}
table#thumbGrid td a img.restricted {
	background: #f5f1db url(/static/graphics/error/imageRestricted-thumb.png) 50% 50% no-repeat;
    background-size: 100%;
}
table#thumbGrid td a img {
	border: 1px solid #eee;
}
table#thumbGrid td.thumb_sel a img {
	border:1px dotted red;
}
table#thumbGrid td.thumb_sel div.pagin {
	font-weight:bold;
	color:#c00;
}
#pages {
	position:absolute;
	background-color:#ddd;
	overflow:auto;
}
/*pageView*/

a#singlePageImageLink {
	position:relative;
	display:inline-block;
}
img#singlePageImage {
	border:1px solid #ccc;
}
img#singlePageImage.restricted {
    background: #f5f1db url(/static/graphics/error/imageRestricted.png) 50% 50% no-repeat;
    background-size: 100%;
}
#singlePageImageLink div.restrictedText {
	position: absolute;
    color: rgb(173, 168, 151);
    font-size: 1.9em;
    text-align: center;
    top: 15%;
}
.pages {
	display:table;
	clear: both;
	overflow:hidden;
}
.bd-pages-thumbview .colmain {
	empty-cells:show;
}
div.markTerm {
	position:absolute;
	filter:alpha(opacity=20); opacity: 0.2;
	background-color: #008080;
	z-index: 1; /* should be larger than #singlePageImage*/
	display:none; /* will be shown after image load */
}


/* detailsearch */

table.sruForm {
	border-top:0;
	width:100%;
}
table.sruForm .sruFormFields {
	width:63%;
}
 table.sruForm .sruFormInfo {
	width:33%;
}
 .sruFormFields td, table.sruForm .sruFormFields th {
	padding-left:5px;
}
.sruFormFields td.sruTerm {
	width:100%;
}

table.sruForm th {
	color:#666;
	font-weight:normal;
	white-space:nowrap;
	padding-top:.4em;
	text-align:left;
}
table.sruForm th select {
	width:100%;
}
table.sruForm th, table.sruForm fieldset#outputOptions th div {
	padding-bottom:4px;
}
table.sruForm td {
	vertical-align: top;
}
table.sruForm td.filterOptions {
	padding-bottom:1em;
}

.deformFormFieldset fieldset {
	margin:0;
	padding:0;
	border:0;
}
.deformFormFieldset legend {
	font-size:16px;
	padding:10px 0;
}

table.sruForm fieldset,
.deformFormFieldset > ul > li > fieldset {
	margin: .7em 4px;
	padding: 0 15px 10px 10px;
	border:2px solid #ddd;
	border-radius: 3px;
}
table.sruForm fieldset:nth-child(1) {
	margin-top:0;
}

table.sruForm legend,
.deformFormFieldset > ul > li > fieldset > legend {
	font-size:1.25rem;
	color:#333;
	padding:10px .3em;
}

table.sruForm input.filled {
	background-color:#DFEFFF;
}
table.sruForm select, table.sruForm input {
	font-size:1em;
}
input#vlFulltext, input#vlAny {
	width:100%;
}
table.sruForm select.sruBool {
	width:4.4em;
}
table.sruForm select.sruIndex  {
	/*width:10em;*/
}
table.sruForm div.sub {
	margin-bottom:4px;
	font-size:1em;
	color:#666;
}

table.sruForm td#tdSubmit {
	vertical-align:top;
	height:2.5em
}

/* esa detailsearch */
#detailsearchForm .formfield {
	width:130px;
}

input.resolving {
	width:100%;
	font-size:1em;
}
/* splash-Box / purn box ( retained #copyPurn style for backward compatibility ) */

a.showbox, a.hidebox {
	cursor:pointer;cursor:hand;
}
div#sbox {
	background-color:#fff;
	text-transform: none;
	font-weight:normal;
	font-family:"Helvetica Neue",Arial,sans-serif;
	display:none;
	position:absolute;
	margin-left:-220px;
	margin-top:-7px;
	width:220px;
	border:1px solid #bbb;
	border-top:1px solid #ddd;
	-moz-box-shadow: 5px 5px 6px #bbbbbb;
	-webkit-box-shadow: 5px 5px 6px #bbbbbb;
    box-shadow: 5px 5px 6px #bbbbbb;
	border-radius:0 0 4px 0;
	padding:0;
	z-index:2000;
}

div#sbox div#frame {
	background-color:#fff;
	padding:8px;
}
div#sbox div#frame {
	background-color:#fff;
	color:#555;
}
div#sbox div#frame > div {
	font-size:11px;
	padding:3px;
}
div#sbox .sboxHeader {
	font-size:11px;
	font-weight:bold;
	color:#444;
	padding: 3px 8px 2px;
	background-color:#f6f6f6;
	border-bottom: 1px solid #eee;
}
div#sbox input, div#sbox input {
	margin:3px 0 0;
	width:196px;
}
#extraTabs a.hidebox {
	width:14px;
	margin:2px 2px 0 0;
	font-size: 10px;
	padding:0;
	text-align:center;
	color:#fff;
	background-color:#aaa;
	background-image:none;
	float:right;
	border: 0px solid #F8F8F8;
	border-radius:4px;
}
#extraTabs a.hidebox:hover {
	text-decoration:none;
	background-color:#777;
}

/* openlayers / tab zoom */

div#map {
	border:1px solid #ccc;
	height:97%;
	width:99%;
	overflow: hidden;
    position: relative;
}

div#map .ol-zoomslider {
    height: 100px;
}

div.cloud {
	text-align: justify;
	font-size:1.3em;
}
div.cloud a.cloudItem {
	line-height:1.4em;
	padding-right:0.4em;
	vertical-align:middle;
}

#searchInfo {
	display:none;
}
#searchInfo b, #searchInfo strong {
	display:block;
	padding-bottom:.5em;
}
#searchInfoHeader {
	float:right;
	width:218px;
}
#toggleSearchInfo, .resetSearch {
	cursor:pointer;
	white-space: nowrap;
}

#toggleSearchInfo img.infoIco {
	margin-bottom: -0.4em;
}
.substructureFile {
}
/*.licenseInfo, .wiki-pagetext .no-transcription-yet, .stateInfo */
.infoFly {
	color:#999;
	font-family:Trebuchet MS,Helvetica,Arial;
	font-size:10px;
	font-weight:bold;
	margin-left:5px;
	padding:0 0 1px 0;
	display:inline-block;
	text-transform:uppercase;
}
/*.licenseInfo*/
.infoFly.licenseInfo {
	min-width:170px;
	margin-left:2em;
	text-indent: -5px;
}
.infoFly.right {
	float:right;
}
.infoFly.no-uppercase {
	text-transform:none;
}
.fulltextInfo-indicator, .stateInfo-indicator, .licenseInfo-indicator {
	margin:-2px 3px 0 0;
	display:inline-block;
	font-size:1px;
	vertical-align:middle;
	width:9px;height:9px;
}
.fulltextInfo-indicator {
	background-color:#0BBE49;
}
.fulltextInfoWiki { }
/*maybe via fonticon later, cf. infoIco also */
.fulltextInfoWiki:after {
    /* no text-decoration */
	/*display: inline-block;
	font-size: 2.1em;
    vertical-align: middle;
    color:#999;
	content:'\24D8';
	margin-left: .4em;
    margin-top: -.2em;*/
} /* IE no text-decoration */ a.fulltextInfoWiki:hover { 	text-decoration: none;
}
/*end maybe via fonticon later */

.licenseInfo-indicator-allowed-true {
	background-color:#0BBE49;
}
.licenseInfo-indicator-allowed-false {
	background-color:#F15B6E;
}
.licenseInfo-indicator-allowed-partial, .licenseInfo-indicator-vlreader-partial {
	background-color:orange;
}
/* Needs to come after .licenseInfo-indicator-allowed-true.  */
.licenseInfo-indicator-vlreader-true {
	background-color:#0BBE49;
}
.stateInfo-indicator-0 {
	background-color:#0BB9E4;
}
.stateInfo-indicator-1 {
	background-color:#0BBE49;
}
.stateInfo-indicator-2 {
	background-color:#F15B6E;
}
.licenseInfo-accessmsg {}
.stateInfo-accessmsg {}

#resetSearchIcon, #resetSessionSearch {
	background:transparent url(/static/graphics/deletecell.png) no-repeat;
	float:right;
	width:16px;
	height:16px;
}
#resetSessionSearch {
	display:block;
}
#resetSearchIcon {
	margin:-34px -16px 0 0;
	* margin:-20px -12px 0 0
}
#resetSessionSearch a:hover {
	text-decoration:none;
}
#resetSearchText {
	color:#666;
	float:right;
	font-size:10px;
}
/*webkit*/
body:nth-of-type(1) #resetSearchIcon {
	margin:-16px -12px 0 0
}
#showSearchInfo, #hideSearchInfo {
	border-bottom:1px solid #ccc;
	padding-right:4px;
}
#hideSearchInfo {
	display:none;
}

#submitSearch {
	font-size:1em;
}
#submitSearch {
	margin-left:9px;
}
#resetSearch {
}

#alphaIndexSpacer {
	font-size:8px
}
#alphaIndexHeader {
	border-bottom:1px solid #ccc;
	margin:0 0 2px;
}
#alphaIndexHeader #indexDiv {
	display:inline;
	background-color:#bbc;
	color:#fff;
	font-weight:bold;
	padding:2px 4px 0;
	margin:0 4px 0 0;
}
.subjectlist {
}
.namelist {
}
.nameInfo a {

}
.publisherlist {
}
.distributorlist {
}
.yearList {
	border:0;
	margin-top:1.6em;
}
.yearList-layer {
	box-shadow: 6px 6px 16px 0px #999;
	margin-top:0em;
	position:absolute;
	display:none;
	background-color:white;
	z-index:1;
	border: 1px solid #ccc;
	padding: 1em;
	overflow-y: scroll;
}
.yearList > .century {
	font-size:1.2em;
}
.century {
	clear:left;
}
.century > .header {
	font-weight:bold;
	margin-bottom:1em;
	font-size:1.2em;
}
.century > span, .century > div.oj {
	border-radius:1.5px;
	margin: 0.2em 0.2em;
	border: 1px solid #ddd;
}
.century > span {
	float:left;
}
.century > div.oj {
	min-width: 2.1em;
	max-width: 34.3em;
}
.century *.avail {
	background-color: #f9f9f9;
	border-color:#bbb;
}
.century *.avail > a, .century div.oj a.avail {
	color: #666;
}
.century *.avail:hover {
	background-color: #fff;
	border-color:#999;
}
.century *.avail > a:hover, .century *.avail.sel > a,
.century div.oj a.avail:hover, .century div.oj a.avail.sel {
	text-decoration:none;
	color: #000;
}
.century div.oj a.avail {
	border-right:1px solid #ddd;
}
.century > *.avail.sel, .century div.oj a.avail.sel {
	background-color: #fff;
}
.century > *.avail.sel {
	box-shadow: 0px 0px 7px 0px #bbb;
}
.century > * > * {
	display:inline-block;
	padding: .2em .4em;
}
.century > span:nth-of-type(10n+1) {
	display:block;
	clear:left;
}
.century > span > span {
	color:#bbb;
}
.alphaIndexNav {}

.alphaIndexList {
	margin:10px 40px 10px 0;
}
form#searchList {
		/* top: compensate for .alphaIndexList bottom */
		margin:-10px 0 10px 4px;
}
form#searchList > div {
	border:1px solid #bbb;
	height: inherit;
	border-radius:1px;
	margin-top:.2em;
	display: inline-block;
	color: #999;
}
form#searchList input.textinput {
	margin-top: 1px;
	border:0;
	outline:none;
	padding:0 2px;
	height:1em;
}
form#searchList input.submit {
	cursor: pointer;
	outline:0;
	width:19px;
	border:0;
	background:white url(/static/graphics/searchglass.png) no-repeat -2px -1px;
	vertical-align: middle;
}
div.modifyDateResult {
	margin: 1em 0 0;
	padding-bottom:.3em;
	text-align:right;
	border-bottom:1px solid #ddd;
}
.modifyDateResult#toggleCalendar {}
.modifyDateResult#changeToJournalsVolumesIssues {}

.alphaIndexList .set {
	float:none;
	vertical-align:middle;
}
.alphaIndexList a, .alphaIndexList .noHits {
	display:inline-block;
	float:none;
	margin:0 2px 2px 0;
	font-family: Segoe UI, Verdana, Helvetica Neue, Arial;
	font-weight:bold;
	white-space:nowrap;
}
.alphaIndexList a:link, .alphaIndexList a:visited, .alphaIndexList .noHits  {
	color:#fff;
	background-color: #a0a0a0;
}
.alphaIndexList .noHits {
	background-color:#ddd;
}
/* selected also means 'is part of the current selection-path' */
.alphaIndexList a.selected:link, .alphaIndexList a.selected:visited {
	background-color:#D9AF6C;
}
/* active denotes exactly the requested date/interval */
.alphaIndexList a.active:link, .alphaIndexList a.active:visited {
	background-color:#d69300;
}
.alphaIndexList .set > * {
	padding: 0 .633em .083em;
}
.alphaIndexList .set > div.set {
	padding-left:2px;
}
.alphaIndexList #aindex-1 {
	font-size:13px;
}
.alphaIndexList #aindex-2 {
	font-size:12px;
}
.alphaIndexList #aindex-3 {
	font-size:11px;
}

.alphaIndexList #aindex-1 {
	padding-left:2px;
}
.alphaIndexList #aindex-2 {
	padding-left:4px;
}
.alphaIndexList #aindex-3 {
	padding-left:6px;
}
.alphaIndexList #aindex-1 > a.selected, .alphaIndexList #aindex-1 > a.active {
	padding-top:2px;
	padding-bottom:1px;
}
.alphaIndexList #aindex-2 > * {
}
 .alphaIndexList #aindex-3 > * {
}

#wikiCtrl {
	float:right;
}
.bd-pages-pageview #wikiCtrl {
	margin-left:26px;
	margin-bottom:10px;
}
#toggleCalendar {
	margin-top:-10px;
	margin-bottom:10px;
}
#toggleCalendar a {
	display: inline-block;
	padding: 4px 6px;
	border-radius: 3px;
	background-color: #bbb;
	color: white;
	font-weight: bold;
}

.leadingIco, .trailingIco {
	vertical-align:baseline;
	border:0;
	margin-bottom:-.2em;
}

#linkIdentifier {
	width:100%;
	border-width:0;
	padding:0;
	font-family:Verdana,Helvetica,Arial;
	font-size:1em;
}



div#yourQuerySubheader {
	margin-bottom:.5em;
}

/*qa tabs are displayed when logged in */
span#qa.tabgroup {
	border-left:1px solid #CCCBD7;
	margin-left:2em;
}
span#qa.tabgroup span.viewCtrl {
}

/* pageHits - sessionSearch */

table.metadataTable td, .list-item {
	padding:10px;
}
.list-item {
	border-bottom:1px solid #ddd;
}
table.metadataTable td {
	border-top:1px solid #ddd;
	border-bottom:0px solid #ddd; /* px is overwritten inline */
}
table.metadataTable td.last {
	border-bottom:1px solid #ddd;
}
.list-item-last {
	border-bottom:0;
}
table.metadataTable td {
	empty-cells:show;
}
table.metadataTable td td {
	border:0 none;
	padding:.2em 0;
}
table.metadataTable td.thumb {
	padding:10px;
	padding-left:0;
	width:1%;
}
table.namelist, table.placelist {
	width:100%;
	padding-left:4px;
}
table.namelist table, table.placelist table {
		margin-left:.2em;
		margin-top: 1em;
	}
	.mdrow-metadata td {
		padding:0 .175em .8em;
	}
	.mdrow-metadata a.view-all {
		color:#999;
		text-transform:uppercase;
	}

table.metadataTable td.thumb img {
	border:1px solid #ddd;
}
.sessionSearchHeader, .sessionSearchSubheader {
	display:inline;
}
div.hitSummary {
	border-top:2px solid #eee;
	padding-top:7px;
}
#sessionTimeout {
	display:none;
}

#sortKeyLabel {
	font-family: Segoe, Helvetica, Arial;
	text-transform:uppercase;
	font-size:10px;
	float:left;
	color:#999;
	padding-top:2px;
}

#releaseHistoryTotal {
	float:right;
	margin:3px .7em 0 0;
}

div.wikisnippet {
}
div#linkActions {
}


ul.vlsDropdown {

}

#countTitlesHeader  {
}
.listNavigationBox {
}
#bottomNav {
}
/* employed in /publisher/list|view|*/
.options-righthand {
	float:right;
	background-color: #fff;
	padding: 0 20px 5px;
	border-left: 1px solid #999;
}
.options-righthand-div {
	border-radius:2px;
	padding: 5px;
}
.options-righthand fieldset {
	border:1px solid #ddd;
}

.bd-publisher #div-titleinfo {
	margin-right: 280px;
}
.bd-publisher .options-righthand-upload {
	width: 210px;
}
.bd-publisher .options-righthand-upload-structure {
	/* compensate for negative -8em margin-right of a.form-ajax-edit Editieren-Link  */
	margin-left:110px;
}
.showAvailableFormtypes {
}
.publisherDocuments {
}
.publisherStats {
}
.mainheader-upload {
	margin-bottom:1em !important;
}
/* */
.listNavigation {
	float:right;
	background-color:#fff;
	margin-left:20px;
	width:auto; /* if the listNavigation-Element should behave like a column,
	the margin-right of .listNavigation-margin elements should equal it's width plus left-margin/padding
	see below */
}
#searchResultNamesPlaces.listNavigation {
}
.listNavigation-margin {
	margin-right:auto
}
#listNavigation.relatedItemListNavigation.oversized {
	width: 35%;
}
.listNavigation.relatedItemListNavigation .menubox a {
}
/*
#listNavigation.relatedItemListNavigation.oversized .menubox a {
	display: inline-block;
	margin-right: 4%;
	vertical-align: top;
	width: 45%;
}*/
.listNavigation .listNavBox {
}
.listNavigation div#facetDataMainheader {
}
.toggleListNavigation .listNavBox#countTitlesHeader {
	display:inline-block;
}
.listNavigation .menubox {
	padding:3px;
}
.listNavigation .menubox .itemCount{
	margin-left:2px;
	line-height:1.1em;
}
#facetData .menubox a, #facetData .menubox div {
	background-image:none;
	padding:0;
	margin:1px;
	padding-right: 0;
}
#facetData .clearFilter {
	float:right;
	margin-right:-16px;
	width:16px;
	height:16px;
	background:transparent url(/static/graphics/clear.png) left 1px no-repeat;
	display:inline-block;
}
#facetData .menubox a.fullFacet{
	border-top:1px solid #ccc;
	text-transform:uppercase;
	font-size:10px;
}
#facetData .menubox a.fullFacet, #facetData .menubox a.fullFacet:visited {
	color:#666;
}
#fullFacetList  {
	margin-right:18.5em;   /* add some to the 17em width of listNavigation */
	margin-left:4px;
}
#fullFacetList div.box {
	margin-left:0;
}
#fullFacetList .header {
}
#fullFacetList .box {
}
#fullFacetList .header a#backToFacetResult {
	float:right;
    font-weight: bold;
}
#fullFacetList .box a {
	display: block;
	padding: .25em 0;
}

.noImageSupplied-transparency {
	background: #B08D3C url(/static/graphics/error/noImageSuppliedThumbTransparent.png);
}
.transparencygrey {
	background-color:#999;
}
a:link.grey, a:visited.grey {
	color:#999;
}
/* end keep */


.middleContent {
	height:100%;
	/*max-width: px;*/
}

#changeSearch {
	float:right;
}

.domainBox {
}

#pageFragments {
}
.pageFragment {
	display:block;
	margin-bottom:20px;
	height:auto;
	border:1px solid #DDDDDD;
}
.pageFragment-header {
	background-color:#fafafa;
	font-size:13px;
	margin:0;
	padding:5px 10px;
}
.pageFragment-header a {
}
.pageFragment-content {
	text-align: center;
}

.pageFragment-content a {
	display:block;
}
#pagehitBar {
	z-index:9;
	position:relative;
	display:none;
	background-color:#f0f0f0;
}
#pagehitBar span.hit {
	position:absolute;
	width:14px;
	height:2px;
	background-color:#66bbe0;
}
#pagehitBar a.aHit {
	font-size:1px;
	width:14px;
	height:6px;
	margin-top:-2px;
	position:absolute;
	display:block;
}
#pagehitBar a.aHit_sel, #pagehitBar a.aHit:hover {
	background-color:#fa3;
	text-decoration:none;
}
#pagehitBar .bubble {
	z-index:101;
	background-color:white;
	display:none;
	position:absolute;
	padding:1em .5em .5em;
	font-size:12px;
	border:1px solid #ddd;
	min-width:280px;
	color:black;
}
#pagehitBar .bubble:hover {
	text-decoration:none;
}
#pagehitBar .bubble a.bHit {
	position:absolute;
	margin:-5px;
}
#pagehitBar .bubble .pageinfo {
	font-weight:bold;
	color:#999;

}
#pagehitBar .bubble p {
	margin:0 0 .5em;
	white-space:nowrap;
	font-size:12px;
}
#quickUI {
	display:none;
}
#uiSwitcher .viewCtrl a {
	cursor:pointer;
}

.teaserItem {
	border:1px solid #999;
	background-color: #fafafa;
	display: inline-block;
	padding: 0 12px 12px;
	/*width:700px;*/
}
.teaserItem h2, .teaserItem h3  {
	margin:12px 2px;
}

.teaserItem img {
	margin:4px 10px 4px 6px;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	box-shadow: 3px 2px 6px 0px lightSlateGray;
}
.teaserItem .legend {
	margin:7px;
}
.teaserItem .legend p {
	margin-bottom:.35em;
}

/*
a.translate {
	position:absolute;
	width:16px;
	height:16px;
	display:inline;
	float:none;
	border:1px solid #999;
	margin-top:-.5em;
}
*/


/* Firefox */
@-moz-document url-prefix() {
}


.connectors {
	display: inline;
	background-image: url(/static/graphics/connectors/connectors.png);
	background-repeat: no-repeat;
}

.bgIco {
	/*font-size:4px; display:inline-block;*/
	width:16px;
	height:16px;
	display: inline-block;
}
/* 1st row, buttoncover square */

.opacIco {
	background-position: 0 0;
}

.oaiIco {
	background-position: -16px 0;
}

.openurlIco {
	background-position: -32px 0;
}

.epubIco {
	background-position: -128px 0;
}
.pdfIco {
	background-position: -48px 0;
}

.zipIco {
	background-position: -64px 0;
}

.googleIco {
	background-position: -80px 0;
}

.vlmIco {
	background-position: -96px 0;
}

.openurlTitleinfoIco {
	background-position: -112px 0;
}
/* 2nd row, buttoncover round */
.peIco {
	background-position: 0 -16px;
}

.ppIco {
	background-position: -16px -16px;
}

.swIco {
	background-position: -32px -16px;
}

.zdbIco {
	background-position: -48px -16px;
}

.wpediaIco {
	background-position: -64px -16px;
}
.hereIco {
	background-position: -144px -16px;
}
.cerlIco {
	background-position: -160px -16px;
}
.gettyIco {
	background-position: -176px -16px;
}
.geonamesIco {
	background-position: -80px -16px;
}

.infoIco {
	background-position: -96px -16px;
}

.ddcIco {
	background-position: -112px -16px;
}

.dnbIco {
	background-position: -128px -16px;
}
#slider {
	width:200px;
	float:left;
}
.listNavigation-margin {
	/*set margin-right to width of listNavigation(=facets) in order keep list-width / no float beyond listNav Box */
	margin-right:auto;
	margin-left:2px;
}
.vls-list-righthand {
	/* enshure overwrite any other (right) margin given via domain, eg. .vls-list { margin: */
	margin-right: 280px !important;
}

#mainheaderNaviBox {
	margin-left:2px;
}
.vls-list li a:link.grey {
	background-color:#777;
}
#titleHeader {
	padding-left:0;
	margin-bottom:.8em;
}
.pageLoader {
	position:absolute;
	background-color: white;
	color:#777;
	font-size:12.6px;
	font-family: Arial;
	z-index:10;
}
 /* tei:TEI */
.tei {
	line-height:1.5em;
}
div.tei {
	margin-bottom:.73em;
}
.tei .leadingCap, .tei .caption {
	font-weight:bold;
}
.tei .caption {
	border-bottom:1px solid #777;
}
.tei ul {
	padding-left:20px;
}
#facetData div.menusection a.toggle-facetitems {
	cursor:pointer;
}
#explainResult {
	float:right;
	border:1px solid #f0f0f0;
	border-radius:2px;
	font-size:10px;
	margin: 0 0 4px 10px;
}
#explainResultHeader {
	border-bottom:1px solid #f0f0f0;
	padding:2px 8px;
	background-color:#fafafa;
}
#explainResultContent {
	padding:4px 8px;
}
#logoutButton {
	display:inline-block;
}
/* moved from datepicker.css */
.datepicker {
	display:inline-block;
	width:141px;
	margin-right:20px;
	vertical-align:top;
	/*background-color: transparent !important;*/
}
div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
	margin-bottom: 10px;
	padding: 4px 4px 4px 2px;
	display: inline-table;
}
.datepicker table {
	border-collapse:collapse;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}
div.datepicker th {
	background-color:#fafafa;
}
.datepicker th.month {
	color: #333;
	padding: 0.6em 1px 0;
}
div.datepicker th.month a {
	cursor:pointer;
}
div.datepicker th.month a, div.datepicker th.month span {
	color:#000
}
div.datepicker th.weekday {
	color: #999;
}
div.datepicker th.weekday span {
	font-weight: normal;
	text-align:right;
}
div.datepicker th.weekday span:hover {
	color:#999;
}
div.datepicker td  {
	color:#777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width:3%;
	padding:0;
}
div.datepicker a, div.datepicker span {
	display:block;
	line-height: 16px;
	height: 16px;
	padding: 0 2px;
	border:1px solid transparent;
}
div.datepicker a {
	color: #fff;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker a.avail {
	background-color: #3C87CA;
}
div.datepicker a.avail:hover, div.datepicker a.avail.sel {
	border:1px solid white;
	background-color: #0069A8;
}
div.datepicker span:hover {

}
.hidden {
	position:absolute;
	top:-500px;
	width:1px;
	height:1px;
	left:-300px;
	overflow:hidden;
}

#disclaimerCookie {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0,0,0,0.75);
}
#disclaimerCookie > div {
	background-color: white;
	font-size:14px;
	line-height:1.5em;
	padding:2.6em;
}
#disclaimerCookie > div {
  border-bottom: 2px solid #777;
  /*box-shadow: 0px 12px 30px 0px #666;*/
}
#disclaimerCookie h1 {
	padding-bottom: 1em;
	margin-bottom: 1.2em
}
#disclaimerCookie form {
	text-align: right;
	font-weight: bold;
	padding-top:1.5em;
}
#disclaimerCookie hr {
	border-bottom: 1px solid #aaa;
}
#disclaimerCookie label {
	display:block;
}
#disclaimerCookie button {
  margin-top:1em;
  color: #333;
  background-color: white;
  border-color: #ccc;
  font-size: 1.1em;
  padding: 0.15em 0.4em;
}
.vlext.image-with-label {
	display:inline-block;
	margin-bottom:2em;
	border: 1px solid #ccc;
	background-color: #f9f9f9 ;
	text-align: center;
	overflow:hidden;
}
.vlext.image-with-label .label {
	padding: 3px;
	font-size: 70%;
	text-align: left;
}
#disqus_thread {
	margin-top:2em;
	border-top:2px solid #eee;
	display:none;
}
#disqusUsage {
	float:right;
	position:relative;

}
#disqusUsage > div {
	display:none;
	background-color:white;
	overflow:auto;
	width:50em;
	height:30em;
	position:absolute;
	border:5px solid #ddd;
	bottom:1.6em;
	right:0;
	padding: 2em 1.3em;
}
#disqusNotice {
	display:inline-block;
	margin:12px 1em 0 3em;
}
#disqusNotice > span {
	cursor:pointer;
	font-size:.9em;
	border:1px solid #aaa;
	border-radius:2px;
	padding:.25em .4em;
}
#disqusTitle {
}
#disqusLoader {
    display:inline-block;
	margin: 0 15px;
    padding: 12px 0;
	cursor:pointer;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#778188;
}

#topic-startlinks, #home-startlinks {
	float:right;
	width:20em;
	margin: 0 0 1em 2em;
}
#mods_subject .value > span {
	white-space: nowrap;
}
#mods_subject .subj-sep {}


.vls-list.gndoQuickSearchPreview {
    padding:1em;
    margin-bottom:1em;
    max-width:70em;
}
.gndoQuickSearchPreviewMargin {
    margin-bottom:2.5em;
}
.gndoQuickSearchPreview.more {
    min-width:12em;
    text-align:right;
}


@media (max-width: 1280px) {
	/*.listNavigation.relatedItemListNavigation.oversized .menubox a {}
	.listNavigation.relatedItemListNavigation.oversized {}*/
}


/*firefox
@-moz-document url-prefix() {
select.change, #npSingle {
	padding:2px 1px;
}}
*/
/* Chrome
@media screen and (-webkit-min-device-pixel-ratio:0) {
select.change, #npSingle {
	padding:1px;
}}
*/

/* from ubffm/static/css/common.css */
body, td {
	font-family:Verdana, sans-serif;
}
td#tdTop {
	background-color:#2776b8;
}
#topContent {
	background: #2776b8 url(/domainimage/bgTop.png) left top repeat-x;
}
#topContent #logo {
	margin:6px 6px -6px 6px;
}

#navPort {
	border:0;
	background-color:#D1D2D4;
	font-size:x-small;
	font-weight:bold;
	padding-left:244px;
	padding-bottom:12px;
	line-height:12px;
}
.viewCtrl, .viewCtrl_sel {
	border-left:0;
	border-right:3px solid #D1D2D4;
}
.viewCtrl a, .viewCtrl_sel {
	font-family:Helvetica Neue, Arial, sans-serif;
	font-size:11px;
	text-transform:uppercase;
}
.viewCtrl_sel span {
	background-color:#25182C;
	color:#fff;
	padding:5px 1.2em 4px;
}
.viewCtrl a:link, .viewCtrl a:visited {
	color: #ffffff;
	background-color:#fff;
	color:#25182C;
	padding:4px 1.2em;
}
.viewCtrl a:active {
	margin:0;
}
.viewCtrl a:hover {
	text-decoration:none;
}
td#footer {
	background-color:transparent;
	border-top:0;
	padding:0;
}
#footerContent {
	background:#F3F3F6;
	border-top:1px solid #ccc;
	padding:2px .3em;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
}
/* from ubffm/static/css/styles.css */
h1#projectname {
	white-space:nowrap;
	font-size:22px;
	color:#eee;
	font-weight:normal;
	margin:0;
}
select, .nodrop, #npSingle {

	font-family: Verdana, sans-serif;
}
a, a:visited {
	color:#006DB5;
}
#topmenu {
    font-size: x-small;
    font-weight:bold;
    color:#ffffff;
}
#topmenu a {
	color: #ffffff;
	font-family:Verdana, Sans-serif;
	}
}
#topmenu input {
    font-size: x-small;
    font-family:Verdana, sans-serif;
}

#topmenu a.textlink {
	background: url(/domainimage/link_pfeil2.gif) no-repeat 0 -1px;
	padding-left:.8em;
	margin-left:.6em;
}

/*which is meant?*/
input.text {
	padding:2px 1px;
	/*border:1px solid #aaa;*/
	* height:1.7em;
	* padding:2px 2px 0 2px;
}
#mainsearch input {
	font-family:Verdana,sans-serif;
}
div#fsCenter, div#fhCenter {
	font-family:Verdana, sans-serif;
}
#rowMiddle {
	background-color:#d1d2d4;
	padding-top:15px;
}
.colmain {
	padding:20px 25px;
	-moz-border-radius:10px 0px 0px 0px;
	-webkit-border-radius:10px 0px 0px 0px;
	border-radius:10px 0px 0px 0px;
	background-color:#fff;
}
.colleft {
	background-color:#d1d2d4;
	padding:0 12px 12px 12px;
}
#leftContent {
	width:200px;
}
.mainheader, .subheader {
	border-bottom:1px solid #CCCCCC;
}
#countTitlesHeader {
	border-bottom:0 none;
}
h4.menuheader, .menuheader, .mainheader, .subheader, #searchResHeader, #cloudResHeader, #countTitlesHeader {
	font-family: Times New Roman, serif;
	font-weight:normal;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#332636;

}
#listNavigation .menuheader {
	font-size:12px;
	border-top:1px solid #fff;
	padding-top:12px;
	padding-bottom:4px;
}
#listNavigation .menubox {
	border-width:5px;
}
.colleft .menuheader {
	/*background:#d1d2d4;*/
}

.menubox {
	padding:6px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	background-color: #F0F0EC;
}
.menubox a, .menubox div {
    margin: 4px 0 0 10px;
}

.menuboxDomainbox > div {
	padding-right: 6px;
}
.menubox div {
	padding-left:0;
}
.menubox a {
	padding-right:0;
	padding-left:8px;
}
.menubox a {
	font-weight:bold;
}
#facetData .clearFilter {
	background-position:2px -1px;
}
#facetData .menubox, #facetData a.toggle-facetitems {
	font-size:10px;
}
#facetData a.toggle-facetitems {
	margin: -8px 0 11px 7px;
	display: inline-block;
	color:#000;
}

.colleft .menubox {
	font-size:10.4px;
}
.colleft .menubox a {
	background:url(/domainimage/link_pfeil.gif) no-repeat 0px -3px;
}
.colleft .menubox a.sel {
	background:url(/domainimage/link_pfeil3.png) no-repeat 0px -3px;
}
.menubox a.sel:link, .menubox a.sel:visited {
	color:#303030;
	text-decoration:underline;
}
.transparency {
	background-color:#006db5;
}

div.item, div.underlineditem, h1, h2, h3, h4 {
	font-family: Times New Roman, serif;
	margin:0 0 .5em;
}
div.item, h1, h2 {
	font-weight:normal;
	font-size:28px;
	letter-spacing:1px;
}
div.newfrom {
    color: #332636;
	font-size:13px;
	border-bottom: 1px solid #eee;
	letter-spacing:1px;
}
h3 {
	font-size:18px;
	letter-spacing:1px;
}
h4 {
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:0px;
}
#listNavigation {
	background-color:#D1D2D4;
	padding:0 12px 5px 12px;
	margin-right:-25px;
	margin-top:-43px;
	-moz-border-radius:0px 0px 0px 4px;
	-webkit-border-radius:0px 0px 0px 4px;
	border-radius:0px 0px 0px 4px;
}
#listNavigation {
	width:173px;
}
.listNavigation-margin {
	margin-right: 185px;
}
#countTitlesHeader {
}
.keepHeaderSpace {

}
#yourQuerySubheader {
	font-size:11px;
	margin-left:2px;
}
#topmenu input.text#quicksearch {
	width:120px;
	vertical-align:middle;
	font-size:12px;
	padding:1px;
	border:0;
	margin:0;
	height:15px;
}
#quicksearchSubmit {
	padding-top:1px;
	margin:0 0 0 3px;
	width:34px;
	height:17px;
	background-image: url("/domainimage/submit.png");
	background-repeat:no-repeat;
	vertical-align:middle;
}
.naviControls, .resizeControls, .rotateControls, .debugControls, div#fullScr {
    padding-top: 2px;
}
div#fullScr {
	float:right;
	margin-right:5px;
}
.alphaIndexList a:link, .alphaIndexList a:visited {
	background-color: #999;
}
.alphaIndexList a.selected:link, .alphaIndexList a.selected:visited {
    background-color: #666;
}
.alphaIndexList a.active:link, .alphaIndexList a.active:visited {
	background-color:#333;
}
.alphaIndexList .noHits {
    background-color: #ddd;
}
div.miniTitleinfo {
    font-size: 12px;
}
div.miniTitleinfo div {
	margin-bottom:4px;
}
div.miniTitleinfo div.title {
    font-size: 15px;
}
div#changeToJournalsVolumesIssues {
}
#searchTheBook #inputSearchTheBook {
	padding: 0px 1px;
}
div.datepicker, div.datepicker th {
	background-color:#000;
}
div.datepicker {
	display:inline-block;
	border-radius:4px;
	width:160px;
}
#listNavigation div.datepicker {
	width:auto;
	margin-right:0;
}
.datepicker table {
	border:0 none;
}
div.datepicker th.month a, div.datepicker th.month span {
	color: #eee;
}
div.datepicker td  {
	color: #ddd;
}
div.datepicker span:hover {
	color: #8BC5E7;
}

/* from ubffm.db.css */
/* comment */
span.imageControls a#toggleTextModeText {
	display:none
}