html, body
{
  margin: 0;
  padding: 0;
  height: 100%;
  }

body
{
  font-family: "Lucida Console", "Monaco", monospace;
  font-size: 80%;
  width:100%;
  background-color: white;
  }

body.main
{
  background-image: url("/img/header_bg.png");
  background-repeat: repeat-x;
  }

img
{
  border: 0;
  }

a
{
  color: #2a5e51;
  text-transform: uppercase;
  }

pre
{
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "Lucida Console", "Monaco", monospace;
  }

b, strong
{
  font-family: "Lucida Console", "Monaco", monospace;
  font-size: 1em;
  }

.forklore-green
{
  color: #2a5e51;
  }

.bold
{
  font-weight: bold;
  }

/* td
{
  vertical-align: top;
  }
 */
.col1
{
  position: absolute;
  margin-right: 180px;
  }

.col2
{
  position: absolute;
  right:0;

  padding: 24px 20px 0 20px;
  background-color: white;
  }

.content
{
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 50px;
  padding-right: 100px;
  /* width: 560px; */
  }

.footer-bg
{
  background-image: url("img/main2.jpg");
  background-repeat: repeat-x;
  }

.footer
{
  color: #2a5e51;
  margin: 0 20px 5px 20px;
  font-size: 0.8em;
  }

.largetext1
{
  font-size: 1.2em;
  }

.largetext2
{
  font-size: 1.4em;
  }

.smalltext1
{
  font-size: 0.9em;
  }

.smalltext2
{
  font-size: 0.8em;
  }

.title
{
  position: absolute;
  top: 76px;
  left: 314px;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  }

h1
{
  margin: 0 0 1em 0;
  font-weight: normal;
  /* text-transform: uppercase; */
  font-size: 1.6em;
  }

h4
{
  /* color: #108266; */
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
  }

.form
{
/*   border: 1px solid black; */
  }

.form table
{
  width: 520px;
/*   background-color: black; */
  }

.form td
{
/*   background-color: white; */
  vertical-align: top;
  padding-bottom:1em;
  }

.form input
{
  width: 100%;
/*   background-color: transparent;
  border: 0;
  font-family: monospace;
  color: #004c87;
 */  }

.form textarea
{
  
  width: 100%;
/*   background-color: transparent;
  border: 0;
  font-family: monospace;
  color: #004c87;
 */  }

.form select
{
  width: 100%;
  }

.error
{
  color: red;
  }

.adminbox
{
  border: 1px solid black;
  width: 300px;
  padding: 0.6em;
  }

.dim
{
  color: #666666;
  }

.important
{
  color: #f60;
  }

.box1
{
  border: 1px dashed #f60;
  margin: 0 0 1em 0;
  padding: 0.6em;
  }

.msg
{
  border: 1px dashed #e80000;
  margin: 0 0 1em 0;
  padding: 0.6em 0.6em 0.6em 32px;
  color: #e80000;
  background-image: url("/img/alert_icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  }

.editor-page
{
  margin: 3em 2em 4em 2em;
  }

.editor-header
{
  color: white;
  background-color: #2a5e51;
  background-image: url("img/editor_header.png");
  background-repeat: repeat-x;
  padding: 0.2em 2.5em 0.2em 2.5em;
  border-bottom: 2px solid #cacaca;
  }

.editor-content
{
  /* width: 680px; */
  margin-bottom:3em;
  }

.editor-content a
{
  text-transform: none;
  }

.editor-result
{
  margin-top: 1em;
  margin-bottom: 1em;
  }

.editor-result a
{
  display: block;
  text-decoration: none;
  padding:0.5em;
  margin-left:-0.5em;
  border: 1px solid transparent;
  }

.editor-forkleft
{
  padding-top: 1em;
  background-image: url("/img/div.png");
  background-repeat: repeat-y;
  background-position: right top;
  }

.editor-forkright
{
  padding-top: 1em;
  background-image: url("/img/div.png");
  background-repeat: repeat-y;
  background-position: left top;
  }

.editor-forklink
{
  height: 30px;
  vertical-align: middle;
  display: block;
  font-size: 0.9em;
  line-height: 30px;
  padding-left: 26px;
  background-image: url("/img/arrow.png");
  background-repeat: no-repeat;
  background-position: left;
  }

.editor-forkparent
{
  height: 30px;
  vertical-align: middle;
  display: block;
  font-size: 0.9em;
  line-height: 30px;
  padding-right: 26px;
  background-image: url("/img/arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  }

.editor-fork
{
  padding:0 2em 0 1em;
  /* padding: 0 2em 0 2em; */
  /* border-left: 1px solid #6b917b; */
  /* border-right: 1px solid #6b917b; */
  }

/*
.editor-result a:hover
{
  background-image: url("/img/result_bg.png");
  background-repeat: repeat-x;
  background-color: #d5ebcb;
  text-decoration: none;
  }
*/

.editor-result a:hover
{
  text-decoration: none;
  border: 1px dashed #cacaca;
  }

.light-bg
{
  background-image: url("/img/result_bg.png");
  background-repeat: repeat-x;
  background-color: #d5ebcb;
  }

.box2
{
  padding: 1em;
  border: 1px solid #6b917b;
  }

.box3
{
  padding: 1em;
  border: 1px solid #6b917b;
  background-image: url("/img/result_bg.png");
  background-repeat: repeat-x;
  background-color: #d5ebcb;
  }

.menubox
{
  margin-right: 1em;
  }

.menubox a
{
  display: block;
  margin: 0.2em 0 0.2em 0;
  }

input, textarea, select
{
  font-family: "Lucida Console", "Monaco", monospace;
  font-size: 1em;
  vertical-align: middle;
  margin: 0.25em 0 0.25em 0;
  /* background-color: #ebfbe3; */
  white-space: pre;
  }

form
{
  display: inline;
  }

input.text-button
{
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  background-image: none;
  color: #2a5e51;
  text-transform: uppercase;
  cursor: pointer;
  }

.help
{
  cursor: pointer;
  overflow: hidden;
  height: 1.5em;
  font-size: 0.9em;
  padding: 0 0 0 20px;
  background-image: url("/img/help_icon.png");
  background-repeat: no-repeat;
  }

.help h1
{
  font-weight: normal;
  font-size: 1.1em;
  color: black;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  text-decoration: underline;
  color: #2a5e51;
  }

input, select, textarea
{
  padding: 0.25em;
  margin-bottom: 1px;
  border: 1px solid #f1f1f1;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  background-image: url( "/img/field_bg.png" );
  background-repeat: repeat-x;
  }

input.button
{
  cursor: pointer;
  margin-bottom: 0;
  /* padding: 0 0.25em 0em 0.25em; */
  border-top: 1px solid #6eab9c;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  color: white;
  text-transform: uppercase;
  background-color: #2a5e51;
  background-image: url( "/img/button_up.png" );
  background-repeat: repeat-x;
  }

input.button:active
{
  /* padding: 0 0.25em 0em 0.25em; */
  background-image: url( "/img/button_down.png" );
  }

.icon
{
  white-space: pre;
  font-size: 0.8em;
  line-height: 1.2em;
/*   width: 11.5em;
  height: 11.5em;
  overflow: hidden; */
  }

.user-box
{
  height: 12em;
  float: left;
  margin: 0 2em 0 0;
  }