body {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  font-family: verdana,arial,sans-serif,helvetica;
  font-size: 10pt;
}

a:active {
  background-color: #eee;
}

.topbar {
  background-color: #222;
  color: #fff;
  margin: 0;
  border: 1px solid #222;
  font-size: 11px;
  /* font-weight: bold; */
  text-align: right;
  padding-right: 1em;
  letter-spacing: 1pt;
}

.topbar a {
  color: #eee;
  border-left: 2px dotted #aaa;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-decoration: none;
  font-size: 80%;
}

.topbar a:hover {
  /* color: #33e; */
  color: #f11;
}

.titlebar {
  background-image: url("g/titlebar_bg.png");
  background-repeat: repeat;
  height: 90;
}

.titlebar .logo {
  padding-left: 2em;
  padding-top: 3em;
  border: 0;
  vertical-align: bottom;
}

.titlebar .slogan {
  color: #d4a50b;
  font-size: 16pt;
  padding-bottom: 2em;
  vertical-align: bottom;
}
.titlebar .slogan a {
  text-decoration: none;
  color: #d4a50b;
}

.tuxlogo {
  margin-right: 1em;
}

.titlebar .links a {
  color: #d4a50b;
  padding-bottom: 2em;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}

.titlebar .links a:hover {
  color: #a47507;
}

.infoline {
  padding: 0;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #007;
  color: #bbc;
  border-top: 1px solid #000;
  border-bottom: 1px
  solid #000;
  text-align: left;
  font-size: 80%;
}

.infoline a {
  text-decoration: none;
  color: #bbc;
}

.infoline a:active {
  text-decoration: none;
  color: #b00;
  background-color: #007;
}

.bottomline {
  padding: 0;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #006;
  color: #ccd;
  border-top: 1px solid #000;
  border-bottom: 1px
  solid #000;
}

.maintable {
  padding: 0;
  width: 100%;
}

.navbar {
  /* background-color: #ff0; */
  width: 24%;
  padding: 1.2em;
  font-weight: bold;
  font-size: 90%;
  border-right: 1px dashed #bbb;

}

.navbar-sub {
  padding-left: 2em;
}

.navbar-title {
  font-weight: bold;
  padding-bottom: 1px;
  /* border-bottom: 1px solid #bbb; */
  border-top: 1px solid #bbb;
  /* border-right: 1px solid #bbb;*/
  padding-left: 2px;
  color: #000;
  letter-spacing: 2px;
}

.navbar-block {
  padding-top: 0.7em;
  padding-left: 2em;
  color: #555;
  font-size: 90%;
  /* border-bottom: 1px solid #bbb; */
  border-left: 2px dotted #bbb;
  padding-bottom: 2px;
}

.mainarea {
  /* background-color: #0ff; */
  padding: 0.5em;
  border-bottom: 1px dashed #bbb;
  vertical-align: top;
}

input {
  background-color:#fff;
  border:1px #888 solid;
  color: #555;
  padding: 2px;
}

input[type="submit"] { 
  background-color: #ccc;
  color: #555;
  margin-left: 2px;
  margin-right: 2px;
  text-align: right;
}

input[type="submit"]:hover { 
  background-color: #eee;
  color: #36c;
}

input[type="submit"]:active { 
  background-color: #eee;
  color: #9ac;
}

input[type="text"], input[type="password"], textarea { 
  background-color: #eee;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus	{ 
  background-color: #fff; 
}

textarea {
  width: inherit;
}

#footer {
  margin-top: 1em;
  text-align: center;
  font-size: 85%;
  color: #aaa;
}

#footer a {
  color: #aaa;
  text-decoration: none;
}

#lastmod {
  text-align: right;
  font-size: 85%;
  color: #aaa;
}

.princess-pea {
  font-size: 75%;
  width: 200;
  text-align: center;
  vertical-align: top;
}

.title {
  font-size: 150%;
  text-align: center;
  font-weight: bold;
}

.news {
}

.news-title {
  margin-top: 3em;
  font-size: 120%;
  font-weight: bold;
  color: #000;
}

.news-date {
  color: #999;
  font-size: 90%;
  text-align: center;
  letter-spacing: 2px;
  font-family: sans-serif;
}

.news-text {
  margin-left: 0.7em; 
  margin-right: 0.8em;
}

.jump {
  border: 1px solid #bbb;
  background-color: #ddd;
  display: inline;
  float: right;
}

.jump a {
  text-decoration: none;
} 

.jump-title {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
}

pre {
  background-color: #eee;
}

.scrollbox {
  overflow: auto;
  padding: 10px;
}

.faq-q {
  font-style: italic;
}
.faq-q:before {
  content: "Q:";
}

.faqentry {
  margin-bottom: 19pt;
}
.faq-a:before {
  content: "A: ";
}
