.AlignLeft { text-align: left; } .AlignCenter { text-align: center; } .AlignRight { text-align: right; } /* Default heading font (outside of tables) */ body { font-family: sans-serif; font-size: 11pt; } img.AutoScale { max-width: 100%; max-height: 100%; } td { vertical-align: top; padding-left: 4px; padding-right: 4px; } tr.SectionGap td { font-size: 4px; border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; } tr.SectionAll td { border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; } tr.SectionBegin td { border-left: none; border-top: none; border-right: 1px solid Black; } tr.SectionEnd td { border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; } tr.SectionMiddle td { border-left: none; border-top: none; border-right: 1px solid Black; } tr.SubsectionAll td { border-left: none; border-top: none; border-bottom: 1px solid Gray; border-right: 1px solid Black; } tr.SubsectionEnd td { border-left: none; border-top: none; border-bottom: 1px solid Gray; border-right: 1px solid Black; } /* Text Compare Report styles - Monochrome */ table.fc { border-top: 1px solid Black; border-left: 1px solid Black; width: 100%; font-family: monospace; font-size: 10pt; } td.TextItemInsigMod { background-color: #F0F0F0; } td.TextItemInsigOrphan { background-color: #F0F0F0; } td.TextItemNum { } td.TextItemSame { } td.TextItemSigMod { background-color: #E5E5E5; } td.TextItemSigOrphan { background-color: #E5E5E5; } .TextSegInsigDiff { font-style: italic; } .TextSegReplacedDiff { font-style: italic; } .TextSegSigDiff { font-weight: bold; } td.TextItemInsigAdd { background-color: #F0F0F0; } td.TextItemInsigDel { background-color: #F0F0F0; text-decoration: line-through; } td.TextItemSigAdd { background-color: #E5E5E5; } td.TextItemSigDel { background-color: #E5E5E5; text-decoration: line-through; } /* Folder Compare 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.SectionBegin td { border-bottom: 1px solid Silver; } table.dc tr.SectionMiddle td { border-bottom: 1px solid Silver; } td.DirItemHeader { background-color: #E7E7E7; padding-top: 8px; } td.DirItemDefault { } td.DirItemDiff { font-weight: bold; } td.DirItemNewer { font-weight: bold; } td.DirItemOlder { color: Gray; } td.DirItemOrphan { font-weight: bold; } td.DirItemSame { } .DirSegInfo { color: Silver; }