body {
  font-family: verdana, arial, sans-serif;
  font-size: 9pt;
  color: black;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

#body {
  position: relative;
}

#body hr {
  display: none;
}

#body pre {
  font-size: 10pt;
  margin: 10px;
}

#header {
  background-color: #EEEEFF;
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid black;
}

#header h1 {
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

#menu {
  margin: 0px;
  padding: 5px;
  border-right: 1px solid black;
  width: 150px;
  float: left;
}

#menu .block {
  background-color: #EEEEFF;
  border: 1px solid black;
  padding: 1px;
  margin-bottom: 10px;
}

#menu h2 {
  background-color: #CCCCFF;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 2px 5px 2px 5px;
  border: 1px solid black;
}

#menu h2:hover {
  background-color: #AAAADD;
  cursor: pointer;
}

#menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#menu ul li {
  padding: 0px;
  margin: 0px;
  border: 1px solid black;
}

#menu ul li a {
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 3px 3px 5px;
  color: #222266;
}

#menu ul li a.logout {
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 3px 3px 5px;
  background-color: #CCCCFF;
  color: #222266;
}

#menu ul li a.logout:hover {
  background-color: #AAAADD;
  text-decoration: underline;
}

#menu ul li a:hover {
  background-color: #CCCCFF;
  text-decoration: underline;
}

#menu ul li a.bofh {
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 3px 3px 5px;
  background-color: #FFDDDD;
  color: #662222;
}

#menu ul li a.bofh:hover {
  background-color: #FFCCCC;
  text-decoration: underline;
}

#content {
  margin: 0px;
  padding: 0px;
  margin-left: 160px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 9pt;
  border-left: 1px solid black;
}

#content hr {
  display: block;
}

#content th {
  background: #EEEEFF;
  font-size: 9pt;
  font-weight: bold;
}

#content td {
  font-size: 9pt;
}

#content input {
  background: white;
  border: 1px solid black;
}

#content textarea {
  background: white;
  border: 1px solid black;
}

#content input.nappi {
  background: #EEEEFF;
  border: 1px solid black;
}

#content input.none {
  border-style: hidden;
}

#content a {
  color: #2222CC;
  text-decoration: none;
  font-weight: bold;
}

#content a:hover {
  color: #2222CC;
  text-decoration: underline;
  font-weight: bold;
}

#footer {
  background-color: #EEEEFF;
  margin: 0px;
  padding: 3px;
  font-size: 8pt;
  border: 1px solid black;
  clear: both;
}

