html { overflow: auto; }

body {
  margin: 0;
  padding: 0;
  background-color: #ffe;

  font-family: "Tahoma" ,"helvetica", "Arial", sans-serif;
  font-size: 9pt;
  color: #320;
}

/*
a:link    { color: #900; background-color: #fff; text-decoration: none}
a:visited { color: #900; background-color: #fff; text-decoration: none}
a:hover   { color: #ffe; background-color: #900; text-decoration: none}
a:active  { color: #ffe; background-color: #900; text-decoration: none}
*/
a:link    { color: #006; text-decoration: none}
a:visited { color: #006; text-decoration: none}
a:hover   { color: #900; text-decoration: underline}
a:active  { color: #900; text-decoration: underline}

a.serverline {
/* LINK properties (don't set textcolor!) */
/*  background-color: #900; */
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 9pt;
  font-family: "Tahoma", "helvetica", "Arial", sans-serif;
  font-style: normal;
  text-decoration: none;
}

p.title {
  font-family: Garamond, serif;
  font-size: 22pt;
  font-style: normal;
  font-weight: normal;
  text-align : center;
  font-variant: small-caps;
  text-decoration: none;

  color: #fff;

  margin: 0;
  padding: 0;
}

table.sins {
  border-width: 0;
  margin: 4px;
  padding: 0;
  background-color: #eec;
  border-style: none solid solid none;
  color: #000;
  border-spacing: 3px;
}

td.sins,td.timeout,td.ok,td.error {
  margin: 8px;
  border-width: 1px;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-style: none solid solid none;
  background-color: #ffe;
  text-align: left;
}

td.timeout {
  background-color: #933;
  color: #ffe;
}

td.ok {
  background-color: #393;
  color: #ffe;
}

td.error {
  background-color: #933;
  color: #ffe;
}

table.percent {
  border-width: 1px;
  margin: 0;
  padding: 0;

  background-image: url(/images/100percent.png); 
  background-repeat: no-repeat;
  background-position: center top;

  border-style: none none none none;
  border-color: #111;
  color: #fff;
  border-spacing: 0;
}

td.percent, td.gray {
  margin: 0;
  border-width: 0;
  padding: 0;
  padding-left: 2px;
  border-style: none none none none;

  background: inherit;
  text-align: left;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}

td.gray {
  background-color: #eec;
}

img {
  margin: 0;
  padding: 0;
  border-width: 1px;
}

img.borderless {
  border-width: 0;
}

img.image {
  margin: 12px;
  border-width: 1px;
}

div.percent {
  position : relative;
  float : left;
  width: 100px;
  height: 16px;
  background-image: url(/images/100percent.png); 
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  padding: 0;
  border-width: 0;
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  color: #fff;
  z-index: 1;
}

div.percentno {
  position : absolute;
  height: 14px;
  font-size: 1px;
  background-image: url(/images/nopercent.png); 
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 2;
}

div.percenttext {
  position : absolute;
  left:4px; top: 0; width: 97px;
  background-color : transparent;
  z-index: 3;
}

div.daemonok {
  position : relative;
  margin: 1px;
  padding: 1px 1em 1px 1em;
  background-color: #393;
  color: #ffe;
  text-align: center;
}

div.daemonmissing {
  position : relative;
  margin: 1px;
  padding: 1px 1em 1px 1em;
  background-color: #77e;
  color: #ffe;
  text-align: center;
}

div.daemonextra {
  position : relative;
  margin: 1px;
  padding: 1px 1em 1px 1em;
  background-color: #933;
  color: #ffe;
  text-align: center;
}

p {
    margin: 4px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;

    font-size: 11pt;
    font-weight: normal;
    text-align : left;
    color: #000;
}

div.meter0,div.meter1,div.meter2,div.meter3,div.meter4,div.meter5,div.meter6,div.meter7,div.meter8,div.meter9,div.metera {
  position : relative;
  float : left;
  width: 100px;
  height: 16px;
  background-image: url(/images/meter0.png);
  background-repeat: no-repeat;
  background-position: left top; 
  padding: 0 0 0 4px;
  border-width: 0;
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  color: #fff;
}

div.meter1 {
  background-image: url(/images/meter1.png);
}

div.meter2 {
  background-image: url(/images/meter2.png);
}

div.meter3 {
  background-image: url(/images/meter3.png);
}

div.meter4 {
  background-image: url(/images/meter4.png);
}

div.meter5 {
  background-image: url(/images/meter5.png);
}

div.meter6 {
  background-image: url(/images/meter6.png);
}

div.meter7 {
  background-image: url(/images/meter7.png);
}

div.meter8 {
  background-image: url(/images/meter8.png);
}

div.meter9 {
  background-image: url(/images/meter9.png);
}

div.metera {
  background-image: url(/images/metera.png);
}

div.even, div.odd, div.evenblue, div.oddblue, div.evenred, div.oddred, div.evengreen, div.oddgreen {
  height: 18px;
  width: 1200px;
  border: 1px;
  margin: 0 64px 0 64px;
  padding: 1px 4px 1px 4px;
  background-color: #ffe;
  text-align: left;
  border-style: none none dotted none;
  border-color: #006;
}

div.odd {
  background-color: #fff;
}

div.evenblue {
  background-color: #bbe;
}

div.oddblue {
  background-color: #ddf;
}

div.evenred {
  background-color: #ebb;
}

div.oddred {
  background-color: #fdd;
}

div.evengreen {
  background-color: #beb;
}

div.oddgreen {
  background-color: #dfd;
}

div.floating {
  position : relative;
  float: left;
  text-align: left;
}

div.floatingright {
  position : relative;
  float: left;
  text-align: right;
}

#title {
  height: 40px;
  background-color: #900;
/*  background-image: url("/images/tablebackground.png");
  background-repeat: no-repeat;
  background-position: right bottom; */
  margin: 0;
  padding: 0;
}

#main {
/*  position: fixed;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; */

  margin: 0;
  padding: 8px;

  overflow: auto;
}
