#content { clear:both; background-color: #00558b;width:100%; }#MenuBarborder #outer { border-color : #64b6cf; }#MenuBarInactiveTabs #outer, #point li a { background-color : #003e6a; }#MenuBarTabSeperator #point li a { border-color : #64b6cf; }#MenuFont { color: #FFFFFF; }.btn { color: #FFFFFF !important; background : #003e6a;border-color : #00558b;border-style:solid; border-width:2px; }.btn:hover { color : #FFFFFF;  background: #64b6cf; }.bulletin, .bulletin a { color : #FFFFFF;font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:1em; }.divHeaderItemTitle { font-size: 1.5em;color: #003e6a;text-decoration: none;font-weight: bold; }.divucTitle { font-size: 1.5em;color: #003e6a;text-decoration: none;font-weight: bold;white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ }.fontSizeSelection { color : #FFFFFF; text-align:right;float:right;vertical-align:text-bottom; padding: 40px 10px 0px 0px; }.foot { background-color:#00558b; color:#FFF;  font-family:"Myriad Pro","Segoe UI",Helvetica, Arial, sans-serif; }.ftrDisclaimer { color : #FFFFFF;  font:13px/1.231 arial,helvetica,clean,sans-serif; text-align :center; padding-top:10px; padding-bottom:10px; }.ftrDisclaimer a { color : #FFFFFF; font-family :Myriad Pro,Segoe UI,Helvetica,Arial,sans-serif; text-decoration:underline; }.headerImage { background-color:#00558b; }.headingText { color:#FFFFFF;font-family:Verdana; font-weight:bold; font-style:italic; font-size:3em;line-height:normal;margin:0px;display:block; }.MenuBarActiveTabBackground  #point li a.current { background-color: #64b6cf; }.MenuBarActiveTabBackground  #point li a:hover { background-color: #64b6cf; }.MessageDate { color:#003e6a;font-size: 0.8em;font-weight: normal;text-decoration: none;line-height: 1.2em; }.MessageSender { color:#003e6a;font-size: 1.7em;font-weight: normal;text-decoration: none;line-height: 1.3em; }.MessageSubject { color:#003e6a;font-size: 1.4em;font-weight: normal;text-decoration: none;line-height: 1.1em; }.selected { color:#003e6a !important;font-weight:bolder; }.TagItems { color:#003e6a; }.ucValueLink { color: #003e6a ;font-size: 1.25em;padding-right: 0.5em;text-decoration: underline; }h2 { padding:0px; text-transform:uppercase; font-size:1.25em; color:#000; background-color:#FFFFFF; font-weight:normal; color:#003e6a; margin: 10px 0 ; letter-spacing:1px; font-weight:bold; }#MenuBackground { background-color:#003e6a ;width:inherit;overflow:hidden;border-top:1px solid #64b6cf;border-bottom:1px solid #64b6cf; }.login-page { background: #00558b none repeat scroll 0% 0%!important; }.skin-ns .main-sidebar { background-color: #003e6a; }.skin-ns .main-header .navbar { background-color: #00558b; }.skin-ns .sidebar-menu > li:hover > a { background: #003e6a; }.nav-sidebar > li.menu-open > a { background: #003e6a !important; }.nav-sidebar > li.menu-open > ul.nav-treeview { background: #003e6a !important; }.main-header .logo-text { color: #FFFFFF; }.RespossiveHeader { background-color: #00558b; }table.bt tbody td:before { background: #00558b; }.GridHeader { background-color: #00558b; }.GridHeaderText,.GridHeaderText a { color: #FFFFFF !important; }.responsiveTable td:before { color: #FFFFFF !important; }.mGrid  td:before { color: #FFFFFF !important; }.BurgerIcon { color: #FFFFFF !important; }.LogoutIcon { color: #FFFFFF !important; }.MenuIcon { color: #FFFFFF !important; }<!DOCTYPE html>
<html>
    <head>
        <title>Runtime Error</title>
        <meta name="viewport" content="width=device-width" />
        <style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }
         @media screen and (max-width: 639px) {
          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
         }
         @media screen and (max-width: 479px) {
          pre { width: 280px; }
         }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>Server Error in '/NSEWeb' Application.<hr width=100% size=1 color=silver></H1>

            <h2> <i>Runtime Error</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
            <br><br>

            <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;system.web&gt;
        &lt;customErrors mode=&quot;Off&quot;/&gt;
    &lt;/system.web&gt;
&lt;/configuration&gt;</pre>                      </code>

                  </td>
               </tr>
            </table>

            <br>

            <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application&#39;s &lt;customErrors&gt; configuration tag to point to a custom error page URL.<br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;system.web&gt;
        &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;
    &lt;/system.web&gt;
&lt;/configuration&gt;</pre>                      </code>

                  </td>
               </tr>
            </table>

            <br>

            </font>

    </body>
</html>
