/*
    Document   : system
    Created on : 1.7.2011, 20:41:52
    Author     : mist
    Description:
        Purpose of the stylesheet follows.
*/
root {
  display: block;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#wrap {
  min-height: 100%;
}
#main {
  overflow: auto;
  padding-bottom: 200px;
}
#debug {
  border: 1px solid #f0f0f0;
  font-size: small;
  font-family: monospace;
  color: #f0f0f0;
  overflow: scroll;
  position: relative;
  margin-top: -200px;
  height: 200px;
  clear: both;
}
#debug:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.ok {
  color: #008000;
}
.error {
  color: #ff0000;
}
