body {
        background-color: #fff;
        color: #000;
        font-family: sans-serif;
        font-size: 80%;
}

img {
        border: none;
}

#langs img {
        border: 1px solid #000;
}

#wrapper {
        width: 100%;
}

#menucol {
        width: 120px;
        float: left;
}

#contentcol {
        margin-left: 130px;
}

#ads {
  margin-top: 15px;
  padding: 0px;
  border: 0;
}

.center {
        text-align: center;
}

.box {
        border: 1px solid #ccc;
        background: #f9f9f9 url(/wiki/lib/tpl/osfree/gradient.jpg) repeat-x;
        padding: 5px;
}

/* Imported Properties */

.user {
        color: green;
        font-weight: bold;
}

a {
        color: #555;
        text-decoration: none;
}

a:link.wikilink1, a:link.urlextern { color: #444; text-decoration: underline; }
a:visited.wikilink1, a:visited.urlextern { color: #aaa; }
a:hover.wikilink1, a:hover.urlextern { color: #00aaaa; }
a:active, a:active.urlextern { color: #00aaaa; }

a:link.wikilink2 { color: #dd0000; border-bottom: 1px dashed red; }
a:visited.wikilink2 { color: #aaa; }
a:hover.wikilink2{ color: #00aaaa; }

input {
        background-color: #fff;
        color: #000;
        border: 1px solid #003333;
        width: auto;
                margin: 3px;
}


textarea {
        background-color: #fff;
        color: #000;
                font-family: monospace;
        border: 1px solid #ccc;
        background-image: url(osfback.jpg);
        background-repeat: no-repeat;
        width: 90%;
        margin: 3px;
                padding: 4px;
}

#toc__header {
        background-color: #eee;
        float: right;
        margin: 3px;
        width: 100%;
        border: 1px solid #000000;
        font-weight: bold;
        text-align: center;
        clear: both;
                font-size: 90%;
}

#toc__header img {
        height: 18px;
        float: left;
}

#toc__inside {
        background-color: #FFF;
        float: right;
        margin: 3px;
        width: 100%;
        border: 1px solid #000;
        text-align: left;
        clear: both;
}

.include {
        background-color: #fff;
        border: 1px solid #ccc;
        margin: 3px;
                padding: 3px;
}

button.toolbutton {
  background-color: #ffffff;
  padding: 0px;
  margin: 0 3px 0 0;
  border: 1px solid #000000;
  cursor: pointer;
}
div.picker {
  width: 250px;
  border: 1px solid #000000;
  background-color: #eeeeee;
}

button.pickerbutton {
  padding: 0px;
  margin: 0 1px 1px 0;
  border: 0;
  background-color: transparent;
  font-size: 80%;
  cursor: pointer;
}
div.dokuwiki a.spell_error {
  color: #f00;
  text-decoration: underline;
}

div.dokuwiki div#spell__suggest {
  background-color: #ffffff;
  padding: 2px;
  border: 1px solid #000000;
  font-size: 80%;
  display: none;
}

div.dokuwiki div#spell__result {
  border: 1px solid #000000;
  color: #000000;
  font-size: 14px;
  padding: 3px;
  background-color: #ffffff;
  display: none;
}

div.dokuwiki span.spell_noerr {
  color: #093;
}

div.dokuwiki span.spell_wait {
  color: #06c;
}


div.toc {
  margin: 0px;
  float: right;
  width: 25%;
}