/* Only use this stylesheet in pages that contain tables. */ /* Standard table declaration. *\ \* Use reportinfo when dealing with metadata, reportdata when dealing with data. */ table.reportinfo { border: black solid 1px; background-color: transparent; font-family: Arial; font-size: .75em; white-space: nowrap; } table.reportinfo td { border-top: black solid 1px; border-left: black solid 1px; border-right: #8E8E8E solid 1px; border-bottom: #8E8E8E solid 1px; vertical-align: text-top; } table.reportdata { border: black solid 1px; background-color: #DFDFDF; font-family: Arial; font-size: .75em; white-space: nowrap; } table.reportdata td { border-top: black solid 1px; border-left: black solid 1px; border-right: #8E8E8E solid 1px; border-bottom: #8E8E8E solid 1px; vertical-align: text-top; } /* Used mainly for the top row in a table. In most cases, this should also be bold (class="title b"). */ .title { background-color: #1B52A2; text-align: center; color: white; } .title a { color: white; } /* Used for any row in the table that contains non-data information. Basically, any non-data, non-title row. */ .subtitle { background-color: black; text-align: center; color: white; } /* Used for the data section of the table. */ .data { background-color: #DFDFDF; color: black; max-height: 19px; /* Max-height used instead of height because of IE. */ margin: 1px; } /* Highlights a cell/row red. */ .warning { background-color: red; color: black; } /* Highlights a cell/row yellow. */ .caution { background-color: #DAE270; color: black; } .invalid { background-color: #CD5C5C; }