html {
    padding: 0px;
    margin: 0px;
    font-size: 90%;
    color: #333;
    font-family: Segoe UI, Arial, Verdana, Sans-Serif;
    background: #31587e url("../img/bg/body_dark.png") repeat-x center top;
}

body {
    padding: 0px;
    padding-bottom: 90px;
    margin: 20px auto;
    position: relative;
    border: 0px solid #ddd;
    border-bottom: 0px;
    background: #fff url("../img/bg/body_dark2.png") repeat-x center bottom;
}

body, div.footer { width: 960px; }
* html body { height: 100%; }
#content * { max-width: 100%; }
#content { overflow-x: auto; }
li p, td p, dd p, dt p { margin: 0em; }
a img { border: none; }

a { color: #17d; text-decoration: none; }
a:hover { color: #f06000; }
a:visited { color: #05a; }
a.nonexistent { color: #999; }

div.sidebar a { color: #333; }
div.sidebar a:hover { color: #f06000; }

a.www, a.http, a.https,  a.file,
a.mailto, a.external, a.interwiki { font-style: italic; font-family: Trebuchet MS; }

a.www:visited, a.http:visited, a.https:visited, a.file:visited,
a.mailto:visited, a.external:visited, a.interwiki:visited  { font-style: italic; }

a.mailto:before {
    content: url(img/moin-email.png);
    margin: 0em 0.2em;
    vertical-align: middle;
    white-space: nowrap;
}

div.searchresults strong {
    font-weight: normal;
}

div.searchresults ol {
    list-style: none;
}

textarea, select, input, tr.diff-title {
    font-family: Trebuchet MS, Verdana, Arial;
    background: #fff url("../img/bg/input_clear.gif") repeat-x scroll center top;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.2em;
    font-size: 100%;
}

#titlesearch, #fullsearch, input.button, input[type="submit"] {
    background: #fff url("../img/bg/clear3.gif") repeat-x scroll center bottom;
    border: 1px solid #c5dae8;
    vertical-align: middle;
    line-height: 1.2em;
    font-size: 100%;
    color: #49c;
}

#titlesearch:hover, #fullsearch:hover, input[type="submit"]:hover {
    border: 1px solid #a5bac8;
    cursor: pointer;
}

input[disabled] {
    background: #fff url("../img/bg/clear4.gif") repeat-x scroll center bottom;
    border: 1px solid #dfdfdf;
    color: #777;
}

input[type="radio"], input[type="checkbox"] {
    background: none;
    border: 0px;
}

tr.diff-title {
    border: 0px;
    border-bottom: 1px solid #dfdfdf;
    background: #fff url("../img/bg/input_clear2.gif") repeat-x scroll center bottom;
}

tr.diff-title a {
    font-weight: bold;
    color: #333;
}

td.diff-removed, td.diff-added {
    background: #f9f9f9;
}

tr.diff-title a:hover {
    color: #f06000;
}

textarea {
    display: block;
    width: 99%;
    background: #fff url("../img/bg/clear2.gif") repeat-x scroll center bottom;
}

#editor input.button {
    margin-bottom: 10px;
}

#editor {
    margin-top: 1em;
}

#editor-textarea {
    font-family: Courier New;
    margin-top: 10px;
    color: #555;
}

form.search {
    float: right;
    margin: 0.5em;
    color: #666;
    position: absolute;
    right: 0px;
}

form.search p {
    margin: 0px;
    font-size: 90%;
}

div.gotobar p {
    margin: 0px;
    padding: 0.5em;
}

div.editbar a.edit:before {
    /* content: url(img/edit.png); */
    vertical-align: middle;
    margin: 0em 0.15em 0em 0.5em;
}

div.editbar {
    float: right;
    margin: 0.4em 0.25em;
    color: #999;
}

div.editbar a {
    color: #dfdfdf;
    font-size: 90%;
    margin: 0em 0.4em;
}

div.editbar a:hover {
    color: #f06000;
}

a.logo {
    float: left;
    clear: none;
    display: block;
    margin: 0.25em;
    min-height: 50px;
    text-decoration: none;
    letter-spacing: 0em;
    line-height: 1em;
    color: #444;
    font-size: 250%;
    font-weight: bold;
    font-family: Segoe UI, Arial, Verdana, Sans-Serif;
}

a.logo img {
    vertical-align: middle;
    margin: 0em 0.25em 0em 0em;
}

ul#username {
    display: block;
    float: right;
    clear: right;
    list-style: none;
    margin: 0em 0.5em;
    position: absolute;
    right: 0px;
    top: 36px;
}

ul#username li {
    list-style: none;
    display: inline;
    margin: 0em 0em 0em 1em;
    font-size: 90%;
}

ul.gotobar {
    height: 25px;
    margin: 0px;
    padding: 0em 0.7em;
    display: block;
    border: 0px;
    color: #dfdfdf;
    background: #17d;
    clear: both;
    overflow: hidden;
}

ul.gotobar li {
    height: 25px;
    display: block;
    float: left;
    margin: 0em 0em;
    border: 0px;
    overflow: hidden;
}

ul.gotobar li a {
    height: 25px;
    letter-spacing: 0.0em;
    display: block;
    border: 0px;
    text-decoration: none;
    font-size: 90%;
    padding: 0.25em 0.75em;
    background: #17d;
    color: #dfdfdf;
}

ul.gotobar li.current a {
    font-style: italic;
}

ul.gotobar li.current {
    border: 0px;
}

ul.gotobar li a:hover {
    color: #dfdfdf;
    background: #39f;
    border: 0px;
}

body ul.gotobar li.clear {
    display: block;
    list-style: none;
    clear: both;
    float: none;
    margin: 0px;
    padding: 0px;
    height: 0px;
    overflow: hidden;
    border: none;
    line-height: 1px;
}

div.header h1 {
    color: #dfdfdf;
    background: #606060 url("../img/bg/dark2.png") repeat-x center top;
    margin: 0px;
    border: 0px;
    padding: 0.25em 1.25em;
    font-weight: normal;
    font-size: 110%;
}

div.header h1 a.backlink {
    color: #eee;
}

div.header h1 a.backlink:hover {
    color: #f06000;
}

span.pagepath {
    font-size: 80%;
    color: #cecece;
    font-weight: bold;
}

span.pagepath a {
    font-weight: normal;
    color: #cecece;
}

div.header {
    background: #fff url("../img/bg/clear.gif") repeat-x center top;
    border-bottom: 1px solid #ddd;
}

div.wrapper {
    padding: 0.5em;
    margin: 0em 0.5em 1.5em 11.5em;
    color: #444;
    position: relative;
    min-height: 800px;
}

div.wrapper.no-sidebar {
    margin-left: 0.5em;
}

div.sidebar div#sidebar,
div.sidebar div[id="SideBar.sidebar"] {
    overflow: auto;
    max-height: 800px;
    min-height: 600px;
}

div.content {
    line-height: 1.35em;
    position: relative;
    padding: 0em 4em 0em 2.5em;
}

div.sidebar {
    width: 12.5em;
    position: absolute;
    left: -11.25em;
    top: -0.5em;
    font-size: 90%;
    line-height: 1.3em;
    padding: 0px;
    margin: 0px;
}

div.sidebar div {
    background: #fff url("../img/bg/sidebar.gif") repeat-y right top;
    margin-bottom: 0px;
    margin-top: 0.5em;
    padding-top: 0.25em;
}

div.sidebar div.searchresults {
    padding: 0px;
    margin: 0px;
    background: none;
}

#sidebar-end {
    margin-top: 0px;
    background: transparent url("../img/bg/sidebar_end.png") no-repeat scroll right top;
    height: 90px;
}

div.sidebar p {
    margin: 0.25em 0.5em 0em 0.5em;
}

div.wrapper div.sidebar h1,
div.wrapper div.sidebar h2,
div.wrapper div.sidebar h3 {
    font-size: 100%;
    margin: 1.5em 0em 0.25em 0em;
    color: #333;
    border: 0px;
    background: transparent;
    padding: 0.25em 0.5em;
    line-height: 1.1em;
    font-weight: bold;
    font-family: Trebuchet MS, Segoe UI, Arial, Verdana, Sans-Serif;
}

div.sidebar ol,
div.sidebar ul {
    margin: 0px;
    line-height: 1.2em;
    list-style-position: outside;
    padding: 0em 0em 0.25em 0em;
}

div.sidebar ol {
    list-style-type: decimal;
}

div.sidebar ul {
    list-style-type: disc;
}

div.sidebar li {
    padding: 0.5em 0.75em 0em 0em;
    margin-left: 1.8em;
}

h1, h2, h3, h4, h5 {
    color: #27d;
    font-family: Segoe UI, Arial, Verdana, Sans-Serif;
    font-weight: bold;
    line-height: 1.2;
}

div.wrapper h1 { font-size: 200%; margin: 0em     0em  0.5em   0em; }
div.wrapper h2 { font-size: 175%; margin: 1em     0em  0.5em   0em; }
div.wrapper h3 { font-size: 150%; margin: 1.25em  0em  0.75em  0em; }
div.wrapper h4 { font-size: 125%; margin: 1.5em   0em  1em     0em; }
div.wrapper h5 { font-size: 105%; margin: 1.5em   0em  1em     0em; }

div.wrapper h3.rcdaybreak  { font-size: 120%; }

ul#pagetrail {
    display: block;
    background: #eee;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

ul#pagetrail li {
    display: inline;
    list-style: none;
    margin-left: 0.75em;
}

ul#pagetrail li a {
    font-size: 80%;
    color: #666;
}

ul#pagetrail li a:hover {
    color: #f06000;
}

div.footer a {
    color: #dfdfdf;
}

div.footer a:hover {
    color: #f06000;
}

div.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #ddd;
    text-align: right;
    border-top: 1px solid #999;
    padding: 0px;
    margin: 0px;
    background: #666 url(../img/bg/dark.png) repeat-x scroll center top;
    min-height: 36px;
}

div.footer span.time {
    display: block;
    text-align: right;
    color: #999;
    font-size: 80%;
    padding: 0.25em 0.5em;
    font-style: italic;
}

div#message, p.status {
    position: static;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffd;
    padding: 0.125em 0.5em;
    margin: 0px;
    font-size: 90%;
    color: #333;
    opacity: 0.90;
    z-index: 1000;
}

div.message p { margin: 0em; }

#content table {
    border-collapse: collapse;
    border: 1px solid #dddddd;
    font-size: 90%;
    margin: 0.5em;
}

#content div.userpref table, #content table[id="dbw.table"], #content table.diff, #page-history table {
    border: 0px;
    font-size: 85%;
    max-width: 100%;
    margin: 0.5em auto;
}

#content th, #content td {
    border: 1px solid #dddddd;
    padding: 0.25em;
    vertical-align: top;
}

#content th {
    background-color: #f6f6f6;
}

#page-history th,
#page-history td,
#content table.diff th,
#content table.diff td,
#content div.userpref th,
#content div.userpref td,
#content table[id="dbw.table"] th,
#content table[id="dbw.table"] td {
    border: 0px;
    padding: 0.25em 0.5em;
    vertical-align: top;
}

#page-history table[id="dbw.table"] th,
#page-history table[id="dbw.table"] td {
    background: #fff url("../img/bg/clear3.gif") repeat-x scroll center bottom;
    border-bottom: 1px solid #c5dae8;
}

#page-history table[id="dbw.table"] th.column1,
#page-history table[id="dbw.table"] th.column3,
#page-history table[id="dbw.table"] td.column1,
#page-history table[id="dbw.table"] td.column3 {
    white-space: nowrap;
}

#page-history table[id="dbw.table"] td.column5 {
    white-space: normal;
}

#content div.userpref th,
#page-history th {
    background: none;
}

tt {
    font-size: 90%;
    color: #333;
    font-family: DejaVu Sans Mono, Lucida Console, monospace;
}

div.codearea, pre {
    border: 1px solid #ddd;
    background: #f6f6f6;
    color: #666;
}

div.codearea a.codenumbers {
    font-size: 70%;
    float: right;
    display: block;
    padding: 0.25em;
}

div.codearea span.LineNumber {
    background: #fff;
    color: #888;
    border-right: 1px solid #ddd;
    margin-right: 0.25em;
    font-weight: bold;
}

div.codearea pre           { color: #222; padding: 0px; border: none; margin: 0px;  }
div.codearea span.Number   { color: #0060f0;                                        }
div.codearea span.ID       {                 font-style: italic;                    }
div.codearea span.Comment  { color: #999;    font-style: italic;                    }
div.codearea span.String   { color: #0060f0; font-style: italic;                    }
div.codearea span.Preprc   { color: #999;    font-weight: bold;                     }
div.codearea span.Char     { color: #0060f0; font-weight: bold; font-style: italic; }
div.codearea span.Error    { color: #0060f0; font-weight: bold; background: #ddd;   }
div.codearea span.ConsWord { color: #0060f0; font-weight: bold;                     }
div.codearea span.ResWord2 { color: #0060f0; font-weight: bold;                     }
div.codearea span.ResWord  {                 font-weight: bold;                     }
div.codearea span.SPChar   {                 font-weight: bold;                     }
div.codearea span.Operator {                                                        }
div.codearea span.Special  {                                                        }

pre {
    padding: 0.25em;
    font-family: DejaVu Sans Mono, Lucida Console, monospace;
    font-size: 90%;
    line-height: 1.25em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    /* end css 3 or browser specific rules */
}



hr {
    background: transparent;
    color: #fff;
    border: none;
    border-top: 1px solid #ccc;
}

div#preview {
    border: 1px solid #888;
    padding: 0.125em 0.5em;
    margin: 1em;
}

div.warn ul, div.tip ul, div.hint ul, div.info ul, div.err ul,
div.warn p, div.tip p, div.hint p, div.info p, div.err p {
    margin: 0px;
}

.diff-added span {
    background-color: #e8f6ff;
    color: #28d;
}

.diff-removed span {
    background-color: #ffefef;
    color: #f77;
}

strong.highlight {
    background: #feb;
    color: #333;
    font-weight: normal;
}

span.strike {
      text-decoration: line-through;
}

span.u {
      text-decoration: underline;
}

/* from the HelpOnMoinWikiSyntax */
div.comment {
    color: #444;
    background: #ddf;
}

div.red   { background: #fcc; }
div.green { background: #cfc; }
div.blue  { background: #ccf; }

div.solid, div.dashed, div.dotted {
    border: 2px solid #333;
    padding: 0.5em;
}

div.solid  { border-style: solid;    }
div.dashed { border-style: dashed;   }
div.dotted { border-style: dotted;   }
div.blink  { text-decoration: blink; }

table.addcommentform textarea { width: 50em; }
