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

   $Id: cds.css,v 1.90 2008/05/09 17:03:40 jerome Exp $

   This file is part of CDS Invenio.
   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.

   CDS 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.

   CDS 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 CDS 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;
}
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.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;
}


.headerbox {
   color: #000;
   background: transparent;
   width: 100%;
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-collapse: collapse;
}
.headerboxbody {
   color: #000;
   padding: 0px;
   margin: 0px;
}
.headerboxbodylogo {
   width: 200px;
   padding-left: 5px;
   color: #36c;
   font-size: 20px;
   font-weight: bold;
   font-variant: small-caps;
   letter-spacing: 6px;
   padding-bottom:2px;
}
.headermodulebox {
   color: #fff;
   background: transparent;
   border-collapse: collapse;
   margin: 0px;
   padding: 0px;
}
.headermoduleboxbody {
   color: #000;
   background: #fff;
   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;
}
.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-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: #79d;
   background: #fff;
   text-decoration: none;
   white-space: nowrap;
}
a.header:visited {
   color: #79d;
   background: #fff;
   text-decoration: none;
   white-space: nowrap;
}
a.header:active {
   color: #79d;
   background: #fff;
   text-decoration: none;
   white-space: nowrap;
}
a.header:hover {
   color: #36c;
   background: #fff;
   text-decoration: underline;
   white-space: nowrap;
}
a.headerselected:link {
   color: #36c;
   background: #fff;
   text-decoration: none;
   font-weight: bold;
   white-space: nowrap;
}
a.headerselected:visited {
   color: #36c;
   background: #fff;
   text-decoration: none;
   font-weight: bold;
   white-space: nowrap;
}
a.headerselected:active {
   color: #36c;
   background: #fff;
   text-decoration: none;
   font-weight: bold;
   white-space: nowrap;
}
a.headerselected:hover {
   color: #36c;
   background: #fff;
   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;
}
.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;
}
.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: x-small;
   width: 100%;
}
.portalboxheader {
   color: #000;
   background: #f1f1f1;
   padding: 2px;
   border-spacing: 0px;
   border-bottom: 1px solid #999;
   text-align: left;
   font-size: x-small;
}
.portalboxbody {
   color: #000;
   background: #fff;
   padding: 2px;
   font-size: x-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;
}
.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;
}
.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;
}
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;
}
.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: x-small;
   font-weight: normal;
}
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;
}
input,select {
    color: #000;
    background: #fff;
}
.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;
}
.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;
}

/* Subscribe to comment*/
.comment-subscribe {
    /*color:#f00;*/
    /*font-size:0.94em;*/
    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;
}
#bsktabs{
   float: left;
   background:transparent;
   padding: 0px;
   margin: 0px;
   text-align: center;
}
.bsktab{
   float: left;
   vertical-align: middle;
   margin: 0px 20px 0px 20px;
   padding: 4px 10px 5px 5px;
   background-repeat: no-repeat;
   background-position: top left;
   background-color: #ffe;
}
#bsktab_selected{
   background-color: #ffc;
   font-weight: bold;
   border-bottom: hidden;
}
.bsktab a{
   color: #000;
   text-decoration: none;
}
.bsktab a:hover{
   text-decoration: underline;
}
.bsktab img{
   margin: 0px 5px 0px 0px;
}
#bskcontent{
   float: left;
   width: 100%;
   border-collapse: collapse;
   background: #ffe;
   border: none;
}
#bsktopics{
   background-color: #ffc;
   padding: 10px;
   width: 100%;
}
.bsktopic{
   white-space: nowrap;
   font-weight: bold;
   margin: 0px 20px 0px 20px;
}
.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;
}
.bskbasketheader td{
   padding: 5px;
   border-bottom: 1px solid #fc0;
   border-collapse: collapse;
   vertical-align: top;
}
.bskbasketfooter{
   border-top: 1px solid #fc0;
   background-color: #ffc;
   padding: 3px;
}
.bskbasketheaderactions{
   text-align: center;
   white-space: nowrap;
}
.bskbasketheaderactions td{
   border: none;
}
.bskbasketheaderactions img{
   border: 0px;
   margin: 2px;
}
.bskbasketheaderactions a{
   font-size: small;
   color: #000;
}
.bskbasketfooter td{
   padding: 5px 0px 5px 0px;
}
.bskactions{
   text-align: center;
   white-space: nowrap;
   border-bottom: 1px solid #fc0;
}
.bskactions td{
   border: none;
}
.bskactions img{
   border: 0px;
   margin: 2px;
}
.bskactions a{
   font-size: x-small;
}
.bsktitle {
   width: 100%;
}
.bskcmtcol{
   white-space: nowrap;
   text-align: right;
}
.bskcontentcol{
   border-bottom: 1px solid #fc0;
   padding: 5px;
}
.bskcontentcol a{
   font-size: small;
}
.bskcomment {
   padding: 15px 10px 15px 10px;
   margin-bottom: 5px;
   border-bottom: 1px solid #fc0;
}
.bsklabel{
   font-size: small;
   font-weight: bold;
   white-space: nowrap;
   padding-right: 15px;
}
.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;
}
/* 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;
}
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;
}
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 */
.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;
}
/* end of BibEdit module*/
/* BibEdit module new */
.bibEditHidden {
  visibility: hidden;
}
.bibEditBtnBold {
  font-weight: bold
}
#bibEditMenu {
  width: 136px;
  position: fixed;
  top: 220px;
  left: 20px;
  margin-bottom: 20px;
  font-size: 0.8em;
}
.bibEditMenuSection {
  margin-bottom: 10px;
}
.bibEditMenuSectionHeader {
  font-weight: bold;
}
.bibEditMenuSection table {
  width: 100%;
}
#bibEditMenu a, #bibEditMenu button, #bibEditMenu input {
  font-size: 0.8em;
}
#bibEditMenu a, #bibEditMenu button, #bibEditMenu img,
#bibEditMenu input {
  margin: 1px;
}
#bibEditMenu button, #bibEditMenu input {
  width: 100%;
}
#bibEditContent {
  min-height: 250px;
  margin-left: 150px;
}
#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;
}
#bibEditColSubfieldArrows {
  width: 38px;
  min-width: 38px;
  max-width: 38px;
  border-left: 1px solid #A1A1A1;
  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 .bibEditFieldColored {
  background-color: rgb(235, 235, 235);
  border: 1px solid #A1A1A1;
}
#bibEditTable td {
  padding: 1px 1px;
  font-size: 0.8em;
}
.bibEditCellField, .bibEditCellFieldTag, .bibEditCellSubfield,
.bibEditCellSubfieldTag {
  vertical-align: top;
}
.bibEditCellFieldTag {
  font-weight: bold;
}
.bibEditCellContentProtected {
  font-weight: bold;
}
.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);
}
/* Some demo dialog CSS from jQuery */
.flora .ui-dialog,
.flora.ui-dialog {
  background-color: #DCE5F6;
}
.ui-dialog-overlay {
  background: black;
  opacity: 0.5;
}
.flora .ui-dialog .ui-dialog-titlebar,
.flora.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #d8d2aa;
	background: #3366CC;
	padding: 0px;
	height: 28px;
}
.flora .ui-dialog .ui-dialog-titlebar-close,
.flora.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}
.flora .ui-dialog .ui-dialog-titlebar-close span,
.flora.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}
.flora .ui-dialog .ui-dialog-titlebar-close-hover,
.flora.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(dialog-titlebar-close-hover.png) no-repeat;
}
.flora .ui-dialog .ui-dialog-title,
.flora.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}
.flora .ui-dialog .ui-dialog-content,
.flora.ui-dialog .ui-dialog-content {
	margin: 1.2em;
}
.flora .ui-dialog .ui-dialog-buttonpane,
.flora.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}
.flora .ui-dialog .ui-dialog-buttonpane button,
.flora.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}
/* end of BibEdit 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 */

/* 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;
}
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;
}

/* 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;
}

/* 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;
}

.bibcircok {
    color: #060;
}

.bibcirccontent {
    color: black;
}

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

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

div.title {
    width: 600px;
    padding-left: 5px;
    color: #36c;
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom:2px;
}

div.subtitle {
    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;
}

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

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

/* end of BibCirculation CSS */
/* end of cds.css */

