/*
* -*- mode: text; coding: utf-8; -*-

   This file is part of Invenio.
   Copyright (C) 2009, 2010, 2011, 2012, 2013, 2015 CERN.

   Invenio is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.

   Invenio is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with Invenio; if not, write to the Free Software Foundation, Inc.,
   59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
body {
  color: #000;
  background: #fff;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}
h1 {
  font-size: 173%;
  font-weight: 700;
  margin-top: 5px;
  margin-left: 0px;
  color: #36c;
  background: transparent;
}
.h1 {
  font-size: 173%;
  font-weight: 700;
  margin-left: 0px;
  color: #36c;
  background: transparent;
}
h2 {
  font-size: 144%;
  font-weight: 700;
  margin-left: 0px;
  color: #36c;
  background: transparent;
}
h3 {
  font-size: 120%;
  font-weight: 600;
  font-variant: small-caps;
  margin-top: 40px;
  margin-left: 0px;
  margin-bottom: 10px;
  color: #36c;
  background: transparent;
  border-bottom: dotted 2px #36c;
  width: 50%;
}
h4 {
  font-size: 110%;
  font-weight: 600;
  font-style: italic;
  color: #36c;
  margin-left: 0px;
  background: transparent;
}
h5 {
  font-size: 110%;
  font-weight: 400;
  color: #36c;
  margin-left: 0px;
  background: transparent;
}
h6 {
  font-size: 110%;
  font-weight: 200;
  font-style: italic;
  color: #36c;
  margin-left: 0px;
  background: transparent;
}
a:link {
  color: #00c;
  background: transparent;
}
a:visited {
  color: #006;
  background: transparent;
}
a:active {
  color: #00c;
  background: transparent;
}
a:hover {
  color: #00c;
  background: transparent;
}
a.moreinfo:link {
  color: #060;
  background: transparent;
}
a.moreinfo:visited {
  color: #060;
  background: transparent;
}
a.moreinfo:active {
  color: #060;
  background: transparent;
}
a.moreinfo:hover {
  color: #060;
  background: transparent;
}
a.examplequery:link {
  color: #00c;
  background: transparent;
}
a.examplequery:visited {
  color: #006;
  background: transparent;
}
a.examplequery:active {
  color: #00c;
  background: transparent;
}
a.examplequery:hover {
  color: #00c;
  background: transparent;
}
a.img:hover {
  color: #00c;
  background: transparent;
}
a.img:active {
  color: #00c;
  background: transparent;
  font-weight: normal;
}
a.note:link {
  color: #666;
  background: transparent;
}
a.note:visited {
  color: #666;
  background: transparent;
}
a.note:active {
  color: #666;
  background: transparent;
}
a.note:hover {
  color: #666;
  background: transparent;
}
a.nodecoration:link {
  color: #000;
  text-decoration: none;
}
a.nodecoration:visited {
  color: #000;
  text-decoration: none;
}
a.nodecoration:active {
  color: #000;
  text-decoration: none;
}
a.nodecoration:hover {
  color: #000;
  text-decoration: underline;
}
th.searchboxheader a:link {
  color: #000;
  text-decoration: none;
}

th.searchboxheader a:visited {
  color: #000;
  text-decoration: none;
}

th.searchboxheader a:active {
  color: #000;
  text-decoration: none;
}

th.searchboxheader a:hover {
  color: #000;
}

a.searchoptionlink:link {
  padding: 3px;
  border: 1px solid transparent;
  color: #6e5907;
  text-decoration: none;
}
a.searchoptionlink:visited {
  padding: 3px;
  border: 1px solid transparent;
  color: #6e5907;
  text-decoration: none;
}
a.searchoptionlink:hover {
  padding: 3px;
  border: 1px dotted #cba50e;
  color: #6e5907;
  text-decoration: underline;
}
a.searchoptionlink:active,
a.searchoptionlink:visited:active {
  padding: 3px;
  border: 1px solid #cba50e;
  background-color: #d4d4a0;
  color: #6e5907;
  text-decoration: none;
}

a.searchoptionlinkselected:link {
  border: 1px solid #cba50e;
  padding: 3px;
  background-color: #d4d4a0;
  text-decoration: none;
  color: #6e5907;
}
a.searchoptionlinkselected:visited {
  border: 1px solid #cba50e;
  padding: 3px;
  background-color: #d4d4a0;
  text-decoration: none;
  color: #6e5907;
}
a.searchoptionlinkselected:hover {
  border: 1px solid #cba50e;
  padding: 3px;
  background-color: #d4d4a0;
  text-decoration: none;
  color: #6e5907;
}
a.searchoptionlinkselected:active,
a.searchoptionlinkselected:visited:active {
  border: 1px dotted #cba50e;
  padding: 3px;
  background-color: transparent;
  text-decoration: none;
  color: #6e5907;
}

.headerbox {
  color: #000;
  /*background: transparent;*/
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*border-collapse: collapse;*/
  background-color: #e6e6fa;
  -webkit-background-clip: padding;
  /*   background-color: #f00;*/
}

.headerlogo {
  /*background-color: #79d;*/
  /*background-color: #36c;*/
  /*background-color: #369;*/
  /*background-color: #E6E6FA;*/
  /*background-image: url(header_background.gif);*/
}
.headerboxbody {
  color: #000;
  padding: 5px 0px 0px 0px;
  margin: 0px;
}
.headerboxbodylogo a,
.headerboxbodylogo a:visited {
  padding-left: 40px;
  background: transparent url(site_logo_small.gif) no-repeat top left;
  color: #36c;
  font-size: 20px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 3px;
  padding-bottom: 6px;
  float: left;
  clear: none;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}

.home .headerboxbodylogo a,
.home .headerboxbodylogo a:visited {
  margin-left: 5px;
  padding-left: 90px;
  background: transparent url(site_logo.gif) no-repeat top left;
  height: 75px;
  line-height: 3em;
  font-size: 26px;
  letter-spacing: 2px;
  text-decoration: none;
}
.headermodulebox {
  color: #fff;
  background: transparent;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}
.headermoduleboxbody {
  color: #000;
  background: #f6f6fa;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  border-left: 2px solid #79d;
  border-right: 2px solid #79d;
  border-top: 2px solid #79d;
  margin: 0px;
  padding: 2px 10px;
  width: 75px;
  border-bottom: 2px solid #36c;
}
.headermoduleboxbody:hover {
  background: #fff;
}
.headermoduleboxbodyblank {
  width: 12px;
  padding: 2px 5px;
  margin: 0px;
  border-bottom: 2px solid #36c;
}
.headermoduleboxbodyblanklast {
  padding: 0px;
  margin: 0px;
  width: 100%;
  border-bottom: 2px solid #36c;
}
.headermoduleboxbodyselected {
  color: #36c;
  background: #fff;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  /*border-bottom: 2px solid #fff;*/
  border-left: 2px solid #36c;
  border-right: 2px solid #36c;
  border-top: 2px solid #36c;
  margin: 5px;
  padding: 2px 10px;
  width: 75px;
}
a.header:link {
  color: #68d;
  text-decoration: none;
  white-space: nowrap;
}
a.header:visited {
  color: #68d;
  text-decoration: none;
  white-space: nowrap;
}
a.header:active {
  color: #68d;
  text-decoration: none;
  white-space: nowrap;
}
a.header:hover {
  color: #36c;
  text-decoration: underline;
  white-space: nowrap;
}
a.headerselected:link {
  color: #36c;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
a.headerselected:visited {
  color: #36c;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
a.headerselected:active {
  color: #36c;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
a.headerselected:hover {
  color: #36c;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
.navtrailbox {
  color: #36c;
  background: #fff;
  padding: 0px;
  margin-top: 7px;
  border-spacing: 0px;
  border-collapse: collapse;
  font-size: x-small;
}
.navtrailboxbody {
  color: #36c;
  padding: 0px 0px 0px 10px;
  border-spacing: 0px;
  background: #fff;
  font-size: x-small;
}
a.navtrail:link {
  color: #36c;
  background: transparent;
}
a.navtrail:visited {
  color: #36c;
  background: transparent;
}
a.navtrail:active {
  color: #36c;
  background: transparent;
}
a.navtrail:hover {
  color: #36c;
  background: transparent;
}
.info {
  color: #060;
  background: transparent;
}
.snapshot {
  color: #000;
  background: transparent;
  border: 2px solid #999;
  margin: 10px 10px 0px 40px;
}
.pageheader {
  color: #999;
  font-size: x-small;
  background: transparent;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.pagebody {
  color: #000;
  background: transparent;
  margin: 0px;
  padding: 20px;
}
.pagebodystripeleft {
  color: #000;
  background: #fff;
  font-size: x-small;
  width: 120px;
  margin: 0px;
  padding-left: 10px;
  float: left;
}
.pagebodystripemiddle {
  color: #000;
  background: #fff;
  padding: 0px;
  margin: 0px;
}
.pagebodystriperight {
  color: #000;
  background: #fff;
  font-size: x-small;
  width: 120px;
  float: right;
}
.pageboxlefttop {
  color: #000;
  background: transparent;
  font-size: x-small;
}
.pageboxlefttopadd {
  color: #000;
  background: transparent;
  font-size: x-small;
}
.pageboxleftbottom {
  color: #000;
  background: transparent;
  font-size: x-small;
}
.pageboxleftbottomadd {
  color: #000;
  background: transparent;
  font-size: x-small;
}
.pageboxrighttop {
  color: #000;
  background: transparent;
  font-size: x-small;
}
.pageboxrighttopadd {
  color: #000;
  background: transparent;
  font-size: x-small;
}
.pageboxrightbottom {
  color: #000;
  background: transparent;
  font-size: x-small;
}
.pageboxrightbottomadd {
  color: #000;
  background: transparent;
  font-size: x-small;
}
.pagefooter {
  color: #666;
  background: #fff;
  font-size: x-small;
  margin-top: 50px;
  padding: 0px;
  border-top: 1px solid #666;
  width: 100%;
  clear: both;
}
.pagefooterstripeleft {
  color: #666;
  background: #fff;
  font-size: x-small;
  margin-left: 5px;
  width: 60%;
  float: left;
  text-align: left;
}
.pagefooterstriperight {
  color: #666;
  background: #fff;
  margin-right: 5px;
  font-size: x-small;
  text-align: right;
}
a.footer:link {
  color: #666;
  background: transparent;
}
a.footer:visited {
  color: #666;
  background: transparent;
}
a.footer:active {
  color: #666;
  background: transparent;
}
a.footer:hover {
  color: #666;
  background: transparent;
}
.errorbox {
  color: #000;
  background: #ffcccc;
  padding: 1px;
  margin: 5px 30px 5px 30px;
  border-collapse: collapse;
  border: 2px solid #900;
}
.errorboxheader {
  color: #000;
  background: #ffcccc;
  padding: 3px;
  border-spacing: 0px;
  font-weight: bold;
  text-align: left;
}
.errorboxbody {
  color: #000;
  background: #ffcccc;
  padding: 3px;
}
.searchbox {
  color: #000;
  background: #fff;
  padding: 1px;
  /*margin: 5px 0px 5px 0px;*/
  border-collapse: collapse;
  /*border-top: 1px solid #36c;*/
}
.home .searchbox {
  margin-top: 20px;
  margin-bottom: 10px;
}
.lightsearch input.formbutton {
  font-size: medium;
}
.searchboxheader {
  color: #000;
  /*background: #f1f1f1;
   padding: 3px;*/
  border-spacing: 0px;
  font-size: small;
  text-align: left;
}
.searchboxbody {
  color: #000;
  background: #fff;
  padding: 3px;
}
.narrowsearchbox {
  color: #000;
  background: #fff;
  padding: 1px;
  margin: 20px 20px 5px 0px;
  border-collapse: collapse;
  /*border-top: 1px solid #36c;*/
}
.narrowsearchboxheader {
  color: #000;
  /*background: #f1f1f1;*/
  padding: 3px;
  border-spacing: 0px;
  font-size: small;
  text-align: left;
}
.narrowsearchboxbody {
  color: #000;
  /*background: #fff;*/
  padding: 3px;
}
.focusonsearchbox {
  color: #000;
  /*background: #f0f8ff;*/
  padding: 1px;
  margin: 20px 20px 5px 0px;
  border-collapse: collapse;
  /*border-top: 1px solid #36c;*/
}
.focusonsearchboxheader {
  color: #000;
  /*background: #e6e6fa;*/
  padding: 3px;
  border-spacing: 0px;
  font-size: small;
  text-align: left;
}
.focusonsearchboxbody {
  color: #000;
  /*background: #f0f8ff;*/
  padding: 3px;
}
.searchalsosearchbox {
  color: #000;
  /*background: #fffbf5;*/
  padding: 1px;
  margin: 20px 20px 5px 0px;
  border-collapse: collapse;
  /*border-top: 1px solid #36c;*/
}
span.collection-father-has-grandchildren a {
  font-weight: 800;
}
ul.collection-second-level {
  padding-left: 0;
  margin: 0;
}
ul.collection-second-level li {
  font-size: small;
  list-style: none;
  display: inline;
  white-space: nowrap;
}
.searchalsosearchboxheader {
  color: #000;
  /*background: #ffeacc;*/
  padding: 3px;
  border-spacing: 0px;
  font-size: small;
  text-align: left;
}
.searchalsosearchboxbody {
  color: #444;
  /*background: #fffbf5;*/
  padding: 3px;
}
.latestadditionsbox {
  color: #000;
  background: #fff;
  padding: 5px;
  margin: 5px 20px 5px 0px;
  border-spacing: 5px;
}
.latestadditionsboxtimebody {
  color: #000;
  background: #fff;
  padding: 3px;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  font-size: xx-small;
}
.latestadditionsboxrecordbody {
  color: #000;
  background: #fff;
  padding: 3px;
  text-align: left;
  vertical-align: top;
  font-size: small;
}
.portalbox {
  color: #000;
  background: #fff;
  margin: 0px 0px 15px 0px;
  border-collapse: collapse;
  border-top: 1px solid #abb;
  font-size: small;
  width: 100%;
}
.portalboxheader {
  color: #000;
  background: #f1f1f1;
  padding: 2px;
  border-spacing: 0px;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: small;
}
.portalboxbody {
  color: #000;
  background: #fff;
  padding: 2px;
  font-size: small;
}
.admin_wvar,
.admin_w200,
.admin_wvar_nomargin {
  color: #000;
  background: white;
  padding: 1px;
  margin: 0px 0px 5px 20px;
  border-spacing: 0px;
  border-top: 1px solid #36c;
}
.admin_w200 {
  width: 250px;
}
.admin_wvar_nomargin {
  margin: 0px;
}
tr.admin_row_highlight:hover {
  background-color: #eee;
}
tr.admin_row_highlight:hover td.extracolumn {
  background-color: #fff;
}
.admin_row_color {
  background-color: #ebf7ff;
}
.adminlabel {
  width: 100px;
  font-size: small;
  background: #f1f1f1;
  vertical-align: top;
}
.adminheader,
.adminheaderleft,
.adminheadercenter,
.adminheaderright {
  color: #000;
  background: #f1f1f1;
  border-spacing: 0px;
  font-size: small;
  padding: 3px 5px;
  text-align: center;
}
.adminheaderleft {
  text-align: left;
}
.adminheaderright {
  text-align: right;
}
.adminbutton {
  color: #fff;
  background: #36c;
  font-weight: bold;
  margin: 5px 10px 5px 10px;
  border-collapse: collapse;
  border-top: 1px solid #36c;
}
.admintd,
.admintdleft,
.admintdright {
  font-size: small;
  padding: 0px 10px;
  text-align: center;
  vertical-align: top;
}
.admintdleft {
  text-align: left;
}
.admintdright {
  text-align: right;
}
a.google:link {
  color: #333;
  background: transparent;
}
a.google:visited {
  color: #333;
  background: transparent;
}
a.google:active {
  color: #333;
  background: transparent;
}
a.google:hover {
  color: #333;
  background: transparent;
}
.googlebox {
  color: #333;
  background: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 10px;
  font-size: small;
  border-collapse: collapse;
  border-top: 1px solid #fc0;
}
.googleboxheader {
  color: #333;
  background: #ffc;
  font-weight: normal;
  font-size: small;
  vertical-align: top;
}
.googleboxbody {
  color: #333;
  background: #fff;
  padding: 0px 5px 0px 5px;
  font-size: small;
  text-align: left;
  vertical-align: top;
}
.youraccountbox {
  color: #000;
  background: #fff;
  padding: 1px;
  margin: 5px 0px 5px 0px;
  border-collapse: collapse;
  border-top: 1px solid #fc0;
}
.youraccountheader {
  color: #333;
  background: #ffc;
  font-weight: normal;
  font-size: small;
  vertical-align: top;
  text-align: left;
}
.youraccountbody {
  color: #333;
  background: #fff;
  padding: 0px 5px 0px 5px;
  margin-bottom: 5px;
  font-size: small;
  text-align: left;
  vertical-align: top;
}
th.youraccountheader a:link,
th.youraccountheader a:visited {
  color: #000000;
  text-decoration: none;
}
th.youraccountheader a:hover {
  text-decoration: underline;
}
.adminbox {
  color: #000;
  background: #f1f1f1;
  margin: 0px;
  padding: 0px;
  width: 120px;
}
.adminboxheader {
  color: #000;
  background: #f1f1f1;
  font-size: x-small;
  text-align: left;
}
.adminboxbody {
  color: #000;
  background: #f1f1f1;
  font-size: x-small;
}
.formbutton {
  color: #fff;
  background: #36c;
  font-weight: bold;
}
.headline {
  color: #36c;
  background: transparent;
}
.quicknote {
  color: #603;
  background: transparent;
}
.important {
  color: #f00;
  background: transparent;
}
.popupselected {
  color: #fff;
  background: #006;
}
.searchresultsbox {
  color: #000;
  background: #ffe;
  padding: 0px;
  margin-top: 15px;
  border-collapse: collapse;
  border-top: 1px solid #fc0;
  width: 100%;
}
.searchresultsboxheader {
  color: #000;
  background: #ffc;
  padding: 2px;
  border-spacing: 0px;
  text-align: left;
  font-weight: normal;
}
.searchresultsboxbody {
  color: #000;
  background: #ffe;
  border-top: 1px dotted #fc0;
  border-bottom: 1px dotted #fc0;
  padding: 2px;
}
.searchresultsboxrecords {
  color: #000;
  background: transparent;
  margin-left: 0px;
  margin-right: 20px;
}
.nearesttermsbox {
  color: #603;
  background: #ffe;
  padding: 0px;
  border-collapse: collapse;
}
.nearesttermsboxheader {
  color: #603;
  background: #ffc;
  padding: 0px;
  border-spacing: 0px;
  text-align: left;
  font-weight: normal;
}
.nearesttermsboxbody {
  color: #603;
  background: #fff;
  padding: 0px;
}
.searchservicebox {
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: small;
}
.searchservicebox a.searchserviceitem {
  color: #333;
}
.searchservicebox a.searchserviceitem:hover {
  color: #36c;
}
.searchservicebox a.lessserviceitemslink,
.searchservicebox a.moreserviceitemslink {
  font-size: smaller;
  color: #060;
}
a.nearestterms:link {
  color: #603;
  background: transparent;
}
a.nearestterms:visited {
  color: #603;
  background: transparent;
}
a.nearestterms:active {
  color: #603;
  background: transparent;
}
a.nearestterms:hover {
  color: #603;
  background: transparent;
}
.nearesttermsboxbodyselected {
  color: #999;
  background: #fff;
  padding: 0px;
}
a.nearesttermsselected:link {
  color: #999;
  background: transparent;
}
a.nearesttermsselected:visited {
  color: #999;
  background: transparent;
}
a.nearesttermsselected:active {
  color: #999;
  background: transparent;
}
a.nearesttermsselected:hover {
  color: #999;
  background: transparent;
}
.moreinfo {
  color: #060;
  font-size: small;
  background: transparent;
}
.examplequery {
  color: #060;
  font-size: x-small;
  background: transparent;
}
.rankscoreinfo {
  color: #666;
  font-size: x-small;
  background: transparent;
}
.userinfobox {
  color: #039;
  font-size: x-small;
  width: 150px;
  margin-bottom: 15px;
}
.userinfoboxheader {
  color: #039;
  font-size: x-small;
  font-weight: bold;
  border-top: 1px solid #060;
  border-bottom: 1px solid #060;
}
.userinfoboxbody {
  color: #039;
  padding: 5px 5px 2px 0px;
  font-size: 11px;
  font-weight: normal;
  float: right;
  clear: none;
}
a.userinfo:link {
  color: #039;
  background: transparent;
}
a.userinfo:visited {
  color: #039;
  background: transparent;
}
a.userinfo:active {
  color: #039;
  background: transparent;
}
a.userinfo:hover {
  color: #039;
  background: transparent;
}
a.langinfo:link {
  color: #666;
  background: transparent;
}
a.langinfo:visited {
  color: #666;
  background: transparent;
}
a.langinfo:active {
  color: #666;
  background: transparent;
}
a.langinfo:hover {
  color: #666;
  background: transparent;
}
.faq {
  margin-left: 12%;
  margin-right: 3%;
}
.faqq {
  margin-left: 18%;
  margin-right: 3%;
}
.exampleleader {
  color: #060;
  background: transparent;
}
.example {
  color: #039;
  background: transparent;
}
.blocknote {
  color: #000;
  background: #ccc;
}
.blocknotebis {
  color: #000;
  background: #999;
}
.devel {
  color: #600;
  background: #fff;
  border-color: #600;
  border-left-width: medium;
  border-left-style: solid;
  font-size: 90%;
}
.normal {
  color: #000;
  background: #fff;
}
.address {
  font-style: normal;
  font-size: x-small;
}
.note {
  color: #666;
  background: transparent;
}
.warning {
  color: #603;
  background: transparent;
}
.light {
  color: #ccc;
  background: transparent;
}
.nbdoccoll {
  color: #666;
  background: transparent;
}
hr {
  width: 100%;
  height: 1px;
  color: #999;
  background-color: #999;
  border-width: 0;
}
form input[type="text"],
form input[type="password"],
form select {
  color: #000;
  background: #fff;
  border: 1px solid #555;
}
form input[disabled],
form input[disabled="true"] {
  /* <http://reference.sitepoint.com/css/attributeselector#compatibilitysection> */
  color: #666;
}
.wsactionbutton {
  width: 150px;
  height: 25px;
  color: #039;
  margin: 0px;
  background-color: #fff;
  border: 2px solid #039;
  vertical-align: middle;
  font-size: small;
  padding: 5px 5px 0px 5px;
}
.wsactionbuttonh {
  width: 150px;
  height: 25px;
  color: #039;
  margin: 0px;
  background-color: #9cf;
  border: 2px solid #039;
  vertical-align: middle;
  font-size: small;
  padding: 5px 5px 0px 5px;
}
.textbutton {
  color: #039;
  font-weight: bold;
  text-decoration: none;
}
.submitBody {
  color: #000;
  background: #9cf;
}
.submitWarningDiscardDrafts {
  margin: 0.5em 0;
  padding: 0.5em 1em;
  background-color: #ddd;
  color: #555;
  border: 1px solid #555;
  text-align: center;
}
.submitHeader {
  color: #fff;
  background: #006;
}
.submitCurrentPage {
  color: #000;
  background: #9cf;
  border-top: 1px solid #039;
  border-left: 1px solid #039;
  border-right: 1px solid #039;
}
.submitEmptyPage {
  color: #fff;
  background: #fff;
  border-bottom: 1px solid #039;
}
.submitPage {
  color: #000;
  background: #fff;
  border-top: 1px solid #039;
  border-left: 1px solid #039;
  border-right: 1px solid #039;
}
.mycdscell {
  border-right: 1px solid #fff;
}
.guideimg {
  border: 2px dotted #777;
  padding: 5px;
  margin: 5px;
}
.guideheader {
  font-size: 120%;
  font-weight: 600;
  font-variant: small-caps;
  color: #36c;
  margin-left: 10px;
  background: transparent;
}
.recordlastmodifiedbox {
  text-align: left;
  font-size: small;
  color: #603;
  background: #fff;
}
.commentbox {
  /*color: #000;*/
  width: 100%;
  padding: 0px 10px 10px 10px;
  border-left: 2px solid #36c;
  margin-left: 10px;
}

/* Write comment */
#comment-write {
  border: 1px solid #ccc;
  margin-top: 30px;
  margin-right: 50px;
  padding: 25px 20px 5px; /* 25 20 20 */
  position: relative;
  clear: right;
}

#comment-write h2 {
  background: #fff;
  font-size: 1.4em;
  font-weight: 400;
  left: 40px;
  padding: 0 5px;
  position: absolute;
  top: -32px;
}

#comment-write .submit-area {
  margin: 20px 0 0 -5px;
}

/* Subscribe to comment*/
.comment-subscribe {
  /*color:#f00;*/
  font-size: small;
  overflow: hidden;
  padding: 7px 0 5px 5px;
  position: relative;
  width: 95%;
  background: #dfe6f2;
  /*border:1px solid #ccc;*/
}

.warninggreen {
  color: #060;
  background: transparent;
}
.warningred {
  color: #f00;
  background: transparent;
}
.reportabuse {
  color: #000;
  background: #fff;
  font-size: small;
  vertical-align: bottom;
}
/* WebMessage module */
.mailbox {
  border-collapse: collapse;
  color: #000;
  margin-top: 15px;
  padding: 0px;
  width: auto;
}
.mailboxheader tr {
  background: #ffc;
}
.inboxheader {
  text-align: center;
  padding: 5px 30px 5px 30px;
  border-top: 1px solid #fc0;
  border-bottom: 1px solid #fc0;
}
.messageheader {
  width: 100%;
  padding: 0px;
  border: 0px;
}
.mailboxinput {
  width: 100%;
}
.mailboxlabel {
  white-space: nowrap;
  padding-right: 15px;
}
.mailboxbody {
  background: #ffe;
}
.mailboxrecord {
  /* each record */
}
.mailboxrecord td {
  /* each cell of a record */
  padding: 4px 30px 4px 30px;
  border-top: 1px dashed #fff;
}
.mailboxfooter {
  background-color: #fff;
}
.mailboxfooter td {
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #fc0;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.mailboxsearch td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mailboxresults td {
  padding-bottom: 5px;
  border-bottom: 1px solid #fc0;
}

.nonsubmitbutton {
  color: #000;
  background: #fc0;
  font-weight: bold;
}
.confirmoperation {
  margin: auto;
  width: 400px;
  height: 100px;
  background-color: #ddf;
}
.confirmmessage {
  font-weight: bold;
  text-align: center;
}
.infobox {
  background-color: #ffc;
  padding: 7px;
  border-collapse: collapse;
  border: 1px solid #fc0;
}
.warningbox {
  background-color: #cff;
  padding: 7px;
  border-collapse: collapse;
  border: 1px solid #ccff00;
}
.quotabox {
  background-color: #ffc;
  width: 200px;
  height: 15px;
  border: 1px solid #fc0;
  margin: 3px 0px 3px 0px;
}
.quotabar {
  background-color: #fc0;
  border: 0px none black;
  height: 15px;
}

/* WebBasket module */

#bskcontainer {
  /*   float: left;*/
  background: transparent;
  width: 100%;
}

ul.bsk_export_as_list {
  list-style-image: url(arrow_link-icon-15x11-right.gif);
  padding-left: 1em;
  margin: 0.05em;
}
.bsk_export_as_list,
.bsk_export_as_list a {
  text-decoration: none;
  color: #555;
  font-weight: 700;
  font-size: small;
}

/*START The search box container*/
#webbasket_container_search_box {
  width: 100%;
}
/*END The search box container*/

/*START The search results container*/
#webbasket_container_search_results {
  width: 100%;
}

.webbasket_search_results_results_overview_cell {
  border-top: 1px #fc0 solid;
  border-bottom: 1px #fc0 dotted;
  background-color: #ffc;
}

.webbasket_search_results_number_of_items {
  color: gray;
}

.webbasket_search_results_basket {
  font-size: 80%;
  padding: 0;
}

.webbasket_search_results_basket ol {
  padding-top: 0;
  margin-top: 0;
}
/*END The search box container*/

/*START The directory box container*/
#bskcontainerdirectory {
  width: 100%;
}
.bsk_directory_box {
  width: 100%;
}
.bsk_directory_box_tabs {
  width: 100%;
}
.bsk_directory_box_tab_separator {
  width: 1px;
  border-bottom: 1px solid #fc0;
}
.bsk_directory_box_tab_separator_end {
  width: 100%;
  border-bottom: 1px solid #fc0;
}
.bsk_directory_box_tab_content {
  border: 1px solid #fc0;
  background: #fda;
  padding: 5px;
  white-space: nowrap;
}
.bsk_directory_box_tab_content a,
.bsk_directory_box_tab_content a:link,
.bsk_directory_box_tab_content a:visited,
.bsk_directory_box_tab_content a:active {
  text-decoration: none;
  font-weight: bold;
  color: #444;
}
.bsk_directory_box_tab_content a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}
.bsk_directory_box_tab_content_selected {
  border-top: 1px solid #fc0;
  border-right: 1px solid #fc0;
  border-left: 1px solid #fc0;
  background: #ffc;
  padding: 5px;
  white-space: nowrap;
}
.bsk_directory_box_tab_content_selected a,
.bsk_directory_box_tab_content_selected a:link,
.bsk_directory_box_tab_content_selected a:visited,
.bsk_directory_box_tab_content_selected a:active {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.bsk_directory_box_tab_content_selected a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}
.bsk_directory_box_tab_content_inactive {
  border: 1px solid #fc0;
  background: #ffd;
  padding: 5px;
  white-space: nowrap;
  font-weight: bold;
  color: #d3d3d3;
}
.bsk_directory_box_nav_tab_content {
  width: 100%;
  border-bottom: 1px solid #fc0;
  border-top: 1px solid #fc0;
  border-left: 1px solid #fc0;
  background: #ffc;
  padding: 5px;
  white-space: nowrap;
}
.bsk_directory_box_nav_tab_content a,
.bsk_directory_box_nav_tab_content a:link,
.bsk_directory_box_nav_tab_content a:visited,
.bsk_directory_box_nav_tab_content a:active {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.bsk_directory_box_nav_tab_content a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}
.bsk_directory_box_nav_tab_options {
  border-bottom: 1px solid #fc0;
  border-top: 1px solid #fc0;
  border-right: 1px solid #fc0;
  background: #ffc;
  padding: 5px;
  white-space: nowrap;
}
.bsk_directory_box_nav_tab_options img {
  vertical-align: middle;
  margin-right: 3px;
  border: none;
}
.bsk_directory_box_nav_tab_options a,
.bsk_directory_box_nav_tab_options a:link,
.bsk_directory_box_nav_tab_options a:visited,
.bsk_directory_box_nav_tab_options a:active {
  text-decoration: none;
  color: #000;
  font-size: small;
}
.bsk_directory_box_nav_tab_options a:hover {
  text-decoration: underline;
  color: #000;
  font-size: small;
}
.bsk_directory_box_nav_extra_options {
  padding: 5px;
  white-space: nowrap;
  text-align: right;
}
.bsk_directory_box_nav_extra_options img {
  vertical-align: middle;
  margin-right: 3px;
  border: none;
}
.bsk_directory_box_nav_extra_options a,
.bsk_directory_box_nav_extra_options a:link,
.bsk_directory_box_nav_extra_options a:visited,
.bsk_directory_box_nav_extra_options a:active {
  text-decoration: none;
  color: #000;
  font-size: small;
}
.bsk_directory_box_nav_extra_options a:hover {
  text-decoration: underline;
  color: #000;
  font-size: small;
}
.bsk_directory_box_content {
  width: 100%;
}
.bsk_directory_box_content_list_topics_groups {
  width: 100%;
  text-align: center;
  border-left: 1px solid #fc0;
  border-right: 1px solid #fc0;
  border-bottom: 1px solid #fc0;
  background: #ffc;
  padding: 5px;
}
.bsk_directory_box_content_list_baskets {
  width: 100%;
  text-align: center;
  border-left: 1px solid #fc0;
  border-right: 1px solid #fc0;
  border-bottom: 1px solid #fc0;
  background: #fff;
  padding: 5px;
}
.bsk_directory_box_content_list_cell {
  text-align: left;
  white-space: nowrap;
  padding: 5px;
  vertical-align: top;
}
.bsk_directory_box_content_list_cell a,
.bsk_directory_box_content_list_cell a:link,
.bsk_directory_box_content_list_cell a:visited,
.bsk_directory_box_content_list_cell a:active {
  text-decoration: none;
  color: #444;
}
.bsk_directory_box_content_list_cell a:hover {
  text-decoration: underline;
  color: #000;
}
.bsk_directory_box_content_list_number_of {
  color: #808080;
}
/*END The directory box container*/

/*START List public baskets*/
.bsk_list_public_baskets {
  margin-bottom: 20px;
  border-collapse: collapse;
  border: 1px solid #fc0;
  background-color: white;
}
.bsk_list_public_baskets_header {
  background-color: #ffc;
  padding: 10px;
  border-bottom: 1px solid #fc0;
  border-collapse: collapse;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bold;
}
.bsk_list_public_baskets_header a,
.bsk_list_public_baskets_header a:link,
.bsk_list_public_baskets_header a:visited,
.bsk_list_public_baskets_header a:active {
  text-decoration: none;
  color: #000;
}
.bsk_list_public_baskets_header a:hover {
  text-decoration: underline;
  color: #000;
}
.bsk_list_public_baskets_header img {
  border: none;
  vertical-align: bottom;
}
.bsk_list_public_baskets_footer {
  background-color: #ffc;
  padding: 10px;
  border-top: 1px solid #fc0;
  border-collapse: collapse;
  vertical-align: bottom;
  font-size: small;
}
.bsk_list_public_baskets_footer a,
.bsk_list_public_baskets_footer a:link,
.bsk_list_public_baskets_footer a:visited,
.bsk_list_public_baskets_footer a:active {
  text-decoration: none;
  color: #000;
}
.bsk_list_public_baskets_footer a:hover {
  text-decoration: underline;
  color: #000;
}
.bsk_list_public_baskets_footer img {
  border: none;
  vertical-align: bottom;
}
.bsk_list_public_baskets_basket_left {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 10px;
  text-align: left;
  border-right: 1px solid #fc0;
}
.bsk_list_public_baskets_basket_right {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 15px;
  text-align: right;
  border-right: 1px solid #fc0;
}
/*END List public baskets*/

/*START The content container*/
#bskcontainercontent {
  width: 100%;
}
#bskcontent {
  float: left;
  width: 100%;
  border-collapse: collapse;
  background: #ffe;
  border: none;
}
.bsktopic {
  white-space: nowrap;
  font-weight: bold;
}
.bsktopic a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.bsktopic a:hover {
  text-decoration: underline;
}
.bsktopic_ {
  white-space: nowrap;
  font-weight: bold;
}
.bsktopic_ a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.bsktopic_ a:hover {
  text-decoration: underline;
}
#bskbaskets {
  padding: 10px;
}
#bskinfos {
  background-color: transparent;
}
.bskbasket {
  margin-bottom: 20px;
  border-collapse: collapse;
  border: 1px solid #fc0;
  background-color: white;
}
.bskbasketheader {
  background-color: #ffc;
  padding: 5px;
  border: 1px solid #fc0;
  border-collapse: collapse;
  vertical-align: top;
}
.bskbasketheadertitle {
  width: 100%;
  border: none;
}
.bskbasketheaderoptions {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  border: none;
  font-size: small;
}
.bskbasketheaderoptions a,
.bskbasketheaderoptions a:link,
.bskbasketheaderoptions a:visited,
.bskbasketheaderoptions a:active {
  text-decoration: none;
  color: black;
}
.bskbasketheaderoptions a:hover {
  text-decoration: underline;
  color: black;
}
.bskbasketheaderoptions img {
  vertical-align: middle;
  margin-right: 3px;
  border: none;
}
.bskbasketfooter {
  background-color: #ffc;
  padding: 5px;
  border: 1px solid #fc0;
  border-collapse: collapse;
  vertical-align: bottom;
}
.bskbasketfootertitle {
  width: 100%;
  border: none;
  vertical-align: bottom;
  text-align: left;
}
.bskbasketfooteroptions {
  text-align: right;
  vertical-align: bottom;
  white-space: nowrap;
  border: none;
  font-size: small;
}
.bskbasketfooteroptions a,
.bskbasketfooteroptionsoptions a:link,
.bskbasketfooteroptionsoptions a:visited,
.bskbasketfooteroptionsoptions a:active {
  text-decoration: none;
  color: black;
}
.bskbasketfooteroptions a:hover {
  text-decoration: underline;
  color: black;
}
.bskbasketfootertitle a,
.bskbasketfootertitleoptions a:link,
.bskbasketfootertitleoptions a:visited,
.bskbasketfootertitleoptions a:active {
  text-decoration: underline;
  color: black;
}
.bskbasketfootertitle a:hover {
  text-decoration: underline;
  color: black;
}
.bskbasketfooter img {
  vertical-align: middle;
  margin-right: 3px;
  border: none;
}
/*START Notes header, content and footer*/
.bsknotesheadertitle {
  width: 100%;
  border: none;
}
.bsknotesheaderoptions {
  text-align: right;
  vertical-align: bottom;
  white-space: nowrap;
  border: none;
  font-size: small;
}
.bsknotesheaderoptions a,
.bsknotesheaderoptions a:link,
.bsknotesheaderoptions a:visited,
.bsknotesheaderoptions a:active {
  text-decoration: none;
  color: black;
}
.bsknotesheaderoptions a:hover {
  text-decoration: underline;
  color: black;
}
.bsknotesheaderoptions img {
  vertical-align: middle;
  margin-right: 3px;
  border: none;
}
.bsknotesfootertitle {
  width: 100%;
  border: none;
  vertical-align: top;
  text-align: left;
}
.bsknotesfooteroptions {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  border: none;
  font-size: small;
}
.bsknotesfooteroptions a,
.bsknotesfooteroptions a:link,
.bsknotesfooteroptions a:visited,
.bsknotesfooteroptions a:active {
  text-decoration: none;
  color: black;
}
.bsknotesfooteroptions a:hover {
  text-decoration: underline;
  color: black;
}
.bsknotesfooteroptions img {
  vertical-align: middle;
  margin-right: 3px;
  border: none;
}
.bsknotescontent {
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.bsknotescontent a,
.bsknotescontent a:link,
.bsknotescontent a:visited,
.bsknotescontent a:active {
  text-decoration: none;
  color: black;
}
.bsknotescontent a:hover {
  text-decoration: underline;
  color: black;
}
.bsknotescontent img {
  margin-right: 3px;
  border: none;
}
.bsknotescontentnote {
  width: 100%;
}
.bsknotescontentaddnote {
  width: 100%;
}
.bsknotescontentaddform {
  width: 100%;
}
.bsknotescontenttitle {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: small;
}
.bsknotescontentbody {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: small;
}
.bsknotescontentoptions {
  width: 100%;
  font-size: small;
  text-align: right;
  padding: 3px;
}
.bskcomment {
  margin-bottom: 20px;
  margin-left: 30px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  font-size: small;
  width: 90%;
}
.bskcommentheader {
  background-color: #eee;
  padding: 2px;
}
/*END Notes header, content and footer*/
.bskbasketheaderactions {
  text-align: center;
  white-space: nowrap;
}
.bskbasketheaderactions td {
  border: none;
}
.bskbasketheaderactions img {
  border: 0px;
  margin: 2px;
}
.bskbasketheaderactions a {
  font-size: small;
  color: #000;
}
.bskcontentcount {
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.bskcontentoptions {
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  padding-left: 5px;
}
.bskcontentoptions img {
  border: none;
  padding-right: 5px;
}
.webbasket_basket_content_item_cell {
  border: 1px solid #fc0;
}
.bskactions {
  text-align: center;
  white-space: nowrap;
}
.bskactions td {
  border: none;
}
.bskactions img {
  border: 0px;
  margin: 5px;
}
.bskactions a {
  font-size: x-small;
}
.bsktitle {
  width: 100%;
}
.bskcmtcol {
  white-space: nowrap;
  text-align: right;
}
.bskcontentcol {
  padding-top: 5px;
  padding-right: 5px;
  width: 100%;
}
.bskcontentcol a {
  font-size: small;
}
.bsk_create_link {
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: transparent;
}
.bsk_create_link a {
  color: black;
}
.bsk_create_link img {
  border: none;
}
dd {
  margin-bottom: 10px;
}
.cmtsubround {
  margin: 5px 15px 5px;
  border-bottom: 1px dashed #bbb;
}
.cmtfilesblock {
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  padding: 2px;
}
.cmtfilesblock a {
  background: url(file-icon-text-12x16.gif) no-repeat;
  padding-left: 14px;
  margin-left: 2px;
}
/* end of WebBasket module */

/* WebSubmit module */
form.hyperlinkform {
  /* used in form tag for a form that should be hidden, but contains a button styled like a hyperlink */
  display: inline;
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
}
form input.hyperlinkformHiddenInput {
  /* used in a hidden input tag for a form that should be hidden, but contains a button styled like a hyperlink */
  display: inline;
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
}
form input.hyperlinkformSubmitButton {
  /* used in a submit input tag for a form that should be hidden, but contains a button styled like a hyperlink */
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}
/* end of WebSubmit module */

/* BibEdit module */
/* BibEdit - old interface */
.bibEditTable {
  background: #ececec;
  border: 0px;
  padding: 0px;
  border-collapse: collapse;
}
.bibEditTable th {
  background: #ccc;
  text-align: left;
  padding: 5px;
}
.bibEditCellRight {
  font-size: small;
  text-align: right;
  padding: 0px;
}
.bibEditCellTag {
  font-size: small;
  text-align: right;
  vertical-align: top;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
}
.bibEditHistView {
  float: left;
  margin: 0px 10px 5px 0px;
  width: 70%;
}
.bibEditHistCompare {
  float: left;
  margin: 0px 10px 5px 0px;
  font-size: small;
  width: 70%;
}
.bibEditHistForms {
  margin: 5px 0px 5px 10px;
}
/* BibEdit - new interface */
.bibEditBtnBold {
  font-weight: bold;
}

.bibEditImgCtrlEnabled {
  cursor: pointer;
  opacity: 1;
  vertical-align: bottom;
}
.bibEditImgCtrlDisabled {
  cursor: default;
  opacity: 0.4;
  vertical-align: bottom;
}

#bibEditTable {
  background-color: rgb(255, 255, 255);
  border: 1px solid #a1a1a1;
  border-collapse: collapse;
  width: 100%;
}
.bibEditColFieldBox {
  min-width: 14px;
  max-width: 14px;
  width: 14px;
}
#bibEditColFieldTag {
  min-width: 48px;
  max-width: 100px;
  width: 48px;
  border-right: 1px solid #a1a1a1;
}
#bibEditColSubfieldTag {
  width: 28px;
  min-width: 28px;
  max-width: 80px;
  border-right: 1px solid #a1a1a1;
}
#bibEditColSubfieldAdd {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
}
#bibEditTable .bibEditCellContent:hover,
#bibEditTable .bibEditCellContentProtected:hover {
  background: lightyellow;
}
#bibEditTable .bibEditFieldColored {
  background-color: rgb(235, 235, 235);
  border: 1px solid #a1a1a1;
}
#bibEditTable .bibEditSelected {
  background: lightblue;
}
#bibEditTable .bibEditVolatileSubfield {
  color: grey;
}
#bibEditTable td {
  padding: 1px 1px;
  font-size: 0.8em;
}
#bibEditTable .bibEditCellField,
#bibEditTable .bibEditCellFieldTag,
#bibEditTable .bibEditCellSubfield,
#bibEditTable .bibEditCellSubfieldTag {
  vertical-align: top;
}
#bibEditTable .bibEditCellFieldTag {
  font-weight: bold;
}
#bibEditTable .bibEditCellContentProtected {
  font-weight: bold;
}
#bibEditTable .bibEditCellAddSubfields {
  vertical-align: bottom;
}
#bibEditTable img {
  cursor: pointer;
}
#bibEditTable .bibEditBtnMoveSubfieldUp {
  float: left;
}
#bibEditTable .bibEditBtnMoveSubfieldDown {
  float: right;
}
#bibEditTable input[type="text"]:not(.bibEditInputError) {
  border: 2px inset grey;
}
#bibEditTable input[type="checkbox"] {
  margin: 1px 0px 0px;
  padding: 0px;
}
#bibEditTable .bibEditBtnClear {
  margin-left: 20px;
}
#bibEditTable .bibEditTxtTag {
  width: 34px;
}
#bibEditTable .bibEditTxtInd {
  width: 14px;
}
#bibEditTable .bibEditCellAddSubfieldCode {
  text-align: right;
}
#bibEditTable .bibEditTxtSubfieldCode {
  width: 14px;
}
#bibEditTable .bibEditTxtValue {
  width: 100%;
}
#bibEditTable .bibEditInputError {
  border: 2px solid red;
}
#bibEditMessage {
  background: rgb(250, 209, 99);
}

.bibEditAddFieldManipulationsBar {
  display: table;
}
.bibEditAddFieldFormSelectTemplate {
  display: table-cell;
  width: 400px;
}
.bibEditAddFieldFormCreateSimilar {
  display: table-cell;
}

.bibeditscrollArea {
  width: 200px;
  height: 75px;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #6699cc;
  border-width: 1px;
  border-style: solid;
  float: left;
  overflow: auto;
}

.bibeditscrollArea ul {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.bibeditHPCorrection {
  border-width: 1px;
  background-color: #faebd7;
  font-size: smaller;
  border-style: groove;
  display: inline-block;
  border-color: RosyBrown;
  margin: 5px 3px 3px 5px;
  padding: 2px;
}

#bibeditHPChanges {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
}

.bibeditHPHiddenElement {
  visibility: hidden;
  display: none;
}

.bibeditHPPanelEntry {
  border-width: 1px;
  border-style: dotted;
  display: table;
  background-color: #feffff;
  border-color: #cbcccc;
  margin-bottom: 5px;
}

.bibeditHPContentPreviewBox {
  position: absolute;
  z-index: 0;
  border-style: dotted;
  border-width: 1px;
  background-color: #fefeff;
  top: 0px;
  height: 500px;
  overflow: auto;
  width: 500px;
}

.bibeditHPControl {
  display: table-cell;
  width: 20%;
  margin: 0px;
}
.bibeditHPEntryNumber {
  display: table-cell;
  width: 80%;
}

.bibeditHPEntryDateSection {
  font-size: smaller;
  width: 60%;
  margin: 0px;
  display: table-cell;
}

.bibeditHPDetailsOpener {
  display: table-cell;
  width: 80%;
  cursor: pointer;
}
.bibeditHPInformationsSection {
}

.bibeditHPDetailsOpener {
  display: table-cell;
}

.bibeditHPEntryControlsPanel {
  display: table-row;
}

.bibeditHPEntryRow1 {
  display: table-row;
}

.bibeditHPEntryRow2 {
  display: table-row;
}

.bibeditHPEntryCol1 {
  display: table-cell;
  vertical-align: middle;
}

.bibeditHPEntryCol2 {
  display: table-cell;
  max-width: 28px;
  min-width: 28px;
  margin: 0px;
}

.bibeditHPPanelEntryDisabled {
  background-color: #eeeeee;
  color: #bbbbbb;
}

.bibEditRevHistorySelectedEntry {
  background-color: #cccccc;
  display: table-row;
}

.bibEditRevHistoryEntry {
  background-color: #efefef;
  display: table-row;
}

.bibEditRevHistoryEntryContent {
  display: table-cell;
  font-size: 80%;
  cursor: pointer;
}

.bibEditRevHistoryEntryControls {
  display: table-cell;
}

.bibEditRevHistoryLink {
  display: table-cell;
  border-style: none;
}

.bibEditRevHistoryLinkImg {
  border-width: 0px;
  border-style: none;
}
.bibEditRevHistoryMenuSection {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bibEditHiddenElement {
  display: none;
}

.bibEditURPreviewBox {
  border-color: #dddddd;
  border-style: dotted;
}
.bibEditURPairRow {
  background-color: white;
}

.bibEditUROddRow {
  background-color: #eeeeee;
}

.bibEditURPreviewHeader {
  font-weight: bolder;
}

.bibEditURDescHeader {
  font-weight: bolder;
}

.bibEditURDescEmptyCell {
  width: 20px;
}

.bibEditURDescChar {
  font-style: italic;
}

.bibEditURDescVal {
}

.bibEditURMenuSection {
  display: table-row;
  width: 138px;
  max-width: 138px;
  overflow: visible;
}

.bibEditURDetailsSection {
  display: table-cell;
  max-width: 64px;
  width: 64px;
}

.bibEditURPreviewBox {
  max-width: 138px;
  width: 138px;
}

.bibEditURDescEntry {
  max-width: 138px;
  width: 138px;
  max-height: 20px;
  overflow: visible;
}

.bibEditURDescEntryDetails {
  position: relative;
  left: 138px;
  top: -20px;
  overflow: visible;
  background-color: white;
  border-style: dotted;
  border-width: 1px;
  width: 300px;
}

.bibEditURDescEntrySelected {
  background-color: #aaaaaa;
}

.bibEditBibCircPanel {
  font-weight: normal;
}

/* end of BibEdit module */

/* BibMerge module */
#bibMergePanel {
  background: white;
  width: 173px;
  position: fixed;
  top: 220px;
  left: 5px;
  margin-bottom: 20px;
  font-size: 0.7em;
}
.bibMergeMenuSectionHeader {
  font-weight: bold;
  font-size: 1.2em !important;
}
.bibMergeImgCompressMenuSection {
  margin: 0px;
  text-align: left;
  vertical-align: bottom;
}
#bibMergePanel button {
  font-size: 0.8em;
  font-weight: bold;
}
.bibMergeRecNumInput {
  width: 75px;
}
a.bibMergeImgClickable img {
  border: 0px;
}
a:hover.bibMergeImgClickable img {
  background: orange;
}
#bibMergeSearchInput {
  width: 130px;
}
#bibMergeSelectList option {
  border-bottom: 1px solid grey;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  width: 130px;
}
.bibMergeSelectListSelected {
  background: blue !important;
  color: white !important;
}
#bibMergeMessage {
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  padding: 1px;
}
#bibMergeContent {
  min-height: 300px;
  font-size: 0.8em;
  margin-left: 160px;
}
#bibMergeContent a:hover img {
  background: orange;
}
#bibMergeContent img {
  border: 0px;
}
.bibMergeFieldGroupDiv {
  width: 100%;
  margin-bottom: 4px;
}
.bibMergeFieldGroupHeaderDiv {
  width: 150px;
  font-size: 1.2em;
  background-color: #6699cc;
  border-bottom: 3px solid #ffcc99;
  color: #ffffff;
  padding: 1px 1px;
}
.bibMergeFieldGroupHeaderDiv > * {
  color: inherit !important;
}
.bibMergeFieldTable {
  border: 0.5px solid #ffcc99;
  border-top: 2.5px solid #6699cc;
  border-left: 2.5px solid #6699cc;
  border-right: 2.5px solid #6699cc;
  border-bottom: 2.5px solid #6699cc;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.bibMergeColHeaderLeft span,
.bibMergeColHeaderRight span {
  font-weight: bold;
}
.bibMergeFieldTable td {
  border: 0.5px solid #ffcc99;
  word-wrap: break-word;
}
.bibMergeFieldTable td div {
  overflow: auto;
}
.bibMergeColSubfieldTag {
  border-left: 1px solid #ffcc99;
  min-width: 30px;
  max-width: 30px;
  width: 25px;
}
.bibMergeColContent {
  border-left: 1px solid #ffcc99;
  width: 50%;
}
.bibMergeColDiff {
  border-left: 1px solid #ffcc99;
  min-width: 30px;
  max-width: 30px;
  width: 20px;
}
.bibMergeColContentLeft {
  background: #fffcf9;
}
.bibMergeColContentRight {
  background: #f1f1f1;
}
.bibMergeColHeaderLeft {
  background: #ffcc99;
}
.bibMergeColHeaderRight {
  background: #bdd5dd;
}
.bibMergeColHeaderLeft a {
  float: right;
}
.bibMergeColHeaderRight a {
  float: left;
}
.bibMergeColActions {
  border-left: 1px solid #ffcc99;
  min-width: 60px;
  max-width: 60px;
  width: 60px;
}
.bibMergeFieldTable td {
  vertical-align: top;
}
.bibMergeCellSimilarityRed {
  color: red;
  border-right: 5px solid red;
}
.bibMergeCellSimilarityGreen {
  color: green;
  border-right: 5px solid green;
}
.bibMergeDiffSpanSame {
}
.bibMergeDiffSpanIns {
  background: #bdd5dd;
}
.bibMergeDiffSpanDel {
  background: #ffcc99;
}
.bibMergeDiffSpanSub {
  background: Pink;
}
.bibMergeDiffHighlight {
  background: Yellow;
}
/* end of BibMerge module */
/* WebAlert module */
.alrtTable {
  border: 1px solid black;
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
}
.alrtTable td {
  border: 1px solid black;
  padding: 3px;
}
/* end of WebAlert module */

/* BibClassify module */
.bibclassify {
  text-align: center;
}
.bibclassify-kwlist {
  width: 60%;
  float: top;
  margin-left: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.bibclassify .tagcloud {
  width: 60%;
  float: top;
  margin-left: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bibclassify .cloud {
  text-align: center;
  color: red;
  font-size: 80%;
  margin-top: 15px;
}
.bibclassify-kwlist hr {
  display: block;
  clear: left;
  margin: -0.66em 0;
  visibility: hidden;
}
.kw-list {
  float: left;
  width: 47%;
  overflow: auto;
  height: 100%;
  padding: 1%;
  text-align: left;
}
.bibclassify .acronym {
  display: none;
}
.bibclassify .author-kw {
  color: #993300;
}
.bibclassify .other-kw {
  color: green;
}
.bibclassify .keyword.composite.f695 {
  color: green;
}
.bibclassify .keyword {
  white-space: nowrap;
  text-decoration: none;
}
.bibclassify .keyword.composite {
  color: #3366cc;
}
.bibclassify .keyword.single {
  color: #666666;
}
.bibclassify a.keyword:hover {
  text-decoration: underline;
}
.bibclassify .nav-links {
  text-align: left;
  margin-left: 20%;
  font-size: small;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bibclassify-top {
  width: 60%;
  float: top;
  margin-left: 20%;
  padding: 10px;
  border: 2px solid #cc6633;
}
.bibclassify-nav {
  background-color: #d3d3d3;
  text-align: center;
}
.bibclassify-bottom {
  background-color: #d3d3d3;
  font-size: smaller;
  text-align: center;
}
.bibclassify-marcxml {
  margin-left: 10%;
  text-align: left;
}
/* end of BibClassify module */

/* externalcollections */
.externalcollectionsbox {
  color: #333;
  background: #fffbf5;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 10px;
  font-size: small;
  border-collapse: collapse;
  border-top: 1px solid #fc0;
}

.externalcollectionsboxheader {
  color: #333;
  background: #ffeacc;
  font-weight: normal;
  font-size: small;
  vertical-align: top;
}

.externalcollectionsboxbody {
  color: #333;
  background: #fffbf5;
  padding: 0px 5px 0px 5px;
  font-size: small;
  text-align: left;
  vertical-align: top;
}

.externalcollectionsresultsbox {
  color: #000;
  background: #fffbf5;
  padding: 0px;
  margin-top: 15px;
  border-collapse: collapse;
  border-top: 1px solid #fc0;
  width: 100%;
}
.externalcollectionsresultsboxheader {
  color: #000;
  background: #ffeacc;
  padding: 2px;
  border-spacing: 0px;
  text-align: left;
  font-weight: normal;
}
.externalcollectionsresultsboxbody {
  color: #000;
  background: #fffbf5;
  border-top: 1px dotted #fc0;
  border-bottom: 1px dotted #fc0;
  padding: 2px;
}
.externalcollectionsresultsboxrecords {
  color: #000;
  background: transparent;
  margin-left: 0px;
  margin-right: 20px;
}

/* Start 'detailed record' boxes*/

div.detailedrecordbox,
div.detailedrecordminipanel {
  width: 90%;
  margin: auto;
  position: relative;
  max-width: 1280px;
  display: table;
}
div.detailedrecordbox img,
div.detailedrecordminipanel img {
  border: none;
}
div.detailedrecordtabs {
  border-bottom: 2px solid #36c;
  position: relative;
}
div.detailedrecordtabs div {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  bottom: -2px;
}
div.detailedrecordbox div.detailedrecordboxcontent {
  border-bottom: 2px solid #36c;
  border-right: 2px solid #36c;
  border-left: 2px solid #36c;
  padding-bottom: 3px;
  padding-top: 1px; /* Needed, otherwise tabs with paperclip get
                       messed up, but created a small gap at top
                       of box. Override with !important if needed*/
}
div.detailedrecordminipanel {
  border: 1px solid #ddd;
  padding-top: 3px;
  padding-bottom: 3px;
}
div.detailedrecordminipanel {
  background-color: #f7f7f7;
}
.notopgap {
  margin: 0;
  height: 0;
}
.nobottomgap {
  margin-bottom: 0;
  height: 0;
}
.top-left-folded {
  height: 10px;
}
* html .top-left-folded,
* html .top-right-folded {
  /*IE6 hack*/
  display: none;
}
/* tabs as used in detailed record pages */
ul.detailedrecordtabs {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.detailedrecordtabs li {
  display: block;
  margin: 0;
  float: left;
}
* html .detailedrecordtabs li {
  /*IE 6 hack*/
  width: 1%;
  white-space: nowrap;
}
*html #tabsSpacer {
  /*IE 6 hack*/
  display: none;
}
.detailedrecordtabs li a {
  border-top: 2px solid #79d;
  border-right: 2px solid #79d;
  border-bottom: 2px solid #36c;
  border-left: 2px solid #79d;
  margin-right: 10px;
  background-color: #fff;
  padding: 4px;
  color: #79d;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
  zoom: 100%; /*We loose CSS validity here, but necessary because of ie7*/
}
.detailedrecordtabs li a:hover {
  text-decoration: underline;
}
.detailedrecordtabs li.on a {
  color: #36c;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #36c;
  border-right: 2px solid #36c;
  border-left: 2px solid #36c;
}
.detailedrecordtabs li.on a:hover,
.detailedrecordtabs li.disabled a:hover {
  text-decoration: none;
}
.detailedrecordtabs li.disabled a {
  color: #ccf;
  cursor: default;
  border-top: 2px solid #ccf;
  border-right: 2px solid #ccf;
  border-left: 2px solid #ccf;
}
.detailedrecordtabs li.first a {
  border-left: 2px solid #79d;
}
.detailedrecordtabs li.first.on a {
  border-left: 2px solid #36c;
}
div.restrictedflag {
  background-color: #f11;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px;
  cursor: default;
  font-size: small;
  clear: none;
  letter-spacing: 1px;
  padding: 4px;
  /* Define transformation origin*/
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  /* Rotate and translate */
  -moz-transform: rotate(-90deg) translate(-100%, 0); /* FF3.5+ */
  -o-transform: rotate(-90deg) translate(-100%, 0); /* Opera 10.5 */
  -webkit-transform: rotate(-90deg) translate(-100%, 0); /* Saf3.1+, Chrome */
  transform: rotate(-90deg) translate(-100%, 0); /* CSS3 (for when it gets supported) */
  ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=3.061515884555943e-16, M12=1, M21=-1, M22=3.061515884555943e-16, SizingMethod='auto expand')"; /* IE 8+ */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=3.061515884555943e-16, M12=1, M21=-1, M22=3.061515884555943e-16, SizingMethod='auto expand'); /* IE 6/7 */
  /* See CSS conditional statement in webstyle_templates.page_header for compatibility with ie9 */
  margin-top: 50px;
  -ms-transform: rotate(-90deg) translate(-150%, 0); /* IE 9+*/
  position: fixed;
  left: 0;
}
* html div.restrictedflag {
  /*IE6 hack*/
  width: 100px;
  float: left;
  text-align: center;
}
div.restrictedflag-pending {
  background-color: #ff7011;
}

.restrictedfilerowheader {
  background-color: #f11;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
  font-size: small;
  letter-spacing: 1px;
}

/* Actions in mini-panel of detailed record view*/
ul.detailedrecordactions {
  list-style-image: url(arrow_link-icon-15x11-right.gif);
  padding-left: 1em;
  text-align: left;
  margin: 0.05em;
}
.detailedrecordactions,
.detailedrecordactions a {
  text-decoration: none;
  color: #555;
  font-weight: 700;
  font-size: small;
}

/* Grading stars for mini-panel in detailed record view*/
#detailedrecordminipanelreview div.star a {
  text-indent: -9000px; /*Hide text*/
  height: 30px;
  width: 30px;
  float: left;
}
#detailedrecordminipanelreview div.star {
  height: 30px !important;
  float: left;
  clear: none;
  width: auto;
  text-align: left;
  background: url(star_empty-icon-30x30.gif) no-repeat;
}
#detailedrecordminipanelreview div.star:hover {
  background-image: url(star-icon-30x30.gif) !important;
}
#detailedrecordminipanelreview:hover div.full,
#detailedrecordminipanelreview:hover div.half {
  background-image: url(star_empty-icon-30x30.gif);
}
#detailedrecordminipanelreview div.full {
  background-image: url(star-icon-30x30.gif);
}
#detailedrecordminipanelreview div.half {
  background-image: url(star_half-icon-30x30.gif);
}

/* Short reminder displayed as sheet of paper in detailed record pages */
#detailedrecordshortreminder {
  background: #fff url(paper-texture-128x128.gif) repeat top left;
  margin: 10px 10px 0px 10px;
  padding: 4px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#detailedrecordshortreminder #clip {
  position: relative;
  clear: none;
  float: left;
  left: -45px;
  top: -15px;
  height: 72px;
  width: 72px;
  background: transparent url(paper_clip-72x72.gif) no-repeat top left;
}
#detailedrecordshortreminder #HB {
  position: relative;
  left: -50px;
}

/* end detailed record page*/

/* definitions for webjournal module */

.webjournalBoxList {
  /*list-style-image:url("star_dot-icon-30x30.gif");*/
}

.webjournalBoxList a:visited,
.webjournalBoxList a:link,
.webjournalBoxList a:active {
  text-decoration: none;
}

.webjournalBoxList a:hover {
  text-decoration: underline;
}

/* cite summary output */

#citesummary td {
  padding-left: 30px;
}

/*Table columns*/
.oddtablecolumn {
  background-color: #f0f0ff;
}
.pairtablecolumn {
  background-color: #fafaff;
}
.scrollableframe {
  overflow-y: auto;
  min-height: 10px;
  max-height: 300px;
  height: auto;
  width: 900px;
}
.normalframe {
  width: 600px;
}
.brtable {
  width: 100%;
}

/* BibCirculation CSS */

#bibcircmenu h2 {
  display: none;
}
#bibcircmenu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 4px;
}
#bibcircmenu {
  clear: both;
  width: 100%;
  border-bottom: 2px solid #36c;
  border-top: 2px solid #36c;
  height: auto;
  padding: 0;
  position: relative;
  padding-bottom: 9px;
  z-index: 5;
}
#bibcircmenu ul {
  padding-top: 9px;
  position: relative;
}
* html #bibcircmenu ul {
  /* Needed for ie < 7 ONLY
       That's why the star hack is used
       */
  width: 99%;
}
#bibcircmenu li.on a,
#bibcircmenu li.on a:hover,
#bibcircmenu li.on a:visited {
  text-decoration: none;
  color: #555;
}
#bibcircmenu li {
  display: block;
  float: left;
  text-decoration: none;
  padding: 5px 5px 5px 7px;
  height: 100%;
  padding-right: 5px;
  margin-right: 10px;
  background: transparent url(list_sep_blue.gif) no-repeat left center;
}
#bibcircmenu li.hassubmenu {
  position: relative;
}
#bibcircmenu li.hassubmenu a {
  padding-right: 12px;
  background: transparent url(drop_down_menu_arrow_down.gif) no-repeat right
    center;
}
#bibcircmenu li.on.hassubmenu a {
  background: transparent url(drop_down_menu_arrow_down_w.gif) no-repeat right
    center;
}
#bibcircmenu li.on {
  background: #eee url(list_sep_grey.gif) no-repeat left center;
  height: 100%;
}
#bibcircmenu li a img {
  vertical-align: middle;
}
#bibcircmenu li img {
  border: none;
}
#bibcircmenu li.right {
  float: right;
  margin-right: 2px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  background-image: none;
}

#bibcircmenu li a {
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
  padding: 3px 6px;
}

#bibcircmenu li ul.submenu {
  display: none;
  position: absolute;
  background-image: none;
  top: 1em;
  left: 0px;
  z-index: 10;
}

#bibcircmenu li ul.submenu li {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #3366cc;
  border-left: 1px solid #3366cc;
  border-right: 1px solid #3366cc;
  display: block !important;
  float: none !important;
  position: relative;
}

#bibcircmenu li ul.subsubmenu {
  left: 7em;
  top: -5px;
  background: #ffffff none repeat scroll 0 0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: none !important;
  float: left !important;
  position: absolute;
  z-index: 20;
}

#bibcircmenu li ul.subsubmenu li {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #3366cc;
  border-left: 1px solid #3366cc;
  border-right: 1px solid #3366cc;
  border-top: 1px solid #3366cc;
  display: block !important;
  float: none !important;
  position: relative;
  z-index: 20;
}

#bibcircmenu li ul.submenu li:hover ul.subsubmenu {
  display: block !important;
}

#bibcircmenu li ul.submenu li ul.subsubmenu:hover {
  display: block !important;
}

#bibcircmenu li ul.submenu li a,
#bibcircmenu li ul.submenu li a:hover,
#bibcircmenu li ul.submenu li a:visited {
  display: block !important;
  color: #36c;
}

#bibcircmenu li ul.submenu li a:hover {
  text-decoration: underline;
}

#bibcircmenu li:hover ul {
  display: block;
}

div.bibcircbottom {
  clear: both;
  width: 100%;
  border-bottom: 2px solid #36c;
  height: auto;
  padding: 0;
  position: relative;
  padding-bottom: 9px;
  z-index: 0;
}

.bibcirctable {
  font-size: 82%;
  width: 100%;
  margin: auto;
  max-width: 1280px;
}

.bibcirctable_contents {
  color: #79d;
  font-size: small;
  width: 90%;
  margin: auto;
  max-width: 300px;
}

.bibcirctableheader {
  color: #79d;
  font-size: small;
  font-weight: bold;
  font-variant: small-caps;
}

.bibcircwarning {
  color: #f11010;
}

.bibcircpending {
  color: #f16f10;
}

.clear {
  clear: both;
}

.bibcircok {
  color: #060;
}

.bibcirccontent {
  color: black;
}

.formbutton {
  color: #fff;
  background: #36c;
  font-weight: bold;
}

.bibcircbutton {
  background-color: #fff;
  border: 1px solid;
  border-color: #cdcdcd;
}

.bibcircbuttonover {
  background-color: #cadff5;
  border: 1px solid;
  border-color: #cdcdcd;
}

.bibcircsubtitle {
  width: 600px;
  padding-left: 5px;
  color: #36c;
  font-size: 16px;
  font-variant: small-caps;
  padding-bottom: 2px;
}

.bibcircnotes {
  border-width: 0px;
  border-spacing: 1px;
  border-style: none;
  border-color: #cfcfcf;
  border-collapse: collapse;
  background-color: white;
}

.bibcircnotes th {
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: #cfcfcf;
  background-color: white;
  -moz-border-radius: 0px;
}

.bibcircnotes td {
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: #cfcfcf;
  background-color: white;
  -moz-border-radius: 0px;
}

.bibcircinfoboxsuccess {
  background-color: #dcfdc1;
  padding: 20px;
  color: #3e5e25;
  border-collapse: collapse;
  border: 1px solid #88d04d;
  text-align: left;
  width: 50%;
}

.bibcircinfoboxmsg {
  background-color: #cadff5;
  padding: 20px;
  color: #336598;
  border-collapse: collapse;
  border: 1px solid #336598;
  text-align: left;
  width: 50%;
}

/* add-to-search */

#advbox {
  padding-bottom: 20px;
  white-space: nowrap;
}

a#advbox-toggle {
  text-decoration: none;
  color: #3366cc;
}

#advbox-toggle-button {
  background-color: #dddddd;
  border-radius: 3px 3px 3px 3px;
  color: #3366cc;
  font-weight: 400;
  padding: 1px 6px;
  text-decoration: none;
}

/*End - add-to-search*/

/* Rollover menus */

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0px;
}
.menu li {
  display: block;
  float: left;
  text-decoration: none;
  padding: 7px;
  height: 100%;
  margin-right: 10px;
  /*/*/ /*/
	display : none;
	/* */
}
.menu .hassubmenu {
  position: relative;
}
.menu .hassubmenu a {
  /*display: inline-block; /* Necessary on IE */
  padding-right: 12px;
  background: transparent url(drop_down_menu_arrow_down_b.gif) no-repeat right
    center;
}
.menu .on.hassubmenu a {
  background: transparent url(drop_down_menu_arrow_down_b.gif) no-repeat right
    center;
}
.menu .on {
  height: 100%;
}
.menu a img {
  vertical-align: middle;
}
.menu img {
  border: none;
}
.menu .right {
  float: right;
  margin-right: 2px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  background-image: none;
}
.menu a {
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
  padding: 0px 6px;
}
.menu ul.subsubmenu {
  display: none;
  position: absolute;
  background-image: none;
  top: 1em;
  left: 0;
  z-index: 99;
  text-align: left;
}
.menu ul.subsubmenu li {
  display: list-item !important;
  float: none !important;
  position: relative;
  border-bottom: 1px solid #36c;
  border-left: 1px solid #36c;
  border-right: 1px solid #36c;
  background-color: #fff;
  background-image: none !important;
}
.menu ul.subsubmenu li a,
.menu div ul.subsubmenu li a:hover,
.menu div ul.subsubmenu li a:visited {
  background-color: transparent;
  background-image: none !important;
  display: block;
  text-transform: capitalize;
  color: #36c;
}
.menu ul.subsubmenu li a:hover {
  text-decoration: underline;
}
.menu :hover ul {
  display: block;
  position: absolute;
}
/* Override/Customize rollover menus in some cases*/
.menu .headermoduleboxbody .hassubmenu a {
  /*background: transparent url(drop_down_menu_arrow_down_lb.gif) no-repeat right center;*/
  background-image: url(drop_down_menu_arrow_down_lb.gif);
}
.menu .headermoduleboxbody .hassubmenu a.header:hover {
  /*background: transparent url(drop_down_menu_arrow_down_b.gif) no-repeat right center;*/
  background-image: url(drop_down_menu_arrow_down_b.gif);
}

.snippetbox {
  margin: 5px 2px 2px 10px;
  padding: 3px;
  color: #222;
  background: #f5f9ff;
  border: solid 1px #ddd;
  font-size: small;
}

.oaiHarvestPagerNavigationBar {
  display: table-row;
}

.oaiHarvestPagerNavigationLink {
  display: table-cell;
  padding: 5px;
  cursor: default;
}

.oaiHarvestPagerHiddenNavigationLink {
  display: none;
}

.oaiHarvestPagerHiddenPage {
  display: none;
}

.oaiHarvestPagerCurrentPageLink {
  background-color: #a0a0ff;
}

.oaiHarvestPagerPage {
}

/* WebComment Refactor */

.webcomment_collapse_ctr_down {
  outline: 0;
  width: 16px;
  height: 16px;
  margin: 10px 5px;
  background: transparent url(webbasket_down.png) no-repeat center center !important;
  display: block;
}
.webcomment_collapse_ctr_right {
  outline: 0;
  width: 16px;
  height: 16px;
  margin: 10px 5px;
  background: transparent url(webbasket_right.png) no-repeat center center !important;
  display: block;
}
.webcomment_permalink,
.webcomment_permalink:link,
.webcomment_permalink:visited {
  visibility: hidden;
  color: #c60f0f;
  font-size: medium;
  padding: 0 4px;
  text-decoration: none;
}
.webcomment_permalink:hover {
  color: white;
  background-color: #c60f0f;
}
.webcomment_comment_title:hover .webcomment_permalink {
  visibility: visible;
}

.webcomment_review_title_table {
  border: 0px;
  border-collapse: separate;
  border-spacing: 5px;
  padding: 5px;
  width: 100%;
}

.webcomment_deleted_comment_message,
.webcomment_reported_comment_message,
.webcomment_comment_pending_approval_message,
.webcomment_review_pending_approval_message,
.webcomment_deleted_review_message {
  color: #a3a3a3;
  font-style: italic;
}

.webcomment_deleted_comment_undelete,
.webcomment_reported_comment_unreport,
.webcomment_deleted_review_undelete,
.webcomment_reported_review_unreport,
.webcomment_comment_delete,
.webcomment_review_delete {
  color: #8b0000;
}

.webcomment_comment_box {
  margin-top: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.webcomment_comment_box blockquote {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 10px;
  border-left: 2px solid #3366cc;
}

.webcomment_comment_body {
  margin: 10px;
}

.webcomment_comment_options {
  margin: 0 0px 5px 0;
  float: right;
}

.webcomment_comment_title {
  background-color: #eee;
  padding: 2px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
}

.webcomment_review_box {
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.webcomment_review_box_inner {
  background-color: #eee;
  padding: 2px;
}
.webcomment_review_box_inner > img {
  margin-right: 10px;
}

.webcomment_review_title {
  font-weight: bold;
}

.webcomment_review_label_reviewed {
}

.webcomment_review_label_useful {
}

.webcomment_comment_table {
  border: 0px solid black;
  width: 95%;
  margin: 10px;
  font-size: small;
}

.webcomment_container {
  margin-left: 10px;
  margin-right: 10px;
}

.clearer {
  clear: both;
}

.webcomment_header_comments {
}

.webcomment_header_ratings {
}

.websomment_header_comments_label {
}

.webcomment_comment_report {
}

.webcomment_comment_reply {
}

.webcomment_comment_delete {
}

.webcomment_comment_date {
  display: inline;
  margin: 0 0 0 10px;
  color: #666;
}

.webcomment_comment_author {
}

.webcomment_comment_avatar {
  float: left;
  margin: 2px 10px 2px 5px;
}
.webcomment_toggle_visibility {
  float: left;
}
.webcomment_thread_block {
  border-left: 1px dashed transparent;
  padding-top: 1px;
  padding-left: 20px;
}
.webcomment_thread_block:hover {
  border-left: 1px dashed #aaa;
  background-color: #f9f9f9;
}
.webcomment_comment_content {
}

.webcomment_comment_options > a {
  margin: 0 10px 0 0;
}

.commentbox {
  width: auto;
}

.webcomment_comment_depth_1 {
  margin-left: 20px;
}

.webcomment_comment_round_header {
}

.webcomment_view_all_comments {
}

.webcomment_review_first_introduction {
}
#yourcommentsmaincontent {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.yourcommentsdisplayoptionsform {
  text-align: center;
}
#yourcommentsdisplayoptions {
  margin-bottom: 30px;
  padding: 12px;
  font-size: small;
  display: inline-block;
  border: 1px solid #bbb;
}
#yourcommentsdisplayoptions legend {
  color: #555;
}
#yourcommentsdisplayoptions label {
  font-weight: 700;
  margin-left: 10px;
}
.yourcommentsrecordgroup {
  margin-bottom: 20px;
}
#yourcommentsnavigationlinks {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* DEMOVID SUBMISSION */

.websubmit_demovid_form table {
  background-color: #d6e5f4;
}

.websubmit_demovid_radio {
  display: inline;
  margin: 10px 15px 0 0;
}

#websubmit_demovid_samples_wrapper {
  background-color: #fff;
  border: 1px solid #85b1de;
  padding: 3px;
  margin-bottom: 10px;
  width: 533px;
  height: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#websubmit_demovid_samples {
  position: relative;
  width: 533px;
  height: 300px;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#websubmit_demovid_samples img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
#websubmit_demovid_samples img.active {
  z-index: 10;
}
#websubmit_demovid_samples img.last-active {
  z-index: 9;
}
.websubmit_demovid_form label {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.websubmit_demovid_form > label.error {
  color: #c00;
  margin-bottom: 15px;
  font-weight: bold;
}

.websubmit_demovid_form > div > label.error {
  color: #c00;
  position: relative;
  top: 22px;
  left: 130px;
  font-weight: bold;
}

.websubmit_demovid_form > div > object {
}

.websubmit_demovid_form > input {
  border: 1px solid #85b1de;
  display: block;
  margin-bottom: 15px;
  padding: 3px;
  font-size: 14px;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.websubmit_demovid_form > input:focus,
.websubmit_demovid_form > textarea:focus {
  border: solid 1px #33677f;
}

.websubmit_demovid_form > textarea {
  border: 1px solid #85b1de;
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
  padding: 3px;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.websubmit_demovid_form > input.error {
  display: block;
  margin-bottom: 3px;
  border: 1px solid #c00;
}
.websubmit_demovid_form > textarea.error {
  display: block;
  margin-bottom: 3px;
  border: 1px solid #c00;
}

.websubmit_demovid_form object {
  display: block;
  margin-bottom: 0px;
}

#websubmit_demovid_error {
  border: 1px solid #c00;
  background-color: #fff;
  padding: 10px;
  margin: 15px 0 15px 0;
  width: 516px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#websubmit_demovid_preview {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.websubmit_demovid_radio input {
  border: 1px solid #85b1de;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.websubmit_demovid_submit {
  position: relative;
  font-weight: bold;
  top: -30px;
  right: 0px;
  height: 29px;
  padding: 0 15px 0 15px;
  text-align: center;
  border: none;
  background-color: #444;
  color: #fff;
  font-size: 13px;
  border-radius: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(65, 65, 65)),
    color-stop(0.7, rgb(95, 95, 95))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(65, 65, 65) 0%,
    rgb(95, 95, 95) 70%
  );
}

.websubmit_demovid_form .uploadifyQueueItem {
  border: 1px solid #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#uploadify_loading {
  display: none;
  float: left;
  background-color: #fff;
  border: 1px solid #85b1de;
  height: 29px;
  width: 29px;
  border-radius: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: 5px;
}

#uploadify_loading > img {
  height: 29px;
  width: 29px;
}

.websubmit_demovid_radio label {
  display: inline;
}

/* VIDEO FORMAT ELEMENTS */

.video_brief_container {
}

.video_brief_thumb {
  padding: 2px;
  border: 1px solid #ccc;
  float: left;
  margin: 0 15px 0 0;
}

.video_brief_abstract {
}

.video_brief_info {
}

/* Math preview panel */

#mathpreviewarea {
  display: none;
  float: left;
  padding: 0;
  border: 1px solid #eec520;
  color: #000;
  background-color: #ffffea;
  -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
}
#mathpreviewareabar {
  border-bottom: 1px solid #eec520;
  background-color: #eec970;
  font-size: small;
  color: #3b2324;
}
#mathpreviewareacontent {
  padding: 5px;
}
#mathpreviewareaclose {
  float: right;
  clear: none;
  margin-left: 10px;
}
#mathpreviewareabar span {
  float: left;
  clear: none;
}

/* Classes used for diff between two records */

.diff_field_deleted {
  color: #ff0000;
}

.diff_field_added {
  color: #00aa00;
}

/* end of Classes used for diff between two records */

/* BibHarvest Holding Pen style*/
#holdingpencontainer h1 {
  font-size: 20px;
}
#holdingpencontainer h2 {
  font-size: 16px;
}
#holdingpencontainer h3 {
  margin: 0 0 10px 0;
  border-bottom: none;
}
#holdingpencontainer > div > * {
  margin-left: 20px;
}
#holdingpencontainer > div > div > * {
  margin-left: 20px;
}

/* end od BibHarvest Holding Pen style*/

div.login_button {
  margin: 5px;
  border-radius: 5px;
  margin-left: auto;
  float: left;
}

div.login_button:hover {
  box-shadow: -1px 1px #888;
}

div.login_button_big {
  width: 48px;
  height: 48px;
  border-radius: 5px;
}

div.login_button_small {
  width: 24px;
  height: 24px;
  border-radius: 3px;
}

div.provider_img {
  float: left;
  width: 32px;
  cursor: pointer;
}

div.login_content {
  float: left;
  margin: 5px;
  width: 208px;
}

a.openid_url {
  text-decoration: none;
  color: inherit;
}

input.openid_input {
  width: 140px;
}

label.openid_label {
  font-size: 10px;
}

div.with_label {
  margin-top: -4px;
}

div#buttons {
  float: right;
  width: 50%;
}

div#big_buttons,
div#small_buttons {
  width: 80%;
  float: left;
}

#form_field {
  float: left;
}

img.login_button_big {
  border-radius: 5px;
}

img.login_button_small {
  border-radius: 2px;
}

/* Author ORCID display */
a.author_orcid_image_link {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(orcid_icon_24.png);
  background-size: 16px 16px;
  text-decoration: none;
}

.author_usefull_link {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

/* Comments */
#filter_area {
  float: right;
  margin-top: -5px;
  height: 20px;
  display: inline-table;
  text-align: right;
}

#filter_area input {
  padding: 4px;
  margin: 0;
  width: 240px;
  font-size: 12px;
}

#filter_area p {
  display: inline;
  padding: 0;
  margin: 0;
}

#filter_area #matching_comments_number.filter-no-matches {
  color: #b85757;
}

#filter_area p.filter-area-count {
  color: #777;
  font-size: 13px;
  padding-right: 10px;
}

#filter_area #selectize_input {
  width: 252px;
}

#filter_area .filter-area-advance {
  margin-top: 5px;
}

#filter_area .filter-area-advance a.toggle-advance-search {
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
  background-image: url("/https/cds.cern.ch/img/filter_filled.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 12px;
}

#cmtRound.cmtround {
  margin-top: 80px;
}

#cmtSubRound .cmt_file_relation {
  font-size: 11px;
  color: #777;
  padding-right: 5px;
}

#related_file {
  margin-bottom: 20px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 10px;
}

#related_file small {
  line-height: 25px;
}

#related_file select {
  min-width: 255px;
}

#search_all_authors_anchor {
  font-size: 12px;
}

.webcomments-matches-alert {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  color: #8a6d3b;
  background: #fcf8e3;
  border: 1px solid #ded18a;
  padding: 10px 5px;
}

#search_next_page {
  text-align: right !important;
  margin-top: 20px;
}

/* Record Recommendation */
.recommendations {
  padding: 10px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 90%;
  max-width: 1280px;
  margin: 40px auto 0px;
}

.recommendations_contents {
  width: 50%;
  display: inline;
}

.recommendation_header {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

ul.record_recommendation li {
  clear: both;
  color: #444;
  margin-top: 5px;
}

/* BibSword START */
table.bibsword_table {
  border: 1px solid #ffcc00;
  border-spacing: 0px;
  border-collapse: separate;
  box-shadow: 3px 3px 9px #aaaaaa;
}

table.bibsword_table td,
table.bibsword_table th {
  padding: 10px;
  border: 1px solid #ffcc00;
}

table.bibsword_table thead {
  background: #ffffcc;
}

a.bibsword_anchor,
a.bibsword_anchor:link,
a.bibsword_anchor:visited,
a.bibsword_anchor:active {
  text-decoration: none;
}

a.bibsword_anchor:hover {
  text-decoration: none;
  color: red;
}

div.bibsword_modal_outer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  width: 100%;
  background: rgba(66, 66, 66, 0.66);
  z-index: 8888;
}

div.bibsword_modal_inner {
  position: absolute;
  overflow: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 35%;
  min-width: 500px;
  max-width: 600px;
  height: 75%;
  min-height: 600px;
  max-height: 800px;
  border: 2px solid #ffcc00;
  border-radius: 10px;
  background: rgba(246, 246, 246, 1);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.66);
  z-index: 9999;
}

div.bibsword_modal_label {
  width: 150px;
  padding: 10px;
  border-bottom: 2px solid #ffcc00;
  border-right: 2px solid #ffcc00;
  background-color: #ffffcc;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 10px;
  text-align: center;
  font-weight: bold;
}

div.bibsword_modal_content {
  padding: 10px;
}

div.bibsword_modal_content label.bibsword_modal_content_field_title {
  font-size: 100%;
  color: black;
  font-style: normal;
  margin-left: 0px;
}
div.bibsword_modal_content div.bibsword_modal_content_field_subtitle {
  font-size: 75%;
  color: grey;
  font-style: italic;
  margin-left: 5px;
}

div.bibsword_modal_content input,
select {
  padding: 5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
}

div.bibsword_modal_controls {
  padding: 10px;
  text-align: right;
}

div.bibsword_modal_controls button {
  padding: 5px;
}

div.bibsword_submit_container {
  padding: 0px;
  margin: 0px;
}

div.bibsword_submit_header {
  padding: 5px;
  margin-bottom: 10px;
}

.bibsword_submit_step_title {
  border: 1px #ffcc00 solid;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #ffffcc;
}

.bibsword_submit_step_details {
  padding: 5px;
  margin-bottom: 10px;
}

.bibsword_submit_step_details label {
  font-weight: bold;
}

.bibsword_submit_step_details span.warning {
  font-style: italic;
  font-weight: normal;
  font-size: small;
  padding-left: 10px;
  color: red;
  margin-bottom: 2px;
}

.bibsword_submit_step_details div.bibsword_submit_step_details_field {
  margin-bottom: 20px;
}

#bibsword_submit_step_4_additional_rn_sortable div.highlight,
#bibsword_submit_step_4_contributors_sortable div.highlight {
  border: 1px dotted grey;
  height: 30px;
  background: lightgrey;
}

.bibsword_submit_step_details div.bibsword_submit_step_details_label {
  margin-bottom: 5px;
}

.bibsword_submit_step_details_input {
  margin-bottom: 3px;
}

.bibsword_submit_step_details_input label {
  font-style: italic;
  font-weight: normal;
  font-size: small;
  padding-left: 10px;
  color: grey;
  margin-bottom: 2px;
}

.bibsword_submit_step_details_input span.sortable {
  cursor: move;
  font-size: large;
}

.bibsword_submit_step_details_input .mandatory {
  border-top: 2px inset red;
  border-left: 2px inset red;
}

.bibsword_submit_step_details_input button.negative {
  color: red;
}

.bibsword_submit_step_details_input button.positive {
  color: green;
}

.bibsword_submit_step_details_legend {
}

.bibsword_submit_step_details_legend ul {
  margin: 0px;
  padding: 0px;
}

.bibsword_submit_step_details_legend_item {
  background-color: #ffffcc;
  border: 1px #ffcc00 dashed;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 3px;
  font-size: small;
  color: #555555;
  display: inline-block;
}

.bibsword_submit_step_details_legend_item img {
  vertical-align: bottom;
  cursor: pointer;
}
/* BibSword END */

/* Generic START */
.text_align_center {
  text-align: center;
}

.font_size_150percent {
  font-size: 150%;
}

.font_size_75percent {
  font-size: 75%;
}

.margin_10px {
  margin: 10px;
}

a.temporarily_disabled,
button.temporarily_disabled {
  color: grey !important;
  cursor: progress !important;
}

div.display_inline {
  display: inline;
}

div.display_inline_block {
  display: inline-block;
}
/* Generic END */

.book-cover {
  width: 100px;
  height: 100px;
  object-fit: scale-down;
}

.book-cover.hd {
  width: 200px;
  height: 200px;
  object-position: 0 50%;
}

.centered-image {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* end of invenio.css */
