body
{
    background-image: url(../images/gradient.png); 
    background-repeat:repeat-x; 
    background-attachment:fixed;
    background-color:#2e6b86;
    font-family: verdana;
}

P
{
    font-size: 12pt;
    line-height: 150%;
    margin-top: 0px;
}

ol, ul
{
    margin-top: 15px;
    font-size: 12pt;
    line-height: 150%;
}

td
{ 
    line-height:150%;
}

table
{
    background-color:white; 
    border-width:1px; 
    border-style:solid;
    border-color:#D0D0D0; 
    padding-left:20px;
    padding-right:20px;
}

table.noborder
{
    background-color:white; 
    border-width:0px; 
    padding:50px;
}

table.toc
{
    background-color:white; 
    border-width:0px; 
    padding:50px;
    font-size: 12pt;
}

table.toc td
{
    padding:0px;
}

table.toc td.sub
{
    padding-left:30px;
}

table.item
{
    width:90%;
    background-color:#F0F0F0;
    border-width:1px;
    border-style:solid;
    border-color:#D0D0D0;
    padding:20px;
}

table.cli
{
    width:100%;
    background-color:#F0F0F0; 
    border-width:1px; 
    border-style:solid; 
    border-color:#D0D0D0; 
    padding:1px;
}

table.cli tr td
{
    padding-left:15px;
    padding-top:4px;
    padding-bottom:4px;
    line-height:15px;
    background-color:#E0E0E0;
}

td
{
    padding:10px;
}

h2
{
    font-size:16pt;
    font-weight:800;
    color:#2e6b86;
}

h3
{
    font-size:13pt;
    font-weight:800;
    color:#2e6b86;
    margin-top: 20px;
    margin-bottom: 10px;
}

h4
{
    font-size:13pt;
    font-weight:600;
    font-style:italic;
    color:#2e6b86;
    margin-bottom: 5px;
}

h5
{
    font-size:12pt;
    font-weight:400;
    font-style:italic;
    color:#2e6b86;
    margin-bottom: 5px;
}

ul
{
    list-style-type: circle;
}

hr
{
    border-color:red;
    border-style:solid;
}

.nav
{
    margin-top:15px;
    font-size: 12pt;
    height:20px;
}

dl
{
    font-size:11pt;
    line-height: 160%;
}

dl > dl > dl
{
    margin-left: 30px;
}

.copyright, .copyright a:link, .copyright a:visited
{
    color:#808080;
    font-size: 10pt;
}

a:link
{
    color:#2e6b86;
}

a:visited
{
    color:#2e6b86;
}

ul
{
    list-style-position: outside;
    list-style-type: square;
}

li
{
    margin-bottom: 15px;
    color: #2e6b86;
}

li span {
    color: black;
}

.screenshot
{
    margin-bottom: 15px;
}

.screenshot img
{
    max-width: 100%;
    border: solid;
    border-width: 1px;
}

.image-description
{
    font-style: italic;
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom:20px;
}

.icon
{
    vertical-align: text-bottom;
}

.space-after
{
    margin-bottom: 40px;
}
