/* $Id */


table {
      border: 0;
      font-size: 11pt;
      
}

td {
   padding-left: 30px;
   padding-right:30px;
}


div#msgbody {
    margins 20px 20px 20px 20px;
    background-color: #e0e0e0;	
}
pre {
  white-space: pre-wrap;   
}

div#navigation {
      width: 127px;
      font-size: 11px;
      padding-top: 20px;
      padding-left: 15px;
      bottom: 20px;
      position: absolute;
      left: 3px;
      top: 130px;
      background-color: #e0e0e0;
    }

div#navigation a {
      color: #1b7159;
      font-weight: bolder;
      text-decoration: none;
    }
div#navigation a:hover {
      color: #0b5040;
      text-decoration: underline;
    }
#div#navigation a:visited {
      color: #0b5040;
    }


div#navigation ul {
      margin: 0px;
      padding-left: 17px;
      list-style-type: none;
      list-style-image: none;
      list-style-position: outside;
      font-size: 8pt;
      font-weight: lighter;
      padding-bottom: 20px;
      margin-left: -10px
    }

div#archiveEntry {
      display: table-row;
      margin-bottom: 0.1em;
      background-color: #dddddd;
      padding-top: 3px;
      padding-left: 10 px;
      padding-bottom: 3px;
}


div#label {
     display: table-cell;
     width:150px;
     background-color: #c0c0c0;
}

div#link {
     display: table-cell;
     min-width:80px;
     padding-left: 10px;
     border-left-style: solid;
     border-left-width: thin;	
     margin: 6px 5px -3px;
     background-color: #d0d0d0;
}





