/*  screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* content styles */

body {
  margin: 0em;
  height: 100%;
  background-color: #ccc;
  background-image: url("../img2/vasentausta.gif");
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
}

h1, h2, h3, h4, h5 {
  font-family: "Gill Sans", "Trebuchet MS", Arial;
}

a:hover {
  color: #ff0000;
}

/* user interface styles */

/* --------------------------------------------- */

#pagebottom {
  display: none;
}

#header {
  min-height: 100%;
  width: 183px;
  float: left;
  background-color: #eee;
  background-image: url("../img2/vasentausta.gif");
  background-repeat: repeat-y;
  font-size: 12px;
}

#logo {
  border-top: 1px solid #00407a;
  background-color: #00407a;
  background-image: url("../img2/vasenmosaiikki.gif");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0.1em 0.1em 6em 0.1em;
  color: #fff;
}

#logo ul {
  padding: 0em 1.3em;
  margin: 1em 0em;
}

#logo li.vihrea {
  list-style-image: url("../img2/vihrea.gif");
}

#logo li.punainen {
  list-style-image: url("../img2/punainen.gif");
}

#logo a {
  color: #fff;
  text-decoration: none;
}

#logo a:hover {
  color: #ffff00;
}

#username {
  margin: 0em;
  padding: 1em;
  display: inline;
}

#username li {
  list-style-type: none;
  display: inline;
  margin-right: 0.2em;
}

#page {
  position: absolute;
  top: 0px;
  left: 183px;
  width: 717px;
  min-height: 100%;
  float: left;
  padding-right: 43px;
  background-image: url("../img2/harmaa1.gif");
  background-repeat: repeat-y;
  background-position: right;
}

#content {
  padding: 8.5em 1em;
  background-image: url("../img2/logo_eng.gif");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #fff;
}

#navibar {
  padding: 0em 1em;
  margin: 1em 0em;
  color: #999;
}

#navibar ul {
  margin: 0em;
  padding: 0em;
}

#navibar a, #navibar a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #0000e4;
}

#navibar li {
  list-style-type: none;
}

#navibar li:before {
  color: #0000e4;
  font-weight: bold;
  content: "> ";
}

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

#footer {
  border: 1px solid #ccc;
}

#pagelocation {
  height: 20px;
  width: 705px;
  margin: 0em;
  padding: 0em 0.5em;
  position: absolute;
  top: 81px;
  left: 183px;
  z-index: 10;
  background-image: url("../img2/otsikkotausta.gif");
  background-repeat: repeat;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

#pagelocation li {
  list-style-type: none;
  margin: 0em;
  padding: 0em;
}

#pagelocation ul {
  list-style-type: none;
  margin: 0em;
  padding: 0em;
}

#pagelocation a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

#pagelocation a:hover {
  text-decoration: underline;
}



#searchform {
  margin-left: 1em;
}

#searchinput {
  margin-right: 2em;
}

#searchform input {
  font-size: 10px;
  padding: 0.1em;
}

.editbar {
  display: none;
}

#header .editbar {
  display: block;
  margin: 0em;
  padding: 1em;
  list-style-type: none;
}

#pageline {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    /* sync these values, line-height is needed for IE */
        height: 4px;
        line-height: 4px;
    border-bottom: 1px solid #9C9C9C;
}

#pageinfo {
  margin-right: 1em;
}

#pagetrail {
  position: absolute;
  top: 110px;
  left: 183px;
  width: 717px;
  z-index: 10;
  margin: 0em;
  padding: 0em 1em;
}

#pagetrail li {
  display: inline;
}

#pagetrail li:after {
    content: " » ";
}

#pagetrail li:last-child:after {
    content: "";
}

/* --------------------------------------------- */

#interwiki {
    margin: 5px 12px;
    display: inline;
    font-size: 1em;
}

#interwiki span:after {
    content: ":";
}

#locationline {
    clear: right;
    padding: 0;
}

#message {
    clear: both;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #c9c9c9;
}

#message p {
    margin: 5px 0;
    padding: 0;
    /* font-weight: bold; */
}

#message div.buttons {
    font-weight: normal;
}

.dialog form {
    margin: 0 15px;
}

.dialog td {
    border: none;
    padding: 5px;
}

.dialog td.label {
    text-align: right;
    font-weight: bold;
    width: 25%;
}

.dialog td.content input {
    width: 100%;
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-textarea, #editor-help {
    font-family: monospace;
    border: 1px solid #8cacbb;  
    color: black;
    padding: 3px;
    width: 100%;
    margin-top: 0.5em;
}

#editor-help {
    font-size: small;
}

#editor-comment {
    font-size: 100%;
    border: 1px solid #8cacbb;
    color: black;
    vertical-align: middle;
    padding: 1px;
    display: inline;
    width: 70%;
}

#preview, #previewbelow {
    border: 1px solid #6C7680;
    padding: 10px 30px 20px 30px;
    margin-top: 0.5em;
}

input.button {
    /*
    border: 1px solid #8cacbb;  
    color: black;
    vertical-align: middle;
    text-decoration: none;
    font-size: 100%;
    cursor: pointer;
    margin: 2px;
    padding: 1px;
    display: inline;
    */
}

#credits, #version, #timings{
    margin: 5px 10px;
    padding: 0;
    text-align: center;
    font-size: 0.88em;
    color: #6C7680;
}

#credits li, #timings li {
    display: inline;
    padding: 0 2px;
    margin: 0 4px;
}

#credits img {
    vertical-align: middle;
}
