/*

CSS for Red Hat Linux Project docs from the Documentation Project

Written by Tammy Fox and Garrett LeSage

Copyright 2003 Tammy Fox, Garrett LeSage, and Red Hat, Inc.

License: GPL

*/


body    {
        background-color: #ffffff;
        color: #000000;
        margin: 10px;
        padding: 0;
        font-family: helvetica, arial,sans-serif;
        font-size: 12pt;
        /* needed so buttons created with css don't bleed into text */
        line-height: 1.3;
        }

body.book, body.article, body.chapter, body.part, body.preface, body.sect1, body.index, body.colophon, body.glossary, body.reference, body.refentry {
        font-family: helvetica, arial,sans-serif;
        font-size: 12pt;
        background-color: #ffffff;
        margin: 0;
        padding : 0;
        }


li p {
        display: inline;
}

div.table table {
        width: 95%;
        background-color: #DCDCDC;
        color: #000000;
        border-spacing: 0;
}

div.table table th {
        border: 1px solid #A9A9A9;
        background-color: #A9A9A9;
        color: #000000;
}

div.table table td {
        border: 1px solid #A9A9A9;
        background-color: #DCDCDC;
        color: #000000;
        padding: 0.5em;
        margin-bottom: 0.5em;
        margin-top: 2px;

}

div.note table, div.tip table, div.important table, div.caution table, div.warning table {
        width: 95%;
        border: 2px solid #B0C4DE;
        background-color: #F0F8FF;
        color: #000000;
        /* padding inside table area */
        padding: 0.5em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
}

.qandaset table {
        border-collapse: collapse;
}
.qandaset {
}
.qandaset tr.question {
}
.qandaset tr.question td {
        font-weight: bold;
        padding: 1em 1em 0;
}
.qandaset tr.answer td {
        padding: 0.25em 1em 1.5em;
}
.qandaset tr.question td, .qandaset tr.answer td {
}

hr {
        border: 0;
        border-bottom: 1px solid #ccc;
}

h1, h2, h3, h4 {
        font-family: luxi sans,sans-serif;
        color: #990000;
        font-weight: bold;
}
h1 {
        font-size: 1.75em;
}
 
h2 {
        font-size: 1.25em;
}
 
h3 {
        font-size: 1.1em;
}

a:link  {
                color:  #000066;
                }

a:visited
                {
                color:  #333399;
                }

code.screen, pre.screen {
        font-family: monospace;
        font-size: 12pt;
        display: block;
        padding: 10px;
        border: 1px solid #bbb;
        background-color: #eee;
        color: #000;
        overflow: auto;
        border-radius: 2.5px;
        -moz-border-radius: 2.5px;
        margin: 0.5em 2em;
}

div.example {
        padding: 10px;
        border: 1px solid #bbb;
        margin: 0.5em 2em;
}

/* make guibuttons look like real buttons */
.guibutton {
        color: #000000;
        font-family: helvetica, arial, sans-serif;
        background-color: #DCDCDC;
        padding: 1px 3px;
        font-size: 10pt;
        border: outset 2px;
        text-decoration: none;
}

