body {
    background-color: #fff;
    color: #000;
    font-family: arial, sans-serif;
    margin: 0;
    background-image: url(image/back.jpg);
    background-repeat: no-repeat;
}

a
{
    color: #009;
    text-decoration: underline;
}

.footer
{
    border-top: 1px solid black;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 90%;
    font-style: italic;
}

h1
{
    font-size: 130%;
    position: absolute;
    left: 181px;
    top: 10px;
    width: 500px;
    margin: 0;
}

h2
{
    font-size: 110%;
}

h3
{
    font-size: 100%;
    font-style: italic;
}

.contentWrap
{
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    background-image: url(image/line.gif);
    background-repeat: repeat-y;
    background-position: 300px 0;
    padding-bottom: 30px;
}

.content
{   
    margin-top: 20px;
    margin-left: 230px;
    width: 500px;
}

.navigation div
{
    position: absolute;
    left: 60px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(240,243,255);
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
}

.navigation a
{
    text-decoration: none;
    font-size: 14px;
    color: #459;
}

.modeHome #home,
.modeNetpaddb #netpaddB,
.modeNetpaddexebased #netpaddExeBased {
    background-color: rgb(218,224,250);
}

.modeHome #home a,
.modeNetpaddb #netpaddB a,
.modeNetpaddexebased #netpaddExeBased  a {
    color: #000;
}

#home {
    top: 315px;
}

#netpaddB {
    top: 345px;
}

#netpaddExeBased {
    top: 375px;
}

#anotherItem {
    top: 405px;
}

.introduction:first-line
{
    letter-spacing: 1px;
}

.introduction:first-letter
{
    font-weight: bold;
}

ul li
{
    list-style-type: square;
}

pre
{
    border: 1px solid black;
    padding: 8px;
}

.note
{
    border: 1px dotted black;
    padding: 10px;
}

kbd
{
    font-family: "courier new", courier, monospace;
    background-color: #fff;
}

kbd .selected
{
    color: #fff;
    background-color: #000;
}

table
{
    border-collapse: collapse;
}

th,
td
{
    text-align: left;
    vertical-align: top;
    border: 1px solid black;
    padding: 6px;
}

th
{
    background-color: #ccc;
}

.helpTopics li
{
    margin-bottom: 6px;
}

.autoSuggest th
{
    width: 200px;
}

.autoSuggest td div
{
    width: 300px;
    height: 80px;
    overflow: auto;
}

.emphasis th
{
    background-color: rgb(240,240,200);
}


.donation
{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    padding: 2px;
    width: 150px;
    text-align: center;
    padding-right: 4px;
    padding-left: 4px;
}

.donation a:link,
.donation a:visited
{
    text-decoration: underline;
    color: #00b;
}

.source
{
    font-family: fixedsys, "Courier New", courier, monospace;
    font-size: 11px;
    background-color: #fff;
}

.sourceComment
{
    color: green;
}

.sourceKeyword
{
    color: #00a;
}

.separator {
    border-top: 1px solid #555;
    margin-top: 20px;
    margin-bottom: 90px;
}

.lessImportant {
    color: #777;
}

.lessImportant pre {
    border: 0;
    padding: 0;
    color: #777;
}

a.lessImportant {
    color: black;
}
