body {
  background:#ecf0f6;
  color:#000000;
  font:12px Verdana,Arial,Helvetica,sans-serif;
  margin:6px;
  padding:0;
/*
  scrollbar-3dlight-color:#d1d7dc;
  scrollbar-arrow-color:#006699;
  scrollbar-darkshadow-color:#98aab1;
  scrollbar-face-color:#dee3e7;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#dee3e7;
  scrollbar-track-color:#efefef;
*/
}

a:link,a:active,a:visited { color: #006699; text-decoration: none; }
a:hover { color: #dd6900; }

h1 {
  font-size: 160%;
}

h1, h2, h3 {
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #5c81b1;
}

div.box {
  border: 1px solid #004F9D;
}

table.list {
  /* needs !important to override main.css table.topics */
  border: 1px solid #004F9D ! important;
}

table.list td, table.list th {
  padding: 3px;
}

table.list td:first-child, table.list th:first-child {
  border-left: 0;
}

table.list td {
  border-left: 1px solid white;
  border-top: 1px solid white;
  background-color: #EAEDF4;
}

table.list th {
  border-left: 1px solid #004F9D;
  color: #DEEEF3;
  background-color: #004F9D;
  font-weight: normal;
}
