body {
  background-color: #aaf;
  padding: 5mm;
  margin: 0;
}

h1#sitename {
  float: right;
  margin-right: 1cm;
  padding-top: 0;
  margin-top: 3mm;
}
div#titlebar a img {
  clear: none;
}

body div#titlebar {
  border: 1px solid #00a;
  background-color: white;
  clear: both;
  margin-bottom: 5mm;
}

h1 { text-align: center }

h1#sitename a, h1#sitename a:visited, h1#sitename a:hover {
  text-decoration: none;
  color: black;
}

hr {
  height: 0px;
  background-color: black;
  color: black;
  border 1px solid black;
  width : 80%;
}

a {
  color: #00a;
  text-decoration: none;
}
a:visited { color: #00d }
a:hover   { text-decoration: underline }

body div.title {
  font-weight: bold;
  padding-bottom: 10px;
}

body div.notice {
  background-color: #aaf;
  border: 1px solid black;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

ul.replies {
  padding: 20px;
  border-top: 1px solid black;
}

ul.replies li {
  list-style: none;
}

li.reply div.header {
  background-color: #aaf;
  border: 1px solid black;
  padding: 5px;
}

li.reply div.body {
  padding: 20px;
}

div.chatmessages {
  font-size: smaller;
}

div#nodebody {
  background-color: white;
  border: 1px solid #00a;
  width: 74%;
  float: left;
  padding: 5mm;
  z-index: 10;
  margin-bottom: 5mm;
}

div.nodelets {
  float: right;
  width: 20%;
  font-size: smaller;
  z-index: -10;
  margin-bottom: 5mm;
}

body div#footer {
  border: 1px solid #00a;
  background-color: white;
  clear: both;
}

div#titlebar {
  padding: 1mm;
  padding-bottom: 0mm;
}

div#footer {
  font-size: smaller;
  padding: 4mm;
  text-align: center;
}

div.nodelets div.nodelet {
  margin: 2px;
  margin-bottom: 5mm;
}

div.nodelets div.nodelet div.head {
  padding: 5px;
}

div.nodelets div.nodelet div.head a {
  text-decoration: none;
}

div.nodelets div.nodelet div.head a:hover {
  text-decoration: underline;
}

div.nodelets div.nodelet div.head img {
  border: 0mm;
  vertical-align: middle;
  margin: 0mm;
}

div.nodelets div.nodelet div.head span.controls {
  float: right;
}

span.controls img.remove {
  padding-left: 4px;
  border-left: 1px solid black;
}

div.nodelets div.nodelet div.body {
  padding:     5px;
  font-family: serif;
}

input, select, textarea, checkbox {
  border: 1px solid #00a;
  padding: 1px;
  color: #002;
}

input, select, option, checkbox {
  border-radius: 2mm;
  -moz-border-radius: 2mm;
}

textarea {
  border-radius: 3mm;
  -moz-border-radius: 3mm;
  margin-bottom: 5mm;
}

submit {
  background-color: #ddf;
}

div.section { padding: 10px }

div.section div.node div.head {
  background-color: white;
  border: 1px solid black;
  padding: 5px;
}

div.section div.node div.body {
  padding: 20px;
}

div.section div.node div.reply {
  padding: 5px 0 5px 0;
  text-align: center;
}

div.section {
  background-color: white;
  border: none;
}

#patchlist {
  border: 0;
  margin: 4px;
}

#patchlist th.applied { text-align: right }
#patchlist td.applied { text-align: right }
#patchlist td { border: 0 }
#patchlist th {
  padding: 2px;
  border: 0;
  text-align: left;
  background-color: #aaf;
  font-size: 11pt;
}

div#nodelet348608 {
  height: 12cm;
}

div#nodelet348608 iframe {
  height: 10.5cm;
}

div.showcontainer { border: 1px solid #0f0 }
div.containername { background-color: #afa; border-bottom: 1px solid #0f0 }

body                              { background-color:  #aaf; }
a                                 { color:             #006; }
a:visited                         { color:             #002  }
body div.notice                   { background-color:  #aaf; }
li.reply div.header               { background-color:  #aaf; }
div#nodebody                      { border: 1px solid  #00a; }
div.section div.node div.head     { background-color:  #aaf; }
#patchlist th                     { background-color:  #aaf; }

div#nodebody, div.nodelets div.nodelet, div#footer, div#titlebar {
}

body,
body div.notice,
li.reply div.header,
div.section div.node div.head,
#patchlist th
{}

div.nodelet div.head,
div.nodelet div.body,
div#titlebar,
div#footer,
div#nodebody,
div.header {
  background-color: white;
  border: 1px solid #00a;
}

div#titlebar,
div#footer,
div#nodebody,
div.header {
  border-radius: 3mm;
  -moz-border-radius: 3mm;
}

div.nodelet div.head {
  border-radius-topleft:  3mm;
  -moz-border-radius-topleft:  3mm;
  border-radius-topright: 3mm;
  -moz-border-radius-topright: 3mm;
}

div.nodelet div.body {
  border-radius-bottomleft:  3mm;
  -moz-border-radius-bottomleft:  3mm;
  border-radius-bottomright: 3mm;
  -moz-border-radius-bottomright: 3mm;
}

div.nodelet div.head {
  margin-bottom: 1mm;
}

body,
body div.notice,
li.reply div.header,
div.section div.node div.head,
#patchlist th
{ background-color: #aaf }

textarea {
  width:  95%;
  height: 9cm;
}