.italic { font-style: italic; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.strike { text-decoration: line-through; }

.superscript {
  position: relative;
  top: -0.5em;
  font-size: 70%;
}

.subscript { vertical-align: sub; font-size: 70%; }
.monospace { font-family: monospace; }

a:link { color: #d0d0ff; text-decoration: none; }
a:active { color: white; text-decoration: none; }
a:visited { color: #a0a0c0; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }

body {
  margin: 10px;
  color: #d8d8d8;
  background-color: black;
}

p {
  text-align: justify;
}

input.text {
  margin: 3px;
  padding: 2px;
  border-style: solid;
  border-width: 2px;
  background-color: #e0e0ff;
}

textarea {
  margin: 3px;
  background-color: #e0e0ff;
}

input.submit {
  margin: 3px;
  padding: 2px;
  border-style: outset;
  border-width: 2px;
  border-color: #d0d0ff;
  background-color: #404080;
  color: white;
  font-variant: small-caps;
}

h2.error {
  text-align: center;
}

div.titleimg {
  margin-left: auto;
  margin-right: auto;
}

img.titleimg {
  border-style: none;
}

div.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

div.center > div {
  text-align: left;
}

div.threadlisting ul {
  list-style-type: disc;
}

div.threadlisting ul li.message_tree {
  min-width: 40em;
}

div.threadlisting ul li.first_non_sticky {
  margin-top: 0.5em;
}

div.threadlisting ul li.root_sticky {
  color: white;
}

div.threadlisting .single_message {
  color: #d8d8d8;
}

div.threadlisting .unregistered a:link { color: #e0e0ff; }
div.threadlisting .unregistered a:hover { color: white; }
div.threadlisting .unregistered a:visited { color: #80809c; }

div.threadlisting .unread a:link { color: #d0d0ff; font-weight: bold; }
div.threadlisting .read a:link { color: #a0a0c0; }
div.threadlisting .unread a:hover { color: white; }
div.threadlisting .read a:hover { color: white; }

div.threadlisting .remainder .author {
  font-weight: bold;
  color: #c0c0c0;
}

div.threadlisting .remainder .date {
  font-style: italic;
  color: #c0c0c0;
}

div.threadlisting .normal, div.threadlisting .highlighted {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
}

div.threadlisting .highlighted {
  border-style: solid;
  border-width: 1px;
  border-color: #5050b0;
  background-color: #101020;
  color: #a0a0c0;
  line-height: 1.25em;
}

div.post_form {
  max-width: 40em;
}

div.message_header table {
  border-collapse: separate;
  border-spacing: 0px 2px;
}

div.message_header tr, div.message_header td {
  border-style: none;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}

div.message_header td.key, div.post_form td.key {
  margin: 0px;
  color: #a0a0ff;
  font-variant: small-caps;
  padding-left: 0px;
  padding-right: 20px;
  white-space: nowrap;
}

div.message_header td.value, div.post_form td.value {
  margin: 0px;
  color: #c0c0c0;
}

div.message_header td.key, div.message_header td.value {
  vertical-align: top;
}

div.message_header tr.minor td {
  font-size: 80%;
}

div.message_view div.body {
  margin: 1em 0px;
  max-width: 40em;
  text-align: justify;
}

div.headerlisting table {
  border-collapse: separate;
  border-spacing: 0px;
}

div.headerlisting tr.even {
}

div.headerlisting tr.odd {
  background-color: #000040;
}

div.headerlisting th {
  text-align: center;
  margin: 0em;
  border-style: none;
  color: #a0a0ff;
  font-weight: bold;
  font-variant: small-caps;
}

div.headerlisting td {
  margin: 0em;
  border-style: none;
  color: #c0c0c0;
  padding: 0.2em 0.5em;
}

div.headerlisting div.buttons {
  width: 100%;
  margin: 1em 0px 1em auto;
  text-align: right;
  display: table;
}

div.profile_form div.instructions,
div.post_form div.instructions { 
  color: #a0a0a0;
  font-size: 75%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #800000;
  background-color: #150000;
  display: block;
  width: 90%;
}

div.profile_form div.instructions .instruction,
div.post_form div.instructions .instruction { 
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  text-indent: 0px;
  display: inline;
  white-space: nowrap;
}

div.profile_form div.instructions .tag,
div.post_form div.instructions .tag {
  color: white;
}

div.profile_form div.instructions .tag .optional,
div.post_form div.instructions .tag .optional {
  font-style: italic;
}

div.wait_message {
  margin: 0;
  position: absolute;
  top: 2px;
  left: auto;
  right: 2px;
  max-width: 25em;
  font-variant: small-caps;
  font-size: 75%;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #800000;
  background-color: #150000;
  display: block;
}

div.profile_form,
div.login_form,
div.register_form,
div.confirm_form,
div.email_password_form {
  display: table;
}

div.entry_form { 
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #303090;
  background-color: black;
}

div.entry_form h1 { 
  width: 100%;
  text-align: center;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 100%;
  font-variant: small-caps;
  color: black;
  background-color: #9090bb;
}

div.entry_form div.text {
  display: table;
}

div.entry_form td.key, div.entry_form th {
  margin: 0px;
  color: #a0a0ff;
  font-variant: small-caps;
  padding-left: 0px;
  padding-right: 20px;
}

div.entry_form div.buttons {
  width: 100%;
  margin-left: auto;
  text-align: right;
  display: table;
}

div.profile_form div.entry_form td.key,
div.login_form div.entry_form td.key,
div.register_form div.entry_form td.key,
div.confirm_form div.entry_form td.key,
div.email_password_form div.entry_form td.key {
  padding-left: 2em;
  text-align: right;
}

div.entry_form td.value, div.entry_form td {
  margin: 0px;
  color: #c0c0c0;
}

div.entry_form td.value div.checkbox {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 70%;
  display: table-cell;
  vertical-align: middle;
}

div.entry_form td.value div.description {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1em;
  font-size: 70%;
  display: table-cell;
  vertical-align: middle;
}

div.entry_form th.section_header {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
  font-weight: bold;
  font-variant: small-caps;
  border-top: solid;
  border-width: 3px;
  border-color: #303090;
  color: #a0a0ff;
}

div.captcha_challenge_form div.image,
div.captcha_challenge_form div.notimage { 
  margin: 0px;
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
}

div.captcha_challenge_form div.notimage { 
  text-align: center;
}

div.captcha_challenge_form div.instructions,
div.captcha_challenge_form div.form { 
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

div.captcha_challenge_form div.instructions {
  max-width: 30em;
}

div.header {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 100%;
  font-variant: small-caps;
  font-weight: bold;
  color: black;
  background-color: #9090bb;
}

div.info {
  float: left;
  margin-top: 5px;
}

div.profile_view { 
  padding: 5px;
  background-color: black;
  border-style: solid;
  border-width: 1px;
  border-color: #303090;
  display: table;
}

div.profile_view div.info div.picture {
  margin-left: 5px;
  display: table-cell;
  vertical-align: top;
}

div.profile_view div.info div.listing { 
  margin-left: 5px;
  margin-right: 5px;
  display: table-cell;
  vertical-align: top;
}

div.profile_view div.info div.picture img {
  margin-top: 5px;
  margin-right: 5px;
  max-width: 300px;
}

div.profile_view td.key {
  text-align: right;
  margin: 0px;
  color: #a0a0ff;
  font-variant: small-caps;
  padding-left: 2em;
  padding-right: 20px;
}

div.profile_view td.value {
  margin: 0px;
  color: #c0c0c0;
}

div.profile_view th.section_header {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
  font-weight: bold;
  font-variant: small-caps;
  border-top: solid;
  border-width: 3px;
  border-color: #303090;
  color: #a0a0ff;
}

div.informational_message {
  padding: 5px;
  background-color: black;
  border-style: solid;
  border-width: 1px;
  border-color: #303090;
  max-width: 40em;
}

div.informational_message h1 { 
  width: 100%;
  text-align: center;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 100%;
  font-variant: small-caps;
  color: black;
  background-color: #9090bb;
}

div.informational_message div.text {
  max-width: 40em;
}

div.literal_window {
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background-color: black;
  border-style: solid;
  border-width: 1px;
  border-color: #303090;
  max-width: 50em;
}

div.literal_window div.text {
  max-width: 50em;
}

hr { 
  color: #4040c0;
  height: 1px;
  width: 100%;
  margin-left: 0px;
  margin-right: auto;
  text-align: left;
}

div.toolbar {
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}

div.toolbar div.normal {
  display: inline;
  font-variant: small-caps;
}

div.toolbar div.normal a:link,
div.toolbar div.normal a:visited {
  background-color: black;
  color: #d0d0ff;
  text-decoration: none;
}

div.toolbar div.normal a:active,
div.toolbar div.normal a:hover {
  background-color: #d0d0ff;
  color: black;
  text-decoration: none;
}

div.toolbar div.normal a.image {
  background-color: black;
  color: #d0d0ff;
  text-decoration: none;
}

div.toolbar img { 
  border-style: none;
  vertical-align: middle;
}

div.toolbar div.fancy {
  display: inline;
  font-family: sans-serif;
  font-size: 85%;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 2.0;
}

div.toolbar div.fancy a:link, div.toolbar div.fancy a:visited {
  background-color: #202080;
  border-style: double;
  border-color: black;
  border-width: 3px;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 0.40em;
  padding-right: 0.40em;
  margin-top: 1px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 1px;
  color: white;
  text-decoration: none;
  -moz-border-radius: 1em;
}

div.toolbar div.fancy a.highlight:link, div.toolbar div.fancy a.highlight:visited {
  background-color: #c00000;
  color: white;
}

div.toolbar div.fancy a:active, div.toolbar div.fancy a:hover {
  background-color: #4040ff;
  border-style: double;
  border-color: black;
  border-width: 4px;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 0.40em;
  padding-right: 0.40em;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0px;
  color: black;
  text-decoration: none;
  -moz-border-radius: 1em;
}

div.toolbar div.fancy a.highlight:active, div.toolbar div.fancy a.highlight:hover {
  background-color: #ff0000;
  color: black;
}

div.pageheader { 
  width: 100%;
  margin: 1ex 0px;
  display: table;
  font-size: xx-large;
  font-weight: bold;
}

div.body p { 
  margin: 0px;
  padding: 0px;
}

div.body img {
  border-style: none;
}

div.body div.quote_caption {
  margin-top: 0.5em;
  margin-left: 15px;
  font-size: 80%;
}

div.body blockquote { 
  display: table;
  margin-left: 15px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #0000ff;
  background-color: #000020;
  padding: 5px;
  text-align: justify;
}

div.body blockquote blockquote { 
  border-color: #0000e0;
  background-color: #000018;
}

div.body blockquote blockquote blockquote { 
  border-color: #0000c0;
  background-color: #000010;
}

div.body blockquote blockquote blockquote blockquote { 
  border-color: #0000a0;
  background-color: #000008;
}

div.body div.signature {
  margin-top: 1em;
  font-size: 75%;
}

div.body div.signature hr {
  margin-right: auto;
  margin-left: 0;
  width: 2em;
}

div.emoticons { 
  margin-left: auto;
  margin-right: auto;
  display: table;
}

div.emoticons td { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h3.error { 
  color: yellow;
}

div.rollcall div.list { 
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #303090;
  background-color: black;
}

div.rollcall div.list h1 { 
  width: 100%;
  text-align: left;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 100%;
  font-variant: small-caps;
  color: black;
  background-color: #9090bb;
}

div.rollcall div.list table {
  border-style: none;
  border-collapse: collapse;
}

div.rollcall div.list tr.even {
}

div.rollcall div.list tr.odd {
  background-color: #000040;
}

div.rollcall div.list th, div.rollcall div.list td {
  border-style: none;
  padding: 2px 10px;
  text-align: left;
  white-space: nowrap;
}

