@charset "UTF-8";

/* css.css */

/* standart wiki features */

textarea.code {width: 100%; background-color:#f7f7f9;}
.code {width: 100%; background-color:#f7f7f9; }

/* tt,.code{font-family:Menlo,Monaco,"Courier New",monospace;font-size:13px;color:#333333;background-color:#f7f7f9;border:1px dotted #e1e1e8;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} */

/* upload table */
table.dtable { width: 100%; border: 0px none; border-collapse: collapse }
table.dtable tr td { border-width: 0px; border-color: #999999; border-style: none; padding: 4px; vertical-align: top }
table.upload td { padding: 2px 5px 2px 5px; vertical-align: bottom }
table.upload td.desc- { width: 100%; color: #444444; font-size: 80% }
table.upload td.dt- .dt2-,
table.upload td.remove- .remove2-,
table.upload td.size- .size2- { color: #666666; font: 11px Tahoma }
table.upload td.dt-,
table.upload td.file- { white-space: nowrap; color: #000000; font-size: 80%; font-weight: bold }
table.upload td.dt-, table.upload td.remove- { padding-right: 0 }
table.upload td.remove- a.remove2-:hover,
table.upload td.remove- a.remove2-:active { color: #ff0000 }
table.upload td.size- { padding-right: 0; text-align: right }

.add { color: #c00; font-weight: bold; text-decoration: underline }
.additions { color: #008800 }

.codeold { border: solid #888888 2px; width: 100%; padding: 3px; background: #FFFFFF; color: black; font: 10pt Lucida Console; height: 400px; overflow: scroll }

.del { color: #c00; font-style: italic; text-decoration: line-through }
.deletions { color: #880000 }
.error { color: #CC3333; font-weight: bold }
.files, .comment { padding: 10px; border-left: 1px inset; border-right: 1px inset; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #EEEEEE; background: #EEEEEE }
.filesform, .commentform { padding: 10px; border-left: 1px inset; border-right: 1px inset; border-top: 1px solid #CCCCCC; background: #EEEEEE }

/* text highlighter */
/*
.hl-main {font-family: monospace; font-size:13px;}
.hl-gutter { background-color: #CCCCCC; padding-right: 10px;
             font-family: monospace; font-size:13px;}
.hl-table {border: solid 1px #000000; }

.hl-default { color: #000000; }
.hl-code { color: #7f7f33; }
.hl-brackets { color: #009966; }
.hl-comment { color: #7F7F7F; }
.hl-quotes { color: #00007F; }
.hl-string { color: #7F0000; }
.hl-identifier { color: #000000; }
.hl-reserved { color: #7F007F; }
.hl-inlinedoc { color: #0000FF; }
.hl-var { color: #0066FF; }
.hl-url { color: #FF0000; }
.hl-special { color: #0000FF; }
.hl-number { color: #007F00; }
.hl-inlinetags { color: #FF0000; }
*/