/* ------------------------ Global style definitions ------------------------ */ .bordercolor { background-color: #999999 } /* defines the border color of lozenge boxes */ .box-contents, TD.box-contents { text-align: left; padding-top: 5px; } /* formats the contents of lozenge boxes */ .box-title, TD.box-title { color: #000000; font-size: 12px; font-weight: bold; padding: 3px; } /* formats the title of lozenge boxes */ .leftmargin { margin-left: 0px; } .notexportedreportname { color: Silver; font-size: 10px; } /* formats the appearance of unavailable report names */ .repheader, TD.repheader { font-weight: bold; font-size: 12px; background-color: #CCFFFF; background-image : url(../servlet/com.infovista.portalse.servlets.GetImage?image=shading.gif); color: #FFFFFF; padding: 3pt; } /* defines the appearance of headers in report lists */ .reporttimestamp { color: Silver; font-size: 10px; } /* formats the appearance of report timestamps */ .editreftime { color: #CCFFFF; font-size: 10px; } /* formats the appearance of report timestamps */ A { font-family: Verdana, Helvetica, Arial, sans-serif; color: #0000FF; text-decoration: none; font-weight : bold; } A:hover { text-decoration: underline; color: #FF00000; } A.reportname { color: Blue; text-decoration: none; font-size: 10px; } A.reportformat { color: Blue; text-decoration: none; font-size: 10px; } /* formats the appearance of report format names */ BODY { font-family: Verdana, Helvetica, Arial, sans-serif; margin-left: 0px; margin-top: 0px; background-color:#FFFFFF; font-size: 12px; color: #000000; } H1, H2, H3, H4 { font-weight : bold; margin-top: 1em; margin-bottom: 0; } H1 { font-size: 20px; } H2 { font-size: 16px; } H3 { font-size: 14px; } H4 { font-size: 12px; } IMG { border-style: none; } TABLE.reports { border-style: solid; border-collapse: collapse; border-color: #FFFFFF; font-size: 12px; } TD { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; color: #000000; }