<?xml version="1.0"?> 
<css>
body {
    font-size: 100%; /*The biggest table so far is the demultiplex summary. Verify if it is still viewable if you change this*/
    font-family:monospace;
}

/* Firefox and probably others: force right scrollbar to make sure that percentage colun widths are calculated
   same way as in data table */
#ScrollableTableHeaderDiv {overflow: scroll; overflow-x: hidden; border-left: 1px gray solid; border-bottom: 0px gray solid; 
            padding:0px; margin: 0px;

    border-width: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
}

/*IE 7 and 8 only. Disable the header table right scrollbar so that it does not get painted on top of the
  last column heading*/
*+html #ScrollableTableHeaderDiv {overflow: hidden; overflow-x: hidden; border-left: 1px gray solid; border-bottom: 0px gray solid; 
            padding:0px; margin: 0px;

    border-width: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
}

/*IE 6 only (unverified). Disable the header table right scrollbar so that it does not get painted on top of the
  last column heading*/
* html #ScrollableTableHeaderDiv {overflow: hidden; overflow-x: hidden; border-left: 1px gray solid; border-bottom: 0px gray solid; 
            padding:0px; margin: 0px;

    border-width: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
}

table#ReportTable {
    border-width: 1px 1px 1px 1px;
    border-collapse: collapse;

}

table#ReportTable th {
}

table#ReportTable td {
    text-align:right;
padding: 0.3em;

}

</css>
