@import url(default.css);

div.Files table
{
  width: 100%;
  font-size: .9em;
}
div.Files thead td
{
  border-bottom: 1px solid #CCC;
}
div.Files td
{
  padding: 3px 0;
}
div.Files tr.Reg
{
  background: #FFF;
}
div.Files tr.Alt
{
  background: #E7F4DD;
}
div.Files td.Icon
{
  width: 20px;
}
h2
{
  font-weight: normal;
  margin-top: 30px;
}
h3
{
  font-weight: normal;
  margin-top: 20px;
}
h5
{
  font-size: 1em;
  margin: 0 0 3px 0;
  padding: 0;
}
p
{
  color: #666;
}
