/* Put the cViews links on their own spot, otherwise the ui gets cluttered*/
.cviews2-backlink , .cviews2-editlink {
  display: inline;
  float:right;
  margin-left:10px;
}

.cexport-backlink , .cexport-editlink {
  display: inline;
  float:left;
  margin-right: 10px;
}

.cexport-newlink {
  display:inline;
}

td a.cexport-button-link-download {
  	background-image: url(images/download.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 20px;
    text-indent: -1999px;
    display:inline-block;
}
td a.cexport-button-link-run {
  	background-image: url(images/run.png);
}
