/* Default heading font (outside of tables) */ body { font-family: sans-serif; font-size: 11pt; } td { vertical-align: top; padding-left: 4px; padding-right: 4px; } /* File Difference Report styles - Monochrome */ table.fc { border-top: 1px solid Black; border-left: 1px solid Black; width: 100%; font-family: monospace; font-size: 10pt; } tr.secBegin td { border-left: none; border-top: none; border-right: 1px solid Black; } tr.secMiddle td { border-left: none; border-top: none; border-right: 1px solid Black; } tr.secEnd td { border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; } tr.secAll td { border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; } tr.secSubEnd td { border-left: none; border-top: none; border-bottom: 1px solid Gray; border-right: 1px solid Black; } tr.secSubAll td { border-left: none; border-top: none; border-bottom: 1px solid Gray; border-right: 1px solid Black; } tr.secGap td { font-size: 4px; border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; } td.LineNum { text-align: right; } td.LineRange { font-family: sans-serif; } td.SubLineRange { font-family: sans-serif; border-bottom: none; } td.AlignLeft { text-align: left; } td.AlignRight { text-align: right; } td.AlignCenter { text-align: center; } td.Caption { text-align: left; background-color: #E7E7E7; padding-top: 8px; } td.Normal { } td.HasSimilar { background-color: #F0F0F0; } td.HasMismatch { background-color: #E5E5E5; } td.HasOrphan { background-color: #E5E5E5; } td.Added { background-color: #E5E5E5; } td.Deleted { background-color: #E5E5E5; text-decoration: line-through; } td.UAdded { background-color: #F0F0F0; } td.UDeleted { background-color: #F0F0F0; text-decoration: line-through; } .ttSigDiff { font-weight: bold; } .ttInsigDiff { font-style: italic; } .ttAdded { font-weight: bold; } .ttDeleted { text-decoration: line-through; } /* Directory Comparison Report styles - Monochrome */ table.dc { border-top: 1px solid Black; border-left: 1px solid Black; width: 100%; font-family: sans-serif; font-size: 10pt; } table.dc tr.secBegin td { border-bottom: 1px solid Silver; } table.dc tr.secMiddle td { border-bottom: 1px solid Silver; } .ttNewer { font-weight: bold; } .ttOlder { color: Gray; } .ttOrphan { font-weight: bold; } .ttGhosted { color: Silver; }