/*
 * archive.css - style sheet for the article reader
 */
body {
  background-image: url(../tausta_kehys.jpg);
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 10pt;
}

/* article reader toolbar */
.ar_bar {
  position: fixed;
  background-color: #d8d0c0;
  background-image: none;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-style: outset;
  margin-top: 0px;
  margin-left: 0px;
  padding: 6px;
}

/* current page display */
.ar_page {
  border-style: solid; 
  border-color: #d8d0c0;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 2px;
  background: transparent; 
  color: black; 
  font-size: 10pt;
  font-family: sans-serif;
}

/* zoom text */
.ar_zoom {
  font-family: sans-serif;
  font-size: 10pt;
}

/* contains the scanned image */
ar_canvas {
}

/* scanned image */
.ar_image {
  border-width: 2px;
  border-style: solid;
  border-color: black;
  margin-top: 32px;
  margin-bottom: 0px;
}

/* buttons */
.ar_button {
  background-color: #fed892;
}
.ar_button:hover {
  background-color: #ffe8b0;
}

/* view dropdown */
.ar_view {
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 10pt;
}

