body, div, fieldset, form, h1, h2, h3, h4, iframe, p, select, table, tbody,
thead, tr, td, textarea, ul, li {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

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

body {
  background-color: #eee;
  color: #555;
  font-family: Verdana, Times New Roman, Times, serif;
  font-size: 12px;
  line-height: 16px;
}

h1 {
  color: #666;
  font-size: 24px;
  line-height: 32px;
  margin: 16px 0px;
}

h2 {
  color: #666;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 0px 8px 8px 8px;
}

h3 {
  color: #666;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  height: 16px;
  border-bottom: 1px solid #555;
  margin-bottom: 7px;
  margin-top: 8px;
  text-align: center;
}

input[type=text] {
  border: 1px inset #c9cacb;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  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/button.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px outset #c9cacb;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding: 2px 8px;
  margin: 5px 2px;
}

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

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

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

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

table {
  border-collapse: collapse;
}

a {
  color: #2776b8;
  text-decoration: none;
}

a:visited {
  color: #734a7a;
}

a:hover, li a:hover {
  text-decoration: underline;
}

a:active, li a:active {
  text-decoration: underline;
}

#header {
  background-color: white;
  margin: 0px auto 0px auto;
  padding: 0px 4px;
  width: 888px;
}
#header img {
  border: 0px solid white;
}

#tabs {
  background-color: transparent;
  background-image: url(../img/separator.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 24px;
  padding-left: 1px;
  padding-top: 8px;
  z-index: 1;
}
#tabs li {
  background-color: whiteSmoke;
  background-image: url(../img/separator.png);
  background-position: top right;
  background-repeat: no-repeat;
  border-bottom: 1px solid #c9cacb;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 96px;
}
#tabs li.selected {
  background-color: white;
  border-bottom: 1px solid white;
  color: #2776b8;
}
#tabs li.medium {
  width: 90px;
}
#tabs img {
  border: 0px solid black;
}
#tabs li a, #tabs li a:visited {
  color: #555;
  display: block;
}
#tabs li a:hover, #tabs li a:active {
  color: #2776b8;
}

#langs {
  clear: both;
  float: right;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  height: 24px;
  padding-top: 0px;
  z-index: 1;
}
#langs li {
  display: block;
  float: left;
  line-height: 24px;
  height: 24px;
  margin-left: 4px;
  text-align: center;
  vertical-align: middle;
}
#langs li img {
  border: 1px solid white;
}
#langs li a, #langs li a:visited {
  color: #555;
}
#langs li.selected a, #langs li.selected a:visited {
  color: #2776b8;
}
#langs li a:hover, #langs li a:active, #langs li.selected a:hover, #langs li.selected a:active {
  color: #2776b8;
}

#credentials {
  float: right;
  font-size: 10px;
  height: 24px;
  line-height: 24px;
  padding-top: 8px;
}

#credentials img {
  border: 0px solid black;
  padding-right: 4px;
  vertical-align: text-top;
}

#bdh {
  background-color: #2776b8;
  clear: both;
  color: white;
  display: block;
  float: right;
  height: 16px;
  line-height: 16px;
  margin-top: 28px;
  padding: 8px;
}

#header #links {
  float: right;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
  height: 24px;
  line-height: 24px;
  padding-top: 8px;
  position: relative;
  z-index: 2;
}
#header #links li {
  display: block;
  float: left;
  line-height: 24px;
  height: 24px;
  margin-left: 2px;
  text-align: center;
  vertical-align: middle;
}
#header #links li:first-child {
  margin-left: 0px;
}
#header #links li a, #header #links li a:visited {
  color: #555;
}
#header #links li a:hover, #header #links li a:active, #header #links li.selected a:hover, #header #links li.selected a:active {
  color: #2776b8;
}

#middle {
  background-color: white;
  border-top: 1px solid #c9cacb;
  margin: 0px auto 0px auto;
  min-height: 100%;
  padding: 15px;
  width: 864px;
}

#footer {
  background-color: white;
  color: #999;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 11px;
  margin: 28px auto 0px auto;
  padding-top: 2px;
  text-align: center;
}
#footer div {
  border-top: 1px solid #c9cacb;
  margin: 0px auto 0px auto;
  padding-top: 4px;
  text-align: center;
  width: 320px;
}
#footer div img {
  position: relative;
  vertical-align: baseline;
  left: 6px;
}
#footer div span:first-child {
  position: relative;
  top: -6px;
  left: 8px;
}

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

#underscore-wait {
  background-color: whiteSmoke;
  border: 1px outset #c9cacb;
  display: none;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  position: fixed;
  text-align: center;
  vertical-align: bottom;
  width: 240px;
  height: 16px;
  margin: 16px 0px 0px 312px;
  padding: 16px 0px;
  opacity: 0.85;
  z-index: 2;
}

#underscore-wait img {
  width: 160px;
}

.pandora-error {
  margin-top: 16px;
}

.pandora-error pre {
  display: none;
}

#suggestion {
  font-size: 10px;
}

#suggestion img {
  border: 0px solid black;
  padding-right: 4px;
  vertical-align: text-top;
}

#inputs {
  clear: both;
  font-weight: bold;
  text-align: right;
}

#inputs input {
  width: 342px;
}

#inputs select[name=operator] {
  width: 86px;
}

#inputs select[name=field] {
  width: 182px;
}

#dates, #buttons, #sort, #levels {
  clear: both;
  text-align: center;
}

#sort {
  height: 32px;
  padding: 32px 0px 0px 0px;
}

#buttons {
  padding: 16px 0px 0px 0px;
}

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

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

.parameter-group h4 {
  font-size: 12px;
  text-align: left;
}

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

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

#parameter-group-subject {
  clear: left;
  width: 176px;
}

#parameter-div-subject {
  width: 174px;
}

#parameter-text-subject {
  width: 170px;
}

#parameter-group-title {
  width: 368px;
}

#parameter-div-title {
  width: 366px;
}

#parameter-text-title {
  width: 362px;
}

#parameter-group-place {
  width: 192px;
}

#parameter-div-place {
  width: 190px;
}

#parameter-text-place {
  width: 186px;
}

#parameter-group-year {
  margin: 16px 0px 16px 0px;
  width: 80px;
}

#parameter-div-year {
  width: 78px;
}

#parameter-text-year {
  width: 74px;
}

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

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

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

.parameter-row-checked-ko-match,
.parameter-row-unchecked-ko-match {
  background-color: #ddf;
  clear: left;
  color: #999;
  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 26px;
  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: #555;
}

.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: #999;
}

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

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

#levels input {
  margin-left: 16px;
}

#levels input:first-child {
  margin-left: 0px;
}

#wide-middle {
  background-color: white;
  border-top: 1px solid #c9cacb;
  margin: 0px auto 0px auto;
  min-height: 100%;
  padding: 15px 7px;
  width: 880px;
}

#wide-middle > #top-results, #wide-middle > #bottom-results,
#wide-middle > p, #wide-middle.pandora-error {
  margin-left: 8px;
  margin-right: 8px;
}

#summary, #breadcrumbs {
  font-size: 10px;
}

#breadcrumbs img {
  border: 0px solid black;
  padding-right: 4px;
  vertical-align: text-top;
}

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

.navigation a, .navigation a:visited {
  color: #2776b8;
}

.navigation a:hover {
  color: #2776b8;
  text-decoration: underline;
}

.navigation a:active {
  color: #2776b8;
  text-decoration: underline;
}

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

#top-sort {
  width: 208px;
}

.list {
  margin: 0px 8px;
}

.list-frame {
  border-bottom: 1px dotted #555;
  clear: both;
  margin: 0px 0px 16px 0px;
  min-height: 128px;
  padding: 0px 0px 32px 0px;
}

.list-frame:first-child {
  border-top: 1px dotted #555;
  padding-top: 16px;
}

.list-thumbnail {
  clear: left;
  float: left;
  height: 130px;
  line-height: 130px;
  width: 130px;
  text-align: center;
  vertical-align: middle;
}

.list-thumbnail img {
  border: 1px solid #bbb;
  vertical-align: middle;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

.list-thumbnail img.embargoed-list-thumbnail {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list-record {
  margin-left: 144px;
}

.list-record p, .list-record div {
  margin-top: 8px;
}

.list-record p:first-child {
  margin-top: 0px;
}

.list-record span.publication {
  font-weight: bold;
}

.list-record b {
  background-color: yellow;
  font-weight: inherit;
}

body#thumbnails, body#searchbox-body {
  background-color: white;
}

#thumbnails, #searchbox-form {
  margin: 0px;
  text-align: center;
}

#searchbox-body {
  margin: 10px;
}

#searchbox-body a {
  font-size: 9px;
  padding-left: 2px;
}

#searchbox {
  background-image: url(../img/searchbox.png);
  background-position: top right;
  background-repeat: no-repeat;
  border: 0px solid #c6c6c6;
  margin: 0px 0px 0px 0px;
  padding: 4px 12px 2px 20px;
  width: 119px;
  height: 15px;
  font-size: 12px;
}

img.thumbnail {
  margin: 10px 0px 0px 0px;
  border: 2px solid #c6c6c6;
  cursor: pointer;
}

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

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

.highlight {
  font-size: 11px;
  margin: 0px auto 0px auto;
  padding: 0px 5px 0px 5px;
  width: 140px;
  overflow: hidden;
}

.highlight b {
  background-color: #ff7;
  font-weight: bold;
}

.left-column {
  margin-left: 0px;
}

#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;
}
.share li {
  display: inline;
}
.share li img {
  border: 0px solid white;
  vertical-align: top;
}

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

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

.field {
  font-size: 10px;
  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 #text {
  height: 320px;
}

.value #description {
  height: 256px;
}

.value select {
  margin-left: 4px;
  margin-right: 0px;
  position: relative;
  width: 294px;
}

.value input[readonly], .value textarea[readonly], .value select[disabled] {
  background-color: white;
  border: 1px dotted #c9cacb;
  color: #555;
}

.value .underscore-placeholder[readonly],
.value textarea.underscore-placeholder[readonly] {
  color: white;
}

.value p {
  border: 1px dotted #c9cacb;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 0px 3px 0px 3px;
  margin: 6px 0px 0px 4px;
  vertical-align: top;
  width: 290px;
}

.url-value {
  font-size: 10px;
  padding: 8px 4px 0px 4px;
  margin-left: 4px;
  vertical-align: top;
  width: 300px;
}

#startDate, #endDate {
  display: none;
}

#startYear, #endYear {
  width: 30px;
}

#startDay, #startMonth, #endDay, #endMonth {
  width: 20px;
}

#startMonth, #startYear, #endDay, #endMonth, #endYear {
  margin-left: 0px;
}

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

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

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

.value input[type=text].multi-text {
  width: 270px;
}

#buttons input[type=button], #buttons input[type=submit],
#buttons input[type=reset] {
  position: relative;
}

#save {
  background-image: url(../img/button.png);
}

#delete {
  background-image: url(../img/delete.png);
  margin-left: 16px;
}

.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 #c9cacb;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  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;
}

#underscore-tooltip {
  border: 1px solid #404040;
  background-color: #ffffe1;
  color: #555;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  overflow: hidden;
  padding: 2px;
  position: absolute;
  visibility: hidden;
  width: 128px;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

#underscore-tooltip b {
  color: #2776b8;
  font-style: italic;
  font-weight: inherit;
}

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

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

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

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

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

.drag-source {
  opacity: 0.5;
}

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

.document-thumbnail {
  line-height: 128px;
  height: 128px;
  margin: 2px 0px 6px 0px;
  text-align: center;
  vertical-align: middle;
}

.document-thumbnail img {
  cursor: pointer;
  vertical-align: middle;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

.container-thumbnail {
  background-image: url(../img/container.png);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  line-height: 126px;
  width: 144px;
  height: 126px;
  margin: 4px 0px 6px 0px;
  padding-right: 8px;
  text-align: center;
  vertical-align: middle;
}

.container-thumbnail img {
  border: 1px solid black;
  vertical-align: middle;
}

.document-tools {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  vertical-align: top;
}

.document-tools img {
  border: 0px solid white;
  vertical-align: top;
}

.document-record {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  margin: 4px 0px 0px 0px;
  text-align: center;
}

.document-record b {
  background-color: yellow;
  font-weight: inherit;
}

.document-record textarea {
  border: 1px inset #c9cacb;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  margin: 0px;
  overflow: hidden;
  padding: 2px;
  width: 122px;
  height: 40px;
}

.hidden, .dossier-hidden, .gallery-hidden {
  display: none;
}

#pane {
  position: relative;
  top: -12px;
}

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

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

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

.value input[type=text].multi-text {
  width: 270px;
}

.medium-document {
  margin-bottom: 16px;
  text-align: center;
}

.medium-document > img {
  cursor: pointer;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

.medium-document #license-link {
  position: relative;
  height: 0px;
  top: -36px;
}

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

.mini-document {
  float: left;
  margin: 0px 4px 4px 0px;
  line-height: 134px;
  height: 134px;
  width: 134px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.mini-document img {
  cursor: pointer;
  vertical-align: top;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

.mini-container {
  background-image: url(../img/container-128px.png);
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  margin: 0px 4px 4px 0px;
  line-height: 134px;
  height: 134px;
  width: 134px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.mini-container img {
  border: 1px solid black;
  margin-top: 15px;
  vertical-align: top;
}

.mini-container img.overlay {
  border: 0px solid white;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 33px;
  left: 7px;
}

#original {
  float: left;
  width: 416px;
  height: 608px;
}

.embargoed {
  color: red;
}

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

#name-editor label {
  clear: left;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: bold;
  padding-top: 8px;
  text-align: right;
  vertical-align: top;
  width: 116px;
}

#name-editor input {
  clear: right;
  display: block;
  float: left;
  margin-left: 4px;
  margin-right: 0px;
  width: 290px;
}

#name-editor input[readonly], #name-editor select[disabled] {
  background-color: white;
  border: 1px dotted #c9cacb;
  color: #555;
}

#name-editor select {
  clear: right;
  display: block;
  float: left;
  margin-left: 4px;
  margin-right: 0px;
  width: 294px;
}

#name-editor select[multiple] {
  height: 64px;
}

#name-editor textarea {
  clear: right;
  display: block;
  float: left;
  margin-left: 4px;
  margin-right: 0px;
  width: 290px;
  height: 64px;
}

#name-editor textarea[readonly] {
  background-color: white;
  border: 1px dotted #c9cacb;
  color: #555;
}

#contacts {
  margin: 0px 16px;
  width: 864px;
}

#contacts #summary {
  margin-bottom: 16px;
}

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

.contact-thumbnail {
  line-height: 130px;
  height: 130px;
  margin: 0px 0px 2px 0px;
  text-align: center;
  vertical-align: middle;
}

.contact-thumbnail img {
  border: 0px solid #c9cacb;
  cursor: pointer;
  vertical-align: middle;
}

.contact-thumbnail img.contact-border {
  border: 1px solid #c9cacb;
}

.contact-record {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

#original-column {
  float: left;
  width: 424px;
}

#original-column #original {
  float: none;
  width: 416px;
  height: 176px;
  margin-left: 8px;
}

#explanation {
  font-style: italic;
  font-size: 10px;
  margin-left: 8px;
}

#gallery #name-editor {
  margin-right: 8px;
}

.unread-comments {
  background-image: url(../img/flag.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 16px;
  color: red;
}

#new-tools, #progress {
  text-align: center;
}

#underscore-progress-bar {
  background-color: #eee;
  border: 1px inset #c9cacb;
  margin: 16px auto 16px auto;
  width: 320px;
  height: 14px;
}

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

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

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

#messages table {
  color: black;
  width: 640px;
}

#messages td {
  border: 1px solid #c9cacb;
}

#messages .missing {
  color: red;
}

#results-table {
  border-top: 1px dotted #c9cacb;
  width: 100%;
}

td.table-thumbnail {
  border-bottom: 1px dotted #c9cacb;
  font-size: 8px;
  font-style: italic;
  padding: 8px 0px 7px 0px;
  text-align: center;
  vertical-align: top;
  width: 144px;
}

td.table-thumbnail img {
  border: 1px solid #c9cacb;
  cursor: pointer;
  vertical-align: top;
  -moz-box-shadow: 2px 2px 4px #bbb;
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
}

td.table-document {
  border-bottom: 1px dotted #c9cacb;
  padding: 8px 0px 7px 16px;
  vertical-align: top;
}

.table-tools {
  font-size: 10px;
  text-align: right;
}

.file-button {
  background-color: #eee;
  background-image: url(../img/button.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px outset #c9cacb;
  color: black;
  cursor: default;
  display: block;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
  height: 20px;
  margin: 5px auto;
  overflow: hidden;
  padding: 0px;
  position: relative;
  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;
}

#buttons .file-button, .results .file-button {
  display: inline-block;
  font-size: 11px;
  height: 20px;
  top: -1px;
  vertical-align: middle;
}

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

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

.disabled {
  color: gray;
}

#new-holdings, #new-subholdings, #new-report {
  display: block;
  font-size: 9px;
  margin: 5px auto;
  padding-left: 1px;
  padding-right: 1px;
  width: 70px;
}

#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: whiteSmoke;
  width: 768px;
  margin: 0px 0px 0px 48px;
  padding: 16px;
  position: fixed;
  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 {
  -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: 12px;
  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;
}

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

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

.comment-header {
  cursor: pointer;
}

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

#register h2 {
  margin-left: 0px;
}

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

#notice p {
  margin-bottom: 16px;
}

#user-data {
  float: left;
  width: 432px;
  padding-left: 16px;
}

#user-data p {
  text-align: right;
  font-style: italic;
  font-size: 10px;
}

#user-data label {
  clear: left;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: bold;
  padding-top: 8px;
  text-align: right;
  vertical-align: top;
  width: 132px;
}

#user-data .long-input {
  clear: right;
  display: block;
  float: left;
  margin-left: 4px;
  margin-right: 0px;
  width: 290px;
}

#user-data select {
  clear: right;
  display: block;
  float: left;
  margin-left: 4px;
  margin-right: 0px;
  width: 294px;
}

dl#login-data {
  font-size: 16px;
  line-height: 16px;
  margin: 0px 32px 16px 0px;
}

dl#login-data dt {
  display: block;
  float: left;
  width: 96px;
}

dl#login-data dt:after {
  content: ":";
}

dl#login-data dd {
  font-weight: bold;
  margin: 0px;
}

#birthYear, #name-editor input#birthYear {
  margin-left: 0px;
  width: 30px;
}

#birthMonth, #name-editor input#birthMonth {
  margin-left: 0px;
  width: 20px;
}

#birthDay, #name-editor input#birthDay {
  margin-left: 4px;
  width: 20px;
}

#name-editor #birthDay, #name-editor #birthMonth, #name-editor #birthYear {
  clear: none;
  display: inline;
  float: none;
}

.log {
  background-color: whiteSmoke;
  font-family: "Andale Mono", "Courier New", Courier, monospace;
  margin: 4px 0px 16px 0px;
  padding: 4px;
  white-space: pre-wrap;
}

#pdf-raw .warning {
  hyphens: auto;
  margin: 1em auto;
  max-width: 368px;
  text-align: justify;
  width: 80%;
}
#pdf-raw .warning img {
  display: block;
  float: left;
  margin-right: 1em;
}

#thumbnails .warning {
  margin: 1em auto;
  text-align: center;
  width: 100%;
}

.list-record .warning {
  font-style: italic;
  margin: 8px 0px 0px 0px;
  text-align: left;
  width: 100%;
}

#calendar-years {
  border-bottom: 1px dotted #555;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 16px 0px;
}

.calendar-month {
  float: left;
  width: 192px;
  margin: 0px 0px 32px 32px;
}

.calendar-month caption {
  text-transform: capitalize;
  background-color: #555;
  color: white;
}

.calendar-month th {
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
  background-color: #999;
  color: white;
}

.calendar-month td {
  color: #999;
  padding: 1px;
  text-align: center;
}
.calendar-month td a {
  background-color: #2776b8;
  border-radius: 8px;
  color: white;
  display: inline-block;
  font-weight: bold;
  height: 100%;
  width: 100%;
}

.calendar-month.left-column {
  margin-left: 0px;
}

#pubs h1 {
  margin: 0 0 16px 0;
}

#pubs .notice {
  font-style: italic;
  margin-bottom: 16px;
}

#pubs td, #pubs th {
  border: 1px solid #333;
  padding: 0.25em;
}

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