@charset "ISO-8859-1";

/* <![CDATA[ */
body {
    text-align:center;
    color:#333333;
    /* background: #e9e9e9; */
    font-size: 75%; 
    line-height: 140%;
}

/*needed for dialogs*/
body > * {
    text-align: left;
}

* {margin:0; padding:0;}

body, select, input, button, textarea {
    font-family: Arial, "Arial Unicode MS", Helvetica, Verdana, sans-serif;
}

/** FONT SIZES **/
body {
    font-size: 75%; 
    line-height: 140%;
}

#branding #nav2 li a,
#branding #nav2 li#current,
fieldset#search-simple a,
#nav #account, 
#copyright, 
#info2,
#info1,
ul#dblist li,
ul#dboptions li,
.small,
table.data td.results .type,
#div-search .search-advanced {
    font-size: 0.9166em; /* 11px */
}

/* UBW Hintergrund Navigationsleiste */
#nav { background-color: white; }
input[type=text],
input.text-input,
input[type=password],
input.password-input,
select, 
textarea {
    font-size: 1.1em; /* 13px */
} 


/* Links */
a:link, 
a:visited {
    color: #034ea2;
	/* UBW: Links nicht unterstrichen */
	text-decoration: none;
}

a:hover, 
a:focus, 
a:active { 
    color: #f60; 
}

a.skiplink {
    position: absolute;
    left: -1000px;
    top: -1000px;
    overflow: hidden;
    display: inline;
}

a.skiplink:focus,
a.skiplink:active {
    position:fixed;
   font-size: medium;
    left: 10px;
    top: 10px;
    padding:0.5em;
    background-color: #fff;
    z-index: 60;
}

.floatcon:after {
    clear:both; 
    content:"."; 
    display:block; 
    height:0px; 
    overflow:hidden; 
    visibility:hidden
}

.floatcon {
    zoom:1
} /* Put this in a separate IE only CSS file (or even IE conditional area) if you are worried about 100% validation */

.cleaner {
    clear:both; 
    height:0px;
    font-size:0; 
    border:0; 
    margin:-1px; 
    background:transparent;
} /*teils unterschiedliche Wirkung, ob in <br /> oder <div> */

/* Beginn Sucheingabe-Balken verkleiner 24.06.2014 Ka*/
ul {
    /* max-width:63em; */
    max-width:75em;
    list-style-type:none;
}
/* Ende Sucheingabe-Balken verkleiner*/

img, 
fieldset {
    border:0;
}

.hide-content,
legend.hide-content, 
label.hide-content {
    left:-1000px;
    top:-1000px;
    overflow:hidden;
    position:absolute;
    width:1px;
    height:1px;
}

label {
    color:#404040;
}

.nowrap {
    white-space: nowrap;
}

/*sns, reviews, library  
.left {
    float: left;
    padding: 0.5em;
}
*/

.floatleft {
    float:left;
}

.floatright {
    float:right;
}

.alignleft {
    text-align:left;
}

.alignright {
    text-align: right;
}

/* formular  - see input, select - styles search1.php */
table.formular {
    border-collapse: collapse;
    border:0;
    width:58.8em;
    table-layout: fixed;
}

/* question/message to library*/
.compact, 
table.compact,
.accordion-body-content.compact  {
    width:52em;
}

table.compact th.acqrequest {
    padding: 1.5em 0.5em 0.5em;
}

/*login*/
.login-table {
    margin-top:20px;
}

.login-table .formular {
    width:29em !important;
}

table.formular.selfregistration {
  margin-top: 20px;
}

table.formular.selfregistration th {
    color:#666 !important;
    width:12em;
}


table.formular th {
    text-align:left;
    padding:0.4em;
    color:#404040;
}

table.formular td {
    vertical-align:top;
    padding:0.4em;
    line-height:140%;
}

table.formular input.number-input {
    font-size: 0.75em;
    width: 3em;
    margin:0 0.3em;
}

*table.formular th,
*table.formular td {
    padding:4px; /* ie7 can't cope with relative paddings in em (cuts of input field's right border) */
}

/* stack Order request dialog*/
table.formular .request-dialog {
  width:auto;
}

/*th.dotted {
    border-bottom:1px dotted #a9bcd5 !important;
}

td.dotted {
    border-bottom:1px dotted #DEE3FE !important;
}*/

table.info th {
    text-align:left;
    padding:0.5em;
    color:#404040;
}

table.info td {
    vertical-align:top;
    padding:4px;
    line-height:100%;
    margin:0;
}

input, button, select {
    vertical-align: middle;
}
/*
option {
    margin:2px 4px;
}
*/

/* Zusammenspiel mit class formular!  - Tabellengroessen richten sich in ihrer Gesamtbreite an Breite des umgebenen divs */
input[type=button], input.button-input,
input[type=text], input.text-input,
input[type=password], input.password-input,
input[type=submit], input.submit-input,
input[type=reset], input.reset-input,
input[type=image], input.image-input,
select, button, textarea
{
    border: 1px solid #ccc;
    padding:2px;
    width: 100%;
}

input[type=text],
input[type=password]
{
    width:99%;
}
textarea {
    width:99.5%;
}
/* doesnt work with IE 7: */
select {
    padding:0;
}
/* so make inputs larger for IE 7 */
html* input[type=text],
 *+html input[type=text] {
    padding:2px 1px;
}

/*
input[type=radio],
input.radio-input,
input[type=checkbox],
input.checkbox-input {
    width: auto !important;
    padding: 0 !important;
    text-indent: 0;
}
*/

input[type=radio], input.radio-input {
    margin-right: 0.5em;
}

abbr {
    border: none;
}

/* filter (sort ...) */

/*searchresults */
table.data {
    border-collapse:collapse;
    border:0;
    width:100%;
}

table.data tr:hover td,
table.data tr:hover th[scope="row"],
table.data tr:hover input.linkbutton {
background:#f7f8f9;
}

table.data td,
table.data th {
    border-bottom:1px solid #D1D4D4;
}

table.data th {
    text-align:left;
    padding:0.5em;
    color:#404040;
}

/*table.data th.left {text-align:left;}*/
table.data td {
padding:0.5em 0.5em 1em 0.5em;
vertical-align: top;
}

table.data td.results .type, /*mediatype*/
table.data span.small { /*my account*/
    color:#666;
}

table.data td.results {
    width:100%
}

table.data td.results .title {
  font-size:1.0833em;
}

table.data td.results .cover {
  display:block;
  float:right;
  margin-left:10px;
  padding:5px;
  width:90px;
}

table.data td.results .merged,
table.data td.results .duplicate{
  font-size:0.9166em;;
  padding: 10px 0px 0px 0px;
}
table.data td.results .duplicate strong{
 color: #666666;
}

/* tabs for hitlist */
.result-list-tabs .ui-widget-header {
    background: none;
}
.result-list-tabs .ui-tabs-nav {
    margin: 0 1em 0 1.83em;
}

.result-list-tabs .spacer {
   height: 3px;
   /* UBW Aenderung im Spacer zwischen TABs und Hitlist */
   margin: 0px 1em 6px 1em;
   /* background-color:#004188; */
   background-color:#d1d4d4;
}

table.data td.library, 
table.data td.getit {
    text-align:right;
    white-space:nowrap;
}

table.data img.icn {
    vertical-align:middle
}

table.data img.cover {
    border:1px solid #ccc;
}

/*Detailanzeige - tabs-content*/
div.tabs-content-wrapper table.data {
    width:100%;
}

/*div.tabs-content-wrapper table.data tr:hover td {
    background-color:#f7f8f9;
}
*/
div.tabs-content-wrapper table.data th {
    font-weight:normal; 
    color:#666; 
    border:1px solid #D1D4D4; 
    border-bottom: 1px solid #D1D4D4 !important; 
    white-space:nowrap;
}

div.tabs-content-wrapper table.data th[id^=holdings_database_] {
    font-weight:bold; 
}


div.tabs-content-wrapper table.data td {
    border:1px solid #D1D4D4 !important;
    padding:0.5em;
}

div.statistic {
  display:none;
  visiblity:hidden;
}

div.statistic .statisticurl {
  display:none;
  visiblity:hidden;
}

div.statistic .statisticdata {
  display:none;
  visiblity:hidden;
}
 
/*Libraries*/
table.data1 {
width:auto;
border-collapse:collapse;
margin:0.5em 0.5em 0.5em 0;
}

table.data1 th,
table.data1 td {
vertical-align:top; 
border:1px dotted #D1D4D4 !important; 
padding:4px 8px;
background:#fff; 
width:30em;
}

table.data1 th {
text-align:left; 
font-weight:normal; 
background:#eeeef1; 
color:#666;
}
/*table.data1 th[scope="row"] {background:#fff;}
table.data1 tr:hover td,
table.data1 tr:hover th[scope="row"] { background:#f5faf5; }*/

/*Searchhistory*/
table.searchhistory th {
   width:30%;
}

table.searchhistory th.first {
    width:2%;
}

table.searchhistory th.third {
    width:48%;
}

table.searchhistory th.fourth {
    width:20%;
}

/*Detailanzeige, Suchfilter*/
ul.facets li.c11, 
ul.facets li.c11 a.c11, 
a.accordion-header {
    font-weight: bold;
    text-decoration: none;
    color: #666;
    padding: 0.75em 0.5em 0 0;
}

/* ubw */
li.c11 ul li:hover { 
	color:#404040; 
    background-color:#d1d4d4; 
}
li.c11 ul { 
    border-top:1px solid #D1D4D4;
}




ul.facets img {
    vertical-align:middle;
}

ul.facets li.c11 li a.showmore {
    font-weight: bold;
}

ul.facets li.c11 li {
    font-weight: normal;
    font-size: 0.9166em;
}

ul.facets li.c11 .selected {
    color: #000;
}

ul.facets li.c11 .selected img {
    vertical-align: middle;
}

/*.accordion-header img {
    margin-right: 0.5em;
}*/

#dbarea.box1 h3 {
font-size:1em;
    padding-top:0.25em;
}

ul#dblist li, ul#dboptions li, ul.facets li {
    color:#666;
    line-height:150%;
    margin-left:0.5em;
}
ul#dblist {
    margin:0.5em 0;
}

/*Detailanzeige*/
div#details-wrapper {
    margin: 2em 0.5em 1.5em 0em;
}

div#details {
    line-height:160%;
    margin:0.5em;
}

div#details h1 {
    font-size:1.216em; 
    margin:0 0 0.5em 0; 
    padding:0;
}

div#details .type {
    color:#666;
    font-size:95%;
    margin-bottom:0.5em;
}

div#details .database {
    color:#666;
    font-size:95%;
    margin-bottom:0.5em;
}
div#details strong {
  color: #666666;
}

div#details img.icn {
    vertical-align:middle;
}

div#cover {
    float:right;
    margin: 0 0 1em 1em;
    display:inline;
    padding:0;
}

/*Details page - More title information / MemorizeList Full Format*/
/* TPT-2619 */
table.titleinfo th,
table.titleinfo td {
    padding: 0 10px 2px 2px; 
    vertical-align:top;
    border-bottom:0;
	max-width: 700px;
	word-wrap: break-word;
}
table.titleinfo th {
   color:#666;
   text-align:left;
}

/*Details page, Options*/
div#options {
    margin:1em 0.5em 0;
}

div#options #options1 {
    float:left;
}

div#options .options2 {
    float:left; 
    margin-left:2em; 
    padding-left:2em; 
    border-left:1px dotted #ccc;
}


/*Overview - My Reviews, SDI-Service, Search Preferences, Library Favorites*/
.reviews-edit {
    padding:0.5em;
   margin-bottom:2em;
}

table.data#reviews-overview {
  border-top: 1px solid #D1D4D4;
}

table.data#reviews-overview td.right, 
table.data#sdi-overview td.right {
    text-align:right; 
   white-space:nowrap
}

 /*Overview - My Tags*/
div#tags-overview {
   margin:0.5em; 
   padding-bottom:0.5em; 
   border-bottom:1px solid #D1D4D4;
}

div#tags-overview .small {
color:#666;
}

/*Details - further explare, more services*/

/*Accordion Datenbankauswahl*/
.dbselection {
    margin: 0.5em 1em 1em !important;
}

.dbselection a img {
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.dbselection input[type=checkbox],
input.checkbox-input,
.dbselection input.checkbox {
    margin-right: 0.25em;
}

.dbselection input[type=checkbox]:focus, 
input.checkbox-input:focus, 
.dbselection input.checkbox:focus {
    background-color: #ffeecc; 
}

.dbselection-left {
    float: left;
    width: 28.3em;
    margin: 0.5em;
}

.dbselection h3 {
    font-size: 1.0833em;
    margin: 0 0 0.75em 0;
}

.dbselection-left .select {
    padding-top: 0.25em;
}

.dbselection-right {
    float: left;
    margin: 0.5em 0.5em 0.5em 0;
    padding-left: 1em;
    border-left: 1px dotted #ccc
}

/*Datenbankbaum*/
ul.dbtree, ul.dbtree ul {
    list-style-type:none; padding:0;
}
ul.dbtree ul {
    margin-left:16px;
}
ul.dbtree li {
    padding-top:4px;
    line-height:1.4em;
}
ul.dbtree ul li {
    padding-top:2px; 
    line-height:1.4em;
}
.dbtree img {
    vertical-align:middle;
}
ul.dbtree strong {
    color:#666;
}
ul.dbtree a.db {
    background: transparent url("../images/arrow-close.gif") left center no-repeat;
    padding-left:16px;
   text-decoration:none;
}

/*Systematische Suche*/
ul.syst {
    margin:0.5em;
}
ul.syst ul {
    clear:left; 
   margin-left:16px;
}/*fuer Mozilla 1.6 clear:left;*/

ul.syst li {
    clear:left; 
   margin-top:0.5em; 
   margin-left:-1px;
}/*fuer Mozilla 1.6 clear:left;*/
ul.syst li img {
    float:left; 
   margin-right:4px;
}
ul.syst .textsyst {float:left;}
ul.syst .textsystselected {float:left; background:#f2f6f9;}
ul.syst li span .c2 {color:#c00;}
ul.syst li .active {background-color:#f2f6f9;}
ul.syst li .active {zoom:1;}
hr.syst {margin:0 0 0.5em 0;}
p.syst {margin-bottom:0.25em;}

.c1 {
    color:#666;
}

.text {
    padding:0.5em; 
   border:0;
}

.errortext {
    color:#CC0000;
}

.confirmtext {
    color:#009900; 
}

div.errortext,
p.errortext {
    margin:2px 0;
    padding:5px;
}

div.confirmtext {
    margin:2px 0;
    padding:5px;
}

.errorlabel {
   color:#c00;
   padding:0;
   margin:0;
}

.errorlabel label {
    color:#c00;
}

.sessionerror {
    width:400px;
    margin:50px auto;
}

.readonly {
    background-color:#efefef;
}

fieldset#search-simple,
fieldset#search-adv {
    padding: 1em 0;
}

fieldset#search-simple input {
 width: 35em;
}

fieldset#search-simple .dbuttonb {
    margin-right: 16px
} /*analog zu Suchschlitz*/

/*Suchschlitz*/
#div-search #search-query {
    width: 33em;
}


#div-search .dbselection label {
    font-weight: normal;
}

#div-search.resultpage {
  background-color:#f5f5f5;
}

#div-search {
	background-color:#f5f5f5;
    border: none;
    border-top: none;
    clear: both;
    /* ubw Navigation ohne linken und rechten Rand margin 0 */
    margin:0 0;
    min-width: 70em;
    padding: 6px 0;
    text-align:center;
    zoom: 1;
    min-height:1.8em;
}
/*for refine search radio selection*/
#div-search table {
    margin:auto;
}

#div-search .td-search-for {
    vertical-align:top; 
   padding-top:3px; 
}

#div-search input[type="radio"], 
#div-search input.radio-input
{
  margin-left:0.5em; 
  margin-right:0.3em;
}

#div-search .search-within {
   font-size: 0.9166em;
   width: 400px;
   padding:0 100px 0 0;
}

#div-search .search-for {
   font-weight: bold;
   padding: 0 2px;
   vertical-align: middle;
}

#div-search .search-query { 
   padding: 0 2px; 
  vertical-align: middle; 
}

#div-search .search-query .query {
    width:400px
}

#div-search .dbutton {
   margin-right: 16px; 
   margin-top:2px; 
}

/*  search advanced
    #div-search .search-advanced { 
    vertical-align: middle; 
   white-space: nowrap; 
}
*/

input[type=hidden] + input, 
input[type=hidden] + button, 
input[type=hidden] + label,
input.hidden-input + input, 
input.hidden-input + button, 
input.hidden-input + label
{
    margin-left: 0;
}

input.dbutton, 
button.dbutton, 
input.dbuttonb {
    color: #034ea2;
    padding: 0 4px;
    background-color: #f7f8f9;
    border: 1px outset #ccc;
    width: auto !important;
    height: auto;
    overflow: visible;
}

input.dbuttonb, 
button.dbutton {
    font-weight: bold;
}

input.dbselectionbutton {
    height: 13px;
    width: 13px;
    border: 0;
    text-indent: 0;
}

input.linkbutton {
    border: 0;
    background-color: #fff;
    text-decoration: underline;
    color: #034ea2;
    cursor: pointer;
    width: auto !important;
    overflow: visible;
    height: auto;
    font-size: 1.001em; /* relational scaling in context, instead of constantly 13px */
    display: inline-block;
}

input.linkbutton:hover,
input.linkbutton:focus,
input.linkbutton:active {
    color: #f60;
}

/*Link, der wie ein input.dbutton aussehen soll*/
    a.dbutton:link,
    a.dbutton:visited,
    a.dbuttonb:link,
    a.dbuttonb:visited {
    background-color:#F7F8F9; 
    border:1px outset #CCCCCC; 
    color:#034EA2; 
    font-size:100.01%; 
    padding:2px 6px 1px; 
    position:relative; 
    text-align:center; 
    text-decoration:none; 
    top:2px; 
    width:3em; 
}

/* für ie 7: */
*+html a.dbutton:link, * html a.dbutton:link,
*+html a.dbutton:visited,* html a.dbutton:visited,
*+html a.dbuttonb:link,* html a.dbuttonb:link,
*+html a.dbuttonb:visited,* html a.dbuttonb:visited { 
    text-align:center; 
    font-size: 100.01%; 
    color:#034ea2; 
    padding:2px 4px; 
    top: 0; 
    background-color:#f7f8f9; 
    border-width:1px; 
    border-top-color: #ccc; 
    border-left-color: #ccc; 
    border-right-color: #333; 
    border-bottom-color: #333; 
    border-style: solid; 
    width:3em; 
    text-decoration:none;
}

a.dbuttonb:link,
a.dbuttonb:visited {
    font-weight:bold;
}

/*spacer*/
hr {
    border:none; 
    height:1px; 
    color:#D1D4D4; 
    background:#D1D4D4;
} /*IE:color, andere Browser:background*/

br.space {
    height:5em;
}

#pageContainer {
    text-align:left; 
    margin:0 auto;
	margin-top: 10px; /* UBW Etwas Abstand vor dem Header */
    /* ubw original: 80em / 83em = ca. Uni-Breite */
	min-width:83em; 
    width:93em; 
    min-height:30em; 
    background:white;
	/*
	-webkit-box-shadow: 0.2em 0.2em 0.2em #aaa;
    -moz-box-shadow: 0.2em 0.2em 0.2em #aaa;
    box-shadow: 0.2em 0.2em 0.2em #aaa;
	*/
}

/* verhindert float-Probleme beim IE/Win */
* html #pageContainer {
    /* \*/ word-wrap:break-word;
}

#branding {
   position:relative; 
   height:56px; 
   width:100%;
   /* UBW/tem 09.05.2014 add */
   background-image:url(../images/Uni-HomepageBanner_56px_Touchpoint_WebRefresh2017.png); margin:0px; padding:0px;
}

/* ori
#branding #logo {
   position: absolute; 
   width:96px; 
   height:16px; 
   margin:20px 0 20px 20px; 
   font-size: 100%; /* font-size:120%;
   font-weight:bold;
}
*/

/* UBW/tem 09.05.2014 Bereich für Uni-Logo auf Hintergrundbild - Verlinkung auf Uni-Homepage in header.jsp über transparentes Pixel */
#branding #logo {
   position: absolute; 
   width:120px; 
   height:56px; 
   margin:0 0 0 0; 
}

/* UBW/tem 09.05.2014 Bereich für Schriftzug auf Hintergrundbild: Katalog der Universitätsbibliothek Würzburg - Verlinkung auf UB-Homepage in header.jsp über transparentes Pixel */
#branding #ubwlogo {
   position: absolute; 
   left: 120px;
   width:400px; 
   height:56px; 
   margin:0 0 0 0; 
}

#branding #nav2 #timer {
   float: right; 
   margin:1em 2em 1em 0;
}

#branding #nav2 #timer span{
 font-size:0.9166em;
 color: #CC0000;
}

#branding #nav2 ul {
   float:right; 
   width:auto; 
   margin:1em 0;
}

#branding #nav2 li {
    float:left; 
    margin:0 1em 0 0;
}

#branding #nav2 ul.language {
   /* ubw/tem kein senkrechter Trennstrich vor Sprachauswahl */
   /* border-left:1px dotted #ccc; */
   padding-left:1em;
}


/*dropdown - language selection*/

.dropdown-language dd { 
    position:relative; 
}

.dropdown-language a, 
.dropdown a:visited { 
   text-decoration:none; 
   outline:none;
}

.dropdown-language a span.label {
  /* color:#666;  UBW/tem */
  color:#00478e;
  text-decoration:none;
}
.dropdown-language a span.link {
  /* UBW/tem add color */
  color:#00478e;
  text-decoration:none;
}

.dropdown-language a span.link:hover {
  /* UBW/tem add color */
  background-color:gold;
}

.dropdown-language dd ul { 
    background:#FAFCFF; 
    border:1px solid #E6E6E6; 
    display:none;
    right:0;
    top:-10px;  
    padding:5px; 
    position:absolute; 
    width:auto; 
    min-width:90px; 
    list-style:none;
}
#branding #nav2 ul.language-wrapper li {
  float:none;
  text-align:right;
}
#branding #nav2 ul.language-wrapper li a:hover {
  color:#034EA2;
  text-decoration:none;
}

/* navigation */
#nav {
/* ubw Navigation ohne linken und rechten Rand margin 0
margin:0 0;
/* ubw padding-left, damit erster Menüpunkt neben Logo anfängt */
padding-left:56px;
}

#nav #account {
/* UBW Anmelde-Link #F5DA81 hinterlegt und 0.8em gross, padding 5 5 statt 5 10 */
  background-color:gold;
  font-size: 0.8em;
  padding:5px 5px;
  /* ubw Menüpunkte in Großbuchstaben */
  text-transform: uppercase;
  float:right;
  line-height:normal; /*IE7*/
}

/* UBW Hilfe-, E-Tutorial-, Auskunftlink rechts oben in mainNavi - wird in mainNavi.jsp verwendet */
#nav #ubwhilfelink {
  font-size: 0.8em;
  float:right;
  /* ubw Grossbuchstaben bei Hilfe-Link */
  text-transform: uppercase;
  line-height:normal; /*IE7*/
  padding:5px 5px;
}

/* UBW Hilfe-, E-Tutorial-, Auskunftlink rechts oben in mainNavi - Text */
#nav #ubwhilfelink a { color:#00478e; text-decoration:none;text-transform: uppercase;}
#nav #ubwhilfelink a:hover { color:#f60;text-transform: uppercase; }
#nav #account a { color:#00478e; text-decoration:none;text-transform: uppercase;}
#nav #account a:hover { color:red;}


#nav ul {
margin: 0;
padding: 0;
list-style: none;
}

#nav ul li {
    position: relative;
    /* ubw - Navigation Hintergrundfarbe */
	background-color:white;
	border-right:1px solid #E6E6E6;
    float: left;
    display:block;
    padding: 0px;
    z-index: 1000;
}

#nav ul li.parentNav {
  background-image:url(../images/arrow_down_tp.gif);
  background-position:right 50%;
  background-repeat:no-repeat;
}

#nav ul li a.empty:focus, 
#nav ul li:hover,
#nav ul li:focus,
#nav ul li:active {
  background-color: #f5f5f5;
}

#nav ul li.over {
  color: #034ea2;
  background-color: #f5f5f5;
  background-image:url(../images/arrow_down_hover.gif);
}

#nav ul li.over a{
  color: #034ea2;
}

#nav li ul {
  border-color:#E6E6E6 #666666 #666666 #E6E6E6;
  border-style:none solid solid;
  border-width:medium 1px 1px;
  font-weight:normal;
  height:auto;
  left:-999em;
  margin:0;
  position:absolute;
  width:14em;
  background-color: #f5f5f5; 
  z-index: 1000;
}

#nav ul ul li{
  border-right:0px;
}

#nav ul li a {
display: block;   
text-decoration: none;
/* ubw Navigation - Text-Farbe */
color:#00478e;
text-transform:uppercase;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding: 5px 10px;
}

#nav ul ul li a {
	background-color: white;
    color: #034ea2; 
    width:12em;
}
#nav ul li a.daddy {
padding: 5px 20px 5px 10px;
}

/* Hover/Focus Style */
#nav ul li a:hover, 
#nav ul li a:focus, 
#nav ul li a:active,
/* Opera Focus Style */
#nav ul li a.ofocus, 
#nav li ul li a.ofocus{ 
text-decoration: underline;
} 

/*override color:#fff*/
#nav ul li a:hover, 
#nav ul li a:focus {
   color: #034ea2;
}
/* 
    disable normal hover and focus style , if javascript is available
 */
#nav .navfxenabled li:hover ul { 
    left: -999em;
}
/*normal hover Style wtihout javascript*/
#nav li:hover ul,
/* 
    hover and focus style if javascript is available
*/
#nav .navfxenabled li.over ul { 
    display: block;
    left: 0px;
    margin-left: -1px;
} /* The magic */

/* accesible for keyboard- and screenreader- users*/
#nav li.active ul, 
#nav li.activepath ul {
    display: block;
}

/* Tastaturnutzung Keyboardusage for good browsers*/
#nav a:focus+ul {
    left: 0em; /* Abstand Untermenu */
    margin-left: -2px;
}
/*keyboard support without javascript*/
#nav li ul li a:focus, #nav li ul li a:active {
    position: absolute;
    left: 999em; /* Viewportverschiebung ausschalten */
    margin-left: 0px; /* Abstand Untermenu */
}
/*overwrite the keyboard support, if mouse is in use*/
#nav  li ul li a:hover, /* kleinster gemeinsamer Nenner */
#nav li:hover ul li a:focus,
#nav  li:hover ul li a:active,
/*overwrite the keyboard support, if javascript is available*/
#nav .navfxenabled li ul li a:focus,
#nav .navfxenabled  li ul li a:active
{
    position: static;
    margin-left: 0;
}
.cleanNav {
    clear:left;
    display:block;
    font-size:1px;
    height:0;
    line-height:0;
    width:0;
}
/* Allgemeine CSS-Class ausserhalb des Viewports */
.sbh {
    position: absolute;
    left: -999px;
    width: 0;
    overflow: hidden;
}

/*info1: Zurueck, Breadcrumb, Ihre Suchanfrage */
#info1 {
/*  UBW geaendert - original: margin: 1.5em 1.5em 1em; */
    margin: 0.5em 1.5em 0.5em;
    padding: 0 0.5em;
}

#info1 span {
  margin-right: 0.5em;
}

#info1 .separator {
    font-weight: bold;
    margin: 0 0.25em;
}
/*Suchfeld - Systematische Suche*/
#info1 input#f2 {
    width:11.25em; 
   height:1.25em; 
   border:1px solid #ccc;
}

/*Suchmasken, padding wichtig, da margin von info1 in diesem Fall nicht zieht!*/
#info1 #database {float:left; /*margin-bottom:1em;*/}
*+html #info1 #database {margin-bottom:0.5em;} 
#info1 #database a {margin-right:1em; }

/* UBW eingefügt, Link zur Trefferliste ohne Unterstreichung */
#info1 a {margin-right:1em; text-decoration:none; }

#info1 #language { float:right;}

#info2 {
/* UBW searchinfo2.jsp-Zeile neben Tabs soll nicht höher als die Tabs sein */
/* Original: margin:1.5em 1.5em 1em;   */
   margin:0 0 0 1.5em;
   padding:0;
}

/*Icons*/
#info2 a {text-decoration:none; margin:0 0.5em; padding:0; vertical-align:middle;}
#info2 #outputActions {height:1.5em;}
#info2 #outputActions li {float:left; margin-right: 0.3em;}
#info2 img {margin:0 4px 0 0; padding:0; vertical-align:middle;}
#info2 .sdiservice-inactive a {cursor:text; color:#666}

#info2.frbr {
    padding:0 0.5em;
}

#infomemorize {
    margin: 1.5em 1.5em 1em;
    padding: 0 0.5em;
}

/* Beginn Facette links anklickbar 25.06.2014 */
/*Spaltenpositionierung zweispaltiges Layout*/
#SOWrap, #left, #middle, #right, #facetleft {
    position: relative;
    overflow: visible;
}

#SOWrap {
    float:left;
    margin:0 -1px 0 0;
    width:100%;
    z-index:1;
} /*-1px  IE6*/
/* Ende Facette links anklickbar */

#main {
    min-width: 60em;
    width: auto !important;
}

#main.mainwithrightside {
    border-left: 0 none;
    border-right:17.2em solid white;
}


#main.mainnosides {
    border: 0;
}

#middle {
    margin: 0 1em;
}

#right {
    float: right;
    display: inline;
    margin: 0 -16em 0 0;
    width: 15.99em;
    z-index: 2;
} /*15.99 Rundungsfehler IE; display:inline ist speziell fuer den IE, damit die Inhalte in der box erscheinen; rechter Abstand zum Browserfenster:0.75em*/

#left {
    display:inline;
    float:left;
    margin:0 0 1px -12em;
    width:11.99em;
    z-index:2;
}

/*Linklisten weitere Angebote, Aktuelles*/
ul.linklist {
    margin: 0.5em;
    line-height:140%
}

ul.linklist li {
    margin-bottom:0.2em
}

/*Detailanzeige tabs (Holdings ...*/
.tabnav-wrapper {
width:100%
}

.tabnav-wrapper h2 { 
    font-size:1.0833em;
    padding:1.6em 1.25em 1.2em;
    color:#404040;
} /*Darstellungsfehler im IE7 bei Verwendung von margin anstelle von padding*/

div[id^=holdingsTargetId] {
  margin:0 0 12px 0;
}

#detailsTabs-holdings h4 {
 margin:2em 0 1em;
}

/* Beginn Facets links 24.06.2014 Ka */
/* Box Contentbereich */
.box {
vertical-align:top;
    max-width:94em !important;
} /* Trefferliste, Suchhistorie: border:0*/
/* Ende Facets links */

.box h2{
    color:#404040;
    background-color:#f5f5f5;
    border-bottom:1px solid #D1D4D4;
    font-size:1.0833em;
   padding: 0.576em;
}
/*searchresults (n)*/
.box h2 .normal, 
.box h3 .normal {
    font-weight:normal;
} 

.box .navigation {
    background-color:#f5f5f5
}

.box p {
    margin:1em 0.5em;
}

*html .box {
    height:1px;
} /* zoom for IE*/

.box-container {padding:1em;}


.box-header {
    min-height: 2.5em;
    height: auto;
    background: #f5f5f5;
}/*min-height e.g. acqrequest, order*/

/*pagination*/
.pagination .selectedlink {
    font-weight:bold;
    padding:0 2px;
}

.pagination {
    float:right;
    padding:0.5em;
    font-size:1.0833em;
    font-weight:bold;
}

.pagination a {
    margin:0;
    padding:0 4px;
}

.pagination input.linkbutton {
   background-color:#f5f5f5; 
    padding:0; 
    font-weight:bold; c
    cursor:pointer; 
    text-align:left; 
    top: -2px; 
    position: relative; 
    top: -1px\9; 
    padding:0 2px\9
}


/*search result list*/
.db {
    float:left;
   background-color:#dae5f0;
}

.browse {
    float:right;
   text-align:right;
   padding:0.5em;
}

.browse a {
    font-weight:normal;
   text-decoration:underline;
}

/*e.g. Facets , Further Options , InfoBox*/
.box1 {
	width:100%;
    height:100%;
    padding-bottom:0.5em; 
    background-color:#fff;
    border:1px solid #D1D4D4;
   margin-bottom:20px;
}

.box1 h2 {
	color:#404040; 
    background-color:#f5f5f5; 
    border-bottom:1px solid #D1D4D4;
    font-size:1.0833em;/*13px*/
    padding:0.576em;
}

.box1 h3 {
    color:#666; 
    padding:0.75em 0.5em 0em 0.5em;
}

.box1 ul {
    margin-right:0.5em;
}

.box1 p {
    line-height:140%;
    padding: 0.5em;
}

.box1 div.content {
    padding:1em 0.5em 0.5em;
}

.box1 div.content p {
    padding:0;
}
.box1 hr {
    margin:8px 0;
}

/* Beginn Facets links 24.06.2014 Ka */
#facetleft {
    float: left;
    display: inline;
    margin: 0 -18em 0 1em;
    width: 15.99em;
    z-index: 2;
}

.trefferbox {
vertical-align:top;
    margin-left:23%;
    max-width:93em !important;
} /* Trefferliste, Suchhistorie: border:0*/


.trefferbox h2{
	color:#404040;
	background-color:#f5f5f5;
    border:1px solid #D1D4D4;
	font-size:1.0833em;
    padding: 0.576em;
}
/*searchresults (n)*/
.trefferbox h2 .normal,
.trefferbox h3 .normal {
    font-weight:normal;
}

.trefferbox .navigation {
    background-color:#f5f5f5
}

.trefferbox p {
    margin:1em 0.5em;
}

*html .trefferbox {
    height:1px;
} /* zoom for IE*/
/* Ende Facets links */

/* asynch loanstatus on briefpresentation and teaser */
.titleloanstatus {
   display: inline
 }

/*memorize list, search results list action*/
div .memorize {
    width:100%;
    border-bottom:1px solid #D1D4D4;
    margin:0.75em 0; 
    padding-bottom:0.5em
}

div .memorize div {
width:auto; 
padding:1em 0.5em;
}

div .memorize select {
	width: 12em;
}

div .noDisplay {
    display:none;
}

/*Account*/
#account-nav-wrapper {
    float:left;
    margin-top:1em;
    padding:0.5em;
    width:14.75em;
}

ul#account-nav li {
    list-style-type:none;
    line-height:140%;
    padding:0 0 0.5em 0;
}

ul#account-nav li a {
   font-weight:bold; 
} 
   
ul#account-nav ul ul {
    margin-top:1em
}

ul#account-nav li li {
    font-size:1em; /*12px*/
    font-weight:normal;
    color:#666;
    margin:0.2em 0.5em 0.2em 0.5em;
    padding:0;
}

dl#account-info {
    margin-top:1em
}

dl#account-info dt {
    color:#666;
    font-weight:bold;
    margin-top:0.5em
}

dl#account-info dd {
    color:#000;
}

#account-data table {
    margin-top:1em;
}
#account-data .data .account-display-title {
	width: 65%;
}

#account-data #renew {
    margin-left:1em;
}

#account-data h4 #bulk renewal{
    font-size:1.0833em;
    padding-bottom:0.5em;
    margin-top:1.75em;
    margin-bottom:0.5em;
}
#account-data table.renewal {
    width:100%;
    margin-top:0.5em
}
#account-data table.renewal td, 
#account-data table.renewal th {
    vertical-align:top;
    padding:0 0.25em;
}
#account-data table.renewal th {
    color:#666;
    text-align:left;
}
#account-data table.renewal td {
    width:90%;
}
#account-data hr {
margin:0.25em 0;
}
.box #account-data .alert.message-info {
margin-left:0 !important;
}

#account-data,
#account-user-data {
    border-left:1px dotted #ccc; 
    margin-left:15.75em; 
    margin-top: 0.5em; 
    padding-left:2em
}

#generic-user-data #account-user-data {
  border-left:0;
  margin-left:0;
  padding-left:1em;
  
}

.formular-data {
  margin:1em;
}
#account-user-data fieldset {
    position:relative;
    padding: 1em;
}
/*selfregistration, stackOrder*/
.formular-data fieldset {
   position:relative;
    padding: 1em 0;
}

#account-user-data legend,
.formular-data legend {
    font-size:1.0833em; 
    margin: 0.75em 0 0.25em 0;
   padding:0;
   font-weight:bold;
   color:#666;
}
#account-user-data label,
.formular-data label
 {
    display:block;
    margin-bottom:0.1em
}

#account-user-data .formrow,
.formular-data .formrow {
    position:relative;
    min-height:3em;
    margin-bottom: 0.5em;
    padding: 0.25em 0 0.1em;
}

#account-user-data .formfield,
.formular-data .formfield
 {
    position:relative;
    float: left;
    width: 24em;
    margin-right:1em
}

#account-user-data input,
#account-user-data select,
.formular-data input,
.formular-data select {
    width:100%;
}

#account-user-data input.check,
.formular-data input.check {
    width:auto;
}

.formular-data .formfield.spacer {
  margin-top:16px;
}


#account-user-data label + input,
.formular-data label + input {
    margin-left:0
} /*reset general definition label + input margin-left:0.25em */

#account-user-data label .label-inline,
.formular-data .label-inline {
    display: inline !important;
}/*reset of display:block for label data distribution*/

#account-data .data .account-display-title {
    width:100%;
}
#account-data .data .account-display-state {
    white-space:nowrap;
}

/* no search results */
.nodata h2 {
    background-color: transparent;
    border:0;
    margin:0.5em 0 0;
}

.nodata ul {
    margin: 0 1.2em 1em 2.4em;
    list-style-position:outside;
    list-style-type:disc
}

.nodata ul li {
    margin-bottom: 0.3em; 
} 

#footer { 
    clear:both; 
   color:#666; 
   margin:20px 0 8px 0; 
   padding:0.5em 1em; 
}

#footer #copyright {
    float:right; 
   margin-top:20px;
}

#footer img {
    vertical-align:middle;
}

/* AJAX components and jQuery UI */
div.loading {
  text-align: center;
}

/* xISBN service */
.ui-dialog-uncommited[id|=related] {
  max-width: 50%;
  min-width: 25em;
}

.ui-dialog-content img.loading {
  margin: 1em;
}

/* availability state */
.availabilityState.available {
  color: #009999;
}

.availabilityState.unavailable {
  color: #cc0000;
}

.availabilityState img.loading {
  height: 1em;
}


/*JQuery Accordions*/

/* Common definitions */
/*.accordion-group {
  border: 1px #dce6f0 solid;
}*/

.accordion {
  display: block;
}

.accordion .accordion {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.accordion .accordion + .accordion {
  border-top: 1px solid #D1D4D4;
}
.accordion .accordion.expanded + .accordion {
  margin-top: 1em;
}

.accordion-header {
  cursor: pointer;
  padding: 0.25em;
  font-weight: bold;
}
.accordion-header a {
  text-decoration: none;
  color:#404040;
}

a.accordion-header {
  cursor: pointer;
  padding: 0.25em;
  font-weight: bold;
  font-size: 100%;
}

.accordion-body-content {
    width: 98%; /*needed for IE7/8 compatibility mode*/
}

.accordion-body table.favorites-overview{
    width: 95%;
}


.accordion .accordion .accordion .accordion-header {
    font-weight: normal;
}
.accordion-header:hover, .accordion-header:hover a, .accordion-header a:hover, .accordion-header a:focus {
    color: #f60;
}

.accordion-header .arrow {
    background: transparent 0 80% no-repeat;
    background-image: url('../images/arrow-close.gif');
    padding-left: 20px;
}
.collapsed > .accordion-header .arrow, .arrow.collapsed {
    background-image: url('../images/arrow-open.gif');
}

.accordion-body {
    display: block;
    margin: 0.5em 0.8em;
}
.collapsed > .accordion-body {
    display: none;
}
.accordion-body .accordion-box-header{
    font-weight: bold;
}

/* 1st headline */
.accordion h2.accordion-header {
	background-color:#f5f5f5;
    border-bottom: 1px solid #D1D4D4;
    padding: 0.5em;
    font-size: 1.0833em; /*13px*/
}

#add-favorites {
  margin:0.5em 0.8em;
  width: 98%;
}
#add-favorites h2{
 font-size: 1.0833em; /*13px*/
 margin: 1em 0.25em;
}

#add-favorites div{
 margin: 0.5em 0.5em 1em;
}

#add-favorites div input{
 width: 18em;
 float: left;
 margin-left: 0;
}
#add-favorites label{
 display: block;
 float: left;
 width:150px;
}
#add-favorites input{
 margin-left: 310px;
}

#add-favorites div.favoritegroup{
 margin-top: 30px; 
 padding-top: 20px; 
 border-top: 1px dotted rgb(204, 204, 204);
}

/*WorldCat reviews - accordion */
h3.accordion-header.reviews-heading-bg {
    border-top: 1px dotted #A9BCD5;
   padding:0.5em 0;
}

h3.accordion-header.reviews-heading-bg a,
h3.accordion-header.reviews-heading-bg a:link,
h3.accordion-header.reviews-heading-bg a:visited {
     color:#666666; 
   font-size:13px; 
}

h3.accordion-header.reviews-heading-bg a:hover {
    color: #f60; 
}

.accordion-header.reviews-heading-bg .arrow {
  padding-left:1.25em;
}
.accordion-header.reviews-heading-bg span span {
  font-weight:normal;
}

.accordion-body .reviews-content {
  margin:0.75em;
  font-size:1em;
}
.accordion-body .reviews-content .review-wrapper {
  background-color:#FAFCFF; 
  border: 1px solid #f4f4f4; 
  padding:5px 10px; 
  margin-bottom:1em;
}

/*review - title*/
.accordion-body .reviews-content h4 {
  font-size:1.0833em;
  margin:0.25em 0;
}

.accordion-body .reviews-content .review-by {
  margin:0 0 0.25em 0;
  /*font-size: .9166em;*/
  color:#666;
}

.accordion-body .reviews-content .review-by img {
  margin-left:1em;
}
.accordion-body .reviews-content .review-rate {
  margin:0.25em 0 1em 0; 
  font-size: .9166em; 
  color:#666;
}

.accordion-body .reviews-content .review-text .read-more {
  margin-bottom:0.5em;
}

.accordion-body .reviews-showmore {
  margin-bottom:1em
}

/* END of adaptions to standard accordion for WorldCat reviews ------------------------------------------------------- */



/*overrides for .accordion h2.accordion-header used for details page "add reviews", "add tags" */
#add-review { 
    background:0 none;
    border-bottom: 0;
    padding-bottom:1em;
}

#div-profile h3 {
    margin-left: 1em; /*arrow and headline 2nd level myaccount-profile*/
}

/*Passwort aendern - nur eine Ebene*/
.profile table.formular#pw {
    width: 78%; margin: 0.5em 0 0 3em;
}

/* Library list (non-collapsable) SwissBib */

.libraries {
    border-left: 1px dotted #ccc;
    margin-left: 0.8em;
    padding-left: 0.8em;
    width: 95%;
}

.libraries .body {
    padding-top: 0.25em;
    margin-top: 0.5em;
   margin-bottom:1.5em;
    padding-left: 0.5em;
    background-color: #F7F8F9;
    border-bottom: 1px solid #ccc;
}
.libraries h3 {
  font-size:13px;
  font-weight:bold;
}
.libraries h4 {
    font-style: italic;
    font-size: 100%;
}

/*ul.libraries li {
    margin-bottom: 1em;
    margin-left: 0.5em;
}*/

ul.libraries:first-child {
    margin-bottom: 0;
}

ul.libraries > li + li {
    margin-top: 1em;
    margin-bottom: 0;
}

.libraries img.favourite-library {
    vertical-align: middle;
}

.libraries .favourite-1stlevel {
  margin-top: -30px; 
  font-size:13px; 
  font-weight:bold;
}
/*END libraries*/

/*Details Display Reviews, Tags*/
.accordion .box p {
    font-size: 100.01%;
}

.box.reviews p {
    width: 60em;
}

.box.reviews h3,
.box.tags h3 {
    padding:0;
    margin:1em 0;
   background-color:#fff;
   border-bottom:none;
   font-size:1em;
   color:#666;
}

.box.tags p.list {
  border-bottom:1px dotted #A9BCD5;
  margin:0.5em;
  padding-bottom:1em;
}

.box.reviews .box-header, 
.box.tags .box-header {
    min-height: none;
    padding: 0.25em;
    font-weight: bold;
    font-size: 110%
}

.box-header span.normal {
    font-weight: normal
}
/*nickname ...*/
.box.reviews .reviews-info span {
    margin-left: 0.5em;
    color: #666;
    font-size: 0.9166em;
}

.box.reviews .flag-abuse {
    /*font-size: 90%;*/
    padding: 0 0 1em 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #a9bcd5;
}

.box.reviews .flag-abuse img {
    vertical-align: middle;
}

.no-results {
    border-bottom:1px solid #D1D4D4;
    padding: 20px;
    text-align: center;
}

/* Query completion */
.ac_results {
    text-align: left;
    max-width: 20em;
}

.ac_results li .amount {
    font-size: 85%;
    color: #66c;
}

input.hasDatepicker {
    background-image: url('../images/calendar.png');
    background-repeat: no-repeat;
    background-position: 99% 50%;
    width:10em;
}

ul.separated {
    display: inline;
    margin-left:0 !important;
}

.separated li {
    display: inline;
    border-left:2px solid #999;
    padding: 0 .35em 0 .5em;
}

.separated li:first-child,
.separated li.first {
    border-left:none;
    padding-left: 0;
}

.buttons li {
    padding: 0 0 0 .15em;
}

#ajaxAutoCompletion,
#ajaxUrlSolrAutoCompletion, 
#ajaxUrlFastAutoCompletion {
  display:none;
  visiblity:hidden;  
}

/* ### 07.12.2011 ChKa - Start: ZSS-BestandsTabelle. 03.06.2013 Li eingetragen */
table.zssbestand {border-collapse:collapse; border:none; width:100%;}
table.zssbestand td, table.zssbestand th {vertical-align:top; font-size:90%; border-bottom:1px solid #ddd;}
table.zssbestand th {padding:2px 6px 2px 2px; color:#404040;}
table.zssbestand td {line-height:120%; padding:2px 6px 2px 2px; max-width: 590px; word-wrap: break-word;}
table.zssbestand td.left {text-align:left; width:130px;}
/* ### 07.12.2011 ChKa - Ende: ZSS-BestandsTabelle */


/* UBW - Table im Teaser, damit cover links angezeigt wird / tem 6.2.2015 */
table.teaser, tr.teaser, td.teaserleft, td.teaserright {
  width:100%;
  text-align:left;
  vertical-align:top;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /* border-color: red;  border-width: 1px;  border-style: solid; */
}

td.teaserleft {
  width:0px;
}

/* UBW - Pseudo-Icons im Teaser fuer typisierte URLs  10.02.2011 ###### vom IG 08.08.2014 ###### */
a.teaser, a.teaser:link, a.teaser:visited, a.teaser:active
{
   border:0px solid #CCCCCC;
   /* color:#666666;  grau */
   color:#034ea2;
   text-decoration:none;
   border-right:1px solid #CCCCCC;
   border-bottom:1px solid #CCCCCC;
   background:url(../images/bg_teaser_link.gif);
}

a.teaser:hover
{
   background:url(../images/bg_teaser_hover.gif);
}

/* TODO Abstand oberhalb der typisierten URL-Buttons */
span.TypLink
{
  margin:8px 0 0 0;
  display:block;
}

/* UBW URL-Button mit ubwTooltip */
	a.ubwTooltip {outline:none;}
	a.ubwTooltip:hover {text-decoration:none;} 

	a.ubwTooltip span {
        font-size: 90%;
  	    text-align: center;
		z-index:10;
		display:none;
		padding: 10px 0 10px 0; 
		width: 160px; 
		margin: 18px 0 0 0;
		border:1px solid #D1D4D4;
	}

	a.ubwTooltip:hover span{
		display:inline;
		position:absolute;
		color:#111;
		background:white;
	}
	.ubwButton, .ubwButtonMarkerGreen, .ubwButtonMarkerYellow, .ubwButtonMarkerRed {
		display: inline-block;
	    cursor: pointer;
		width: 160px; 
		text-align: center;
		margin: 0;
		padding: 0; 
		border: 1px solid #D1D4D4;
		background-color: #f5f5f5; 
		color: #034ea2;
	}
	.ubwButton:hover, .ubwButtonMarkerGreen:hover, .ubwButtonMarkerYellow:hover, .ubwButtonMarkerRed:hover {
		background-color: #f5f5f5; 
		color: #f60;
	}
	.ubwButtonMarkerGreen {
	   background-image:linear-gradient(90deg, #f5f5f5 96%, limegreen 0%)
	}
	.ubwButtonMarkerYellow {
	   background-image:linear-gradient(90deg, #f5f5f5 96%, gold 0%)
	}
	.ubwButtonMarkerRed {
	   background-image:linear-gradient(90deg, #f5f5f5 96%, red 0%)
	}
	
/* UBW ENDE URL-Button mit ubwTooltip */

/* Debug-Info Lösung UB Eichstätt */
/* Debug-Tabelle in Vollanzeige */
div.debug {
  margin-top: 1em;
  overflow: hidden;
}
table.debug {
  width:100%;
  border-collapse:collapse; 
  border:none; 
  margin-bottom:1em;
}
table.debug td, table.debug th {
  border-bottom:1px solid #a9bcd5;
  margin:0;
  padding:2px 0px 1px 10px;
  text-align:left;
  vertical-align:top;
}
table.debug th.left {
  width: 150px !important;
}
table.debug th.center, table.debug td.center {
  width: 75px !important;
  white-space: nowrap;
  padding-right:17px;
}
table.debug th.pos, table.debug td.pos {
  white-space: nowrap;
  padding-right:17px;
}
table.debug td.right {
}
table.debug tr.showxml td {
  border-bottom:none;
  padding:0;
}
table.debug #displaymarc {
  border-bottom:1px solid #a9bcd5;
  padding:2px;
}

/* sortierbare Tabellen */
/* http://tablesorter.com/docs/ */
th.header { 
    background-image: url(/TouchPoint/default/images/tablesorter_bg.gif); 
    background-repeat: no-repeat; 
    background-position: center right; 
    cursor: pointer; 
    font-weight: bold; 
    padding-left: 20px; 
    border-right: 1px solid #a9bcd5; 
    margin-left: -1px; 
} th.headerSortUp { 
    background-image: url(/TouchPoint/default/images/tablesorter_asc.gif); 
    background-color: #eeeeee; 
} 
th.headerSortDown { 
    background-image: url(/TouchPoint/default/images/tablesorter_desc.gif); 
    background-color: #eeeeee; 
}

/* Debug-Info Lösung UB Eichstätt */

/* ******** ENDE UBW ******** ###### vom IG 08.08.2014 ###### */