   #header {
      position: absolute;
      top: 0px;
      left: 0px;
      padding-left: 10px;
      padding-right: 10px;
      height: 50px;
      line-height: 50px;
      vertical-align: middle;
      background-color: #fb8;
      background-image: url("../images/header-gradient.png");
      border-bottom: 4px solid #13135e;
      z-index: 200;
      color: #13135e;
      font-family:sans-serif;
   }
   #header a,#header a:visited {
      color: #13135e;
      text-decoration: none;
   }
   #header[id] {position:fixed;}
   #header h1 {
      display: inline;
      margin: 0px 0px 0px 0px;
      font-family: sans-serif;
      font-size: 18pt;
   }
   #header #menu {
      float: right;
   }
   #header #menu span {
      padding-right: 4px;
      border-right: 1px solid black;
   }
   #header #menu .firefoxline[class] {display: none;}
   #header #ajaxout {
      position: absolute;
      top: 45%;
      left: 45%;
      display: none;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 30px;
      padding-right: 30px;
      font-size: 14pt;
      font-weight: bold;
      background-color: #f63;
      color: #fff;
   }
   #header #ajaxout[id] {position: fixed;}
   #header #loggedinas {
      position: absolute;
      right: 10px;
      top: 35px;
      font-size: 8pt;
      font-style: italic;
      line-height: 8pt;
   }
   #header #loggedinas[id] {position: fixed;}
   #header #icon {
      display: inline;
      float: left;
      margin-right: 5px;
   }
   
   #markAllRead {
      position: absolute;
      top: 1em;
      left: 300px;
      z-index: 201;
   }
   #markAllRead[id] {position:fixed;}
