<!--
/* used for alignment + spacing of the gallery thumbnails */
div.float {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
div.clear {
  clear: both;
}
img {
  border: 0px none;
}
div.warn {
  border: 2px solid;
  background-color: FFFF33;
  padding: 2px;
  margin-bottom: 5px;
}
div.admindoc {
  border: 2px solid;
  background-color: 3399FF;
  padding: 2px;
  margin-bottom: 5px;
  font-size: small;
}
-->
