body
{
    padding:10px !important;
}

body, p, td, li, th {
     margin: 0;
     line-height: 1.5em;
     color: black;
     font-size: 13px;
     font-family: sans-serif;
}

p {
     padding-bottom: 0.8em;
}

.center {
     text-align: center;
}

.small {
     font-size: 0.95em;
}

.tiny {
     font-size: 0.90em;
}

.toc {
     padding: 0.5em;
     line-height: 1.5em;
     margin: 10px 10px;
     background-color: #eee;
     border: 1px solid #ccc;
     width: 45%;
}

.copyright {
     font-style: italic;
}

.pubdate {
     background-color: #eee;
     font-weight: bold;
     font-size: 125%;
}

p.title 
{
     font-weight: bold;
     font-size: 15px;
}

.itemizedlist {
     line-height: 1.0em;
     color: #2f2f2f;
}

h1, h2, h3 {
     margin-bottom: 0.5em;
     font-family: sans-serif;
}

h1+p, h2+p, h3+p, h4+p, h5+p {
     margin-top: 0;
}

h1 {
     color: #5382A1;
     font-size:26px;
}

h2 {
         font-size: 22px;
         color: #5382A1;
}

h3 {
     font-size:18px;
}

h4 {
     font-size: 125%;
}

h5, h6 {
     font-size: 1em;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
}

address {}
em {}
strong {}
dfn {}

code.code
{
    font-weight: bold;
    color: #6666CC;
}
code, pre {
     font-family: monospace;
     font-size:12px;
}
pre {
     background-color: #efefef;
     border: 1px solid #ccc;
     font-size: 100.01%;
     padding: 0.5em;
     overflow: hidden;
}

samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}
p {}
ins {}
del {}

ul, ol {
     margin-left: 0;
     padding-left: 2em;
}
li {
     margin: 0;
     padding: 0;
}

dl {}
dt {
     padding-left: 10px;
     font-weight: bold;
}
dd {
     padding-left: 5px;
     padding-bottom: 15px;
}

.table table {
     border-collapse: collapse;
     empty-cells: show;
     margin: 1em 0 1em 0;
     font-size: 115.01%;
     border: 1px solid #E1E1E1;
}
caption {
     text-align: left;
     font-weight: bold;
}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
div.table, table.html { margin-bottom:10px; }

div.table table td, div.table table th, table.html th, table.html td {
     padding: 3px 10px;
     border: 1px solid #CCCCCC;
     vertical-align: top;
}
div.table table th, table.html th {
     background-color: #eeeeee;
}

a:link {}
a:visited {}
a:link:hover {}
a:visited:hover {}
a:active {}
a:focus {}
a:focus:hover {}
a img {
     border-style: none;
}

img {}
object {}
applet {}

tt { font-family: monospace; }
i {}
b {}
big {}
small {}
hr {}
iframe {}

.sidebar 
{
    border-top: dotted 1px black;
    border-left: dotted 1px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    background: rgb(240,220,170);
    padding: 0 0.12in;
    margin: 0.5in;
}

.sidebar p.title
{
    text-align: center;
    font-size: 125%;
}
.important
{
    border: 1px solid #FF9900 ;
    background-color: #FFFFCC;
    padding: 5px;
}
.note
{
    border: black solid 1px;
    background: url(../../images/note.png) no-repeat rgb(252,246,220);
    background: rgb(252,246,220);
    margin: 0.12in 0;
    padding: 0 55px;
}

.tip
{
    border: black solid 1px;
    background: rgb(224,244,255);
    margin: 0.12in 0;
}

.warning
{
    border: black solid 1px;
    background: url(../../images/warning.png) no-repeat rgb(255,210,210);
    background: rgb(255,210,210);
    margin: 0.12in 0;
    padding: 0 55px;
}

.programlisting, .screen
{
    font-size: 12px;
    color: black;
    margin: 1em 0.5in;
    padding: 0.5em;
    background: rgb(240,240,240);
    border-top: black dotted 1px;
    border-left: black dotted 1px;
    border-right: black solid 2px;
    border-bottom: black solid 2px;
}

.mediaobject { margin: 1em 0px;}

.command { font-family: monospace; }
span.guibutton img, span.guiicon img { vertical-align: text-top; }
span.guibutton, span.guimenu,span.guisubmenu, span.guiicon, span.guimenuitem, span.guilabel { font-weight: bold; padding-left:2px; padding-right:2px; }
span.guibutton { padding:2px 5px; border: 1px solid #CCCCCC; }

div.section p { padding-bottom: 10px; }
div.figure { text-align: center; }
div.figure img { border:2px solid #999999; }

tr.question td { font-weight: bold; }
span.underline { text-decoration : underline; }
