div, ul, li {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #00a396;
  text-decoration: none;
}
a:visited {
  color: #007a71;
}
a:hover {
  color: #40bab0;
}

h1 {
  color: #521e94;
}

body {
  background-color: #cac8c8;
}

#Dimension {
  margin: 0 auto 0 auto;
  width: 850px;
}
#Dimension > div {
  color: black;
}

#Header > div {
  padding: 0px;
}
#Header > div > a {
  width: 850px;
  height: 150px;
  background-image: url(banneri.jpg);
  color: #dbab1c;
  display: block;
  font-size: 200%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 0px 20px black;
}
#Header > div > a > span {
  padding: 100px 0px 0px 550px;
  display: block;
}
#Header > div > a > img {
  border: 0px;
}

#Navigation {
  display: block;
}
#Navigation > div {
  padding: 10px 10px 42px 10px;
}

#Content > div {
  padding: 10px;
  min-height: 500px;
}
#Content > div:after {
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
}

#Footer {
  clear: both;
}
#Footer > div {
  color: #6f6d6d;
  font-size: 80%;
  padding: 10px;
}

#Navigation ul {
  display: inline-block;
  list-style-type: none;
  padding: 0 0 0 0px;
}
#Navigation ul li {
  display: inline-block;
  margin-right: 42px;
}
#Navigation ul li a {
  text-decoration: none;
  color: #521e94;
}
#Navigation ul li a:visited {
  color: #521e94;
}
#Navigation ul li a:hover {
  color: #40bab0;
}
#Navigation ul li a.current {
  font-weight: bold;
}

/*
Enlarged images
*/
#Enlarged {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: none;
  overflow: hidden;
}

#Enlarged .shade {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.75;
  z-index: 1;
}

#Enlarged .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#Enlarged img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border: solid 1px #000;
  background-color: #000;
  z-index: 2;
}

#Enlarged .caption {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: solid 1px #000;
  padding: 5px;
  margin-top: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
}

/*
Image viewer with thumbnail bar and a large image.
*/
#ImageViewer .mini {
  display: inline-block;
  margin-left: 8px;
  margin-top: 8px;
}
#ImageViewer .mini:first-child {
  margin-left: 0px;
}
#ImageViewer .thumbbar {
  white-space: nowrap;
  overflow-x: hidden;
}
#ImageViewer .large {
  position: relative;
}
#ImageViewer .large .wrap {
  position: absolute;
  text-align: center;
}
#ImageViewer img {
  border: none;
}

.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.image-border.queue-image {
  float: left;
  margin-right: 6px;
}

img {
  border: 1px solid black;
}

.fake-image-viewer {
  width: 452px;
}
.fake-image-viewer .special {
  width: 100%;
}
.fake-image-viewer .special img {
  width: 100%;
}

.thumbsize {
  width: 142px;
  height: 114px;
}

h1 {
  margin-top: 0px;
}

h2 {
  color: #7d56af;
}

.clear-box {
  overflow: hidden;
}
.clear-box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
}

.imagelist {
  margin-top: 50px;
}

.right-column {
  width: 436px;
  float: right;
}

.left-column {
  width: 368px;
  float: left;
}

.marjukka-page-left-column {
  width: 480px;
  float: left;
}

.nowswrap {
  white-space: nowrap;
}

.status-ok {
  background-color: #ccffcc;
  border: solid 1px black;
  padding: 10px;
  margin-top: 10px;
}

.status-fail {
  background-color: #ffcccc;
  border: solid 1px black;
  padding: 10px;
  margin-top: 10px;
}

.status-info {
  background-color: #ccccff;
  border: solid 1px black;
  padding: 10px;
  margin-top: 10px;
}

.non-first-block {
  margin-top: 10px;
}

.overflowscroll {
  overflow: auto;
}

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