body {
  margin: 0;
  padding: 0;
  font-family: tahoma, verdana, helvetica, sans-serif;
  font-size: 10pt;
}
a {
  color: #009;
  text-decoration: none;
}
a:hover { color: #933; }
a:visited { color: #669; }
a:visited:hover { color: #966; }
h1 {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 8px;
  font-size: 28px;
  font-weight: normal;
  color: black;
}
h2 {
  font-size: 12pt;
}
h3 {
  font-size: 10pt;
  margin-bottom: 0;
}
div.menu {
  margin-top: 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid #aaa;
}
ul.menu {
  margin: 0;
  padding: 0 0 0 8px;
}
ul.menu li {
  display: inline;
  width: auto;
}
ul.menu li a {
  background: #ddd;
  color: #666;
  text-decoration: none;
  font-size: 9px;
  padding: 3px 5px 3px 6px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
ul.menu li.active a {
  background: white;
  font-size: 11px;
  color: #966;
  border-bottom: 1px solid white;
}
ul.menu li a:hover { color: #696; }
ul.menu li.active a:hover { color: #966; }
ul.menu li a:active { color: #363; }
div.content { margin: 8px; }
div.footer {
  margin: 8px;
  border-top: 1px solid #aaa;
}
div.footer p { margin-top: 2px; }
p.lastedit { float: right; font-size: .9em; }
p.buttons { float: left; }
table.filelist { margin: 0; }
table.filelist td {
  padding-top: 0;
  padding-bottom: 0;
}
table.filelist td.filename { padding-right: 15px; }
table.filelist td.size {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}
table.filelist td.time { padding-left: 15px; }
a.button {
  float: left;
  height: 15px;
  width: 80px;
  display: block;
  margin-right: 4px;
}

a#xhtml { background: url('/images/badges/xhtml10-i.gif') no-repeat; }
a#xhtml:hover { background: url('/images/badges/xhtml10.gif') no-repeat; }
a#css { background: url('/images/badges/css-i.gif') no-repeat; }
a#css:hover { background: url('/images/badges/css.gif') no-repeat; }
a#classb { background: url('/images/badges/classb-i.gif') no-repeat; }
a#classb:hover { background: url('/images/badges/classb.gif') no-repeat; }
img.validator { vertical-align: middle; }
p.dirinfo {
  padding: 3px;
  font-size: 9pt;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #444;
}

div.form {
  border: 1px solid #ccc;
  padding: 0 8px 0 8px;
  width: 500px;
}

div.field {
  margin-left: 130px;
}

div.form div label {
  float: left;
}
div.form>div {
  padding: 8px;
}
div.form div+div {
  border-top: 1px solid #ccc;
}
div.form label.required {
  font-weight: bold;
}
div.form div.help {
  font-size: 7pt;
  color: #666;
  margin-top: 0;
}