#container {
  width: 640px;
}

dl.list dd {
  margin: 0;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #ccc;
}

#content_path {
  padding: 2px 8px 10px 8px;
}

dl.list dt {
  padding-top: 10px;
}

dl.list dt a {
  padding: 2px 0 0 20px;
  font-size: .75em;
  text-decoration: none;
  font-weight: bold;
  color: #003366;
	display: block;
}

dl.list dt a:hover {
  text-decoration: underline;
}

dl.list dt.folder a {
  background: url(/images/folder.png) no-repeat;
}

dl.list dt.calendar a {
  background: url(/images/calendar.png) no-repeat;
}

dl.list dt.world_link a {
  background: url(/images/world_link.png) no-repeat;
}

dl.list dt.report a {
  background: url(/images/report.png) no-repeat;
}

dl.list dt.html a {
  background: url(/images/html.png) no-repeat;
}

dl.list dd ul {
  padding: 0;
  margin: 0;
}

dl.list dd ul li {
  background: none;
  padding: 0 2px;
}

dl.list dd ul li a {
  color: red;
  font-size: .75em;
  text-decoration: none;
  padding: 0;
}

dl.list dd ul li a.whatsnew-on {
  color: green;
}

div#retrieval.event ul {
  list-style: none;
}
