4403. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:36 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

4403.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:36 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\styles side-menu-styles.css Fri Apr 21 20:03:32 2017 UTC

4403.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 162
Removed 0 0

4403.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

4403.4 Active regular expressions

No regular expressions were active.

4403.5 Comparison detail

        1   /*
        2     File.... ........:  /va_files/ styles/sid e-menu-sty les.css
        3     Descript ion.....:  Styles use d for the  left-side  navigation
        4     Version. ........:  1.1
        5     Release  Date....:  December 1 9, 2005
        6  
        7     Updates
        8           1. 1 - Januar y 10, 2006
        9                    1. A dded IFRAM E styles t o prevent  select box es and emb edded obje cts from s howing thr ough the f lyouts 
        10                    when  viewed in  Internet  Explorer.
        11                    2. A dded a z-i ndex prope rty for th e hover st yles to en sure that  the flyout  appear on  top of th e page con tent.
        12   */
        13   #nav,#nav  ul { /* al l lists */
        14           pa dding: 0;
        15           ma rgin: 0;
        16           li st-style:  none;
        17           fl oat: left;
        18           wi dth: 159px ;
        19           fo nt-size: 9 px;
        20           co lor: #FFFF FF;
        21           ba ckground-c olor: #1E2 D54;
        22           fo nt: Arial,  Helvetica , sans-ser if;
        23   }
        24  
        25   #nav a.par ent {
        26  
        27   }
        28  
        29   #nav a.par ent2 {
        30           cu rsor: defa ult;
        31   }
        32  
        33   #nav a.chi ld1 {
        34       cursor : default;
        35       paddin g-left: 10 px;
        36       width:  148px;
        37   }
        38  
        39   #nav a.chi ld1:hover  {
        40       cursor : default;
        41       paddin g-left: 10 px;
        42       width:  148px;
        43       color:  white;
        44       backgr ound-color : #2E498F;
        45       margin -bottom: - 2px;
        46       z-inde x: 33;
        47   }
        48  
        49   #nav a.chi ld2 {
        50       cursor : default;
        51       paddin g-left: 20 px;
        52       width:  138px;
        53   }
        54  
        55   #nav a.chi ld2:hover  {
        56       cursor : default;
        57       paddin g-left: 20 px;
        58       width:  138px;
        59       color:  white;
        60       backgr ound-color : #2E498F;
        61       margin -bottom: - 2px;
        62       z-inde x: 33;
        63   }
        64  
        65   #nav li {  /* all lis t items */
        66           po sition: re lative;
        67           fl oat: left;
        68           li ne-height:  1.3em;
        69           wi dth: 159px ;
        70           w\ idth: 155p x;
        71           /*  The '\' c haracter h ides this  line from  all browse rs but IE  */
        72           di splay: blo ck;
        73           co lor: white ;
        74           te xt-decorat ion: none;
        75   }
        76  
        77   #nav li ul  { /* seco nd-level l ists */
        78           po sition: ab solute;
        79           le ft: -999em ;
        80           wi dth: 17.7e m;
        81           ma rgin-left:  159px;
        82           ma rgin-top:  -2.1em !im portant;
        83           ma rgin-top:  -1.9em;
        84           ba ckground-c olor: #2E4 98F;
        85   }
        86  
        87   #nav li if rame {
        88           po sition: ab solute;
        89           le ft: -999em ;
        90           wi dth: 159px ;
        91           ma rgin-left:  13.5em;
        92           ma rgin-top:  -2.7em !im portant;
        93           ma rgin-top:  -2.5em;
        94   }
        95  
        96   #nav li ul .twolineme nu {
        97           /*  second-le vel lists  that stem  from a two -line firs t-level me nu item */
        98           ma rgin-top:  -2.6em !im portant;
        99           ma rgin-top:  -2.4em;
        100   }
        101  
        102   #nav li ul  a { /* se cond-level  lists */
        103           bo rder-botto m: 0px;
        104           wi dth: 159px ;
        105           ba ckground-c olor: #2E4 98F;
        106   }
        107  
        108   #nav li ul  ul { /* t hird-(and  below)-lev el lists * /
        109           le ft: 20em;
        110           ma rgin-top:  -1.8em;
        111   }
        112  
        113   #nav li ul  ul a { /*  third-(an d below)-l evel lists  */
        114           bo rder-botto m: 0px;
        115           wi dth: 159px ;
        116           ba ckground-c olor: #2E4 98F;
        117   }
        118  
        119   #nav li a  {
        120           wi dth: 155px ;
        121           di splay: blo ck;
        122           co lor: white ;
        123           te xt-decorat ion: none;
        124           bo rder-botto m: 1px sol id #6F7DA1 ;
        125           pa dding: 3px  1px 3px 3 px;
        126           ma rgin-botto m: -2px;
        127   }
        128  
        129   #nav li a: hover {
        130           co lor: white ;
        131           ba ckground-c olor: #2E4 98F;
        132           pa dding: 3px  1px 3px 3 px;
        133           ma rgin-botto m: -2px;
        134           z- index: 33;
        135   }
        136  
        137   #nav li li  a:hover {
        138           ba ckground-c olor: #355 4A4;
        139           z- index: 33;
        140   }
        141  
        142   #nav li:ho ver ul ul, #nav li:ho ver ul ul  ul,#nav li .sfhover u l ul,#nav  li.sfhover  ul ul ul
        143           {
        144           le ft: -999em ;
        145           z- index: 33;
        146   }
        147  
        148   #nav li:ho ver ul,#na v li:hover  iframe,#n av li li:h over ul,#n av li li l i:hover ul ,#nav li.s fhover ul, #nav li.sf hover ifra me,#nav li  li.sfhove r ul,#nav  li li li.s fhover ul
        149           {  /* lists n ested unde r hovered  list items  */
        150           le ft: auto;
        151           z- index: 33;
        152   }
        153  
        154   #nav li:ho ver,#nav l i.sfhover  {
        155           ba ckground-c olor: #2E4 98F;
        156           z- index: 33;
        157   }
        158  
        159   #nav li li :hover,#na v li li.sf hover {
        160           ba ckground-c olor: #355 4A4;
        161           z- index: 66;
        162   }