#document-list .folder {
  background: url(/images/folder.png) bottom left no-repeat;
  padding-left: 20px;
}

#document-list .folder-follow {
  background: url(/images/folder_on_mail_32.png) 0 0 no-repeat;
  padding-left: 38px;
  height: 32px;
}

#document-list .folder-off {
  background: url(/images/folder_off_32.png) 0 0 no-repeat;
  padding-left: 38px;
  height: 32px;
}

#document-list .document {
  background: url(/images/report.png) bottom left no-repeat;
  padding-left: 20px;
}

dl#document-list dt span {
  margin-bottom: 4px;
  margin-left: 0px;
  padding-bottom: 10px;  
  color: #339900;
  font-size: 90%;
}

dl#document-list dd.community {
  background: url(/images/hor_separator_light.gif) bottom left repeat-x;
  padding-left: 38px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-bottom: 10px;  
  color: #339900;
  font-size: 90%;
  position: relative;
  top: -8px;
}

dl#document-list dd {
  background: url(/images/hor_separator_light.gif) bottom left repeat-x;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-bottom: 10px;  
  color: #339900;
  font-size: 90%;

}

span.filename {
  display: block;
  color: #333;
  font-size: 90%;
}

div.pagination ul {
  padding: 20px 0 20px 10px;
}

div.pagination ul li {
  display: inline;
  padding: 0 4px;
}

div.pagination ul li a {
  text-decoration: underline;
}

div.pagination ul li a.current_page {
  text-decoration: none;
  color: red;
  font-weight: bold;
}

#large_file_note {
  padding: 16px 0;
}

#large_file_note a {
  background: #336699;
  padding: 8px;
  text-decoration: none;
  color: #fff;
}

#large_file_note a:hover {
  text-decoration: underline;
}

