/* ----
$lightTextColor: #999;

$tooltipColor: #ffffe1;
$tooltipBorderColor: #404040;
$tooltipTextColor: $regularTextColor;
$tooltipHighlightColor: $linkActiveColor;
$tooltipShadowColor: $documentShadowColor;
*/
body, div, fieldset, form, h1, h2, h3, h4, iframe, p, select,
table, tbody, thead, tr, td, th, textarea {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
  margin: 0px 0px 1px 0px;
}

body {
  background-color: white;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

h1 {
  font-size: 26px;
  line-height: 32px;
  margin: 16px 0px 0px 0px;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  margin: 0px 0px 16px 0px;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin: 16px 0px 8px 0px;
}

a {
  color: #bd2716;
  text-decoration: none;
}

a:visited {
  color: #8f1e11;
}

a:hover {
  color: #bd2716;
  text-decoration: underline;
}

a:active {
  color: #e53521;
  text-decoration: underline;
}

input[type=text], input[type=password] {
  border: 1px inset #c6c6c6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 2px;
  margin: 5px 2px;
}

input[type=button], input[type=reset], input[type=submit] {
  background-color: #eee;
  background-image: url(../img/silver-button.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px outset #c6c6c6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 8px;
  margin: 5px 2px;
}

input[type=submit] {
  background-image: url(../img/golden-button.png);
}

input:active[type=button], input:active[type=reset],
input:active[type=submit] {
  border: 1px inset #c6c6c6;
}

select {
  background: white;
  border: 1px inset #c6c6c6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 2px;
}

textarea {
  border: 1px inset #c6c6c6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 2px;
  margin: 5px 2px;
}

table {
  border-collapse: collapse;
}

#startYear, #endYear,
#startCreationYear, #endCreationYear,
#availabilityYear, #creationYear, #descriptionYear, #migrationYear,
#registrationYear, #revisionYear {
  width: 34px;
}

#startDay, #startMonth, #endDay, #endMonth,
#startCreationDay, #startCreationMonth, #endCreationDay, #endCreationMonth,
#availabilityDay, #availabilityMonth,
#creationDay, #creationMonth, #creationHour, #creationMinute, #creationSecond,
#descriptionDay, #descriptionMonth,
#migrationDay, #migrationMonth,
#registrationDay, #registrationMonth,
#revisionDay, #revisionMonth {
  width: 18px;
}

#startMonth, #startYear, #endDay, #endMonth, #endYear,
#startCreationMonth, #startCreationYear, #endCreationDay, #endCreationMonth,
#endCreationYear,
#availabilityMonth, #availabilityYear,
#creationMonth, #creationYear, #creationHour, #creationMinute, #creationSecond,
#descriptionMonth, #descriptionYear,
#migrationMonth, #migrationYear,
#registrationMonth, #registrationYear,
#revisionMonth, #revisionYear {
  margin-left: 0px;
}

.underscore-placeholder {
  color: #bbb;
}

.underscore-alternative-placeholder {
  color: #bbb;
  font-style: italic;
}

.underscore-invalid-pattern {
  background: #fbb;
}

#underscore-auto-complete {
  background: white;
  border: 1px solid #c6c6c6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  position: absolute;
  width: 298px;
  height: 62px;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

.underscore-auto-complete-match {
  color: black;
}

.underscore-auto-complete-nonmatch {
  color: #bbb;
}

.file-button {
  background-color: #eee;
  background-image: url(../img/silver-button.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px outset #c6c6c6;
  color: black;
  cursor: default;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 20px;
  margin: 5px 2px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 70px;
}
.file-button div {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 20px;
  z-index: 0;
  height: 20px;
  width: 70px;
  text-align: center;
}
.file-button input {
  cursor: default;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 70px;
}

.hidden {
  display: none;
}

#startIssueNumber, #startTomeNumber, #startVolumeNumber, #startPageNumber,
#endIssueNumber, #endTomeNumber, #endVolumeNumber, #endPageNumber {
  width: 104px;
}

#endIssueNumber, #endTomeNumber, #endVolumeNumber, #endPageNumber {
  margin-left: 0px;
}

.richtext-b {
  font-weight: bold;
}

.richtext-i {
  font-style: italic;
}

.richtext-s {
  font-variant: small-caps;
}

.select-button {
  background-color: #eee;
  background-image: url(../img/silver-button.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px outset #c6c6c6;
  color: black;
  cursor: default;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 20px;
  margin: 5px 2px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 70px;
}
.select-button div {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 20px;
  z-index: 0;
  height: 20px;
  width: 70px;
  text-align: center;
}
.select-button select {
  cursor: default;
  height: 100%;
  left: 0px;
  margin: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 70px;
  z-index: 1;
}

.shadow {
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

#breadcrumbs {
  font-size: 11px;
  font-style: italic;
}
#breadcrumbs img {
  border: 0px solid black;
  padding-right: 2px;
  vertical-align: text-top;
}

#anchor {
  width: 0px;
  height: 0px;
  position: relative;
}

#underscore-wait {
  background-color: #ddd;
  background-image: url(../img/busy.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px outset #c6c6c6;
  display: none;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  position: fixed;
  text-align: center;
  vertical-align: bottom;
  width: 240px;
  height: 48px;
  margin: 0px 0px 0px 312px;
  opacity: 0.85;
  z-index: 2;
}

#comments {
  background: white;
  border: 1px inset #c6c6c6;
  overflow: auto;
  height: 256px;
}

.comment-header {
  font-size: 12px;
  font-weight: bold;
  padding: 8px 8px 0px 8px;
}

.comment-header {
  cursor: pointer;
}

.comment-text {
  padding: 0px 8px 16px 8px;
}

#credentials {
  float: right;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}
#credentials a {
  background-image: url(../img/start.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 16px;
}

.dossier-hidden {
  display: none;
}

#dossier #presentation {
  margin-right: 0px;
}
#dossier #buttons {
  clear: left;
  margin-left: 8px;
}

.pandora-error pre {
  display: none;
}

#footer {
  color: #999;
  font-size: 11px;
  margin: 0px auto 0px auto;
  padding-top: 2px;
  text-align: center;
  width: 896px;
}

#header {
  background-image: url(../img/logo.png?1);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 16px auto 0px auto;
  width: 896px;
}
#header h1 {
  height: 56px;
  margin: 0px;
}
#header h1 a img {
  border: 0px solid white;
  padding-right: 8px;
  vertical-align: middle;
}

#langs {
  border: 0px;
  float: right;
  height: 24px;
  margin: 0px;
  padding: 8px 0px 0px 0px;
  z-index: 1;
}
#langs li {
  border: 0px;
  display: block;
  float: left;
  line-height: 24px;
  height: 24px;
  margin: 0px 0px 0px 8px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
#langs li img {
  border: 1px solid white;
}

#links {
  border: 0px;
  float: right;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  margin: 0px 16px 0px 0px;
  padding: 8px 0px 0px 0px;
  position: relative;
  z-index: 2;
}
#links li {
  border: 0px;
  display: block;
  float: left;
  line-height: 24px;
  height: 24px;
  margin: 0px 0px 0px 4px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
#links li a, #links li a:visited {
  color: black;
}
#links li a:hover, #links li a:active {
  color: #bd2716;
}

.list-frame, .short-list-frame {
  border-bottom: 1px dotted black;
  clear: both;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 16px 0px;
}

.list-frame:first-child, .short-list-frame:first-child {
  border-top: 1px dotted black;
  padding-top: 16px;
}

.list-frame {
  min-height: 128px;
}

.list-thumbnail {
  clear: left;
  float: left;
  height: 128px;
  line-height: 128px;
  width: 128px;
  text-align: center;
  vertical-align: top;
}
.list-thumbnail img {
  border: 0px;
  vertical-align: top;
}

.list-thumbnail-placeholder {
  clear: left;
  float: left;
  width: 128px;
  text-align: center;
  vertical-align: middle;
}

.play {
  height: 0px;
  line-height: 0px;
  overflow: visible;
}

.play a {
  position: relative;
  top: -80px;
}

.list-thumbnail .play a {
  top: -96px;
}

.list-record {
  margin-left: 144px;
}
.list-record p {
  margin-bottom: 8px;
}
.list-record p:first-child {
  margin-bottom: 0px;
}
.list-record span.publication {
  font-weight: bold;
}
.list-record b {
  background-color: yellow;
  font-weight: inherit;
}
.list-record .small {
  font-size: 11px;
}

.list-tools {
  margin-left: 144px;
  margin-top: 8px;
}

.list-breadcrumbs {
  font-size: 11px;
  font-style: italic;
  margin-left: 144px;
  margin-top: 24px;
}
.list-breadcrumbs img {
  border: 0px solid black;
  padding-right: 2px;
  vertical-align: text-top;
}

.typename {
  font-size: 10px;
  text-transform: uppercase;
}

.marc-field {
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
  width: 48px;
}

.marc-value {
  font-size: 11px;
  vertical-align: top;
  width: 368px;
}
.marc-value b {
  padding-left: 2px;
  padding-right: 2px;
}

.mini-mosaic {
  margin-left: 8px;
}

.mini-mosaic-frame {
  float: left;
  margin-bottom: 8px;
}

.mini-mosaic-caption {
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 134px;
}

.mini-mosaic-thumbnail, .mini-mosaic-thumbnail-placeholder {
  height: 134px;
  line-height: 134px;
  margin: 0px 4px 0px 0px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 134px;
}
.mini-mosaic-thumbnail img, .mini-mosaic-thumbnail-placeholder img {
  border: 0px;
  vertical-align: middle;
}

.mini-mosaic-more {
  clear: both;
  font-size: 11px;
  font-style: italic;
  position: relative;
  text-align: right;
  margin-right: 12px;
}

.left-ear, .right-ear {
  float: left;
  margin-bottom: 16px;
  width: 6px;
  height: 200px;
}

.left-ear {
  border-left: 2px solid #f0f0f0;
}

.left-target {
  border-left: 2px solid black;
}

.right-ear {
  border-right: 2px solid #f0f0f0;
}

.right-target {
  border-right: 2px solid black;
}

.mosaic-frame {
  float: left;
  margin-bottom: 16px;
  overflow: hidden;
  width: 160px;
  height: 200px;
}

.mosaic-thumbnail, .mosaic-thumbnail-placeholder {
  line-height: 128px;
  height: 128px;
  margin: 2px 0px 6px 0px;
  text-align: center;
  vertical-align: middle;
}
.mosaic-thumbnail img, .mosaic-thumbnail-placeholder img {
  border: 0px;
  vertical-align: middle;
}

.mosaic-tools {
  font-size: 11px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mosaic-tools img {
  border: 0px solid white;
  vertical-align: top;
}

.mosaic-record {
  font-size: 11px;
  line-height: 12px;
  margin: 4px 0px 0px 0px;
  text-align: center;
}
.mosaic-record b {
  background-color: yellow;
  font-weight: inherit;
}

#progress {
  text-align: center;
}

#underscore-progress-bar {
  background-color: white;
  border: 1px inset #c6c6c6;
  margin: 16px auto 16px auto;
  position: relative;
  width: 320px;
  height: 14px;
}

#underscore-progress-scale {
  background-color: #ddd;
  border: 1px outset #ddd;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0px;
  height: 12px;
}

#underscore-progress-percent {
  color: black;
  font-size: 11px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  width: 320px;
  z-index: 1;
}

.underscore-progress-error {
  background-color: red;
}

#sheet, #wide-sheet {
  background-color: #f0f0f0;
  border: 1px solid #c6c6c6;
  margin: 0px auto 0px auto;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

#sheet {
  padding: 15px;
  width: 864px;
}

#wide-sheet {
  padding: 15px 7px;
  width: 880px;
}
#wide-sheet h2, #wide-sheet .pandora-error, #wide-sheet #top-results, #wide-sheet .list, #wide-sheet #bottom-results, #wide-sheet > .results, #wide-sheet > p {
  margin-left: 8px;
  margin-right: 8px;
}

.results {
  height: 32px;
  line-height: 32px;
}
.results select {
  width: 216px;
}

.navigation a, .navigation a:visited {
  color: #bd2716;
}
.navigation input {
  width: 32px;
  vertical-align: middle;
}

#top-results {
  margin-bottom: 16px;
}
#top-results .navigation {
  float: right;
}

#bottom-results {
  clear: both;
  height: 32px;
}
#bottom-results .navigation {
  text-align: right;
}

#presentation {
  background-position: top right;
  background-repeat: no-repeat;
  float: right;
  margin: 6px 8px 6px 0px;
  height: 20px;
  width: 57px;
}

.presentation-list {
  background-image: url(../img/list.png);
}

.presentation-mosaic {
  background-image: url(../img/mosaic.png);
}

.parameter-group {
  float: left;
  margin: 16px 16px 16px 0px;
  width: 416px;
}

.parameter-group h4 {
  text-align: left;
}

.parameter-div {
  background-color: white;
  border: 1px inset #c6c6c6;
  height: 190px;
  margin: 0px;
  overflow: auto;
  width: 414px;
}
.parameter-div hr {
  border: 0px dotted #999999;
  border-top: 1px dotted #999999;
}

input[type=text].parameter-text {
  margin: 5px 0px;
  width: 410px;
}

.parameter-row-checked-ok-empty,
.parameter-row-unchecked-ok-empty,
.parameter-row-checked-ok-nonmatch {
  clear: left;
  color: black;
  padding-right: 8px;
}

.parameter-row-checked-ko-empty,
.parameter-row-unchecked-ko-empty,
.parameter-row-checked-ko-nonmatch {
  clear: left;
  color: #999999;
  padding-right: 8px;
}

.parameter-row-checked-ok-match,
.parameter-row-unchecked-ok-match {
  background-color: #eef;
  clear: left;
  color: black;
  padding-right: 8px;
}

.parameter-row-checked-ko-match,
.parameter-row-unchecked-ko-match {
  background-color: #eef;
  clear: left;
  color: #999999;
  padding-right: 8px;
}

.parameter-row-unchecked-ok-nonmatch,
.parameter-row-unchecked-ko-nonmatch {
  display: none;
}

.parameter-check {
  float: left;
  margin: 1px 0px 0px 1px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.parameter-paragraph {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 3px 0px;
}

.parameter-paragraph a {
  text-decoration: underline;
}

.parameter-row-checked-ok-empty a,
.parameter-row-unchecked-ok-empty a,
.parameter-row-checked-ok-nonmatch a,
.parameter-row-checked-ok-match a,
.parameter-row-unchecked-ok-match a {
  color: black;
}

.parameter-row-checked-ko-empty a,
.parameter-row-unchecked-ko-empty a,
.parameter-row-checked-ko-nonmatch a,
.parameter-row-checked-ko-match a,
.parameter-row-unchecked-ko-match a {
  color: #999999;
}

.parameter-paragraph a:hover {
  color: #bd2716;
}

.parameter-paragraph a:active {
  color: #e53521;
}

#parameter-group-level11 {
  margin: 16px 0px 16px 0px;
  width: 864px;
}

#parameter-div-level11 {
  width: 862px;
}

#parameter-text-level11 {
  width: 858px;
}

#parameter-group-level21 {
  clear: left;
  width: 432px;
}

#parameter-div-level21 {
  width: 430px;
}

#parameter-text-level21 {
  width: 426px;
}

#parameter-group-level22 {
  margin: 16px 0px 16px 0px;
  width: 416px;
}

#parameter-div-level22 {
  width: 414px;
}

#parameter-text-level22 {
  width: 410px;
}

#parameter-group-level31 {
  clear: left;
  width: 272px;
}

#parameter-div-level31 {
  width: 270px;
}

#parameter-text-level31 {
  width: 266px;
}

#parameter-group-level32 {
  width: 288px;
}

#parameter-div-level32 {
  width: 286px;
}

#parameter-text-level32 {
  width: 282px;
}

#parameter-group-level33 {
  margin: 16px 0px 16px 0px;
  width: 272px;
}

#parameter-div-level33 {
  width: 270px;
}

#parameter-text-level33 {
  width: 266px;
}

#parameter-group-level41 {
  clear: left;
  width: 432px;
}

#parameter-div-level41 {
  height: 94px;
  width: 430px;
}

#parameter-text-level41 {
  width: 426px;
}

#parameter-group-level42 {
  margin: 16px 0px 16px 0px;
  width: 416px;
}

#parameter-div-level42 {
  height: 94px;
  width: 414px;
}

#parameter-text-level42 {
  width: 410px;
}

#parameter-group-level43 {
  margin: 0px 16px 16px 0px;
  width: 432px;
}

#parameter-div-level43 {
  height: 94px;
  width: 430px;
}

#parameter-text-level43 {
  width: 426px;
}

#parameter-group-level44 {
  margin: 0px 0px 16px 0px;
  width: 416px;
}

#parameter-div-level44 {
  height: 94px;
  width: 414px;
}

#parameter-text-level44 {
  width: 410px;
}

#parameter-group-level51 {
  clear: left;
  width: 432px;
}

#parameter-div-level51 {
  height: 94px;
  width: 430px;
}

#parameter-text-level51 {
  width: 426px;
}

#parameter-group-level52 {
  margin: 16px 0px 16px 0px;
  width: 416px;
}

#parameter-div-level52 {
  height: 94px;
  width: 414px;
}

#parameter-text-level52 {
  width: 410px;
}

#parameter-group-level53 {
  margin: 0px 16px 16px 0px;
  width: 272px;
}

#parameter-div-level53 {
  height: 94px;
  width: 270px;
}

#parameter-text-level53 {
  width: 266px;
}

#parameter-group-level54 {
  margin: 0px 16px 16px 0px;
  width: 288px;
}

#parameter-div-level54 {
  height: 94px;
  width: 286px;
}

#parameter-text-level54 {
  width: 282px;
}

#parameter-group-level55 {
  margin: 0px 0px 16px 0px;
  width: 272px;
}

#parameter-div-level55 {
  height: 94px;
  width: 270px;
}

#parameter-text-level55 {
  width: 266px;
}

.partition {
  text-align: center;
}
.partition input {
  margin-left: 16px;
}
.partition input:first-child {
  margin-left: 8px;
}
.partition img {
  position: relative;
  top: 1px;
}
.partition span {
  white-space: nowrap;
}

#query-rows {
  clear: both;
  text-align: right;
}

#query-rows input {
  width: 390px;
}

#query-rows select[name=operator] {
  width: 86px;
}

#query-rows select[name=field] {
  width: 182px;
}

#share {
  float: right;
  height: 16px;
  line-height: 16px;
  margin: 0px 0px 8px 0px;
  padding-top: 0px;
}
#share li {
  display: block;
  float: left;
  line-height: 16px;
  height: 16px;
  margin-left: 8px;
  text-align: center;
  vertical-align: middle;
}
#share li img {
  border: 0px solid white;
}

.share {
  display: inline;
  margin: 0px;
  padding: 0px;
}
.share li {
  margin-right: 4px;
  display: inline;
}
.share li a {
  display: inline;
}
.share li img {
  border: 0px solid white;
  vertical-align: top;
}

#suggestion {
  font-size: 11px;
}
#suggestion a {
  background-image: url(../img/start.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 16px;
}

#summary {
  font-size: 11px;
  font-style: italic;
}

#tabs {
  border: 0px;
  height: 24px;
  padding: 8px 0px 0px 0px;
  margin: 0px;
  z-index: 1;
}
#tabs li {
  background-color: #ddd;
  background-image: url(../img/tab-96px.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #c6c6c6;
  display: block;
  float: left;
  line-height: 24px;
  height: 24px;
  margin: 0px 0px 0px 8px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 96px;
}
#tabs li a, #tabs li a:visited {
  color: black;
  display: block;
}
#tabs li.selected {
  background-color: #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
#tabs li.bigger {
  background-image: url(../img/tab-160px.gif);
  width: 160px;
}
#tabs li.big {
  background-image: url(../img/tab-128px.gif);
  width: 128px;
}
#tabs li.small {
  background-image: url(../img/tab-80px.gif);
  width: 80px;
}
#tabs li.smaller {
  background-image: url(../img/tab-64px.gif);
  width: 64px;
}
#tabs img {
  border: 0px solid black;
}

#template-table {
  border: 1px solid #c6c6c6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 6px 0px 0px 4px;
  width: 294px;
}
#template-table th {
  background: black;
  color: white;
  width: 145.5px;
}
#template-table th:first-child {
  border-right: 1px solid white;
}
#template-table td {
  border: 1px solid #c6c6c6;
  padding-left: 2px;
  padding-right: 2px;
}

#template-user-group {
  width: 112px;
}

#template-template {
  width: 112px;
}

#template-apply {
  width: 56px;
}

.type-list-thumbnail-folder,
.type-list-thumbnail-library,
.type-list-thumbnail-holdings,
.type-list-thumbnail-subholdings,
.type-list-thumbnail-series,
.type-list-thumbnail-pagePublication,
.type-list-thumbnail-bulletinPublication,
.type-list-thumbnail-magazinePublication,
.type-list-thumbnail-magazine,
.type-mini-mosaic-thumbnail-folder,
.type-mini-mosaic-thumbnail-library,
.type-mini-mosaic-thumbnail-holdings,
.type-mini-mosaic-thumbnail-subholdings,
.type-mini-mosaic-thumbnail-series,
.type-mini-mosaic-thumbnail-pagePublication,
.type-mini-mosaic-thumbnail-bulletinPublication,
.type-mini-mosaic-thumbnail-magazinePublication,
.type-mini-mosaic-thumbnail-magazine,
.type-mosaic-thumbnail-folder,
.type-mosaic-thumbnail-library,
.type-mosaic-thumbnail-holdings,
.type-mosaic-thumbnail-subholdings,
.type-mosaic-thumbnail-series,
.type-mosaic-thumbnail-pagePublication,
.type-mosaic-thumbnail-bulletinPublication,
.type-mosaic-thumbnail-magazinePublication,
.type-mosaic-thumbnail-magazine {
  background-position: top left;
  background-repeat: no-repeat;
}
.type-list-thumbnail-folder a,
.type-list-thumbnail-library a,
.type-list-thumbnail-holdings a,
.type-list-thumbnail-subholdings a,
.type-list-thumbnail-series a,
.type-list-thumbnail-pagePublication a,
.type-list-thumbnail-bulletinPublication a,
.type-list-thumbnail-magazinePublication a,
.type-list-thumbnail-magazine a,
.type-mini-mosaic-thumbnail-folder a,
.type-mini-mosaic-thumbnail-library a,
.type-mini-mosaic-thumbnail-holdings a,
.type-mini-mosaic-thumbnail-subholdings a,
.type-mini-mosaic-thumbnail-series a,
.type-mini-mosaic-thumbnail-pagePublication a,
.type-mini-mosaic-thumbnail-bulletinPublication a,
.type-mini-mosaic-thumbnail-magazinePublication a,
.type-mini-mosaic-thumbnail-magazine a,
.type-mosaic-thumbnail-folder a,
.type-mosaic-thumbnail-library a,
.type-mosaic-thumbnail-holdings a,
.type-mosaic-thumbnail-subholdings a,
.type-mosaic-thumbnail-series a,
.type-mosaic-thumbnail-pagePublication a,
.type-mosaic-thumbnail-bulletinPublication a,
.type-mosaic-thumbnail-magazinePublication a,
.type-mosaic-thumbnail-magazine a {
  display: block;
}

.type-list-thumbnail-folder,
.type-list-thumbnail-library,
.type-list-thumbnail-holdings,
.type-list-thumbnail-subholdings,
.type-list-thumbnail-series,
.type-list-thumbnail-pagePublication,
.type-list-thumbnail-bulletinPublication,
.type-list-thumbnail-magazinePublication,
.type-list-thumbnail-magazine {
  padding-top: 16px;
}

.type-mini-mosaic-thumbnail-folder,
.type-mini-mosaic-thumbnail-library,
.type-mini-mosaic-thumbnail-holdings,
.type-mini-mosaic-thumbnail-subholdings,
.type-mini-mosaic-thumbnail-series,
.type-mini-mosaic-thumbnail-pagePublication,
.type-mini-mosaic-thumbnail-bulletinPublication,
.type-mini-mosaic-thumbnail-magazinePublication,
.type-mini-mosaic-thumbnail-magazine {
  background-position: center left;
  margin-left: 6px;
  width: 128px;
}

.type-mosaic-thumbnail-folder,
.type-mosaic-thumbnail-library,
.type-mosaic-thumbnail-holdings,
.type-mosaic-thumbnail-subholdings,
.type-mosaic-thumbnail-series,
.type-mosaic-thumbnail-pagePublication,
.type-mosaic-thumbnail-bulletinPublication,
.type-mosaic-thumbnail-magazinePublication,
.type-mosaic-thumbnail-magazine {
  background-position: center left;
  margin-left: 16px;
  margin-right: 16px;
  width: 128px;
}

.type-list-thumbnail-folder,
.type-mini-mosaic-thumbnail-folder,
.type-mosaic-thumbnail-folder {
  background-image: url(../img/type-icon-folder.png);
}

.type-list-thumbnail-library,
.type-mini-mosaic-thumbnail-library,
.type-mosaic-thumbnail-library {
  background-image: url(../img/type-icon-library.png);
}

.type-list-thumbnail-holdings,
.type-mini-mosaic-thumbnail-holdings,
.type-mosaic-thumbnail-holdings {
  background-image: url(../img/type-icon-holdings.png);
}

.type-list-thumbnail-subholdings,
.type-mini-mosaic-thumbnail-subholdings,
.type-mosaic-thumbnail-subholdings {
  background-image: url(../img/type-icon-subholdings.png);
}

.type-list-thumbnail-series,
.type-mini-mosaic-thumbnail-series,
.type-mosaic-thumbnail-series {
  background-image: url(../img/type-icon-series.png);
}

.type-list-thumbnail-pagePublication,
.type-mini-mosaic-thumbnail-pagePublication,
.type-mosaic-thumbnail-pagePublication,
.type-list-thumbnail-bulletinPublication,
.type-mini-mosaic-thumbnail-bulletinPublication,
.type-mosaic-thumbnail-bulletinPublication,
.type-list-thumbnail-magazinePublication,
.type-mini-mosaic-thumbnail-magazinePublication,
.type-mosaic-thumbnail-magazinePublication {
  background-image: url(../img/type-icon-publication.png);
}

.type-list-thumbnail-magazine,
.type-mini-mosaic-thumbnail-magazine,
.type-mosaic-thumbnail-magazine {
  background-image: url(../img/type-icon-magazine.png);
}

#view-tabs {
  border: 0px;
  height: 40px;
  padding: 0px;
  margin: 0px 0px 16px 106px;
  z-index: 1;
}
#view-tabs li {
  background-color: #70273b;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  display: table;
  line-height: 16px;
  float: left;
  height: 38px;
  margin: 0 0 0 3px;
  overflow: hidden;
  text-align: center;
  width: 126px;
}
#view-tabs li a, #view-tabs li a:visited {
  color: white;
  display: table-cell;
  height: 38px;
  padding: 0px 4px;
  text-decoration: none;
  vertical-align: middle;
}
#view-tabs li.selected {
  background-color: #a93b59;
}
#view-tabs li:hover {
  background-color: #a93b59;
}
#view-tabs img {
  border: 0px solid black;
}

#about p {
  line-height: 16px;
  margin: 0px 0px 8px 0px;
}

#advanced #buttons, #advanced #citation, #advanced #dates, #advanced #length, #advanced #sort {
  clear: both;
  padding: 16px 0px 0px 0px;
  text-align: center;
}
#advanced #buttons, #advanced #dates, #advanced #sort {
  padding: 0px 0px 0px 0px;
}
#advanced #citation {
  margin-top: 16px;
  font-size: 11px;
}
#advanced #sort {
  height: 32px;
}
#advanced input[readonly] {
  color: #999;
}

#search-pending, #search-done, #search-dossier, #search-embargo,
#listing, #contact-sheet, input#stats {
  background-image: url(../img/silver-button.png);
}

#card {
  width: 800px;
}
#card > div, #card > p, #card > table {
  margin-left: 8px;
  margin-right: 8px;
}
#card h2 {
  margin: 8px;
}
#card a {
  text-decoration: underline;
}
#card .pane-name {
  color: #182665;
  font-weight: bold;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}
#card .field {
  border: 1px solid #c6c6c6;
  margin: 0px;
  padding: 4px;
  width: 160px;
}
#card .value {
  border: 1px solid #c6c6c6;
  margin: 0px;
  padding: 4px;
  width: 640px;
}
#card .value p {
  border: 0px dotted #c6c6c6;
  margin: 0px;
  padding: 0px;
  width: auto;
}

@media print {
  #card .results {
    display: none;
  }
}
#contacts {
  width: 880px;
}
#contacts h1, #contacts .pandora-error, #contacts > .results, #contacts > p {
  margin-left: 8px;
  margin-right: 8px;
}

.contacts-frame {
  float: left;
  margin-bottom: 16px;
  overflow: hidden;
  width: 160px;
  height: 168px;
}

.contacts-thumbnail, .contacts-thumbnail-placeholder {
  line-height: 128px;
  height: 128px;
  margin: 2px 0px 6px 0px;
  text-align: center;
  vertical-align: middle;
}
.contacts-thumbnail img, .contacts-thumbnail-placeholder img {
  border: 0px;
  vertical-align: middle;
}

.contacts-record {
  font-size: 11px;
  line-height: 12px;
  margin: 4px 0px 0px 0px;
  text-align: center;
}
.contacts-record b {
  background-color: yellow;
  font-weight: inherit;
}

#details h2 {
  margin: 0px 0px 4px 0px;
}
#details h3 {
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  height: 16px;
  border-bottom: 1px solid black;
  margin-bottom: 7px;
  margin-top: 8px;
  text-align: center;
}
#details h3 #pane {
  position: relative;
  top: -10px;
}
#details #top-results {
  margin-top: 4px;
  margin-bottom: 0px;
}
#details #top-results #presentation {
  display: none;
}
#details #buttons {
  clear: both;
  padding: 16px 0px 0px 0px;
  text-align: center;
}
#details #buttons input[type=button], #details #buttons input[type=submit], #details #buttons input[type=reset] {
  position: relative;
}
#details #buttons #save {
  background-image: url(../img/silver-button.png);
}
#details #buttons #delete {
  background-image: url(../img/red-button.png);
  margin-left: 16px;
}

#left {
  float: left;
  width: 432px;
}

#right {
  float: right;
  width: 416px;
  padding-left: 16px;
}

#center {
  width: 416px;
  margin: 0px auto 0px auto;
}

#file-form {
  width: 0px;
  height: 0px;
}

#file-div {
  height: 22px;
  left: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 70px;
}

#file-div input {
  cursor: default;
  height: 22px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 70px;
}

.field {
  font-size: 11px;
  font-weight: bold;
  padding-top: 8px;
  text-align: right;
  vertical-align: top;
  width: 116px;
}

.value {
  font-weight: bold;
  width: 300px;
}
.value input[type=text] {
  margin-left: 4px;
  margin-right: 0px;
  position: relative;
  width: 290px;
}
.value textarea {
  margin-left: 4px;
  margin-right: 0px;
  position: relative;
  width: 290px;
  height: 64px;
}
.value select {
  margin-left: 4px;
  margin-right: 0px;
  position: relative;
  width: 296px;
}
.value input[readonly], .value textarea[readonly], .value select[disabled] {
  background-color: #f0f0f0;
  border: 1px dotted #c6c6c6;
  color: black;
}
.value .underscore-placeholder[readonly],
.value textarea.underscore-placeholder[readonly] {
  color: #f0f0f0;
}
.value p {
  border: 1px dotted #c6c6c6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 0px 3px 0px 3px;
  margin: 6px 0px 0px 4px;
  vertical-align: top;
  text-align: justify;
  width: 288px;
}
.value input[type=text].multi-text {
  width: 270px;
}

.small-button {
  margin: 8px 0px 8px 4px;
  cursor: pointer;
  vertical-align: middle;
}

.details-image {
  margin-bottom: 16px;
  text-align: center;
}

.details-image > img {
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

#license-link {
  position: relative;
  height: 0px;
  top: -56px;
}

#license-img {
  border: 0px solid white;
  position: relative;
}

.disabled {
  color: #999;
}

/*
.url-value {
    font-size: $fontSize - 2px;
    padding: $gridUnit / 2 4px 0px 4px;
    margin-left: 4px;
    vertical-align: top;
    width: $columnWidth - $fieldWidth;
}

.invisible-small-button {
    margin: ($gridUnit / 2) 0px ($gridUnit / 2) 4px;
    cursor: pointer;
    vertical-align: middle;
    visibility: hidden;
}

.removed-small-button {
    margin: ($gridUnit / 2) 0px ($gridUnit / 2) 4px;
    cursor: pointer;
    vertical-align: middle;
    display: none;
}


.value textarea#text {
    height: $gridUnit * 20;
}

.value textarea#description {
    height: $gridUnit * 16;
}

#pane {
    position: relative;
    top: -12px;
}
*/
#galleria {
  height: 100%;
  width: 100%;
}

#dialog-anchor {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 3;
}

#dialog-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: black;
  opacity: 0.5;
  top: 0px;
  left: 0px;
  z-index: 2;
}

#dialog {
  background-color: #ddd;
  width: 768px;
  margin: 0px 0px 0px 48px;
  padding: 16px;
  position: fixed;
  top: 64px;
  z-index: 3;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

#dialog-document {
  float: left;
  margin: 0px 16px 0px 0px;
  text-align: center;
  width: 384px;
}

#dialog-document img {
  width: 384px;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

#dialog-caption {
  float: right;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  width: 360px;
}

#dialog-text {
  float: right;
  width: 352px;
  height: 192px;
}

#dialog-buttons {
  float: right;
  width: 352px;
  text-align: right;
}

#dialog-end {
  clear: both;
  height: 0px;
}

#gallery-list {
  background-color: white;
  border: 1px inset #c6c6c6;
  height: 238px;
  width: 414px;
  overflow: scroll;
  overflow-x: hidden;
}

#gallery-table {
  width: 100%;
}

.gallery-item {
  cursor: pointer;
  vertical-align: top;
}
.gallery-item .gallery-item-thumbnail {
  width: 56px;
}
.gallery-item td {
  border-bottom: 1px dotted #c6c6c6;
  padding: 8px;
}
.gallery-item img {
  width: 40px;
}

.gallery-selected {
  background-color: #eef;
}

#explanation {
  font-style: italic;
  font-size: 11px;
  text-align: center;
  width: 416px;
}

#gallery #buttons {
  clear: both;
  padding: 16px 0px 0px 0px;
  text-align: center;
}
#gallery #buttons #delete {
  background-image: url(../img/red-button.png);
  margin-left: 16px;
}
#gallery #left {
  margin-left: 8px;
}
#gallery #right {
  margin-right: 8px;
}

.unread-comments {
  color: red;
}

#external-loads-group {
  float: left;
  margin: 0px 16px 16px 0px;
  width: 304px;
}

#internal-loads-group {
  float: left;
  margin: 0px 0px 16px 0px;
  width: 544px;
}

#external-loads-group h4, #internal-loads-group h4 {
  text-align: left;
}

#external-loads, #internal-loads {
  background-color: white;
  border: 1px inset #c6c6c6;
  height: 190px;
  margin: 0px;
  overflow: auto;
}

#external-loads {
  width: 302px;
}

#internal-loads {
  width: 542px;
}

#external-loads table, #internal-loads table {
  width: 100%;
}

#external-loads td, #internal-loads td {
  background-color: #f0f0f0;
  border: 2px solid white;
  height: 16px;
  padding: 3px;
}

.load-icon {
  width: 16px;
}

.load-icon img {
  height: 16px;
  vertical-align: top;
  width: 16px;
}

.load-command {
  cursor: pointer;
}

.faded {
  opacity: 0.2;
}

.internal-load-name {
  width: 160px;
}

#load-log {
  background-color: white;
  border: 1px inset #c6c6c6;
  font-size: 11px;
  height: 302px;
  margin: 0px 0px 16px 0px;
  overflow: auto;
  padding: 8px;
  width: 846px;
}

.load-log-error {
  color: red;
}

#load-tools {
  font-size: 11px;
  text-align: right;
}

#login-form #sheet {
  text-align: center;
}
#login-form #sheet table {
  margin: 0px auto 0px auto;
}

.login-error {
  font-size: 11px;
  color: red;
  margin-top: 16px;
  text-align: center;
}

.login-label {
  padding-right: 16px;
  text-align: right;
}

.login-buttons {
  text-align: right;
}

#results h2 {
  margin-bottom: 4px;
}
#results #top-results {
  margin-top: 4px;
}
#results #buttons {
  clear: left;
  margin-left: 8px;
}
#results #bottom-results {
  float: right;
}

#simple-inputs {
  clear: both;
  text-align: center;
  margin-top: 32px;
}
#simple-inputs input[type=text] {
  width: 502px;
}

#simple #suggestion {
  text-align: right;
  padding-right: 212px;
  margin-bottom: 32px;
}
#simple #citation {
  font-size: 11px;
  text-align: center;
}

#stats h2 {
  margin: 0px 0px 4px 0px;
}
#stats table {
  margin: 16px 0px;
  width: 100%;
}
#stats table td > div {
  float: left;
  margin-right: 8px;
}
#stats table div > div {
  -webkit-animation: stats-bar 1s;
  animation: stats-bar 1s;
  background-color: #0e7d6a;
  border: 1px solid #0e7d6a;
  float: left;
  width: 100%;
}
#stats table td:first-child {
  border-right: 1px solid black;
  text-align: right;
  width: 80px;
}
#stats table td {
  padding: 4px 8px;
}

@-webkit-keyframes stats-bar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes stats-bar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
#viewer-document {
  height: auto;
  margin: 0px 0px 0px 0px;
}

#viewer {
  height: auto;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

.viewer-left-tools {
  background-color: #ddd;
  background-image: url(../img/fade.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border-bottom: 1px solid black;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 35px;
  width: 256px;
}

.viewer-upper-tools {
  background-color: #ddd;
  background-image: url(../img/fade.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border-bottom: 1px solid black;
  position: absolute;
  left: 256px;
  top: 0px;
  right: 0px;
  height: 35px;
}

.viewer-lower-tools {
  background-color: #ddd;
  background-image: url(../img/fade.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border-top: 1px solid black;
  min-width: 168px;
  position: absolute;
  left: 256px;
  right: 0px;
  bottom: 0px;
  height: 35px;
  z-index: 3;
}

.viewer-logo {
  background-image: url(../img/viewer-logo.png);
  background-position: center right;
  background-repeat: no-repeat;
  border: 0px solid black;
  display: block;
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 16px;
  width: 40px;
  z-index: 5;
}

.viewer-title {
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 56px;
  white-space: nowrap;
  z-index: 1;
}
.viewer-title a {
  vertical-align: center;
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.viewer-share {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 16px;
  width: 64px;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
}
.viewer-share a {
  margin-left: 8px;
}
.viewer-share a img {
  border: 0px solid black;
  vertical-align: middle;
}
.viewer-share a:first-child {
  margin-left: 0px;
}

@media (max-width: 850px) {
  .viewer-title {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .viewer-title {
    display: none;
  }
}
@media (max-width: 520px) {
  .viewer-logo {
    display: none;
  }
  .viewer-share {
    display: none;
  }
}
.viewer-panels {
  background-color: #f0f0f0;
  border-right: 1px solid black;
  position: absolute;
  left: 0px;
  top: 36px;
  bottom: 0px;
  width: 255px;
}

.viewer-page {
  position: absolute;
  left: 256px;
  top: 36px;
  right: 0px;
  bottom: 36px;
}

.viewer-page-iframe {
  width: 100%;
  height: 100%;
}

.viewer-page-div {
  background-color: #777777;
  width: 100%;
  height: 100%;
  text-align: center;
}
.viewer-page-div object {
  margin: 20% 10% auto 10%;
  width: 80%;
  height: 32px;
}

.viewer-navigation {
  line-height: 35px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 0px;
  text-align: center;
  width: 168px;
  margin-left: -84px;
  top: 0px;
  z-index: 2;
}
.viewer-navigation img {
  padding-left: 8px;
  padding-right: 0px;
  cursor: pointer;
  vertical-align: middle;
}
.viewer-navigation img:first-child {
  padding-left: 0px;
  padding-right: 8px;
}
.viewer-navigation input {
  width: 40px;
  vertical-align: middle;
}
.viewer-navigation span {
  font-size: 12px;
  vertical-align: middle;
}

.thumbnail-wrapper {
  text-align: center;
  padding: 8px 0px 0px 0px;
}

.thumbnail-folio {
  margin-bottom: 8px;
}

img.thumbnail {
  background: white;
  border: 2px solid #c6c6c6;
  cursor: pointer;
}

img.hit {
  border: 2px solid #ff7;
}

img.marked {
  border: 2px solid red;
}

.viewer-tabs {
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 0px;
}

.viewer-tab {
  border: 1px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 1px solid black;
  float: left;
  margin-left: 5px;
  padding-top: 2px;
  cursor: pointer;
  height: 33px;
  text-align: center;
  vertical-align: middle;
  width: 46px;
}

.viewer-selected-tab {
  background-color: #f0f0f0;
  border: 1px solid black;
  border-top: 0px solid transparent;
  border-bottom: 1px solid #f0f0f0;
}

.viewer-panel {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.viewer-selected-panel {
  display: block;
}

.viewer-top-layer, .viewer-bottom-layer {
  background-color: #f0f0f0;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.viewer-top-layer {
  z-index: 2;
  height: 72px;
  overflow: hidden;
  -moz-box-shadow: 0px 2px 4px #bbb;
  -webkit-box-shadow: 0px 2px 4px #bbb;
  box-shadow: 0px 2px 4px #bbb;
}

.viewer-bottom-layer {
  z-index: 1;
  margin-top: 72px;
  bottom: 0px;
  overflow: scroll;
}

.viewer-panel:first-child .viewer-top-layer {
  height: 24px;
}
.viewer-panel:first-child .viewer-bottom-layer {
  margin-top: 24px;
}

.structure-tools {
  border-right: 1px solid black;
  position: absolute;
  font-size: 10px;
  height: 16px;
  padding: 4px;
  width: 247px;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.structure-hide-thumbnails {
  background-image: url(../img/hide-thumbnails.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  cursor: pointer;
  float: left;
  padding-left: 20px;
  text-decoration: underline;
}

.structure-show-thumbnails {
  background-image: url(../img/show-thumbnails.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  cursor: pointer;
  float: left;
  margin-left: 16px;
  padding-left: 20px;
  text-decoration: underline;
}

.structure-wrapper {
  background-color: #f0f0f0;
  padding: 8px 0px 0px 0px;
  z-index: 0;
}

.structure-leaf-title, .structure-div-title {
  clear: both;
  cursor: pointer;
  margin-bottom: 4px;
  padding-left: 24px;
}
.structure-leaf-title a, .structure-div-title a {
  background-image: url(../img/download.png);
  background-position: top left;
  background-repeat: no-repeat;
  clear: right;
  display: block;
  float: right;
  padding-right: 2px;
  width: 16px;
  height: 16px;
}

.structure-leaf-title:hover, .structure-div-title:hover {
  text-decoration: underline;
}

.structure-contents {
  clear: both;
  margin-left: 24px;
}

.structure-open {
  background-image: url(../img/minus.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.structure-closed {
  background-image: url(../img/plus.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.structure-marked {
  font-weight: bold;
}

img.viewer-disabled, .viewer-disabled {
  cursor: default;
  opacity: 0.2;
  text-decoration: none;
}

.search-tools {
  border-right: 1px solid black;
  position: absolute;
  height: 32px;
  padding-top: 32px;
  padding-bottom: 8px;
  width: 255px;
  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 1;
  -moz-box-shadow: 0px 2px 4px #bbb;
  -webkit-box-shadow: 0px 2px 4px #bbb;
  box-shadow: 0px 2px 4px #bbb;
}

.search-results {
  padding: 0px 16px;
}

.search-busy {
  background-image: url(../img/busy.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 16px;
  padding-top: 16px;
}

.search-empty {
  text-align: center;
  font-style: italic;
  padding-top: 8px;
}

.thumbnail-highlight {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 16px;
  overflow: hidden;
}
.thumbnail-highlight b {
  background-color: #ff7;
  font-weight: bold;
}

.viewer-warning {
  font-size: 15px;
  line-height: 15px;
  padding: 16px 15% 0px 15%;
  text-align: center;
}

.viewer-pages-scroll {
  background-color: #f0f0f0;
  padding: 0px 16px 16px 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
}

.viewer-pages-wrapper {
  text-align: center;
}

.viewer-pages-wrapper div {
  padding-top: 16px;
}

img.viewer-pages-page {
  background: white;
  background-image: url(../img/loading.gif);
  background-position: center 10px;
  background-repeat: no-repeat;
  -moz-box-shadow: 0px 0px 4px #bbb;
  -webkit-box-shadow: 0px 0px 4px #bbb;
  box-shadow: 0px 0px 4px #bbb;
}

/*# sourceMappingURL=main.css.map */
