/* section:base */
body {
	margin: 0;
	font-family: sans-serif;
	overflow-y: scroll;
	font-size: 10pt;
}

h1 { font-size: 12pt; }
ul { list-style: square; padding-left: 20px; }
a img {	color: transparent; }

table {	width: 100%; border-collapse: collapse; }
td { padding: 2px 8px; }
td.numcol, th.numcol { width: 50px; padding: 2px 8px; text-align: right; }
td.digitcol, th.digitcol { width: 20px; padding: 2px 1px; text-align: right; }
td.namecol, th.namecol { width: 100px; }
td.titlecol { width: 400px; }

a {	text-decoration: none; }

a:hover { text-decoration: underline; }

/* section:ads */
div.ad468x60 {	margin-left: auto; margin-right: auto; width: 468px; height: 60px; margin-bottom: 20px; }
/* section:general */
p.info { text-align: center; }
span.nowrap { white-space: nowrap; }
.pageselector { text-align: center; font-weight: bold; }
.box h1 span.time { font-size: 8pt;	white-space: nowrap; font-weight: normal; }
.left { width: 49%; float: left; }
.right { width: 49%; float: right; }
.box { margin-bottom: 20px; }
.box.form { border-radius: 6px; }
.box.topless { border-radius: 6px; }
.box .head {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.box .body {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 4px 20px;
}
.box .body.table { padding: 1px 1px 10px 1px; }
.box thead { font-size: 7pt; font-weight: bold; }
.box form { margin: 5px; margin-left: 12px; margin-right: 12px; }
.box h1.head { padding: 5px; font-size: 13pt; margin: 0; padding-left: 12px; vertical-align: bottom;}
.box p { margin: 12px; }
/* section:comments */
.comment-thankyou { line-height: 80px; text-align: center; vertical-align: middle; font-style: italic; }
#comment-list>.comment-entry { margin: 20px 0; padding: 5px 5px; border-radius: 6px; }
#comment-list .comment-deleted { line-height: 25px; vertical-align: middle; text-align: center; }
#comment-list .comment-body { padding: 2px 10px; }

/* section:form */
.box.form table th { vertical-align: top; width: 170px; padding-right: 30px; text-align: right; font-weight: normal; }
.box.form table .formerrors>* { font-size: 7pt; text-align: left; }
.box.form h1 { font-size: 13pt; padding: 4px 0px 4px 40px; }

/* section:general */
span.symbol { font-size: 7pt; vertical-align: top }
span.legend { font-size: 7pt; vertical-align: bottom }
.rightaligned { text-align: right }
.no-content { text-align: center; padding-top: 150px; padding-bottom: 250px; font-style: italic; }
.box .no-content { padding-top: 40px; padding-bottom: 50px; }

/* section:docbrowser */
#dcb-inline { display: none; position: fixed; bottom: 40px; height: 300px; margin-left: 50%; }
#dcb-inline-center { margin-left: -410px; position: fixed; width: 820px; border-radius: 6px; }

#dcb-closebrowser { text-align: center; font-weight: bold; font-size: 16pt; clear: both; }
#dcb-inline .docbrowser-navi { height: 260px; overflow: auto;}
#dcb-inline .docbrowser-content { height: 260px; overflow: auto;}

#docbrowser .docbrowser-navi { width: 180px; float: left; margin-bottom: 5px; margin-left: 5px; padding: 4px 12px; }
#docbrowser .docbrowser-content { width: 570px ; float: right; margin-bottom: 5px; margin-right: 5px; padding: 4px 12px; }
#docbrowser .docbrowser-navi ul { padding: 4px 12px; margin: 0px; }

