﻿body 
{
    font-family:Tahoma;	
    font-size:1em;
    background-color:gray;
    height:100%;
}

.pane, .leftPane, .MainPane, .RightPane, .LoginPane {
    display:block;
    position: absolute;
    border-radius: 9px 9px 9px 9px;
    border: 2px solid black;
    background-color: mintcream;
    padding:4px;
}

.leftPane {
    top: 75px;
    left: 10px;
    bottom:20px;
    min-width:250px;    
}

.MainPane {
    top: 75px;
    left: 275px;
    right: 275px;
    bottom:20px;
    overflow:auto;
}

.LoginPane {
    top: 75px;
    right: 10px;
    min-height: 150px;
    min-width:250px;  
}

.RightPane {
    top: 260px;
    right: 10px;
    bottom:20px;
    min-width:250px;  
}

.Header {
    position:relative;
    color:mintcream;
    font-size:2em;
    margin-left:10px;
    top:20px;    
}

h1
{
    text-decoration: underline;
    font-size:1.3em;
}

h2
{
    text-decoration: underline;
    font-size:1.2em;
}
h3
{
    text-decoration: underline;
    font-size:1.1em;
}

.boxImg
{
    float:right;
}

.Main, .menu, .senestenyt
{
     margin: 50px 10px 50px 10px;
}

.Main
{
    background-color:White;       
    padding:10px;
}

.menu
{    
    background-color:White;    
    padding:10px;
    bottom:10px;
}

.senestenyt
{
    background-color:White;       
    padding:10px;
}

.wikiTextBox {  
    margin:0px;  
    width:875px;
    height:610px;
    font-family:'Times New Roman';
    font-size:0.8em;
}

ul {
 list-style-type: none;
 margin:2px;
 padding-left:5px; 
}

input[type="text"], input[type="password"]
 {  border: 1px solid black;
    border-radius:3px;
    width:170px;
    background-color:lightgray;
    font-family:Tahoma;	
}