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

   This file is part of Invenio.
   Copyright (C) 2009, 2010, 2011 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.
*/
@charset "UTF-8";

body {
   background: #fff;
   margin: 0px;
   padding: 0px;
   font-family: sans-serif;
}
h1 {
   font-size: 173%;
   font-weight: 700;
   margin-top: 5px;
   margin-left: 0px;
   color: #26526C;
   background: transparent;
}
.h1 {
   font-size: 173%;
   font-weight: 700;
   margin-left: 0px;
   color: #26526C;
   background: transparent;
}
h2 {
   font-size: 144%;
   font-weight: 700;
   margin-left: 0px;
   color: #26526C;
   background: transparent;
}
h3 {
   font-size: 120%;
   font-weight: 600;
   font-variant: small-caps;
   margin-top: 40px;
   margin-left: 0px;
   margin-bottom: 10px;
   color: #26526C;
   background: transparent;
   width: 50%;
}
h4 {
   font-size: 110%;
   font-weight: 600;
   font-style: italic;
   color: #26526C;
   margin-left: 0px;
   background: transparent;
}
h5 {
   font-size: 110%;
   font-weight: 400;
   color: #26526C;
   margin-left: 0px;
   background: transparent;
}
h6 {
   font-size: 110%;
   font-weight: 200;
   font-style: italic;
   color: #26526C;
   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 {
   text-decoration: none;
}
a.nodecoration:visited {
   text-decoration: none;
}
a.nodecoration:active {
   text-decoration: none;
}
a.nodecoration:hover {
   text-decoration: underline;
}
th.searchboxheader a:link {
   text-decoration: none;
}

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

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

th.searchboxheader a:hover {
}

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

input[type=submit] {
  -webkit-appearance: none;
}

.headerbox {
   /*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: #26526C;*/
   /*background-color: #369;*/
   /*background-color: #E6E6FA;*/
   /*background-image: url(header_background.gif);*/
}
.headerboxbody {
   padding: 5px 0px 0px 0px;
   margin: 0px;
}
.headerboxbodylogo a, .headerboxbodylogo a:visited {
   padding-left: 40px;
   background: transparent url(rero_logo_small.jpg) no-repeat top left;
   color: #26526C;
   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(rero_logo.jpg) 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 {
   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;
}
.headermoduleboxbody:hover {
   background: #fff;
}
.headermoduleboxbodyblank {
   width: 12px;
   padding: 2px 5px;
   margin: 0px;
}
.headermoduleboxbodyblanklast {
   padding: 0px;
   margin: 0px;
   width:100%;
}
.headermoduleboxbodyselected {
   color: #26526C;
   background: #fff;
   font-size: x-small;
   font-weight: bold;
   text-align: center;
   /*border-bottom: 2px solid #fff;*/
   margin: 5px;
   padding: 2px 10px;
   width: 75px;
}
a.header:link {
   color: #68889B;
   text-decoration: none;
   white-space: nowrap;
}
a.header:visited {
   color: #68889B;
   text-decoration: none;
   white-space: nowrap;
}
a.header:active {
   color: #68889B;
   text-decoration: none;
   white-space: nowrap;
}
a.header:hover {
   color: #26526C;
   text-decoration: underline;
   white-space: nowrap;
}
a.headerselected:link {
   color: #26526C;
   text-decoration: none;
   font-weight: bold;
   white-space: nowrap;
}
a.headerselected:visited {
   color: #26526C;
   text-decoration: none;
   font-weight: bold;
   white-space: nowrap;
}
a.headerselected:active {
   color: #26526C;
   text-decoration: none;
   font-weight: bold;
   white-space: nowrap;
}
a.headerselected:hover {
   color: #26526C;
   text-decoration: none;
   font-weight: bold;
   white-space: nowrap;
}
.navtrailbox {
   color: #26526C;
   background: #fff;
   padding: 0px;
   margin-top: 7px;
   border-spacing: 0px;
   border-collapse: collapse;
   font-size: x-small;
}
.navtrailboxbody {
   color: #26526C;
   padding: 0px 0px 0px 10px;
   border-spacing: 0px;
   background: #fff;
   font-size: x-small;
}
a.navtrail:link {
   color: #26526C;
   background: transparent;
}
a.navtrail:visited {
   color: #26526C;
   background: transparent;
}
a.navtrail:active {
   color: #26526C;
   background: transparent;
}
a.navtrail:hover {
   color: #26526C;
   background: transparent;
}
.info {
   color: #060;
   background: transparent;
}
.snapshot {
   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 {
   background: transparent;
   margin:0px;
   padding: 20px;
}
.pagebodystripeleft {
   background: #fff;
   font-size: x-small;
   width: 120px;
   margin: 0px;
   padding-left: 10px;
   float: left;
}
.pagebodystripemiddle {
   background: #fff;
   padding: 0px;
   margin: 0px;
}
.pagebodystriperight {
   background: #fff;
   font-size: x-small;
   width: 120px;
   float: right;
}
.pageboxlefttop {
   background: transparent;
   font-size: x-small;
}
.pageboxlefttopadd {
   background: transparent;
   font-size: x-small;
}
.pageboxleftbottom {
   background: transparent;
   font-size: x-small;
}
.pageboxleftbottomadd {
   background: transparent;
   font-size: x-small;
}
.pageboxrighttop {
   background: transparent;
   font-size: x-small;
}
.pageboxrighttopadd {
   background: transparent;
   font-size: x-small;
}
.pageboxrightbottom {
   background: transparent;
   font-size: x-small;
}
.pageboxrightbottomadd {
   background: transparent;
   font-size: x-small;
}
.pagefooter {
	margin: auto;
   color: #666;
   background: #fff;
   font-size: x-small;
   margin-top: 50px;
   padding: 0px;
   border-top: 1px solid #666;
   width: 960px;
   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 {
   background: #ffcccc;
   padding: 1px;
   margin: 5px 30px 5px 30px;
   border-collapse: collapse;
   border: 2px solid #900;
}
.errorboxheader {
   background: #ffcccc;
   padding: 3px;
   border-spacing: 0px;
   font-weight: bold;
   text-align: left;
}
.errorboxbody {
   background: #ffcccc;
   padding: 3px;
}
.searchbox {
   background: #fff;
   padding: 1px;
   margin: 5px 0px 5px 0px;
   border-collapse: collapse;
}
.home .searchbox {
    margin-top: 20px;
    margin-bottom: 10px;
}
.lightsearch input.formbutton{
    font-size: medium;
}
.searchboxheader {
   /*background: #f1f1f1;
   padding: 3px;*/
   border-spacing: 0px;
   font-size: small;
   text-align: left;
}
.searchboxbody {
   background: #fff;
   padding: 3px;
}
.narrowsearchbox {
   background: #fff;
   padding: 1px;
   margin: 20px 20px 5px 0px;
   border-collapse: collapse;
}
.narrowsearchboxheader {
   /*background: #f1f1f1;*/
   padding: 3px;
   border-spacing: 0px;
   font-size: small;
   text-align: left;
}
.narrowsearchboxbody {
   /*background: #fff;*/
   padding: 3px;
}
.focusonsearchbox {
   /*background: #f0f8ff;*/
   padding: 1px;
   margin: 20px 20px 5px 0px;
   border-collapse: collapse;
}
.focusonsearchboxheader {
   /*background: #e6e6fa;*/
   padding: 3px;
   border-spacing: 0px;
   font-size: small;
   text-align: left;
}
.focusonsearchboxbody {
   /*background: #f0f8ff;*/
   padding: 3px;
}
.searchalsosearchbox {
   /*background: #fffbf5;*/
   padding: 1px;
   margin: 20px 20px 5px 0px;
   border-collapse: collapse;
}
.searchalsosearchboxheader {
   /*background: #ffeacc;*/
   padding: 3px;
   border-spacing: 0px;
   font-size: small;
   text-align: left;
}
.searchalsosearchboxbody {
   color: #444;
   /*background: #fffbf5;*/
   padding: 3px;
}
.latestadditionsbox {
   background: #fff;
   padding: 5px;
   margin: 5px 20px 5px 0px;
   border-spacing: 5px;
}
.latestadditionsboxtimebody {
   background: #fff;
   padding: 3px;
   white-space: nowrap;
   text-align: right;
   vertical-align: top;
   font-size: xx-small;
}
.latestadditionsboxrecordbody {
   background: #fff;
   padding: 3px;
   text-align: left;
   vertical-align: top;
   font-size: small;
}
.portalbox {
   background: #fff;
   margin: 0px 0px 15px 0px;
   border-collapse: collapse;
   border-top: 1px solid #abb;
   font-size: small;
   width: 100%;
}
.pageboxrighttopadd .portalbox{
   margin-bottom: 10px;
   padding-bottom: 30px;
   border-bottom: solid 1px  #ccc;
   border-top: solid 1px  #ccc ;
  max-width: 1000px;

}
.portalboxheader {
   background: #f1f1f1;
   padding: 2px;
   border-spacing: 0px;
   border-bottom: 1px solid #999;
   text-align: left;
   font-size: small;
}
.portalboxheader {
   color: #000;
   background: #ffffff;
   padding: 0px;
   padding-bottom: 5px;
   text-align: left;
border: none;
}
.portalboxbody {
   background: #fff;
   padding: 2px;
   font-size: small;
}
.portalboxbody:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
  clear: both;
}
.portalboxbody {
   color: #000;
   background: #fff;
   padding: 0px;
}
.pageboxrighttopadd .portalboxbody {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.portalboxbody .image{
  float:left;
  width: 170px;
  margin-top: 5px;
  margin-left: 0px;
}

.portalboxbody .image img{
  max-width: 150px;
  max-height: 150px;
  -moz-border-radius: 1px 1px 1px 1px;
  -moz-box-shadow: 2px 2px 4px #CCCCCC;
  border: 1px solid #CCCCCC;
}

.portalboxbody .body{
  /*margin-left: 170px;
  margin-right:10px;*/
  display: table;
}
.admin_wvar, .admin_w200, .admin_wvar_nomargin {
   background: white;
   padding: 1px;
   margin: 0px 0px 5px 20px;
   border-spacing: 0px;
}
.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 {
   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: #26526C;
   font-weight: bold;
   margin: 5px 10px 5px 10px;
   border-collapse: collapse;
}
.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 {
   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 {
   background: #f1f1f1;
   margin: 0px;
   padding: 0px;
   width: 120px;
}
.adminboxheader {
   background: #f1f1f1;
   font-size: x-small;
   text-align: left;
}
.adminboxbody {
   background: #f1f1f1;
   font-size: x-small;
}
.formbutton {
   color: #fff;
   background: #26526C;
   font-weight: bold;
}
.headline {
   color: #26526C;
   background: transparent;
}
.quicknote {
   color: #26526C;
   background: transparent;
}
.important {
   color: #f00;
   background: transparent;
}
.popupselected {
   color: #fff;
   background: #006;
}
.searchresultsbox {
   background: #ffe;
   padding: 0px;
   margin-top: 15px;
   border-collapse: collapse;
   border-top: 1px solid #fc0;
   width: 100%;
}
.searchresultsboxheader {
   background: #ffc;
   padding: 2px;
   border-spacing: 0px;
   text-align: left;
   font-weight: normal;
}
.searchresultsboxbody {
   background: #ffe;
   border-top: 1px dotted #fc0;
   border-bottom: 1px dotted #fc0;
   padding: 2px;
}
.searchresultsboxrecords {
   background: transparent;
   margin-left: 0px;
   margin-right: 20px;
}
.nearesttermsbox {
   color: #26526C;
   background: #ffe;
   padding: 0px;
   border-collapse: collapse;
}
.nearesttermsboxheader {
   color: #26526C;
   background: #ffc;
   padding: 0px;
   border-spacing: 0px;
   text-align: left;
   font-weight: normal;
}
.nearesttermsboxbody {
   color: #26526C;
   background: #fff;
   padding: 0px;
}
a.nearestterms:link {
   color: #26526C;
   background: transparent;
}
a.nearestterms:visited {
   color: #26526C;
   background: transparent;
}
a.nearestterms:active {
   color: #26526C;
   background: transparent;
}
a.nearestterms:hover {
   color: #26526C;
   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 {
   background: #ccc;
}
.blocknotebis {
   background: #999;
}
.devel {
   color: #600;
   background: #fff;
   border-color: #600;
   border-left-width: medium;
   border-left-style: solid;
   font-size: 90%;
}
.normal {
   background: #fff;
}
.address {
   font-style: normal;
   font-size: x-small;
}
.note {
   color: #666;
   background: transparent;
}
.warning {
   color: #26526C;
   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 {
    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 {
   background: #9cf;
}
.submitHeader {
   color: #fff;
   background: #006;
}
.submitCurrentPage {
   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 {
   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: #26526C;
   margin-left: 10px;
   background: transparent;
}
.recordlastmodifiedbox {
   text-align: left;
   font-size: small;
   color: #26526C;
   background: #fff;
}
.commentbox {
   width: 100%;
   padding: 0px 10px 10px 10px;
   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 {
   background: #fff;
   font-size: small;
   vertical-align: bottom;
}
/* WebMessage module */
.mailbox{
   border-collapse: collapse;
   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 {
   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;
}
.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;
}
.bsk_directory_box_tab_content_selected a:hover {
   text-decoration: underline;
   font-weight: bold;
}
.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;
}
.bsk_directory_box_nav_tab_content a:hover{
   text-decoration: underline;
   font-weight: bold;
}
.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;
   font-size: small;
}
.bsk_directory_box_nav_tab_options a:hover{
   text-decoration: underline;
   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;
}
.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;
}
.bsk_list_public_baskets_header a:hover{
   text-decoration: underline;
}
.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;
}
.bsk_list_public_baskets_footer a:hover{
   text-decoration: underline;
}
.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;
}
.bsktopic a:hover{
   text-decoration: underline;
}
.bsktopic_{
   white-space: nowrap;
   font-weight: bold;
}
.bsktopic_ a{
   font-weight: normal;
   text-decoration: none;
}
.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;
}
.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.0;
  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: 20%;
}
.bibeditHPInformationsSection{

}

.bibeditHPDetailsOpener{
    display: table-cell;
}

.bibeditHPEntryControlsPanel{
    display: table-row;
}

.bibeditHPEntryRow1{
    display: table-row;
}

.bibeditHPEntryRow2{
    display: table-row;
}

.bibeditHPEntryCol1{
    display: table-cell;
}

.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: #26526C;
}
.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 {
   background: #fffbf5;
   padding: 0px;
   margin-top: 15px;
   border-collapse: collapse;
   border-top: 1px solid #fc0;
   width: 100%;
}
.externalcollectionsresultsboxheader {
   background: #ffeacc;
   padding: 2px;
   border-spacing: 0px;
   text-align: left;
   font-weight: normal;
}
.externalcollectionsresultsboxbody {
   background: #fffbf5;
   border-top: 1px dotted #fc0;
   border-bottom: 1px dotted #fc0;
   padding: 2px;
}
.externalcollectionsresultsboxrecords {
   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{
   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{
   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{
   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:#26526C;
   border-bottom: 2px solid #ccc;
}
.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{
}
.detailedrecordtabs li.first.on a{
}
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 */
   /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=1, M21=-1, M22=0, SizingMethod='auto expand');*/ /* IE 6/7 */
   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;
}
.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;
}
ul.collectionactions {
   list-style-image: url(arrow_link-icon-15x11-right.gif) ;
   padding-left: 0;
   text-align:left;
}
.detailedrecordactions, .collectionactions,
.detailedrecordactions a, .collectionactions a {
   text-decoration:none;
   color:#555;
   font-weight:700;
   font-size:small;
}
.detailedrecordactions input.permalink {
    width: 155px;
    margin-left: 15px;
}
.collectionactions input.permalink {
    width: 350px;
    margin-left: 15px;
}
/** warn */
.collectionactions a.permalink {
  font-size: 14px;
}
/** warn */
ul.collectionactions {
  margin: 13px 0 0 0;
}

/* 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 {
   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;
}
#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: #e8eff4;
}
.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%;
    height:auto;
    padding:0;
    position:relative;
    padding-bottom:9px;
}
#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.subsubmenu {
    display:none;
    position: absolute;
    background-image:none;
    top: 1em;
    left: 0;
}
#bibcircmenu li ul.subsubmenu li {
    background:#FFFFFF none repeat scroll 0 0;
    border-bottom:1px solid #26526C;
    border-left:1px solid #26526C;
    border-right:1px solid #26526C;
    display:list-item !important;
    float:none !important;
    position:relative;
    z-index:50;
}
#bibcircmenu li ul.subsubmenu li a, #bibcircmenu li ul.subsubmenu li a:hover, #bibcircmenu li ul.subsubmenu li a:visited{
    background:transparent none;
    display:block;
    color:#26526C;
}
#bibcircmenu li ul.subsubmenu li a:hover{
    text-decoration:underline
}
#bibcircmenu li:hover ul {
    display:block;
    position: absolute;
}

div.bibcircbottom {
    clear:both;
    width:100%;
    height:auto;
    padding:0;
    position:relative;
    padding-bottom:9px;
}

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

.formbutton {
    color: #fff;
    background: #26526C;
    font-weight: bold;
}

.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: #26526C;
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom:2px;
}

div.subtitle {
    width: 600px;
    padding-left: 5px;
    color: #26526C;
    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%;
}

.clear {
    clear:both;
    line-height:1px;
}

/* 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;
	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: #26526C;
}
.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)
}

/** warn */
div.snippetbox {
	margin-top: 12px;
	margin-bottom: 0px;
}

div.snippetbox .publication_date {
  margin-right: 6px;
}

div.snippetbox .press_link {
  display: inline-block;
  margin-top: 12px;
}

.brief-fields h3.press_link,
.full-fields h3.press_link {
  margin: 14px 0 0 0;
}

/*.press_link .formbutton {
  background-image: url("/img/open_in_new_window_inv_12x12.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  color: transparent;
  margin-left: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
*/

a.press_link[target=_blank],
.press_link a[target=_blank] {
  background-image: url("/img/open_in_new_window_16x13.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
  padding-right: 24px;
}
a.press_link[target=_blank]:hover,
.press_link a[target=_blank]:hover {
  background-image: url("/img/open_in_new_window_16x13_hover.png");
}

a.press_link[target=_blank] span.formbutton,
.press_link a[target=_blank] span.formbutton {
  display: none;
}

/* 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 {
	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 {

}

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

}

/* end of invenio.css */
.full-fields {
	min-height: 200px;
	display: block;
	font-size: larger;
	margin-left: 211px;
	margin-right: 200px;
}
.brief-fields {
	margin-left: 108px;
	display: block;
}
div.moreinfo {
	margin-left: 108px;
}

.snippetbox {
	background: none repeat scroll 0 0 #EEEEEE;
	-moz-box-shadow: 2px 2px 4px #CCCCCC;
	-webkit-box-shadow: 2px 2px 4px #CCCCCC;
	box-shadow: 2px 2px 4px #CCCCCC;
	margin-bottom: 4px;
	margin-left: 108px;
	margin-top: 4px;
	padding: 4px;
	border: 1px solid #999999;
	width: 530px;
}

.snippetbox em {
	background-color: #ace;
}

.snippetbox ul {
	margin: 0;
	padding: 0;
}

.snippetbox li {
	list-style: none;
	line-height: 16px;
}

div.mini-icon {
	display: block;
	margin-left: 108px;
	-webkit-box-shadow: 2px 2px 2px #CCCCCC;
	-moz-box-shadow: 2px 2px 2px #CCCCCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.mini-icon img {
	margin: 2px;
}

body {
  font-family: "Lucida Grande", "Verdana", "Century Gothic", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #646464;
}

div.rerodoc-brief {
	margin-right: 0;
	text-align: center;
	min-height: 110px;
	float: left;
}

.instit-info .instit-logo {
  margin: 0px auto;
  margin-bottom: 24px;
}

.instit-info img, .instit-info a {
	display: block;
	max-height: 150px;
	max-width: 150px;
}

.instit-info .faculty {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  max-width: 150px;
  padding-top: 4px;
  border-top: 1px solid #cbcbcb;
}

.full-fields .addbasket {
  display: block;
  margin-top: 24px;
}

.pagebodystripemiddle td {
	padding: 3px 3px 20px;
}

.pagebody {
	width: 960px;
	margin: auto;
	/*
	border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  -moz-box-shadow: 2px 2px 4px #ccc;
  -webkit-box-shadow: 2px 2px 4px #ccc;
  -khtml-box-shadow: 2px 2px 4px #ccc;
  box-shadow: 2px 2px 4px #ccc;
	*/
  /* For IE 8 
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	*/
  /* For IE 5.5 - 7 
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
	*/
}
a:link, a:visited {
	text-decoration: none;
	color: #68889B;
}
a:hover {
	text-decoration: none;
	color: #26526C;
}
.formbutton {
background-color: #26526C;
border: none;
padding: 2px;
}
.searchresultsbox {
background : none;
border-top: 1px solid #26526C;
}

.searchresultsboxbody, 
.searchresultsboxheader {
background : none;
border: none;
}
ul.rerodoc-detailed {
	padding: 0;
	margin: auto auto;
}

.rerodoc-detailed li {
	display: inline-block;
	list-style: none outside none;
	margin: 10px;
}

.rerodoc-detailed .mvo-thumb {
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.rerodoc-brief .mvo-thumb {
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.rerodoc-brief img {
	vertical-align: top;
}
.rerodoc-brief-thumb img {
	vertical-align: top;
}
.rerodoc-detailed img {
	vertical-align: bottom;
}
.rerodoc-brief .mvo-container-unsupported,
.rerodoc-brief .nomvo-container-unsupported {
	width: 100px;
}


.rerodoc-detailed-thumb {
	float: left;
	margin-right: 40px;
}

#detailedrecordminipanelreview,
#detailedrecordminipanelactions
{
	display: inline-block;
	width: 49%;
}
.bottom-left-folded, 
.bottom-right-folded {
	display: inline-block;
	width: 49%;
}

div#detailedrecordminipanelfile {
	height: auto !important;
}

div#detailedrecordminipanelfile > div {
	height: 140px !important;
	overflow: auto;
}

.short-sumary,
.complete-summary {
	text-align: justify;
	font-size: small;
}
#detailedrecordminipanelactions,
#detailedrecordminipanelreview {
	vertical-align: top;
}
.navtrailbox,
.headerbox {
	width: 1000px;
	background: none;
	margin: auto;
}
.navtrailbox {
	margin-bottom: 4px;
	margin-top: 10px;
}
.headermoduleboxbody {
	border: none;
	background: none;
}
.rankscoreinfo {
	display: none;
}
.searchresultsboxheader small {
	display: none;
}
.focusonsearchbox td>small:after {
	content: ", ";
}
.focusonsearchbox td>small.nbdoccoll {
	display: inline;
}
.focusonsearchbox td a {
	margin-bottom: 8px;
}
.focusonsearchbox {
/*	border-radius: 4px;
	border: 1px solid #CCCCCC;
	box-shadow: 2px 2px 4px #CCCCCC;*/
}
.focusonsearchbox {
	margin: 0px;
}
table.latestadditionsbox, table.narrowsearchbox {
	margin: 0px;
}
.focusonsearchboxheader, .portalboxheader {
   font-size: 144%;
   font-weight: 700;
   margin-left: 0px;
   color: #26526C;
   background: transparent;
	 padding: 3px;
}
.latestadditionsboxrecordbody {
	font-size: 1em;
}
.headermoduleboxbody, .headermoduleboxbodyselected {
	font-size: large;
}
.subsubmenu {
	font-size: small
}
.detailedrecordtabs li a {
	font-size: medium
}
.focusonsearchbox {
	width: 100%;
}
.news-body h2 {
	font-weight: bolder;
	font-size: 1.2em;
	margin: 0;
}
.focusonsearchbox td {
	padding: 3px 3px 10px 10px;
}
.focusonsearchbox .son {
	margin-left: -10px;
}

.narrowandfocusonsearchbox .focusonsearchbox tr {
	float: left;
	width: 310px;
}
div.moreinfo {
	border-bottom: 1px solid #ccc;
}

.menu ul.subsubmenu {
	background: white;
	border: 1px solid black;
	left: 2em;
}

.pagebodystripemiddle {
	overflow: auto;
}

.mvo-container .mvo-thumb img,
.nomvo-container .mvo-thumb img {
	max-width: 80px;
}

/** warn */
.hdrero .mvo-container .mvo-thumb img,
.hdrero .nomvo-container .mvo-thumb img {
	max-width: 150px;
}

/** warn */
.hdrero .nomvo-container .mvo-thumb img,
.hbresults .nomvo-container .mvo-thumb img {
  border: none;
}

.pagebodystriperight {
   width: auto;
   float: none;
}

.addtobasket {
	text-align: right;
}

.checkforbasket {
	vertical-align: bottom;
}

.searchresultsbox {
	width: 688px;
}

.searchresultsbox .searchresultsboxheader {
	text-align: right;
}


.navigation {
	text-align: center;
	width: 700px;
	margin-left: 260px;
	min-height: 20px;
}

.navigation.header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.navigation.footer {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

.navigation .nresults {
	float: left;
}

.navigation .goto {
	float: right;
}

.searchresults.list {
	width: 700px;
	margin-left: 260px;
}

.hbresults {
	min-height: 85px;
}

#detailedrecordminipanelmetadata {
    border-left: 1px solid #CCCCCC;
    margin-left: 227px;
    overflow: auto;
		width: 730px;
}

#detailedrecordminipanelactions {
    float: left;
    width: 200px;
/*		height: 400px;*/
		position: relative;
}

.metadata {
	font-size: 0.9em;
	padding: 10px;
}
.metadata li {
	list-style: none;
	margin-bottom: 8px;
}
.metadata h1,
div#detailedrecordminipanelfile h1,
#detailedrecordminipanelactions h1 {
	font-size: 1.1em;
	text-transform: none;
}
.metadata h1 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

div.metadata ul dd {
	display: inline-block;
	width: 450px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 4px;
}
.metadata  dd > ul {
		padding: 0;
}
div .metadata ul dt {
	font-weight: bold;
	vertical-align: top;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 4px;
}
ul.detailedrecordactions li a,
ul.collectionactions li a {
	display: block;
	text-align: center;
}

ul.detailedrecordactions li,
ul.collectionactions li {
	display: block;
	list-style: none;
	margin-bottom: 4px;
}

ul.share_link li {
    width: 30px;
}

/*#bookmark {
	position: absolute;
	bottom: 0;
	right: 0;
}*/

div.detailedrecordbox, div.detailedrecordminipanel {
    width: 100%;
}

.backtosearch {
	float: right;
	text-align: right;
}

.hdrero {
	margin-bottom: 4px;
}

.similarrecords {
	float: left;
}

body .main-content {
	margin: auto;
	width: 1000px;
	position: relative;
    background: url("/img/bkg-body-int-doc.jpg") no-repeat scroll center top #FFFFFF;
    color: #7B7B7B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

body.home .main-content {
	background: url("/img/bkg-body-doc.jpg") no-repeat scroll center top #FFFFFF;
}

.pagebodystripemiddle,
.searchboxbody,
.searchbox {
	background: none;
}

.searchbox.simplesearch {
	position: absolute;
	top : 76px;
	right: 30px;
}

.placeholder {
	color: #aaa;
}

.pageheader {
	height: 192px;
}

.home .pageheader {
	height: 280px;
}
.navtrailbox {
	position: absolute;
	top: 162px;
}

.home .navtrailbox {
	top: 250px;
}

.headerboxbodylogo a, 
.home .headerboxbodylogo a, 
.headerboxbodylogo a:visited,
.home .headerboxbodylogo a:visited {
	background: none;
}

.detailed-infos ul.tabs {
	border-bottom: 1px solid #CCCCCC;
	height: 19px;
	padding-left: 10px;
}
.detailed-infos .tabs a.sel {
	background-color: #999;
	color: white;
}
.detailed-infos .tabs li {
	list-style: none;
	float: left;
	margin-right: 4px;
	border: 1px solid #ccc;
}
div.panes {
	clear: left;
}
.summaries dt {
	font-weight: bolder;	
}
strong.highlight {
	color: red;
}


.menu.sortby {
		float: left;
		width: 200px;
}

.menu.sortby li.selection {
	color: red;
}

.left-menu-hd {
	border: 1px solid #ccc;
	background: #f0f0f0;
	margin-bottom: 10px;
}
.left-menu-hd ul {
	padding: 0;
	margin: 0;
}
.left-menu-hd li {
	list-style: none;
	display: inline-block;
}
.left-menu-hd li span {
	display: block;
	width: 30px;
	height: 30px;
}
.left-menu-hd li span.bookmark-email {
	background: url("/img/share/email.png") center center no-repeat;
}

.left-menu-hd li span.bookmark-facebook {
	background: url("/img/share/facebook.png") center center no-repeat;
}
.left-menu-hd li span.bookmark-linkedin {
	background: url("/img/share/linkedin.png") center center no-repeat;
}
.left-menu-hd li span.bookmark-adsense {
	background: url("/img/share/adsense.png") center center no-repeat;
}
.left-menu-hd li span.bookmark-tweeter {
	background: url("/img/share/tweeter.png") center center no-repeat;
}
.left-menu-hd li span.bookmark-link {
	background: url("/img/share/link.png") center center no-repeat;
}
.export-format li {
	display: block;
}
div.col-description {
	/*background: #D6E1E8;*/
	padding: 0px !important;
	margin-bottom: 10px;
}
div.col-description .portalbox {
	background: #D6E1E8;
	padding: 20px;
	width: auto;
}

.col-description div {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
}

.col-description h1 {
		margin-bottom: 4px;
		margin-top: 0;
		color: #1D496D;
		font-size: 26px !important;
		font-variant: normal;
		font-weight: normal;
		text-shadow: none;
}

.col-description .image {
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	border: 1px solid white;
	margin-right: 30px;
}
.col-description .image img {
	max-height: 150px;
	max-width: 150px;
	border:none;
	vertical-align: middle;
}
.col-description .portalboxbody {
	/*min-height: 220px;*/
}
.col-description div.body {
/*	 color: #666666;
	 font-size: 14px;
	 line-height: 18px;
	 text-shadow: 0 1px 1px #FFFFFF;
	 */
	color: #666666;
/** warn */
	font-size: 14px;
	line-height: 18px;
}
/* Collection widget */
div.item h1 {
	padding: 0;
	margin: 0;
}

div.item .img-border {
	text-align: center;
	height: 214px;
	width: 200px;
	line-height: 214px;
	float: left;
}

div.item {
	position: relative;
	width: 634px;
	height: 240px;
	line-height: 240px;
	text-align: right;
}

.item img {
	vertical-align: middle;
	max-width: 150px;
	max-height: 150px;
}

#carousel .bg {
	background: #ccc;
	width: 634px;
	height: 214px;
	z-index: -2;
	position: absolute;
}

#carousel {
	position: relative;
	z-index: 2;
	float: left;
}

#pager .thumb.selected {
	background: #2c72ad;
}

#pager {
	background: #829dbf;
	float: left;
	width: 321px;
	height: 214px;
	z-index: 1000;
}

#pager .thumb {
	height: 107px;
	width: 107px;
	line-height: 107px;
	text-align: center;
	float: left;
}

#pager img {
  vertical-align: middle;
  cursor: pointer;
  max-height: 80px;
  max-width: 80px;
}

#carousel .title {
	line-height: 90px;
	width: 400px;
	position: absolute;
	top: 15px;
	height: 90px;
	right: 20px;
}

#carousel h1 {
	display: inline-block;
	line-height: 30px;
	vertical-align: bottom;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#carousel p {
	color: #666666;
	display: block;
	font-size: 16px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 20px;
	text-shadow: 0 1px 1px #FFFFFF;
	top: 110px;
	width: 400px;
	line-height: 22px;
}

#carousel a.to-collection {
	background-color: #888888;
	background-image: -moz-linear-gradient(center bottom , #666666 25%, #888888 75%);
	border: 1px solid #666666;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	outline: medium none;
	position: absolute;
	right: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	top: 200px;
	width: 230px;
}

.main-info {
	float: left;
}
div.news {
	float: left;
	width: 320px;
}
div.news img {
	float: left;
	margin-right: 10px;
}
.pagefooter {
	width: auto;
}

.pagefooter .footer-content {
	width: 1000px;
	margin: auto;
}

.main-info div.news li h4 {
	margin: 0;
}
.main-info div.news img {
  max-width: 36px;
  max-height: 36px;
    border: none;
}
.main-info div.news img.newspaper-titles {
  max-width: 130px;
  max-height: 130px;
  margin: 12px 0 0 9px;
}
/*.main-info div.news img.titres-journaux {
  max-width: 180px;
  max-height: 300px;
  border: none;
}
*/

.full-fields h2 {
	color: #1D496D;
	font-size: 15px !important;
	font-weight: normal;
}

.full-fields p.complete-summary {
	line-height: inherit !important;
}

div#detailedrecordminipanelfile > div a.next,
div#detailedrecordminipanelfile > div a.prev {
	display: none;
}
div.main-info div.news li h4,
li.newsentry h4 {
	font-style: normal;
/*color: #646464;
	font-weight: normal;
	font-size: 14px;
	*/
	margin-left: 50px;
}
div.main-info div.news li h4 {
	font-weight: normal;
}

div.main-info div.news li a,
div.main-info div.news li  {
	margin: 0;
}

div.main-info .news ul.rerodoc-numbers li h4,
li.newsentry h4,
div.main-info .news ul.rerodoc-numbers li h4 a.quicknote {
	margin: 0;
	padding: 0;
}

li.newsentry h4 {
    line-height: 100%;
    margin-bottom: 3px;
}

div.main-info div.news ul.rerodoc-numbers li h4,
div.main-info div.news ul.rerodoc-numbers li h4 a.quicknote {
	padding-left: 4px;
}

li.newsentry .newsheader {
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #cdc;
}
li.newsentry .newscontent,
li.newsentry .newsheader {
	margin-left: 50px;
}
.newscontent {
    line-height: 130%;
}
div.main-info div.news li h4 span.date, 
li.newsentry .date {
	font-size: 13px;
}
li.newsentry .date {
	display: inline;
}
.newscontent ul.collection {
	padding-left: 0;
}
.newscontent ul.collection li {
	display: inline-block;
	padding-right: 20px;
}
.newscontent ul.collection li img {
	width: 36px;
	height: 36px;
	padding-right: 10px;
}
div.main-info .news .rerodoc-numbers li {
	margin-top: 4px;
}

div.main-info {
	    margin-top: 15px;
}
.news a.suite {
	float: right;
}
li.newsentry {
	list-style: none;
}
li.newsentry img {
	float: left;
	max-width: 36px;
	max-height: 36px;
	/*border: 1px solid #CDCDCD;*/
}
ul.news {
	padding: 0;
	margin: 0;
}

.hdrero #extend-summary {
	display: block;
	text-align: right;
	width: 100%;
	font-size: 13px !important;
}

.hbresults div.mini-icon {
	display: block;
	margin: 0;
}

.right-block {
	float: right;
	margin-left: 10px;
}
.rero-basket {
	margin-top: 10px;
}
.rero-basket input {
	margin: 3px;

}
.basket {
	display: none;
}

span.brief-fields {
/*	min-height: 120px;*/
	margin-left: 117px;
	width: 530px;
}
.bskbasket .rero-baket {
	display: none;
}

div.metadata a {
	color:#508EC6;
}

div.metadata a:hover {
	color:#F68212;
}
div.hm-format {
	width: 935px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #cdcdcd;
}
.searchresults.list tr td {
	padding-bottom: 10px;
	padding-top: 10px;

}


/************* IOMEDIA ******************/
@charset "UTF-8";
/* CSS Document - Rero Doc */

/* INFORMATIONS
orange (liens hover - multivio) : #f68212
degradé orange (boutons)  : #f68212 -> #d46c07
bleu clair (liens) : #508ec6
bleu foncé (titres) : #1d496d
noir (texte body) : #7b7b7b
gris (breadcrumb, onglets) : #bebebe
*/

/* GENERAL */
html{
	border-bottom:5px solid #afafaf;
}

body.home {
    background: url("/img/bkg-body-doc.jpg") no-repeat scroll center top #FFFFFF;
}
body {
    background: url("/img/bkg-body-int-doc.jpg") no-repeat scroll center top #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7b7b7b;
}

.pagebodystripemiddle{
	overflow:hidden !important; 
}

.admin .pagebodystripemiddle{
	overflow:visible !important;
}

a, a:link, a:active, a:visited {
    text-decoration:none;
	color:#508ec6;
}
a:hover {
    text-decoration:none;
	color:#f68212;
}
/* Titres */
h1, h2, h3{
	color:#1d496d;
	font-weight:bold;
}
h1{
    font-size:20px;
}
h2{
    font-size:15px;
}
h3{
    font-size:13px;
}
/* Interface */
.navtrailboxbody {
    padding: 15px 0 0 20px;
	color:#bebebe;
	font-weight:bold;
    font-size:14px;
}
.navtrailboxbody a:link, .navtrailboxbody a, .navtrailboxbody a:visited, .navtrailboxbody a:active{
	color:#bebebe!important;
}
.navtrailboxbody a:hover{
	color:#f68212!important;
}
/* FOOTER */
.pagefooter{
    border-top:#cdcdcd solid 1px;
	color:#c4c4c4;
	font-size:14px;
}
.pagefooter .pagefooterstripeleft, a.footer:link,  a.footer:active,  a.footer:visited{
    color:#bebebe;
	font-size:14px;
	font-weight:bold;
	margin-left:6px!important;
}
a.footer{
    margin-left:15px!important;
}
a.footer:fisrt-child{
    margin-left:0;
}
a.footer:hover{
    color:#f68212;
}
/* HEADER */
.home div.headerboxbodylogo a{
    background: url("/img/logo-rero-doc.png") no-repeat scroll center top transparent !important;
    display: block;
    height: 93px !important;
    left: 20px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 73px !important;
    width: 262px;
}

.pageheader div.headerboxbodylogo a{
    background: url("/img/logo-rero-doc_fr.png") no-repeat scroll center top transparent !important;
    display: block;
    height: 93px !important;
    left: 20px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 58px;
    width: 262px;
}
body.fr .pageheader div.headerboxbodylogo a{
    background: url("/img/logo-rero-doc_fr.png") no-repeat scroll center top transparent !important;
	}
body.it .pageheader div.headerboxbodylogo a{
    background: url("/img/logo-rero-doc_it.png") no-repeat scroll center top transparent !important;
	}
body.en .pageheader div.headerboxbodylogo a{
    background: url("/img/logo-rero-doc_en.png") no-repeat scroll center top transparent !important;
	}
body.de .pageheader div.headerboxbodylogo a{
    background: url("/img/logo-rero-doc_de.png") no-repeat scroll center top transparent !important;
	}

/* Top menu */
table.headerbox tr.menu{
    right: 337px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 8px;
    width: 262px;
    .right: -420px;
    top: 6px \0/ !important;
    right: 355px \0/ !important;
}
.searchboxheader {
	display: none;
}
.headermoduleboxbody {
    font-size: 14px!important;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 75px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.headermoduleboxbody a{
    color:#FFF!important;
}
.menu .headermoduleboxbody a:hover {
    background-image: none!important;
	background-color: transparent!important;
	color:#508ec6!important;
	text-decoration:none!important;
}
.menu .headermoduleboxbody .hassubmenu a, .menu .headermoduleboxbody .hassubmenu a:hover {
    background-image: none!important;
}
.menu .hassubmenu a {
	color: #1D496C !important;
	font-weight: normal;
	font-size:13px;
}
.headermoduleboxbody .hassubmenu a {
	color: #FFF !important;
}
.menu td.headermoduleboxbody:hover {
    background-image: none!important;
	background-color: transparent!important;
}
/* Top menu -> sous-menu */
.menu ul.subsubmenu{
	border: solid 0px #E1E1E1 !important;
	left: -5px!important;
	top:15px;
	padding-top:8px;
	background-color: #265c88 !important;
	padding-left:5px;
}
.menu ul.subsubmenu li{
	background-color: #22568b!important;
	border-top: 1px solid #306FA4;
}
.menu ul.subsubmenu li:first-child{
	border-top: 0px solid #306FA4;
	padding-top:0px;
}
.menu ul.subsubmenu li a {
	font-weight: bold;
	color: #FFF !important
}
.menu ul.subsubmenu li.selection {
	font-weight: normal !important;
}
.menu ul.subsubmenu li a:hover{
	color:#508ec6!important;
}

/* Top menu -> Lang */

div.languagebox{
    top:6px;
	position:relative;
	float:right;
	margin-right:15px!important;
	padding-right:15px !important;
	border-right:1px solid #fff;
}

a.langinfo:link, div.languagebox {
    font-size: 14px!important;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
}
.hdrero .moreinfo a {
	color:#FFF;
}
a.langinfo:link, a.langinfo:visited{
	color:#fff;
}

a.langinfo:hover {
	color:#508ec6;
}

div.languagebox {
    font-size: 16px!important;
}

span.langinfo {
    font-size: 14px!important;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#508ec6!important;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
}


/* Top menu -> User */
.userinfoboxbody {
    float: right;
	margin-top:2px;
}
.userinfoboxbody img{
    display:none;
}
a.userinfo:link{
	background:url("/img/ico-connect.png") no-repeat top right;
	padding-right:25px;
}

a.userinfo:link, .userinfoboxbody, a.userinfo:visited {
    font-size: 14px!important;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff!important;
	margin-left:5px;
	margin-right:5px;
	text-transform:capitalize;
}

a.userinfo:hover {
    color:#508ec6!important;
}

.userinfoboxbody a.name{color:#fff;}

.navigation.footer .nresults, .navigation.footer .goto{
	float:right;
	color: #1d496c;
}

.navigation.footer .goto a{
	color: #1d496c;
}

.navigation.footer .goto a:hover{
	color:#f68211;
}


/* Search */
.searchboxbody{
	vertical-align:middle;
}

.searchboxbody input.formbutton {
	background-color:#f68212;
	background-image: url("/img/but-search.png");
    border: medium none;
    padding: 0;
	margin:0;
	width:71px;
	height:29px;
}
.searchboxbody input.simplesearchfield[type="text"] {
	background-color:transparent;
	background-image: url("/img/bkg-input.png");
    border: medium none;
	margin:0px 10px 0 0;
	width:348px;
	height:29px;
	padding:0 10px;
}
.searchbox.simplesearch {
    position: absolute;
    right: 18px;
    top: 67px !important;
}

.home .searchbox.simplesearch {
    position: absolute;
    right: 18px;
    top: 99px !important;
}

.PRESS .pagebodystripemiddle table.searchbox tr:last-child {
  display: none;
}

.home .advancedsearch .searchboxheader {
position:absolute;
    right: 17px;
    top: 175px;
}
.searchboxbody small a {
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 15px;
	background: url("/img/arrow-small-blue.png") no-repeat scroll 0 4px transparent;
}

/* HOME PAGE */
/* Carousel */
.portalbox .portalboxheader {
	display: none;
}
.portalbox {
	border-top: 0px;
	margin-top:-10px;
}
#wrapper {

}
#carousel, .caroufredsel_wrapper {
  height:250px !important;
  overflow: hidden;
  background-color:#d6e1e8;
}

#carousel .item .to-collection{
	position:absolute !important;
	float:left;
	vertical-align:bottom;
	display:block;
	left:240px;
}

#carousel p {
	width: 380px !important;
	margin: 5px 0 !important;
	display: block;
	font-size:15px !important;
	line-height:21px !important;
	text-shadow:none;
}

#carousel .title {
	position: static !important;
	float: left;
	margin:20px 0 0;
	text-align: left;
	width: 380px !important;
	line-height: 20px !important;
	height: auto !important;
	padding-left:0px;
}

#carousel .title h1{
	color:#1d496d;
	text-shadow:none;
	font-weight:normal;
	font-variant:normal;
	font-size:20px !important;
}

div.item .img-border {
	border:solid 1px #FFF !important;
	margin: 20px 20px 0 20px;
}
div.item > a, div.item > p {
	position: static !important;
	float: left;
}
div.item > p {
	text-align: left;
}

#carousel .bg {
	background: transparent !important;
	padding:0 0 10px;
}
.caroufredsel_wrapper{
    background-color:#d6e1e8;
}
#pager {
    background: none repeat scroll 0 0 #e8eff4!important;
    height: 240px !important;
    padding:10px 0 0;
}
#pager .thumb {
    width:90px !important;
    max-width:90px !important;
    height:90px !important;
    line-height:90px !important;
    border:solid 1px #FFF;
    margin:10px 0 10px 10px !important;
}
#pager .thumb.selected {
    background:#f68212 !important;
    border-color:transparent;
}
/* Teasers bottom */
.main-info{
    margin-top:30px;
}
.main-info h2.quicknote{
    font-size:17px;
	font-weight:normal;
	color:#1d496d;
	font-family: 'Orienta',Arial,Helvetica,sans-serif !important;
}
.main-info img{
    border:#cdcdcd solid 1px;
}
.main-info ul{
    margin:0;
	padding:0;
}

/** warn */
.main-info .news{
	width:220px;
}

/** warn */
.main-info .news+.news{
  margin-left: 25px;
}

/*.main-info div.inst-stats {
  width: 195px;
}
.main-info div.doc-stats {
  width: 230px;
}
.main-info div.press-titles {
  width: 195px;
}
.main-info .news+div.last-news {
  width: 230px;
  margin-left: 50px;
}
*/
.main-info .news li{
    background: url("/img/arrow-small-darkblue.png") no-repeat scroll 0 4px transparent;
/** warn */
	padding: 0 0 0 15px;
	margin:15px 0 0 0;
	font-size:14px;
	font-weight:normal;
	color:#1d496d;
	list-style:none outside;
}

/** warn */
.main-info .news .last-news li {
	min-height:60px;
  padding-bottom: 5px;
}

.main-info .news li a, .main-info .news li a .quicknote{
	color:#508ec6;

}


.main-info .news li a:hover, .main-info .news li a:hover .quicknote{
	color:#F68212;
}

.main-info .news li a.suite{
	color:#508ec6;
}

.main-info .news li+li{
	border-top:1px solid #bebebe;
	padding-top:15px;
	background-position:0 19px;
}

div.main-info div.news ul.rerodoc-numbers li {
	border:none;
	padding-top:0px;
	background-position:0 4px;
	height:auto;
	font-weight:bold !important;
}

.main-info .news li:first-child{
	margin:0;
}

/** warn */
div.main-info div.news ul.press-titles img.left-from-center,
div.main-info div.news ul.press-titles img.right-from-center {
  max-height: 16px;
  max-width: 180px;
  margin: 0;
}

/** warn */
div.main-info div.news ul.press-titles img.left-from-center {
  float: right;
  padding-right: 115px;
}
/** warn */
div.main-info div.news ul.press-titles img.right-from-center {
  float: left;
  padding-left: 95px;
}

/* Portalbox press */

.PRESS div.col-description {
  margin: 0 0 10px 0 !important;
}

.PRESS div.col-description .portalbox {
  background: none;
  padding: 0;
}

/** See: http://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs/6880421#6880421 */
.PRESS div.col-description .portalboxbody {
  height: auto !important;
  text-align: justify;
  line-height: 0;
  min-height: 0px;
  margin: 0;
  padding: 10px 0;
}


.PRESS div.col-description .portalboxbody a.press-collection {
  margin: 0 16px 0 0;
}

.PRESS div.col-description .portalboxbody img.press-title {
  display: inline-block;
  max-height: 22px;
}
.PRESS div.col-description .portalboxbody .stretch {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  z-index: -100;
}

.PRESS div.col-description .portalboxbody .image {
  float: none;
/*  max-width: 150px;
  max-height: 30px;
*/  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.0;
  width: 100%;
  text-align: left;
  height: auto;
  cursor: pointer
}
.PRESS div.col-description .portalboxbody .image img {
  vertical-align: top;
	max-height: 150px;
}
.PRESS div.col-description .portalboxbody .image img.get-info {
  float: right;
	max-width: 24px;
	max-height: 24px;
}
.PRESS div.col-description .portalboxbody .body {
  display: block;
	/*width: 100%;*/
	background: #D6E1E8;
	padding: 20px;
}

.PRESS div.col-description .portalboxbody .body h1 {
	color: #1D496D;
	text-shadow:none;
	font-weight:normal;
	font-variant:normal;
	font-size:20px !important;
  margin-bottom: 12px;
}


/*.PRESS div.col-description .portalboxbody #show-hide {
  text-align: right;
  margin-top: -28px;
  margin-bottom: 28px;
  opacity: 0.2;
}
.PRESS div.col-description .portalboxbody #show-hide img {
  max-width: 24px;
  max-height: 24px;
}
.PRESS div.col-description .portalboxbody #show-hide:hover {
  opacity: 1.0;
}
*/

.PRESS .date-range {
  height: 170px;
/*  border: 1px solid #cbcbcb;*/
  margin: 0 0 14px 0;
  padding: 0;
}

.PRESS #pub-date-stats {
  float: left;
  height: 178px;
  width: 686px;
  margin: -8px 0 0 0;
/*  border: 1px solid #cbcbcb;*/
}
/*.PRESS #pub-date-stats {
  float: left;
  height: 158px;
  width: 666px;
  margin: 0;
  padding: 10px;
  border: 1px solid #cbcbcb;
}
*/

.PRESS .date-range .facets {
/*  border: none;
  background: none;
  padding: 0;
*/
  height: 138px;
}

/*Home*/
.pagebody {
	margin:15px auto 0 !important;
	padding-bottom:0px !important;
	padding:0;
	margin-top:0 !important;
}
.home .pagebody {
	margin:0 auto !important;
}
.collection-au-hasard-left {
	background-color:#d6e1e8;
}
.collection-au-hasard-livre {
    border:#FFF solid 1px;
	padding:20px;
}
.collection-au-hasard-livre.selected, .collection-au-hasard-livre:hover {
    background: url("/img/bkg-teaser-home-selected.png") repeat-x scroll center top #f68212;
}
.collection-au-hasard h1{
    font-size:26px;
	color:#1d496d;
}
.collection-au-hasard h2{
    font-size:20px;
	color:#508ec6;
}
.collection-au-hasard-right {
	background-color:#e8eff4;
}
.button {
    background: url("/img/bkg-butt.gif") repeat-x scroll center top #f68212;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	height:47px;
	padding: 0 	10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;	
}
.teasers-bottom-home h3{
    font-size:17px;
	text-transform:uppercase;
	color:#1d496d;
}
.teasers-bottom-home img{
    border:#cdcdcd solid 1px;
}
.teasers-bottom-home li{
    background: url("/img/arrow-small-blue.png") no-repeat scroll 0 3px transparent;
	padding: 0 0 0 15px;
	margin:15px 0 0 0;
}
.teasers-bottom-home li:first-child{
	margin:0;
}
.footer{
    border-top:#cdcdcd solid 1px;
	color:#c4c4c4;
}
.footer a{
    color:#bebebe;
}
/* Detail */

.col-description {
    margin-bottom: 20px!important;
    padding: 10px 20px!important;
}
.inside .full-fields h2 {
    margin-bottom:8px;
}
.inside .full-fields h3 {
    margin-bottom:8px;
}
.breadcrumb a, .breadcrumb{
    color:#bebebe;
}
.onglet a{
    color:#fff;
	background-color:#cbcbcb;
	font-weight:bold;
}
.onglet a:hover, .onglet a.selected{
    color:#cbcbcb;
	background-color:#fff;
}
.detail h1{
    font-size:20px;
}
.detail  h2{
    font-size:14px;
}
.detail  h3{
    font-size:15px;
}
.pagination{
    color:1d496d;
}
.titre-de-section{
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	width:100%;
    color:#bebebe;
	border-bottom:#bebebe solid 1px;
	padding:0 0 10px 0;
}
.date-carrousel{
	font-weight:bold;
    color:#1d496d;
}
.partage{
	font-weight:bold;
    color:#bebebe;
	background-color:#f1f1f1;
}
.news ul li  {
	font-weight: normal !important;
}
.news ul li .quicknote {
	display: block;
}

/* resultats de recherche */

.mvo-container .mvo-thumb {
	border: solid 1px #cbcbcb;
	min-height: 90px;
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: url(../img/degrade_orange.png) repeat-x top left;
}
.mvo-buttons .mvo-icon-download, .mvo-buttons .mvo-quick {
	border: 0px;
	margin: 5px 0 0;
}*/

.hbresults .mvo-caption {display:none; }

.rerodoc-brief {
	margin-right: 15px;
}
div.mini-icon {
	display: none;
}

.navigation.header {
	border-bottom: solid 3px #f68211;
	margin-bottom:0px;
	
}
.navigation{
	width:686px;
	margin-left:273px;
}
.footer {
	margin-left: 0 !important;
	margin-top: -3px !important;
}

.menu.sortby{
	float:left;
	width:300px;
	margin-top:0px;
	z-index:1000;
}
/** warn */
.menu.sortby a.header {
  pointer-events: none;
}
.sortby ul.subsubmenu {
	background-color: #EAEAEA !important;
}
.sortby ul.subsubmenu li {
	border-top:0px !important;
	padding: 3px 7px;
}
.sortby ul.subsubmenu li a {
	color: #508EC6 !important;
	font-weight: normal;
}

.backtosearch .moreinfo, .backtosearch .moreinfo a.moreinfo {
color: #1d496d;
}

.searchresults td {
	padding:15px 0 5px 0px;
}

.searchresults tr td{
	border-bottom: solid 1px #cbcbcb;
}

.searchresults.list{
	width:684px;
	margin-left:273px;
	padding:0px 0px 20px 0px;
}

p.short-sumary{
	color:#7b7b7b;
}

.snippetbox {
	box-shadow:none;
	margin-left:115px;
	margin-bottom:20px;
	border:1px solid #cdcdcd;
	width:540px;
	padding:10px;
	background-color:#f1f1f1;
	line-height:auto;
    color: #7B7B7B !important;
    font-size: 12px !important;
    font-weight: normal !important;	
}
.snippetbox em{
	background-color:#f58112;
	color:#fff;
	font-style:normal;
}

div.moreinfo {
	border-bottom: 0px;
	margin-left:115px;
}

a.moreinfo {
	color: #4785ba !important;
}

a.moreinfo:hover{
	color: #f68212 !important;
}


.brief-fields {
	color: #1d496c;
	font-size:14px !important;
	font-weight:bold;
	margin-left:116px;
}

.brief-fields h2, .full-fields h2{
	margin:0px;
	font-family: 'Orienta',Arial,Helvetica,sans-serif !important;
	font-size: 14px !important;
	margin-bottom:6px;
	font-weight:500;
}
.full-fields h2 {
    font-size: 15px !important;
}
.brief-fields h2{
	font-size: 15px !important;
	margin-bottom:6px !important;
}

.brief-fields h3, .full-fields h3{
	margin:3px 0px 3px 0px;;
	font-variant:normal;
	width:100%;
	font-weight:normal;
	font-size:13px !important;
}

.brief-fileds h3 a, .full-fields h3 a{
	font-weight:normal !important;
}

.brief-fields strong {
	color: #1d496c;
	font-size:18px !important;
	display:block;
}

.brief-fields a:link{
	color: #1d496c !important;
}

.brief-fields a:hover{
	color: #f68212 !important;
}


.short-sumary {
	color:#7B7B7B !important;
	margin:0px;
	font-size:12px !important;
	font-weight:normal !important;
}

.short-sumary a {
	color: #7B7B7B;
}

.hbresults {
	min-height: 0px;
	margin-bottom: 5px;
}
.addtobasket {
	margin:15px 0;
	text-align: center;
}
.addtobasket .formbutton {
	background: url(../img/but-panier.png) no-repeat top left;
	color: transparent;
	width:51px;
	height: 20px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.menu ul.subsubmenu li {
	background: transparent !important;
}
.menu ul.subsubmenu li.selection {
	color: #1d496d !important;
	padding-left: 13px !important;
	font-weight: normal !important;
}

/* details */
a.next {
    background:url(/img/icon_arrow_next.png) 0 0 no-repeat;
	display:inline-block;
	width:12px;
	height:12px;
}
a.next:hover {
    background:url(/img/icon_arrow_next_hover.png) 0 0 no-repeat;
}
a.prev {
    background:url(/img/icon_arrow_prev.png) 0 0 no-repeat;
	display:inline-block;
	width:12px;
	height:12px;
}
a.prev:hover {
    background:url(/img/icon_arrow_prev_hover.png) 0 0 no-repeat;
}
.detailedrecordbox{
}

.detailedrecordtabs{
	padding-bottom:1px !important;
}

.detailedrecordtabs li a{
	width:145px;
	height:11px !important;
	color: #FFF !important;
	border:1px solid #cbcbcb;
	border-bottom:none;
	line-height:12px;
	color:#FFF;
	height:33px;
	background: #cbcbcb !important;
	margin-right:2px;
}

.detailedrecordtabs li.on a{
	color:#cbcbcb !important;
	background: #fff !important;
	border-bottom:none ;
	font-size:14px !important;
}

.top-left-folded{
	display:none;
}

.hdrero{
	padding:20px;
	margin:0;
}

.full-fields{
	width:510px;
	margin-left:200px;
}

.full-fields, .full-fields a:link{
	color: #1d496c;
	font-size: 15px;
	font-weight:bold;	
}
.full-fields a:link{
	color: #508EC6;
}
.full-fields a:hover{
	color: #f68212;
}

#detailedrecordminipanelfile{
border:0px;
height:200px;
overflow:hidden;
}

.mvo-caption{
color:#1d496d !important;
font-size:14px;
font-weight:bold;
}

.rerodoc-detailed{
overflow:hidden;
}

#detailedrecordminipanelfile h1{
border-bottom:1px solid #cbcbcb;
padding-bottom:4px;
color:#b7b7b7;
font-size:14px;
text-transform:uppercase;
}



.rerodoc-detailed-thumb{
	margin-right:15px;
}

.full-fields strong{
	color: #1d496c;
	font-size: 20px !important;
	display: block;
}

.full-fields .complete-summary{
	font-size:12px !important;
	line-height:21px !important;
	color:#7b7b7b !important;
	font-weight:normal !important;
	padding-bottom:0;
	margin-bottom:0;
}

.left-menu-hd{
	padding:10px !important;
	margin-bottom:20px;
}



.left-menu-hd h1{
	font-weight:bold;
	font-size:14px;
	color:#bcbcbc;
	padding-bottom:3px;
	border-bottom:1px solid #bcbcbc;
	margin-top:0;
}

.left-menu-hd li span{
	width:29px;
	height:29px;
	background-size:29px 29px;
}
.left-menu-hd li span {
    height: 25px;
    width: 22px;
}

.left-menu-hd li span.bookmark-linkedin {
    background-image: url("/img/linkedin.png");
	background-repeat:none;
	background-size:25px 25px;
	background-position:-4px 0;
}
.left-menu-hd li span.bookmark-tweeter{
    background-image: url("/img/tweeter.png");
	background-repeat:none;
	background-size:25px 25px;
	background-position:-4px 0;
}
.left-menu-hd li span.bookmark-facebook{
    background-image: url("/img/facebook.png");
	background-repeat:none;
	background-size:25px 25px;
	background-position:-4px 0;
}
.left-menu-hd li span.bookmark-adsense {
    background-image: url("/img/adsense.png");
	background-repeat:none;
	background-size:25px 25px;
	background-position:-4px 0;
}
.left-menu-hd li span.bookmark-link {
    background-image: url("/img/link.png");
	background-repeat:none;
	background-size:26px 13px;
	background-position:5px;
	width:30px;	
}

.left-menu-hd li span.bookmark-email {
    background-image: url("/img/email.png");
	background-repeat:none;
	background-size:25px 25px;
	background-position:-2px center;
}


.detailedrecordactions li a,
.collectionactions li a {
	text-align:left !important;
	text-decoration:none !important;
	padding-left:17px !important;
	background: url("/img/arrow-small-blue.png") no-repeat scroll 0 4px transparent;
	font-weight:normal !important;
}

#detailedrecordminipanelfile{
	margin-bottom:20px;
}

#detailedrecordminipanelmetadata{
	border:none;
}

ul.tabs{
	margin:0px;
	padding:0px !important;
	height:20px !important;
}

.tabs li{
	border:none !important;
}

.tabs li a{
	width:150px !important;
	height:20px !important;
	display:block !important;
	text-align:center !important;
	color: #FFF !important;
	border:1px solid #bebebe;
	border-bottom:none;
	line-height:19px;
	color:#FFF;
	background: #bebebe !important;
	margin-right:2px !important;
	font-weight: bold !important;
}

.tabs li a.sel{
	color:#bebebe !important;
	background: #fff !important;
	border-bottom:none ;
}

.detailed-infos .panes{
	border:1px solid #bebebe;
	border-top:0px;
}

.detailed-infos .panes .metadata{
	padding:0px !important;
}

.metadata > ul{
	padding-left:0px;
	padding-top:10px;
	padding-bottom:0px;
	margin-top:0px;
}

.metadata ul+ul {
	border-top:1px solid #bebebe;
}

.metadata ul dt{
	width:230px;
	padding-left:20px;
	text-align:left; 
}

.metadata ul dd{
	padding-left:0px;
	margin-bottom:0;
}

.metadata > ul > dd > ul > li{
	margin:0px;
}

.metadata a{
	color:#7b7b7b;
}	

.summaries ul{
	margin-top:0px;
	padding:20px;
}


.summaries ul dd{
	padding-top:5px;
	margin-bottom:20px;
	margin-left:0px;
	width:100%;
	text-align:justify;
	font-size:14px;
	line-height:20px;
}

.detailedrecordboxcontent{
	border:1px solid #cbcbcb;
}

.inside td.blocknote{
	background:none;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	color:#1d496c;
}

/*Footer*/
.pagefooter{
	margin-bottom:15px;
}

.pagefooter .pagefooterstripeleft, a.footer:link, a.footer:active, a.footer:visited {
	border-top: 0px;
}

.pagefooterstripeleft ul{
padding-left:0px;
}

.pagefooterstripeleft li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
}

.pagefooterstripeleft li a {
	color:#508ec6;
}

.pagefooterstripeleft li a:hover {
	color:#f68212;
}

.pagefooterstripeleft li+li{
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #bebebe;
}

.navigation.footer {
	border-top: solid 3px #f68211;
	padding-top: 13px;
	text-align:center;
	margin-top:0px;
}

.navigation.footer .nresults,  .navigation.header .nresults{
	float:left;
	color: #1d496c;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	font-weight:normal;
}

.navigation.footer .goto, .navigation.header .goto{
	float:right;
	color: #1d496c;
	font-weight:normal;
	font-size:13px;
	font-style: normal !important;
}
.goto em {
	font-style: normal !important;
}
.goto a {
	color: #508EC6 !important;
}
.goto a:hover {
	color: #1d496c !important;
}

.navigation.header span+span, .navigation.footer span+span {
	margin:0 10px;
}

.navigation.footer .goto a, .navigation.header .goto a{
	color: #1d496c;
}

.navigation.footer .goto a:hover, .navigation.header .goto a:hover{
	color:#f68211 !important;
}

.pagefooterstripeleft, .pagefooterstriperight {
	padding: 5px 0 0;
}

.pagefooterstriperight li{
	list-style:none;
}

.pagefooterstriperight li {
	color:#c4c4c4;
	display: inline;
	font-size:14px;
	font-family: Arial;
	font-weight: bold;
}
.pagefooter .footer-content {
    width: 973px;
}

.menu .headermoduleboxbody a:hover {
	color: #F68211 !important;
}

a.header:hover, a.langinfo:hover, a.userinfo:hover {
	color: #F68211 !important;
	text-decoration: none;
}

.hassubmenu ul.subsubmenu li a:hover {
	color: #F68211 !important;
	text-decoration: none;
}

.brief-fields a:link {
	color: #508EC6 !important;
}

.brief-fields a:hover {
	color: #F68211 !important;
}

.headermoduleboxbodyselected {
	background: transparent !important;
}

.headermoduleboxbodyselected a {
	color: #F68211 !important;
	font-size: 14px;
	padding: 0;
	position: absolute;
	top: 0;
}
.formbutton {
	/* background-color: transparent !important; */
	cursor: pointer !important;
}
.advancedsearch input.formbutton {
	
}
.advancedsearch small {
	float: none;

}
.advancedsearch small a {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
}
.advancedsearch input.formbutton {
	margin-right: 10px;
    margin-top: 20px;
}

.home .searchbox {
    margin-bottom: 10px;
    margin-top: 0 !important;
}
.advancedsearch {
	width:100%;
	border: solid 1px #eaeaea;
	border-top: solid 1px #eaeaea!important;
	
/*	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
*/
	margin-bottom: 20px !important;
}
.searchbox {;
    border-collapse:separate;
}
.advancedsearch tbody {
	margin: 2% !important;
	display: block !important;
}

.pagebodystripemiddle td{
padding-bottom:0px;
}

.help .headerselected {
	padding:1px 0 0 6px;
}

.rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg) translate(-260%, 41%);
  /* Firefox */
  -moz-transform: rotate(-90deg) translate(-260%, 41%);
  /* IE */
  -ms-transform: rotate(-90deg) translate(-260%, 41%);
  /* Opera */
  -o-transform: rotate(-90deg) translate(-260%, 41%);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.center {
  text-align: center;
}
.help table.metadata-table {
  border: 1px solid #aaa;
  border-collapse: collapse;
}
.help .metadata-table td {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 0 6px;
}
.help .metadata-table thead td {
  font-weight: bold;
  vertical-align: bottom;
  padding-bottom: 10px;
}
.help .metadata-table tbody td {
  vertical-align: top;
}
.help .metadata-table td.key {
  color: #1D496D;
  font-weight: bold;
  font-family: monospace;
}
.help td.doctype {
  width:15px;
  height: 180px;
  line-height: 1.1;
}
.help td.doctype .rotate {
  width:15px;
  height: 180px;
  line-height: 1.1;
}

.detailedrecordboxcontent {
	margin-bottom :30px;
}
.backtosearch .moreinfo, .backtosearch .moreinfo a.moreinfo {
	color: #1D496D;
	font-weight: bold;
}
.detailed-infos .tabs a.sel, .detailedrecordtabs li.on a {
	cursor: text !important;
}
html {
	min-height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home .searchboxheader {
	display: block;
	position: absolute;
	color: #FFF;
	font-size: 28px;
	top: 86px;
	right: 0px;
	font-weight: bold;
}
.home .searchboxheader.advancedsearch {
    right: 18px;
    top: 174px;
}
.searchboxheader .orange {
	color:#F68211 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.searchboxbody input.simplesearchfield[type="text"] { margin:2px 10px 0 0; }
	.help .headerselected {	padding: 0 0 0 5px; }
}

.searchresults.list > table {
	width: 100%;
}
.instit-info {
	float: right;
	position: relative;
	margin-left: 15px !important;
	min-height: 180px !important;
	width: 150px !important;
	text-align:center;
}

.full-fields .addbasket a {
	display: inline;
	text-align: center;
	.position: absolute;
	.top : 0;
	.left: 0;
}
.full-fields h3 a, .full-fields h3 a:link {
	color:#508ec6 !important;
	font-size:13px!important;
}
.full-fields h3 {
	color:#1d496d !important;
	font-size:13px!important;
}
.full-fields h3 a:hover {
	color:#f68212 !important;
}
#detailedrecordminipanelfile {
	height: 240px !important;
	position: relative;
	margin-top:0;
}
#detailedrecordminipanelfile > div {
	height: 240px !important;
}
#detailedrecordminipanelfile > div a.next {
	position: absolute;
	right: 0px;
	top: 90px;
	background: url("../img/next_other_files.png") no-repeat top left;
	display: block;
	padding:10px 5px;
	z-index: 10;
}
#detailedrecordminipanelfile > div a.prev {
	position: absolute;
	left: 0px;
	top: 90px;
	background: url("../img/prev_other_files.png") no-repeat top left;
	display: block;
	padding:10px 5px;
	z-index: 10;
}
.hdrero .moreinfo {
	.line-height: 12px !important;
}
.detailedrecordtabs li a:hover {
	text-decoration: none !important;
	color: #F68211 !important;
}
.tabs li a:hover {
	color: #F68211 !important;
}
.menu ul.subsubmenu {
	.z-index:10000000000;
	.width: 200px;
}
.navtrailbox, .headerbox {
	.position: relative;
}
.simplesearch .searchbox {
	.z-index: 10000;
}
.main-info .news li {
	background: transparent !important;
}
div.main-info div.news ul.rerodoc-numbers li  {
    background: url("/img/arrow-small-darkblue.png") no-repeat scroll 0 4px transparent!important;
    margin: 4px 0 0;
}
/*div.main-info div.news ul.rerodoc-numbers li .quicknote {
    margin-left: 20px;
}
*/
.menu .headermoduleboxbodyselected .hassubmenu > a {
	color: #F68211 !important;
	display: block;
	margin-top: 0;
	background: transparent;
	padding: 0 !important;
}
.menu .headermoduleboxbodyselected .hassubmenu a {
	position: static !important;
}
.youraccount .menu {
	 right: 345px !important;
    top: 6px !important;
}

/* Navigation top 2013 */
ul.top-nav-2013 {
    margin:0;
	padding:7px 20px;
	width:auto;
	text-align:right;
}
ul.top-nav-2013 .sep{
    border-right:#FFF solid 1px;
	padding-right:11px;
}
.top-nav-2013 li{
    display:inline-block;
	position:relative;
	margin:0;
	padding:0 0 0 10px;
	 zoom: 1;
	*display: inline;
}
.top-nav-2013 li a, .top-nav-2013 li{
    color:#fff ;
	font-weight:bold;
	font-size:14px;
}

.top-nav-2013 li a{
color:#fff !important;
}

.top-nav-2013 li a:hover{
    color:#f68212!important;
}
.top-nav-2013 li.select{
    color:#508ec6;
}
li.lang-2013{
    text-transform:uppercase;
}
.top-nav-2013 li ul{
    position:absolute;
	top:14px;
	left:1px;
	text-align:left;
	background-color:#1d496d;
	z-index:999;
	margin:0;
	padding:8px 8px 3px 8px;
	width:150px;
	display:none;
}
.top-nav-2013 li a:hover ul, .top-nav-2013 li:hover ul{
    display:block;
}

.top-nav-2013 .subsubmenu li a:hover{
    color:#f68212 !important;

}

.top-nav-2013 li ul li{
    display:block;
	margin:0;
	padding:5px 0 0 0;
	margin:0 0 5px 0;
	border-top:#508ec6 solid 1px;
}
.top-nav-2013 li ul li:first-child{
	border-top:none;
	padding:0;
}
.top-nav-2013 li ul li, .top-nav-2013 li ul li a{
    font-size:13px;
}
li.user-info-2013 a{
    background: url("/img/ico-connect.png") no-repeat scroll right top transparent;
    padding-right: 25px;
}
li.user-info-2013 a.userinfoname {
    background: none;
    padding-right: 0;
}
li.user-info-2013 {
    color:#508EC6;
}	
/* end Navigation top 2013 */
body.youraccount .formbutton {
    background-color: #f68212 !important;
}
.youraccountheader {
    background: none repeat scroll 0 0 #fff;
    color: #333333;
    font-size: small;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
th.youraccountheader a:link, th.youraccountheader a:visited {
    color: #508EC6;
    text-decoration: none;
}
th.youraccountheader a:hover {
    color: #F68212;
    text-decoration: none;
}
.youraccountbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    border-top: medium none;
    margin: 15px 0;
    padding: 1px;
}
.searchboxbody small a {
    position: relative;
    top: 10px;
}
	.advancedsearch small a {
  top: 0px;
position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.advancedsearch small a {
  top: 8px;
position: relative;
}
}
/* Panier */
#bskcontainer a{
    text-decoration:none!important;
}
.bskbasketheader {
    background-color: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-collapse: collapse;
    padding: 5px;
    vertical-align: top;
}
.bskbasket {
    border: 1px solid #D9D9D9;
}
.bsk_directory_box_nav_tab_content {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
	padding: 5px!important;
}
.bsk_directory_box_nav_tab_options {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    padding: 5px!important;
}
.bsk_directory_box_content_list_baskets {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding: 5px!important;
}
.webbasket_basket_content_item_cell {
    border: 1px solid #D9D9D9;
}
.bskbasketfooter {
    background-color: #F9F9F9;
    border: 1px solid #D9D9D9;
    padding: 5px!important;
}
.bskbasketheaderoptions a, .bskbasketheaderoptions a:link, .bskbasketheaderoptions a:visited, .bskbasketheaderoptions a:active {
    color: #508ec6;
}
.bskbasketheaderoptions a:hover {
    color: #f68212;
}
.formbutton {
    background-color: #f68212;
	padding:1px 8px;
	font-size:12px;
	text-transform:none!important;
	font-weight:normal!important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;	
}
.bsk_directory_box_content_list_topics_groups {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding: 5px!important;
}
.bsk_directory_box_tab_content_selected {
    background: none repeat scroll 0 0 #F9F9F9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    padding: 5px!important;
}
.bsk_directory_box_tab_separator {
    border-bottom: 1px solid #D9D9D9;
}
.bsk_directory_box_tab_separator_end {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}
.bsk_directory_box_tab_content_inactive {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #D9D9D9;
    color: #D3D3D3;
    font-weight: bold;
    padding: 5px!important;
    white-space: nowrap;
}
.pagebodystripemiddle td.bsk_directory_box_content_list_topics_groups {
    padding-top:0!important;
}
.nonsubmitbutton {
    background: none repeat scroll 0 0 #F9F9F9;
    font-weight: bold;
	cursor:pointer;
	color:#7B7B7B;
	border:#FFF 0 solid;
	padding:2px;
}
.bsk_list_public_baskets {
    border: 1px solid #D9D9D9;
}
.bsk_list_public_baskets_header {
    background-color: #F9F9F9;
    border-bottom: 1px solid #D9D9D9;
}
.bsk_list_public_baskets_footer {
    background-color: #F9F9F9;
    border-top: 1px solid #D9D9D9;
}
.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 {
    color: #508EC6;
}
.bsk_directory_box_content_list_cell a:hover{
    color: #F68212;
}
.webbasket_search_results_results_overview_cell {
    background-color: #F9F9F9;
    border-bottom: 1px dotted #D9D9D9;
    border-top: 1px solid #D9D9D9;
}
.bskactions img {
    display:none;
}
.nonsubmitbutton {
    background-color: #f68212;
	padding:1px 8px;
	font-size:12px;
	text-transform:none!important;
	font-weight:normal!important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	color:#FFF;
}
.full-fields .addbasket a.addtobasket {
    background-color: #f68212;
	padding:3px 10px;
	font-size:12px;
	text-transform:none!important;
	font-weight:normal!important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	color:#FFF;
	margin:0;
}
.instit-info img, .instit-info a {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.confirmoperation {
    background-color: #F9F9F9;
	width:1000px;
}
.confirmoperation .confirmmessage {
    text-align: left;
}
.confirmoperation td {
    padding:0 20px;
}
.confirmoperation form{
   width:100px;
}
.pagebodystripemiddle .bsk_directory_box  td {
    padding: 0;
}
#carousel a.to-collection {
    background: #f68212!important;
	background-image:none;
	padding:0 10px;
	font-size:12px;
	height:19px!important;
	text-transform:none!important;
	font-weight:normal!important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	color:#FFF;
	margin:0;
	width:auto;
	border: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none!important;
	text-align: center;
    text-decoration: none!important;
    text-shadow: none!important;
	right:auto;
	line-height: 19px;
}
.instit-info img.noimg {
    display: inline;
}
/* IE7 */
body.home .main-content, body .main-content {
    background: none;
	background-color:transparent;
}
table.headerbox tr.menu {
    left:0;
	right:auto;
	top:7px;
}
.headermoduleboxbody:first-child {
    padding-left:408px;
}
#wrapper {
	background: none repeat scroll 0 0 #E8EFF4 !important;
}
.pagefooterstripeleft ul {
    margin-top: 10px;
}
*+html .pagefooterstripeleft ul {
    margin-top: 21px;
}
*+html .left-menu-hd.share li {
    zoom: 1;
	*display: inline;
}
*+html .left-menu-hd.share li span {
    width:26px;
}
*+html .left-menu-hd.share li span.bookmark-link {
    width:30px;
}
*+html ul.detailedrecordactions,
*+html ul.collectionactions {
    list-style-image: none;
   
}
*+html .rerodoc-detailed-thumb {
    width:175px;
}

*+html .full-fields .addbasket a {
    display: block!important;
    text-align: center;
	background: transparent;
	border-radius: 3px 3px 3px 3px !important;
	width: auto !important;
	padding:0px!important;
	margin:0!important;
	padding:5px!important;
	
}

*+html hdrero .moreinfo {
    background: none!important;
    border: medium none !important;
    background-image:nonre;
    color: #FFFFFF !important;
    display: block;
    font-size: 14px !important;
    font-weight: bold !important;
    height: auto !important;
    line-height: 0 !important;
    margin-top: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: auto !important;
	padding-bottom:15px!important;
}

*+html  #detailedrecordminipanelmetadata {
    overflow:visible;
}

*+html table.advancedsearch {
    width: 210px;
}

.searchbox .formbutton{
	background-color: transparent !important;
}

/* Reset Scrollbars for OSX Lion */


div#detailedrecordminipanelfile div::-webkit-scrollbar {
width: 8px;
}

div#detailedrecordminipanelfile div::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 6px;
}

div#detailedrecordminipanelfile div::-webkit-scrollbar-thumb {
border-radius: 6px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.rerodoc-detailed-thumb .restricted {
	text-align: center;
	width: 143px;
}

ul.rerodoc-detailed .restricted {
	height: 80px;
	line-height: 80px;
	margin: auto auto 4px;
}

.nomvo-container strong {
	white-space: nowrap;
}

/* TODO change .rerodoc-detailed-thumb -> .rerodoc-brief-thumb */
.rerodoc-brief .nomvo-container .mvo-caption,
.rerodoc-brief .mvo-container .mvo-caption {
	width: 100px;
  margin-top: 4px;
}

.hbresults .rerodoc-brief .restricted {
	text-align: center;
	width: 100px;
}

#detailedrecordminipanelfile .restricted > img {
	margin: auto;
}

/********** Begin Facets *************/

.flatfacet > ul,
.colfacet > ul {
	width: 190px;
}

.facets .colfacet li,
.facets .flatfacet li {
  line-height: 1.3em;
  padding-top: 4px;
}

li a.disable-filter {
	float: right;
	text-align: center;
	margin-right: -24px;
}
li a.disable-filter img {
	vertical-align: top;
}

.facets {
	width: 234px;
	float: left;
	border:solid 1px #cdcdcd;
	background: #f1f1f1;
	font-size: 0.9em;
	margin-right: 20px;
/** warn */
	color: #7B7B7B;
	padding: 8px;
	font-size:  0.9em;
}


.sizefacet .less {
	display:none;
}

.sizefacet {
	float: right;
}

.facets h1 {
	background: #f9f9f9;
	padding: 4px;
	font-weight: 700;
	color: #1c486d;
	margin: 10px 0;
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
	font-size:16px !important;
}

.facets h2 {
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	color: #295476;
	padding-bottom: 1px;
	margin-bottom: 2px;
	text-transform:none;
	font-size: 13px;
}

/*.facets li.children_closed:before,
.facets li.children_open:before {
	margin-left: -12px;
	margin-right: 2px;
	width: 10px;
	display: inline-block;
}

.facets li.children_closed:before {
	content: "\25B8"
}

.facets li.children_open:before {
	content: "\25BE"
}
	*/
.facets li.children_closed,
.facets li.children_open {
	margin-left: -12px;
	padding-left: 12px;
}

.facets li.children_closed{
	background: url("/img/facet_closed.png") no-repeat scroll 0 0 transparent;
}

.facets li.children_open {
	background: url("/img/facet_open.png") no-repeat scroll 0 0 transparent;

}
.facets ul.more-options li{
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    color: #1C486D;
    margin: 5px 0 0;
    padding: 5px 0 5px 5px;
}

.facets div {
	padding: 0 4px;
	margin-bottom: 16px;
}

.facets h5 a:hover, .facets ul li a:hover {
	text-decoration: none;
}

.facets .more-options {
	display: block;
}

.facets .count {
	font-weight: normal;
	color: #508EC6;
}


.facets ul {
    margin: 0;
    padding: 0 0px 0 12px;
}
.facets li {
/*	padding-bottom: 5px;*/
	line-height: 1.6em;
}

.facets li.search-options a {
	display: block;
}
.facets li.search-options {
	margin: 4px 2px;
}

.facets li {
	list-style: none;
	margin-left: 0px;
}

span.fct-selected {
	color:#F68211;
}

.facets .search-options .checked {
    background: url("/img/fulltext_checked.png") no-repeat scroll 0 2px transparent;
}
.facets .search-options .checked.rerodoc-disabled {
    background: url("/img/fulltext_checked_disabled.png") no-repeat scroll 0 2px transparent;
    opacity: 1;
}
.facets .search-options .rerodoc-disabled.fulltext-unavailable,
.fulltext-unavailable {
    background: url("/img/fulltext_disabled.png") no-repeat scroll 0 2px transparent;
    opacity: 1;
}
.facets .search-options .unchecked {
    background: url("/img/fulltext.png") no-repeat scroll 0 2px transparent;
}

.PRESS .not-found {
  padding-left: 22px;
}
.PRESS .not-found .fulltext-unavailable {
  padding-left: 22px;
  margin-left: -22px;
  line-height: 20px;
}

/*.PRESS .facets .search-options .fulltext-search {
    background: url("/img/fulltext_checked.png") no-repeat scroll 0 2px transparent;
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}*/
.rerodoc-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.facets .search-options li a {
	padding-left: 25px;
	display: block;
}

.facets ul.search-options {
	padding: 0;
}

.facets .search-options li {
	display: block !important;
}


.facets .rerodoc-select-date-range,
.facets .rerodoc-dateselect {
  margin-top: 12px;
  margin-left: 12px;
  padding: 0;
  border: none;
}

.rerodoc-select-date-range label,
.rerodoc-select-date-range input,
.rerodoc-dateselect label,
.rerodoc-dateselect input,
.rerodoc-dateselect select {
  margin-top: 2px;
}

.rerodoc-select-date-range input[type=submit] {
  float: right;
  margin-left: 4px;
}

.rerodoc-dateselect div.hasDatepicker {
  padding: 0;
  margin-top: 6px;
}

.rerodoc-dateselect div.hasDatepicker div {
  padding: 0;
  margin: 0;
}

.rerodoc-dateselect div.hasDatepicker a {
  cursor: pointer;
}

.rerodoc-dateselect .ui-datepicker-inline.ui-datepicker {
  width: 212px;
  padding: 0;
}

.rerodoc-dateselect-notheme .ui-datepicker td span,
.rerodoc-dateselect-notheme .ui-datepicker td a {
  color: #aaaaaa;
}

.rerodoc-select-date-range label {
  display: inline-block;
  width: 36px;
}
.rerodoc-select-date-range input {
  width: 78px;
  border: 2px solid #f1f1f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;	
}
.rerodoc-select-date-range.pending-changes input {
  border: 2px solid #F68211;
}

.rerodoc-dateselect label {
  display: none;
}
.rerodoc-dateselect input {
  width: 40px;
  margin-right: 10px;
}
.rerodoc-dateselect select {
  width: 100px;
}

/********** END Facets *************/
.press-collection img {
	border: none;
}

a.press-collection {
	border:none;
}
a:link, a:visited, a:hover, a, img {
	border: none;
}
