/*
 * (c) 2006 Christian Zielinski
 *     All rights reserved.
 */

body {
    padding: 15px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #FFFFFF;
}

h1 {
    font-size: 22px;
}

h2, h3 {
    font-size: 17px;
}

hr {
    color: #999999;
    background: inherit;
    border-style: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: gray;
    height: 1px;
}

a {
    color: #000099;
    text-decoration: none;
    background-color: inherit;
}

a:hover {
    color: #000099;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    background-color: #FFB;
}

a.wikipagelink {
    font-weight: bold;
}

a.wikipageedit {
    font-weight: bold;
    color: #990000;
}

input, textarea, select {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 13px;
}

textarea {
    color: #000000;
    background-color: #EEEEEE;
    border-style: dotted;
    border-width: 1px;
    border-color: #666666;
}

select, input[type=button], input[type=submit], input[type=text], input[type=password] {
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    color: #000000;
    background-color: #F0F0F0;
}

div.wikipreview {
    padding: 5px;
    margin-bottom: 10px;
    color: #000000;
    background-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    border-color: #990000;
}

img {
    border-style: none;
}
