br.clear {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}

.selectManyCheckbox label {
	display: inline;
}

label.pre {
	float: left;
	margin-right: .3em;
}

.small {
	font-size: .8em;
}

.report-results {
	width: 960px;
	overflow: auto;
}

/* Links in the news bar */
a.more {
	display: block;
}

.delete-link{
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("../images/delete.png");
  background-position: center;
  background-repeat: no-repeat;
}

.delete-link span {
  display: none;
}

.up-link{
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("../images/up.png");
  background-position: center;
  background-repeat: no-repeat;
}

.up-link span {
  display: none;
}

.down-link{
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("../images/down.png");
  background-position: center;
  background-repeat: no-repeat;
}

.down-link span {
  display: none;
}

.left-link{
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("../images/left.png");
  background-position: center;
  background-repeat: no-repeat;
}

.left-link span {
  display: none;
}

.edit-link{
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("../images/edit.png");
  background-position: center;
  background-repeat: no-repeat;
}

.edit-link span {
  display: none;
}

