body {
  background: #313840;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

body, td, th, input {
  font-size: 11px;
}

/* menu/content area width's */

/* for internet explorer */
div.orbital { width: 800px; }
div.xylitol { width: 779px; }

/* for non-broken browsers */
body > div.orbital, body > div.xylitol { width: 800px; }

a:link, a:visited {
   color: #f9873c;  
}

a:hover, a:active {
  color: #f00000; 
}

img {
  border: none;
}

th, td {
  vertical-align: top;
  padding: 1px;
}

applet {
  margin: 10px;
  display: block;
}

th {
  text-align: left;
  white-space: nowrap;
  padding: 1px 10px;
}

ul, ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin: 1em 10px;
}

div#logo {
  position: absolute;
  top: 45px;
  left: 0;
  width: 162px;
  height: 62px;
  margin: 0;
  padding: 0;
      /* background: url('/pics/logo.gif') top left no-repeat; */
}

div#logo a {
  display: block;
  height: 100%;
  width: 100%;
}

div#menu {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 60px;
  background: #313840 url('/pics/menu-bg.gif') left top repeat-x;
}

div#menu ul {
  position: absolute;
  top: 32px;
  _top: 36px;             /* MISTÄ NÄMÄ 4px IE:llä ?! */
  
  height: 28px;
  margin: 0;
  padding: 0 0 0 20px;
}

div#menu li {
  float: left;
  padding: 5px 0 5px 0;
  margin-right: 7px;
  list-style-type: none;
  list-style-position: outside;
  background-color: #21262b;
  height: 18px;
}

div#menu a {}

div#menu a:link,
  div#menu a:visited {
    color: #bfbfbf;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding: 0 16px;
  }

div#menu a:active,
  div#menu a:hover,
  div#menu li.selected a {
    color: white;
  }

div#menu li.selected {
  background-color: #313840;
  height: 18px;
}

div#menu li.selected span {
  position: relative;
  left: -3px;
  padding: 5px 0 7px 0;
}

/* Sub menu */

div#submenu {
  clear: both;
  background-color: #313840;
  margin: 0;
  padding: 5px 8px 5px 0;
}

div#submenu ul {
  margin: 0;
  padding: 0;
}

div#submenu li {
  float: left;
  margin: 0;
  padding: 0 7px;
  list-style-type: none;
  list-style-position: outside;
}

div#submenu a:link,
  div#submenu a:visited {
    color: #ebebeb;
    font-size: 11px;
    text-decoration: none;
  }

div#submenu a:hover,
  div#submenu a:active,
  div#submenu li.selected a {
    color: #eeeeee;
  }

div#submenu .last {
  background-image: none;
}

pre#maf-debug {
  color: #567;
  background: #cde;
  font-family: 'lucida console', monospace;
  font-size: x-small;
  padding: 20px;
  margin: 10px 0;
  clear: both;
}
