/*
// Name: blueberry
// Version: 1.2.1
// Author: Ingo Reimund
// Created: 2007-02-11
// Description:
//    This Skin is XHTML 1.1 and CSS 2.0 conform designed.
//
// History:
//     2007-02-11  ingo    Created.
//     2007-02-11  ingo    wikiedit for ie6 modified
*/


body {
   color: #1f1f1f;
   background-color: #ffffff;
   font-size: 0.9em;
   line-height: 1.35em;
   margin-top: auto;
   margin-bottom: auto;
   margin-left: auto;
   margin-right: auto;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
   height: 5em;
   color: #f1f1f1;
   background-color: #0047c1;
}

.title {
   position: absolute;
   height: 1.1em;
   padding-left: 0.2em;
   padding-top: 0.25em;
   font-size: 2.5em;
   font-weight: bold;
}

.row {
   clear: both;
   height: 1.8em;
   font-size: 0.79em;
   font-weight: bold;
   color: #f1f1f1;
   background-color: #006edb;
}

.borderbottom {
   border-bottom: 1px solid #000000;
}

.bordertop {
   border-top: 1px solid #000000;
}

.left {
   float: left;
   padding-left: 0.7em;
}

.right {
   float: right;
}

.element li {
   display: inline;
   padding-left: 1em;
   padding-right: 1em;
   border-left:2px solid #e5e5e5;
}

.element a {
   color: #f1f1f1;
}

.element a:visited {
   color: #f1f1f1;
}

.element a:hover {
   color: #000000;
}

.sidebar {
   float: left;
   width: 14.1em;
   padding-top: 2em;
   padding-right: 0.8em;
   padding-left: 0.8em;
   border-right: 2px dashed #006edb;
}

.sidebar .selflink {
   color: #000000;
   font-weight: bold;
}

.sidehead {
   margin-top: 0em;
   padding-bottom: 0.2em;
   font-size: 1.2em;
   font-weight: bold;
}

.sidehead a:visited {
   color: #0016d7;
}

.sidehead a.selflink {
   color: #000000;
}

.content {
   padding-bottom: 1em;
   padding-right: 1em;
   padding-left: 17em;
}

.contentTitle {
   font-size: 2em;
   font-weight: bold;
   padding-top: 0.1em;
   padding-left: 0.2em;
   padding-bottom: 0.4em;
   margin-top: 0.4em;
   margin-bottom: 0.6em;
   border-bottom: 2px solid #006edb;
   border-left: 10px solid #006edb;
}

.edit a {
   color: #ffe70a;
}

.edit a:visited {
   color: #ffe70a;
}

.edit a:hover {
   color: #000000;
}

.search {
   margin-top: 2em;
   padding-top: 2em;
   padding-bottom: 1em;
   border-top: 2px solid #006edb;
}

.searchbox {
      width: 100%;
}

hr {
   border: 1px solid #006edb;
}

a {
   color: #0012b1;
   text-decoration: none;
}

a:visited {
   color: #0017e9;
   text-decoration: none;
}

a:hover {
   color: #000000;
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

br {
   clear: none;
}

.difftype {
   clear: none;
}
.diffrestore {
   clear: none;
}

.vspace {
   margin: 0em;
   padding-top: 1em;
}

img {
   border: 0em;
}

#wikiedit {
   clear: none;
}

#wikiedit textarea {
   height:24em;
   width: 96%;
}

ul {
   margin-left:0.5em;
   padding: 0em;
   list-style:disc inside;
}

ul ul {
   margin-left:1.5em;
   padding: 0em;
   list-style: circle inside;
}

ul ul ul {
   margin-left:1.5em;
   padding: 0em;
   list-style: square inside;
}

ul ul ul ul {
   margin-left:1.5em;
   padding: 0em;
   list-style: circle inside;
}

table {
   border-collapse: collapse;
   margin: 0.5em auto;
}

table tr td {
   padding: 0.2em 0.3em;
   vertical-align: top;
}

h1 {
   font-size: 1.8em;
   margin-top: 1em;
   margin-bottom: 0.2em;
   padding-top: 0.1em;
   padding-bottom: 0.4em;
   padding-left: 0.2em;
   border-left: 10px solid #006edb;
   border-bottom: 2px solid #006edb;
}

h2 {
   font-size: 1.6em;
   margin-top: 1em;
   margin-bottom: 0.2em;
   padding-top: 0.1em;
   padding-bottom: 0.4em;
   padding-left: 0.2em;
   border-left: 5px solid #006edb;
   border-bottom: 2px solid #006edb;
}

h3 {
   font-size: 1.4em;
   margin-top: 1em;
   margin-bottom: 0.2em;
   padding-top: 0.1em;
   padding-bottom: 0.3em;
   border-bottom: 2px solid #006edb;
}

h4 {
   font-size: 1.2em;
   margin-top: 1em;
   margin-bottom: 0.2em;
   padding-top: 0.1em;
   padding-bottom: 0.2em;
}

h5 {
   font-size: 1.1em;
   font-style: italic;
   margin-top: 1em;
   margin-bottom: 0.2em;
   padding-top: 0.1em;
   padding-bottom: 0em;
}