html {
    background: #c1c3c5;
    font-family: Arial, "sans-serif";
    padding: 17px 17px 17px 17px;
}

body {
}

#p-body {
    position: relative;
    margin: 0 auto;
    min-width: 45em;
    max-width: 60em;
    padding-top: 85px;
    width: 100%;
}

#l-sei-logo {
    position: absolute; top: -15px; left: -76px;
    border: none;
}

#l-netsa-logo {
    position: absolute; top: 17px; left: 16px;
    font-size: 24px;
}

#l-netsa-name {
    font-weight: bold;
}

#l-netsa-motto {
    position: absolute;
    top: 45px; left: 17px; width: 315px;
    text-align: left;
    padding: 0; margin: 0;
    font-size: 18px;
    font-weight: normal;
}

#l-content {
    position: relative;
    padding: 8px 17px;
    margin-bottom: 8px;
    border: 1px solid #333333;
    background: white;
    font-size: 14px;
    line-height: 140%;
    padding-left: 220px;
    min-height: 480px;
}

#l-sidebar {
    position: absolute;
    top: 0; left: 16px; width: 186px;
    padding: 8px 0;
}

#l-sidebar .p-sidebar-section {
    margin-bottom: 17px;
}

#l-sidebar ul {
    display: block;
    margin: 0; padding: 0;
}

#l-sidebar ul ul {
    margin-left: -26px;
    margin-right: 0;
}

#l-sidebar li {
    display: block;
    margin: 0 0 0 34px; padding: 0;
    text-indent: -17px;
}

h1.l-page-title {
    position: absolute; top: 17px; right: 15px;
    margin: 0; padding: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    color: black;
    border: none;
}

#l-subtitle {
    position: absolute; top: 45px; right: 17px; left: 350px;
    text-align: right;
    display: block;
    padding: 0; margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.p-subtitle {
    
}

#l-footer {
    margin: 17px 17px 0;
    font-size: 13px;
}

#l-contact {
   float: right;
}

a:link {
    color: #0000c0;
}

a:visited {
    color: #0000a0;
}

a {
    text-decoration: none;
}

a:link:hover, a:visited:hover {
    color: #5b5c5e;
    text-decoration: underline;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    border-bottom: 1px solid #cccccc;
    padding: 0;
    margin: 14px 0 9px;
    color: #000066;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    border-bottom: 1px solid #cccccc;
    margin: 14px 0 7px;
    color: #000066;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 14px 0 7px;
    color: #000044;
}

a:link:hover h1, a:link:hover h2, a:link:hover h3 {
    color: #5b5c5e;
    text-decoration: underline;
}

table.p-columnar td {
    vertical-align: top;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.p-changelog-link {
    margin: 0; padding: 0;
}

.p-download {
    margin: 8px 0 17px;
    display: block;
}

.p-download-link {
    margin-bottom: 4px;
}

.p-download-variants {
    padding-left: 0.5em;
    font-size: 11px;
}

.p-download-description {
    margin-left: 34px;
}

.p-download-checksum {
    margin-top: 0;
    margin-left: 34px;
    margin-bottom: 0;
    font-size: 11px;
}

.p-download-checksums {
    margin-top: 8px;
}

.p-project-badge {
    position: relative;
    padding: 17px;
    padding-left: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #b0c4de;
    min-height: 48px;
}

.p-project-badge h1 {
    position: absolute; top: 15px; left: 17px;
    margin: 0; padding: 0; border: none;
}

.p-project-badge-download-link {
    position: absolute; top: 46px; left: 17px;
    margin: 0;
}

.p-tl, .p-tr, .p-bl, .p-br {
    width: 10px; height: 10px; background-color: red;
}

.p-tl {
    position: absolute; top: 0; left: 0;
    background: url(corner-tl.gif) no-repeat top left;
}

.p-tr {
    position: absolute; top: 0; right: 0;
    background: url(corner-tr.gif) no-repeat top right;
}

.p-bl {
    position: absolute; bottom: 0; left: 0;
    background: url(corner-bl.gif) no-repeat bottom right;
}

.p-br {
    position: absolute; bottom: 0; right: 0;
    background: url(corner-br.gif) no-repeat bottom left;
}

#p-box-background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(black-50a.png);
    z-index: 999;
    display: none;
}

* html #p-box-background {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="black-50a.png", sizingMethod="scale");
}

#p-box-out {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#p-box {
    position: absolute;
    top: 34px;
    bottom: 34px;
    width: 600px;
    margin: 0 auto;
    max-width: 90%;
    border: 1px solid black;
    background: white;
    padding: 8px 17px;
}

.p-box-terms {
    position: absolute;
    top: 17px;
    bottom: 50px;
    left: 17px;
    right: 17px;
    overflow: auto;
    padding: 0 17px;
    border: 1px solid #cccccc;
    font-size: 12px;
}

.p-box-options {
    position: absolute;
    bottom: 18px;
    right: 18px;
    text-align: right;
}

.p-box-options a:link {
    text-decoration: none;
    color: black;
}

.p-button {
    border: 1px solid #333333;
    padding: 2px 8px;
    margin-left: 8px;
    background: #cccccc;
    color: black;
    text-decoration: none;
}

.p-button:hover {
    background: #aaaaaa;
    text-decoration: none;
    color: black;
}

/* styles from old sheet, brought over only when needed */

table.commands td {
    vertical-align: top;
    padding: 0;
}

table.commands td p {
    padding: 5px;
    margin: 0;
}

td.cmdname {
    width: 9em;
}

table.tool-index td {
    vertical-align: top;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

