body {
    font: 12px/22px Arial,Helvetica,sans-serif;
    color: #000000;
}
a, a:link, a:visited {
    color: #0099cc;
    text-decoration: underline;
}
a:hover, a:active {
    color: #006699;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
form {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
.guilabel {
    font-style: italic;
    font-weight: bold;
}
.guibutton {
    text-transform: uppercase;
}

dl#nav, #content-body .chapter .toc {
    display: none;
}
table {
    /* width: 100%; */
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    padding: 0;
    margin: 0.5em 0 0.5em 0;
    empty-cells: show;
}
table th {
    background: #f0f0f0;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 4px 8px;
    text-align: left;
    vertical-align: top;
    font: bold 12px/14px Arial,Helvetica,sans-serif;
    color: #1f1f1f;
}
table td {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 4px 8px;
    vertical-align: top;
    font: 12px/14px Arial,Helvetica,sans-serif;
    color: #1f1f1f;
    empty-cells: show;
}
table td img, table th img {
    margin: 6px 2px;
    display: block;
}
table td span.inlinemediaobject img, table th span.inlinemediaobject img {
    margin: 0 0 0 0;
    display: inline;
}

#logo {
    display: none;

}
#header h1 {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font: bold 22px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: #666666;
    margin: 0;
    padding: 0;
}
#cat h2 {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
    text-decoration: none;
    font: bold 22px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: #666666;
}
.chapter h2 {
    text-transform: uppercase;
}
.section h2 {
    text-transform: uppercase;
}
.section h3, .section h4, .section h5, .section h6 {
    text-transform: uppercase;
}

.tip {
    padding: 0 0 6px 30px;
    background: transparent url(../images/icon_tip.gif) no-repeat 0 0;
    font: normal 12px/14px Arial,Helvetica,sans-serif;
    font-style: italic;
    color: #1f1f1f;
    margin: 20px 0 20px 0;
}