Reports Dialog
body.ReportsBody sets the background color for the page.
The appearance of the tabs is controlled by the same CSS classes that apply to the tabs in a Web view (see Tabs).
The Report Name caption uses the normalfield class.
The <select> element that lists the available reports uses the ReportList class.
The Layout: and Viewer Type: captions use the AdminNormalTextDarkBG class. The corresponding <select> elements do not use a CSS class, but you can use their IDs (LayoutType and ViewerType) with ID selectors in the CSS file.
Related Topics