<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: #ccc; margin-top: 0; }

.clear { font-size: 0; clear: both; }

#logos { float: left; width: 976px; clear: both; margin-bottom: 12px; }
#logo-ni { float: left; clear: none; }
#logo-softwarekey { float: right; clear: none; }

#page-container {
    background: #fff;
    width: 980px;
    margin:0 auto 12px auto;
    padding: 12px;
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

#page-container #UserComponent table td { text-align: left; }

#nav, #nav a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 5px 7px 5px;
}
#nav a:hover { background: url('images/bg-menu-selected.gif') top left repeat-x; }
#nav a:hover { text-decoration: none; }
#nav ul { list-style-type: none; margin: 0; padding: 0; height: 25px; }
#nav ul li {
    float: left;
    clear: none;
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
}

#nav {
    clear: both;
    padding: 0 10px;
    background: url('images/bg-menu.gif') top left no-repeat;
}

#footer { margin-top: 30px; text-align: center; color: #666; font-size: 10px; }

a img { border: none; }
a { color: #065fa3; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4,
#content p, #content ul, #content ol { margin-bottom: 6px; }

h1 { font-size:20px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
</pre></body></html>