html,body { background: #ccc; text-align: center; height: 100% }
* { margin: 0; padding: 0; font: 13px 'Verdana',serif; color: #222 }
header li a, h1, h1 a, h2, h2 a, h3, h3 a, h4, h5 { font-family: sans-serif }
#body { text-align: left; width: 800px; margin: 0 auto; background: #fff; border-left: 1px solid #aaa; border-right: 1px solid #aaa; min-height: 100% }
main, header { float: left; border-top: 0px dashed #aaa; margin-top: 30px }
header { width: 110px; border-right: 1px dashed #aaa; padding: 20px 10px }
main { width: 629px; padding: 12px 20px 30px 20px }
footer { clear: left; width: 250px; margin: 0 0 0 274px; border-top: 1px dashed #aaa; height: 20px; text-align: center }
footer p { position: relative; top: -10px; padding: 0; background: #fff; display: inline; color: #aaa }
header li a { font-size: 14px }
header h1 { font-weight: bold; text-align: center; font-size: 15px; margin-bottom: 20px }
header li { margin: 0 0 20px 10px; list-style-type: none }
header li a { text-decoration: none; display: block; width: 100px; border-bottom: 1px solid #fff }
header li a:hover { border-bottom: 1px dashed #aaa }
header li li { margin-top: 10px; margin-bottom: 0 }
header li li a { width: 90px }
header li a.tiny { font-size: 11px }
header li a.small { font-size: 10px }
header .menusel { color: #03a }
header p { margin: 50px 0 0 0; text-align: center }
header p, header p a, header p b { font-size: 9px; text-decoration: none }
header p a:hover { text-decoration: underline }
header p i { font-size: 7px; display: block; margin-top: -2px; margin-bottom: -10px; font-style: normal }
header p b { display: block; margin-top: 10px; margin-bottom: 2px }
#scissors { position: relative; top: 30px; left: 113px; }
a.special:after { content: url(/img/external.gif) }
img.right { float: right; margin: 0 0 5px 10px }
/*
.indexgroup { margin: 30px 10px 0px 20px }
.indexgroup li { list-style-type: none; margin-left: 0px }
.indexgroup li li { margin-left: 20px }
.indexgroup + .dummyTopAnchor + p { margin-top: 20px }
*/
b, strong { font-weight: bold }
h1.title { margin-top: 0; font-size: 25px }
main h1 { margin-top: 50px; }
h2 { margin-top: 25px; }
h3 { margin-top: 0; margin-left: 10px }
h1, h1 a { font-size: 19px; color: #000; margin-bottom: 5px; text-decoration: none }
h2, h2 a { font-size: 16px; color: #000; margin-bottom: 1px; text-decoration: none }
h3, h3 a { font-size: 15px; color: #000; margin-bottom: 1px; text-decoration: none }
p, figure { margin: 3px 15px 13px 15px }
p + ul, p + ol { margin-top: -10px }
li { margin-left: 35px; margin-right: 15px }
dd { margin: 3px 15px 13px 30px }
dd p, li p { margin: 3px 0 13px 0 }
/*pre b { font-weight: bold }*/
pre, code, code span { font: 11px monospace; line-height: 1.5em }
pre { margin: 0 0 10px 18px; display: block; padding: 0 0 0 12px; border-left: 1px dotted #999 }
figcaption { display: none }
/*pre.interface { border-left: 3px solid #03a; font-size: 12px }*/
dt a { color: #333 }
dt { margin-left: 15px }
em, i, i a, em a { font-style: italic }
.sig { vertical-align: super }
.sig, .sig a { font-size: 9px; color: #333; text-decoration: none }
textarea, input, select { background: #fcfcfc; color: #000; border: 1px solid #999 }
textarea:focus, input:focus { background: #fff }
.page-changelog > ul { list-style-type: none }
.page-changelog > ul > li { margin: 0 0 15px 0 }
table { border-collapse: collapse }
table td { padding: 0 2px }
table thead td { font-weight: bold }
.bug_listing tbody tr:nth-child(odd) { background-color: #f4f4f4 }
.bug_listing { width: 95% }
.bug_col_id, .bug_col_type, .bug_col_status, .bug_col_date { white-space: nowrap }
.bug_closed .bug_col_id { text-decoration: line-through }
.bug_closed .bug_col_summary a { color: #777 }
.bug_col_summary a { text-decoration: none }
.bug_col_summary a:hover { text-decoration: underline }
.bug_status { display: block; height: 20px }
.bug_status dt { float: left; font-weight: bold }
.bug_status dd { float: left; }
.bug_item h1 { margin-top: 30px }
.bug_item dt { clear: left; float: left; font-weight: bold; width: 60px }
.bug_item dd { float: left; padding-right: 20px }
.bug_item dd b { color: #a20 }
.bug_item p { clear: left; padding-top: 5px }
.bug_frm fieldset { border: 0; margin-top: 40px }
.bug_frm legend { font-size: 19px; color: #000; }
.bug_frm li { list-style-type: none; margin-left: 10px; clear: left; padding-top: 5px }
.bug_frm label { display: block; width: 80px; float: left }
.bug_frm input, .bug_frm select { float: left }
.bug_frm textarea { width: 100%; height: 200px }
.bug_frm_submit input { float: right; width: 200px }
.bug_filter { display: block; width: 100%; text-align: right; margin: 0; }
.bug_status dt::after, .bug_item dt::after, .bug_frm label::after { content: ":" }
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */