<style type="text/css">

table.report {
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

table.report td,table.report th {
  FONT-FAMILY: Verdana;
  FONT-SIZE: 10px;
  COLOR: black;
  padding: 2px 4px 2px 4px;
  text-align: left;
  vertical-align: top;
}

table.report th {
  background: buttonface;
  border-width: 1px;
  border-style: solid;
  border-color: threedhighlight threedshadow threedshadow threedhighlight;
  cursor: hand;
}

table.report tr.even {
  background-color: #f0f0f0;
}

table.report tbody tr {
  height: 10px;
}

div.exportlinks {
  background-color: #eee;
  border: 1px dotted #999;
  padding: 2px 4px 2px 4px;
  margin: 2px 0 10px 0;
  width: 100%;
}

span.export {
  padding: 0 4px 1px 20px;
  display: inline;
  display: inline-block;
  cursor: pointer;
}

span.excel {
  background-image: url(../images/ico_file_excel.png);
  background-repeat: no-repeat;
  width: 16px;
}

span.csv {
  background-image: url(../images/ico_file_csv.png);
  background-repeat: no-repeat;
  width: 16px;
}

span.xml {
  background-image: url(../images/ico_file_xml.png);
  background-repeat: no-repeat;
  width: 16px;
}
</style>
