/* style.css */
body {
  color: #000000;
  background-color: #ffffff;
  margin: 2px 2px 2px 2px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  font-size:0.8em;
}
a,a:link,a:visited {
  color: #0000ff;
  background-color: transparent;
}
a:hover,a:active,a:focus {
  color: #6666ff;
  background-color: transparent;
}
a.sel,a.sel:link,a.sel:visited {
  color: #ffffff;
  background-color: #0000ff;
}
a.sel:hover,a.sel:active,a.sel:focus {
  color: #ffffff;
  background-color: #6666ff;
}
a.overview,a.overview:link,a.overview:visited {
  color: #000000;
  background-color: transparent;
}
a.overview:hover,a.overview:active,a.overview:focus {
  color: #666666;
  background-color: transparent;
}
a img {
  border-style: none;
  border-width: 0;
}
kbd {
}
div {
}
table {
  border-collapse: collapse;
  border-style: none;
  font-size: 1em;
  width: 100%;
}
table.wide {
/*  border-collapse: collapse;
  border-style: none;
 xxx  width=100%;
*/
}
table.overview {
  font-size: 0.8em;
}
tr {
}
th {
  border-style: none;
  padding: 2px 2px 2px 2px;
  text-align: left;
  white-space: nowrap;
}
th.overview {
  font-size: 0.8em;
}
td {
  vertical-align: top;
  border-style: none;
  padding: 2px 2px 2px 2px;
  white-space: nowrap;
}
td.right {
  text-align: right;
}
td.overview {
  font-size: 0.8em;
}
td.filter {
  width: 200px;
}
td.cont {
}
p {
  font-family: verdana, arial, helvetica, sans-serif;
}
pre {
  font-size: 1.2em;
}
li {
/*  list-style-image: url("li.png"); */
}
hr {
  noshade: noshade;
}
h1,h2,h3 {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
  margin: 2px 0px 16px 0px;
  border: 0px;
}
h4,h5,h6 {
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  white-space: nowrap;
  margin: 16px 0px 6px 0px;
  border: 0px;
}
form {
  display: inline;
/*  vspace: 0px;
  hspace: 0px; */
}
span {
}
span.t {
  font-weight: bold;
}
span.comment {
  font-size: 0.8em;
}

