.icon {
  padding-left: 20px;
}

.pdf {
  background: url(/images/icons/pdf.gif) top left no-repeat;
}

.doc,
.docx,
.odt,
.rtf {
  background: url(/images/icons/doc.gif) top left no-repeat;
}

.xls,
.xlsx,
.ods {
  background: url(/images/icons/xls.gif) top left no-repeat;
}

.zip,
.tgz,
.gz {
  background: url(/images/icons/zip.gif) top left no-repeat;
}

.mp3 {
  background: url(/images/icons/mp3.gif) top left no-repeat;
}

.exe {
  background: url(/images/icons/exe.gif) top left no-repeat;
}

.pagination {
  margin: 20px 0 20px 0;
}
.pagination a {
  padding: 2px;
  margin: 2px;
  text-decoration: none;
}
.pagination span.current {
  padding: 2px;
  margin: 2px;
  border: 1px solid #ccc;
  font-weight: bold;
}
.pagination span.disabled {
  padding: 2px;
  margin: 2px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.green {
  color: green;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}
