﻿body
{
    margin: 0px 0px 0px 0px;
    height: 100%;
    font-size: 82%;
}

body.outer
{
    background: #666;
}

div.jumpList
{
    display: table;
    margin-top: 0.1em;
}

div.jumpListRow
{
    display: table-row;
}

div.jumpListCell
{
    display: table-cell;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

#inner
{
    background: #fff;
    width: 980px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

h1
{
    padding: 0px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 2.0em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0px;
}

h2
{
    padding: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
    margin-bottom: 7px;
    text-align: left;
    width: 100%;
}

h3
{
    margin: 0;
    font-weight: bold;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.02em;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #920003;
}

p
{
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #333;
    margin-top: 5px;
    margin-bottom: 10px;
}

p.extrapad
{
    margin-top: 15px;
}

em.filesize
{
    margin-left: 0.5em;
    font-size: 78%;
    font-style: normal;
}

div, table, td, th
{
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #333;
}

div.code
{
    font-family: "Courier New" ,Courier,monospace;
    font-size: 0.9em;
    line-height: 1em;
    padding: 6pt;
    background-color: #f2f2f2;
}

table.build
{
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.build th
{
    border: 1px solid #ccc;
    background: #ddd;
    padding: 5px;
}

table.build td
{
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
