* {
  font-family: Arial, sans;
}
body,html,table,form {
  font-size: small;
  line-height: 1.3;
}
body,html {
  background-color: #d1c28c;
  background-image: url("bg_body.gif");
  background-position: top;
  background-repeat: repeat-x;
  color: #423b2c;
  margin: 0;
  padding: 0;
  text-align: center;
}
a {
  color: #80a21f;
  text-decoration: underline;
}
a:hover {
  color: #7f7053;
  text-decoration: none;
}

input,select,textarea {
  font-family: Arial, serif;
  font-size: small;
  margin: 0;
  padding: 0;
  text-align: left;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
div,p,h1,h2,h3,table {
  border-spacing: 0.5ex;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
h1,h2,h3,p,pre {
  padding: 0.5ex 0;
  text-align: left;
}
h1,h2,h3 {
  line-height: 1.1;
}
p {
  padding: 1ex 0;
}
pre {
  font-family: Monospace;
  font-size: medium;
  font-weight: bold;
}
form {
  margin: 0;
  padding: 0;
}
form p {
  padding: 0.2ex 0;
}
th,td {
  vertical-align: middle;
  text-align: left;
}
ul,ol,li {
  text-align: left;
}
hr {
  background-color: #d9d3bf;
  border: 0;
  border-top: 2px solid #d9d3bf;
  clear: both;
  height: 2px;
  margin: 0.5ex 0;
  padding: 0;
  width: 100%;
}
.cleaner {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  visibility: hidden;
}

#wrapper {
  background-color: white;
  background-image: url("bg_wrapper.gif");
  background-position: center;
  background-repeat: repeat-y;
  margin: 0 auto;
  width: 760px;
}
#top {
  background-color: #423b2c;
  background-image: url("bg_top.jpg");
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  width: 760px;
}
#top h1 {
  font-size: 4.5ex;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  padding: 1ex 0;
  width: 94%;
}
#top h1 a {
  color: #d1c28c;
  text-decoration: none;
}
#top h1 span {
  color: white;
  font-size: 150%;
  font-weight: normal;
  letter-spacing: -3px;
  padding-left: 0.1ex;
  padding-right: 0.1ex;
}
#top h1 small {
  display: none;
}
#menu {
  background-color: #8fc200;
  background-image: url("bg_menu.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  display: block;
  margin: 0;
  padding: 1ex 0;
  text-align: left;
  width: 100%;
}
#menu li {
  display: inline;
  padding: 0 0 0 1.5ex;
}
#menu li a {
  color: white;
  font-size: 130%;
  font-weight: bold;
  padding: 2px 0.5ex;
  text-decoration: none;
}
#menu li a:hover {
  background-color: white;
  color: black;
}
#submenu {
  background-image: url("bg_submenu.gif");
  background-position: top;
  background-repeat: no-repeat;
  font-size: 1px;
  line-height: 1px;
  height: 9px;
}
#main {
  margin: 0 auto;
  width: 740px;
}
#content {
}
#inside {
  border: 5px solid #f1eddc;
  margin: 0 auto;
  padding: 20px 10px;
  width: 700px;
}
#inside h2 {
  font-size: 130%;
}
#inside h3 {
  font-size: 100%;
  font-weight: bold;
}
#megasearch {
  background-color: #fbfaf4;
  border: 1px solid #f1eddc;
  margin: 1ex auto;
  padding: 3ex 0;
}
#megasearch p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#megasearch .bigger {
  font-size: 2ex;
  font-weight: bold;
}
#test {
  background-color: #fbfaf4;
  border: 1px solid #f1eddc;
  font-size: 120%;
  line-height: 1.65;
  margin: 1ex auto;
  padding: 0.5ex;
  width: 98%;
}
#test input, #test select {
  font-size: 105%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1px;
  margin-top: 1px;
  padding: 0 2px;
}
#intest {
  margin: 0 auto;
  text-align: left;
  width: 95%;
}
#submitest {
  border-top: 1px solid #f1eddc;
  margin: 1ex auto 0 auto;
  padding: 1ex 0 0 0;
  text-align: left;
  width: 95%;
}
#statbar {
  clear: both;
  margin: 10px 0 0 0;
  padding: 15px 0 10px 0;
}
#testmenu {
  margin: 0 auto;
  width: 95%;
}
#testmenu a {
  background-color: #8fc200;
  color: white;
  font-weight: bold;
  padding: 2px 4px;
  text-decoration: none;
}
#testmenu a:hover {
  background-color: white;
  color: black;
}
#testlist {
  background-color: white;
  border-bottom: 5px solid #f1eddc;
  border-top: 5px solid #f1eddc;
}
#testlist p {
  margin: 0 auto;
  width: 95%;
}
#testlist h2 {
  display: none;
}
#testlist li {
  padding-bottom: 0.5ex;
  padding-top: 0.5ex;
}
#testlist form {
  padding: 2ex 0;
}
#testlist1, #testlist2, #testlist3, #testlist4, #testlist5 {
  display: none;
}
#footer {
  background-color: #d1c28c;
  clear: both;
  padding: 16px 0 0 0;
}
#footer p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer a {
  color: #423b2c;
}
#bottom {
  background-image: url("bg_bottom.gif");
  background-position: top;
  background-repeat: no-repeat;
  font-size: 1px;
  line-height: 1px;
  height: 25px;
}

small {
  color: #ac9d72;
  font-size: 80%;
  font-weight: normal;
}
em {
  background-color: #f1eddc;
  color: black;
  font-style: normal;
  font-weight: bold;
  padding: 1px;
}

.message {
  background-color: #80a21f;
  color: white;
  font-size: 120%;
  font-weight: bold;
  margin: 3px 0;
  padding: 0.3ex 1%;
  width: 98%;
}
.info {
  background-color: #fbfaf4;
  border: 1px solid #f1eddc;
  margin: 1ex auto;
  padding: 0.5ex;
  width: 98%;
}
.info p {
  font-size: 120%;
  padding: 0.5ex 0;
}
.info p strong {
  background-color: white;
  color: #80a21f;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px 5px;
}
.subtle {
  text-decoration: none;
}
.low {
  padding: 0.2ex 0;
}
.divide {
  border-bottom: 1px solid #f1eddc;
  border-top: 1px solid #f1eddc;
}

.list {
  background-color: #fbfaf4;
  border: 1px solid #d9d3bf;
  border-bottom: 0;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.list .alternate {
  color: #7f7053;
  font-weight: normal;
}
.list .high {
  padding-bottom: 1ex;
  padding-top: 1ex;
}
.list th, .list td {
  background-color: #fbfaf4;
  border-top: 1px solid white;
  border-bottom: 1px solid #d9d3bf;
  padding: 2px 3px;
}
.list th {
  background-color: white;
  border-top: 1px solid white;
  color: black;
  font-weight: bold;
  padding: 3px;
}
.type1 {
  background-color: #95bd24;
  border: 1px outset #95bd24;
  color: white;
}
.type2 {
  background-color: white;
  border: 1px outset #d1c28c;
  color: #423b2c;
}
.type3 {
  background-color: red;
  border: 1px outset red;
  color: white;
}
.button {
  font-weight: bold;
  padding: 1px 3px;
  text-decoration: none;
}
.button:hover {
  background-color: #423b2c;
  border: 1px outset #423b2c;
  color: white;
}
.adsense {
  padding: 0.2ex 0;
  text-align: center;
}

.half {
  float: left;
  width: 50%;
}
.center {
  text-align: center;
}
.large {
  width: 100%;
}
.medium {
  width: 50%;
}
.small {
  width: 25%;
}
.editor {
  font-family: Monospace;
  font-size: medium;
  font-weight: bold;
}
.ok {
  background-color: #ccff99;
  color: #669900;
  font-weight: bold;
}
.ko {
  background-color: #ff0000;
  color: white;
  font-weight: bold;
}
table .diff1 {
  background-color: #8fc200;
  width: 1%;
}
table .diff2 {
  background-color: #c0c200;
  width: 1%;
}
table .diff3 {
  background-color: #c25b00;
  width: 1%;
}
.testcol1 {
  width: 74%;
}
.testcol2 {
  color: #ac9d72;
  font-size: 80%;
  width: 25%;
}
.searchcol1 {
  text-align: center;
  width: 9%;
}
.searchcol2 {
  width: 65%;
}
.searchcol3 {
  color: #ac9d72;
  font-size: 80%;
  width: 25%;
}

