.dt-buttons {
  position: relative;
  float: right;
  margin-bottom: 1em;
}
.dt-button {
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 2px 8px;
  border: 1px solid #999999;
  cursor: pointer;
  *cursor: hand;
  color: black !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px #cccccc;
  -moz-box-shadow: 1px 1px 3px #cccccc;
  -ms-box-shadow: 1px 1px 3px #cccccc;
  -o-box-shadow: 1px 1px 3px #cccccc;
  box-shadow: 1px 1px 3px #cccccc;
  /* Generated by http://www.colorzilla.com/gradient-editor/ */
  background: white;
  /* Old browsers */
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */

}
.dt-button:hover {
  border: 1px solid #666666;
  text-decoration: none !important;
  -webkit-box-shadow: 1px 1px 3px #999999;
  -moz-box-shadow: 1px 1px 3px #999999;
  -ms-box-shadow: 1px 1px 3px #999999;
  -o-box-shadow: 1px 1px 3px #999999;
  box-shadow: 1px 1px 3px #999999;
  background: #f3f3f3;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
  /* IE6-9 */

}
/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */

button.dt-button {
  height: 30px;
  padding: 3px 8px;
}
.dt-button embed {
  outline: none;
}
/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in
 */

a.buttons-csv,
button.buttons-csv,
a.buttons-excel,
button.buttons-excel,
a.buttons-copy,
button.buttons-copy,
a.buttons-pdf,
button.buttons-pdf {
  padding-right: 0px;
}
a.buttons-csv span,
button.buttons-csv span,
a.buttons-excel span,
button.buttons-excel span,
a.buttons-copy span,
button.buttons-copy span,
a.buttons-pdf span,
button.buttons-pdf span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-right: 30px;
}
a.buttons-xml,
button.buttons-xml,
a.buttons-txt,
button.buttons-txt {
  padding-right: 0px;
}
a.buttons-xml span,
button.buttons-xml span,
a.buttons-txt span,
button.buttons-txt span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: center right;
}
a.buttons-xml span,
button.buttons-xml span {
  background-image: url(../Images/xml.png);
}
a.buttons-xml:hover span,
button.buttons-xml:hover span {
  background-image: url(../Images/xml_hover.png);
}
a.buttons-txt span,
button.buttons-txt span {
  background-image: url(../Images/txt.png);
}
a.buttons-txt:hover span,
button.buttons-txt:hover span {
  background-image: url(../Images/txt_hover.png);
}
a.buttons-csv span {
  background: url(../Images/csv.png) no-repeat bottom right;
}
button.buttons-csv span {
  background: url(../Images/csv.png) no-repeat bottom right;
}
a.buttons-csv:hover span {
  background: url(../Images/csv_hover.png) no-repeat center right;
}
button.buttons-csv:hover span {
  background: url(../Images/csv_hover.png) no-repeat center right;
}
a.buttons-excel span {
  background: url(../Images/xls.png) no-repeat center right;
}
button.buttons-excel span {
  background: url(../Images/xls.png) no-repeat center right;
}
a.buttons-excel:hover span {
  background: url(../Images/xls_hover.png) no-repeat center right;
}
button.buttons-excel:hover span {
  background: url(../Images/xls_hover.png) no-repeat center right;
}
a.buttons-copy span {
  background: url(../Images/copy.png) no-repeat center right;
}
button.buttons-copy span {
  background: url(../Images/copy.png) no-repeat center right;
}
a.buttons-copy:hover span {
  background: url(../Images/copy_hover.png) no-repeat center right;
}
button.buttons-copy:hover span {
  background: url(../Images/copy_hover.png) no-repeat center right;
}
a.buttons-pdf span {
  background: url(../Images/pdf.png) no-repeat center right;
}
button.buttons-pdf span {
  background: url(../Images/pdf.png) no-repeat center right;
}
a.buttons-pdf:hover span {
  background: url(../Images/pdf_hover.png) no-repeat center right;
}
button.buttons-pdf:hover span {
  background: url(../Images/pdf_hover.png) no-repeat center right;
}
