@CHARSET "UTF-8";

/*export menu*/

#reportExport {
  float: right;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

#reportExport #export {
  text-align: right;
  padding-right: 20px;
  height: 15px;
  padding-left: 24px;
  background: transparent url("../images/design/export_button.png") no-repeat;
  color: #404040;
  font: normal 12px/15px Arial;
  cursor: pointer;
  z-index: 1;
}

#reportExport .export_menu {
  background: transparent url("../images/design/export_bg.png") no-repeat;
  padding: 20px 20px 30px 20px;
  width: 162px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 15px;
  margin-left: -92px;
  z-index: 2;
}

#reportExport .caption {
  display: block;
  height: 35px;
  color: #ef4f00;
  font: normal 12px/35px Arial;
  text-align: center;
}

#reportExport .export_menu .bd {
  padding-left: 8px;
  padding-top: 6px;
}

#reportExport .export_menu .bd a {
  margin-bottom: 3px;
  padding-left: 37px;
  padding-top: 10px;
  display: block;
  color: #5b5b5b;
  text-decoration: none;
  font: normal 12px/14px Arial;
  height: 17px;
  background-color: transparent;
  background-repeat: no-repeat;
}

#reportExport .export_menu .bd a:hover {
  background-color: #f1f1f1;
}

#reportExport .export_menu .bd a.pdf {
  background-image: url("../images/design/export_pdf.png");
}

#reportExport .export_menu .bd a.csv {
  background-image: url("../images/design/export_csv.png");
}

#reportExport .export_menu .bd a.xls {
  background-image: url("../images/design/export_xls.png");
}

#reportExport .export_menu .bd a.xml {
  background-image: url("../images/design/export_xml.png");
}