#column {
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
table.form {
  border-collapse: separate; 
  border-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  border: solid 1px #CCD;
  background-color: #EEF;
}
table.form td {
  padding: 2px 6px;
}
table.form tr.even {
  background-color: #F8F8FF;
}
table.form tr.error {
  background-color: #FFC080;
}
div.form {
  border-collapse: separate; 
  border-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  border: solid 1px #CCD;
  background-color: #EEF;
}
body {
  font-family: verdana, helvetica, sans-serif;
  font-size: 80%;
  background-color: white;
  text-align: center;
}
h1 {
  font-size: 200%;
}
h1#first_header {
  font-size: 220%;
}
h2 {
  font-size: 200%;
  color: #569;
}
h3 {
  font-size: 160%;
  color: #569;
}

div#header {
  position: relative;    /* We need this for the "bottom: 0px;" below */
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  min-height: 200px;
}
div#header_left {
  float: left;
  width: 150px;
  height: 120px;
}
div#header_right {
  float: right;
  position: absolute;
  bottom: 0px;
  width: 340px;
  left: 150px;
  text-align: left;
}


div.text{
  margin-left: auto;
  margin-right: auto;
  width: 560px;
}
td.list {
  text-align: left;
}
td.form_header {
  font-size: 140%;
  text-align: center;
}
td.form_label {
  margin-top: 2px;
}
.element_label {
  line-height: 1.5em;
}
.element_required {
  color: red;
}
td.required_note {
  color: grey;
  font-size: 60%;
}
table {
  background-color: #EEE;
}
p.error {
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1px solid black;
  color: white;
  background-color: #D00;
  font-weight: bold;
}
p.warn {
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1px solid black;
  color: white;
  background-color: #FA0;
  font-weight: bold;
}
p.info {
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1px solid black;
  color: white;
  background-color: #0A0;
  font-weight: bold;
}
.code, .file {
  border: solid 1px #CCD;
  background-color: #EEF;
  font-size: 100%;
  padding: 2px 5px;
}
li.level1 {
  margin-left: -15px;
  margin-top: 0.5em;
}



table#menu {
  clear: both;
  border-collapse: separate; 
  border-spacing: 6px 2px;
  text-align: center;
  margin: 20px auto 0px auto;
  background: none;
  position: relative;  /* needed for z-index*/
  z-index: 3;
}
#menu tr {
  border: 1px dashed red;
}
#menu td {
  border: solid 1px black;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  font-weight:bold;
}
#menu td.menuitem {
  color: #008;
  background: #DDF;
}
#menu td.menuitemcurrent {
  color: #000;
  background: white;
  border-bottom: solid 1px white;
  z-index: 1;
}
#menu td.menuitemcurrent a {
  color: #000;
  background: white;
}

#menu a {
  color: #02A;
  text-decoration:none;
  display: block;
  padding-left: 0.7em;
  padding-right: 0.8em;
  padding-top: 3px;
  padding-bottom: 4px;
}
#menu a:hover {
  color:#000;
  background: white;
}
#menu a:visited {
  color: #02A;
}

div.menu {
  top: -3px;
  margin-bottom: 20px;
  border-top: solid 1px black;
  position: relative;  /* needed for z-index*/
  z-index: 0;
}
