
   body {
      background-color:#DDDDDD;
      color:black;
      font-family: Trebuchet MS, Helvetica, Sans-Serif;
      font-size: 12px;
      margin:10px;
      padding:10px;
   }
   
   td {
      font-size: 12px;
   }
   
   .panelbody {
      
      background-color:#FFFFFF;
      color: black;
      vertical-align:top
   }
   
   .panelmenu {
      color: black;
      background-color:#DFDFFF;
      font-size: 12px;
      text-align:center;
   }
   
   .paneltitle {
      font-size: 30px;
      font-weight: bold;
      background-color:#5E8FE0;
      text-align: center;
      padding: 10px;
   }
   
   a {
      text-decoration: none;
      color: darkblue;
   }
   
   .error {
      font-size:12px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: red;
      font-weight: 900;
   }
   
   .highlighted {
      background-color: #e0e0e0;
      font-weight: 900;
      margin: 0px;
      padding: 3px;
   }
   
   .fileheader {
      background-color: #5E8FE0;
      font-weight: bold;
      color: white;
      
      border-bottom: 1px solid black;
      font-size: 13px;
   }
   
   .filerow1 {
      background-color: #FFFFFF;
      border-top: 1px solid black;
   }
   
   .filerow2 {
      background-color: #DFDFFF;
      border-top: 1px solid black;
   }
   
   .grouprow {
      background-color: #5E8FE0;
      font-weight: bold;
      color: white;
      
      border-top: 1px solid black;
      font-size: 13px;
   }
   
   .employmentrow {
      background-color: #5E8FE0;
      font-weight: bold;
      color: white;
      
      border-top: 1px solid black;
      font-size: 12px;
   }
   
   .jobrow {
      background-color: #white;
      font-weight: bold;
      color: black;
      
      border-top: 1px solid black;
      font-size: 12px;
   }
   
   .employmentlink {

      font-weight: bold;
      color: white;
      font-size: 12px;
   }
   
   .empheader {
      background-color: #5E8FE0;
      font-weight: bold;
      color: white;
      
      border-bottom: 1px solid black;
      font-size: 13px;
   }
   
   .memberrow1 {
      background-color: #FFFFFF;
      border-top: 1px solid black;
   }
   
   .memberrow2 {
      background-color: #DFDFFF;
      border-top: 1px solid black;
   }

   .userrow1 {
      background-color: #DFDFFF;
      border-top: 1px solid black;
   }
   
   .userrow2 {
      background-color: #CCCCFF;
      border-top: 1px solid black;
   }
   
   h1 {
      text-align: center;
      padding-top: 8px;
      padding-bottom: 8px;
      margin: 0px;
   }
   
   .padded {
      margin: 10px;
      padding: 10px;
   }
   
   input {
      border: 1px solid black;
      padding:2px;
   }
   
   textarea {
      border: 1px solid black;
      padding:2px;
      font-size:12px;
      font-family: Trebuchet MS, Helvetica, Sans-Serif;
   }
