html,body {
	height: 100%;
}

body {
  font-family: arial,verdana,sans serif,sans;
  font-size: 12px;
  margin: 0px;
}

a:hover {
  text-decoration: none;
  color: #6666ff;
}

a {
  text-decoration: underline;
  color: #3333ff;
}

a:visited {
  color: #6666ff;
}

div.header {
  background-color: #0053a6;
  height: 50px;
  color: #cccccc;
  padding-left: 5px;
}

div.header a {
  color: #ddddff;
}

div.header a:hover {
  color: #ffffff;
  text-decoration: underline;
}

div.header_status {
  background-color: #aaaaff;
  height: 28px;
  border-top: 1px solid #333366;
  border-bottom: 1px solid #333366;
  padding-left: 5px;
  padding-top: 3px;
}

div.header_status a {
  color: #000099;
}

div.header_status a:hover {
  color: #ffffff;
}

span.highlight, span.user {
  color: #0053a6;
  font-style: italic;
}

div.menu {
  top: 50px;
  width: 200px;
  background-color: #f0f0f0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #aaaaaa;
}

div.contents {
  padding: 5px;
}

div.footer_status {
  position: absolute;
  background-color: #0053a6;
  height: 20px;
  border-top: 1px solid #333366;
  border-bottom: 1px solid #333366;
  bottom: 52px;
  right: 0px;
  left: 0px;
  padding-left: 5px;
  padding-top: 2px;
}

div.footer {
  position: absolute;
  background-color: #cccccc;
  height: 50px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding-left: 5px;
  padding-top: 2px;
}

img {
  border: 0px;
}

img.logo {
  margin-top: 5px;
}

h1 {
  color: #0053a6;

}

h2 {
  color: #0053a6;

}

span.header_menu {
  position: absolute;
  right: 5px;
  top: 30px;
}

table.main_item td {
  vertical-align: top;
  padding: 10px;
  min-width: 300px;
}

div.box_header_main {
  font-size: 20px;
  color: #0053a6;
  font-weight: bold;
}

div.box_header_main a {
  color: #0053a6;
  text-decoration: none;
}

div.box_header_main a:hover {
  color: #6666ff;
}

div.box_header_main a:visited {
  color: #0088cc;
  text-decoration: none;
}

hr {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #a65300;
}

hr.menu {
  margin-bottom: 5px;
} 

hr.main_item {
  border-top: 1px solid #aaaaaa;
}

div.poll {
  font-size: 12px;
}

div.small {
  font-size: 10px;
}

h4 {
  color: #0053a6;
  font-weight: bold;
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: 2px;
}

select.small {
  font-size: 10px;
}

input.small {
  border: 1px solid black;
  padding-left: 3px;
  background: #f0f0f0;
  font-size: 10px;
}

input.search_image {
   vertical-align: middle;
   border: 0;
}

form.search select,option {
  border: 0;
}

input.flat, textarea.flat {
  border: 1px solid black;
  padding-left: 3px;
}


form.search {
  display: inline;
  position: absolute;
  right: 5px;
}

div.search {
  display: inline;
}

span.codebase_versie {
  color: #005300;
}

div.box {
  margin-bottom: 5px;
  margin-top: 5px;
  min-width: 300px;
}

div.box_header {
  margin-bottom: 4px;
}

div.box_right {
  position: relative;
  float: right;
}

div.right {
  position: relative;
  float: right;
}

span.box_header {
  font-size: 16px;
  font-weight: bold;  
}

div.box_subheader {
  font-size: 12px;
  color: #0053a6;
  font-style: italic;

  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid #0053a6;
  border-bottom: 1px dashed #0053a6;
  padding-bottom: 5px;
}

div.box_contents_main {
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid #0053a6;

  padding-top: 5px;
}

div.box_small_main {
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid #0053a6;
  border-bottom: 1px solid #0053a6;
  
  padding-top: 5px;
  padding-bottom: 5px;
}

div.box_contents {
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid #0053a6;
  
  padding-bottom: 15px;
  padding-top: 5px;
  font-style: italic;
}

div.box_small {
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid #0053a6;
  border-bottom: 1px solid #0053a6;

  padding-bottom: 5px;
  padding-top: 5px;
}

div.box_footer {
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid #0053a6;
  border-bottom: 1px solid #0053a6;
  border-top: 1px dashed #0053a6;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #0053a6;
  font-style: italic;
}

span.error {
  color: #a65300;
  font-weight: bold;
}

ul.small, ol.small {
  padding-left: 20px;
  margin-left: 0px;
}

ul.small li {
  padding-left: 0px;
  margin-left: 0px;
}

div.code {
  font-family: monospace,courier new,courier;
}

span.code_comment {
  color: green;
  font-family: monospace,courier new,courier;
}

span.code_keyword, span.code_statement, span.code_function,
  span.code_type, span.code_constant, code_hex {
  color: navy;
  font-family: monospace,courier new,courier;
}

span.code_function {
  font-weight: bold;
}

div.pre {
  margin-bottom: 20px;
  margin-top: 5px;
  border: 1px solid #0053a6;
  padding: 5px;
  font-family: monospace, courier new, courier;
}
