input {
  font-family: verdana, arial, ms sans serif;
  font-weight: normal;
  font-size: 9pt;
}

textarea {
  color: black;
  font-family: verdana, arial, ms sans serif;
  font-size: 9pt;
  font-weight: normal;
}

select {
  font-family: verdana, arial, ms sans serif;
  font-weight: normal;
  font-size: 9pt;
}

h3 { display: inline; color: red; }

/* p:first-letter { font-size: 20px; font-weight: bold; } */

/* ================================================ */

#general {
  postion: fixed;

  color: #222; 
  // background-color: #ff9933;
  background: url( 'FixedImages/bg.jpg' ) fixed center center repeat;
  font-family: verdana;
  font-size: 12px;
}

#header {
  background-image: url( 'FixedImages/header.jpg' );
  background-repeat: no-repeat;
  background-position: top center;

  overflow: none;

  position: fixed;
  top: 4%;
  left: 8%;

  width: 84%;
  height: 20%;

  padding-left: 10px;
}

.headermenu {
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  margin-left: 8px;
  padding-left: 0px;
}

.headertext {
  color: #fff;
  font-size: 40px;
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;

  text-shadow: #222 3px 3px 2px;
}

#sidebar {
  z-index: -1;

  position: fixed;
  width: 15%;
  height: 67%;
  top: 24%;
  left: 8%;
  /* border: 3px double lightblue; */
  background-color: #ffffcc;

  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.sidebar-info {
  padding-top: 5px;
  padding-bottom: 5px;

  text-align: center;
  font-size: 10px;
  color: #222;
  background: #ff9933;
}

#master {
  position: fixed;

  z-index: -1;
  width: 69%;
  height: 66%;
  top: 24%;
  left: 23%;
  background-color: #ffffcc;

  overflow-x: hidden;
  overflow-y: scroll;

  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer{
  position: fixed;
  width: 84%;
  height: 2%;
  top: 91%;
  left: 8%;
  /* border: 3px double lightblue; */

  background-color: #ffffcc;
  color: #333;
  font-size: 14px;
  text-align: center;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-left { position: absolute; left: 20px; text-align: left; font-size: 12px; }
.footer-right { position: absolute; right: 20px; text-align: right;font-size: 12px; }

#shadow {
  z-index: -5;
  position: fixed;
  width: 84%;
  height: 90%;
  top: 5%;
  left: 8%;

  background-color: #222;
  color: #333;

  margin-top: 10px;
  margin-left: 20px;
}

/* ======================== */
/* Sub items in the leftbar */
/* ======================== */
.floatmenu {
  position: relative;
}

.floatmaint {
  position: absolute;
  bottom: 5px;

  width: 90%;
}

.latest-info {
  position: relative;
  border-style: solid;
  border-color:#8;
  border-width:2px;
  margin-right: 5px;
  padding: 5px;
 
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #d00;
}

/* ================================================ */

.so_prompt {
  width: 150px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  /* text-align: right; */
}

.so_text {
  float: left;
  font-size: 12px;
}

.so_explanation {
  float: left;
  font-size: 10px;
}

.tab {
  width: 100%;
}

.row {
  width: 100%;
  float: left;
}

.row1 {
  /* background: lightblue; */
  padding-top: 5px;
}

.col {
  float: left;
}

.col1 {
  /* background: yellow; */
  padding-left: 10px;
  margin-right: -10px;
}

.hdr {
  font-size: 12px;
  vertical-align: top;
  font-weight: bold;
}

/* ================================================ */

.hr {
  color: black;
  background-color: #333;
  height: 1px;
  border: 0;
}

.readonly {
  background-color: #aaa;
  color: #444;
}

.topline {
  background-color: #ff9933;
  color: #eee;
  font-size: 24px;
  text-align: center;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.info {
  color: #555;
  font-size: 14px;
  text-align: left;
  /* padding: 20px; */
}

/* ==================== */

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: none; color: #A00;}

/* ================================================ */

ul.nav { list-style-type: none; padding-left: 0; margin-left: 0; }
ul.nav a { display: block; width: 10em; }
ul.nav li { display: inline; width: 9em; text-align: center; }
* html ul.nav a { height: 1px; }

.button {
  background: #818181;
  color: #ddd;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  margin-top: 3px;
  padding-left: 1em;

  border-width: 4px;
  border-style: solid;

  border-top-color: #dfdfdf;
  border-right-color: #666;
  border-left-color: #aaa;
  border-bottom-color: #858585;
}

.button2 {
  background: #818181;
  color: #ddd;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-left: 1em;
  margin-top: 3px;

  border-width: 4px;
  border-style: solid;

  border-top-color: #dfdfdf;
  border-right-color: #666;
  border-left-color: #aaa;
  border-bottom-color: #858585;
}

/* =========================== */

.contact {
  margin-left: 3em;
  margin-bottom: .5em;
}

.contact td {
  color: #ff9933;
  font-size: 11px;
}

/* ==================================== */

.leftside {
  float: left;
  margin: 10px;
}

.rightside {
  float: right;
  margin: 10px;
}

/* ==================================== */

.loginform {
  padding-bottom: 40px;
}

.signup {
  margin-top: 20px;

  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;

  background: #ff9933;
  color: #ffffcc;
  width: 75%;
}

/* ===================================== */

.guestbook-entry {
  margin: 10px;
  padding: 5px;

  background-color: #ff9933;
  color: #333;
  font-size: 12px;
  width: 80%;
}

.guestbook-entry td {
  padding-right: 3em;
}

.guestbook-system {
  padding: 2px;
  color: #ddd;
}

.guestbook-header {
  padding: 2px;
  font-size: 12px;
  color: #011;
}

.guestbook-info {
  padding: 2px;
  padding-left: 20px;
  font-size: 12px;
}

.guestbook-buttons {
  width: 80%;
  text-align: center;
}

/* ===================================== */

.dictionary {
  margin: 10px;
  padding: 5px;
}

.dictionary table {
  background-color: green;
  color: orange;
  margin-top:: 20px;
  padding: 20px;
}

.dictionary th {
  text-align: center;
  font-size: 16px;
}

.dictionary td {
  padding-right: 3em;
}

/* =================================== */

.trace {
  font-size: 9px;
}

.trace td {
  padding-right: 1em;
}

.trace button {
  font-family: verdana;
  font-weight: normal;
  font-size: 5pt;
  padding: 0;
}

