/* -*-CSS-*- */

/*************************************************/
/* DocBook specific / FAQ / Winedt Hackers Guide */
/*************************************************/

/* same as .code (in winedt.css), usually parameter in varlistentry
.term           { color: #000aa0; font-family: courier new} */
.programlisting      { color: #000aa0; font-family: courier new, monospace}
DIV.literallayout    { color: #777777; font-family: "courier new", monospace}
.macro          { color: #000aa0; font-weight: bold; font-family: courier new}
.regex          { color: #000aa0; font-weight: bold; font-family: courier new}
.filename       { color: #bb0000; white-space: nowrap; font-family: "courier new", monospace}

.register       { color: red; font-family: courier new}
.namedreg       { color: darkred; font-family: courier new}

/* same as .winedt (in winedt.css) */
.menuchoice     { color: #08800f; font-family: arial, helvetica, sans-serif}

/* make guibutton look like a button */
.guibutton {
  font-size: 10pt;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
  background: #eee;
  border-color: #ddd #bbb #bbb #ddd;
}

/* this one is used as proposed by Colin and Jason:
    "macro examples will be given following the 'two-column' format
    employed in The LATEX Companion"
    I called it "CodeAndResult"
*/
TABLE.codeandresult {  border-top: thin;  border-bottom: thin; padding-top: 15px }
TD.result       { color: #444444; background-color: #d6d6d6; border-width: 1px;
                  font-family: arial, helvetica, sans-serif; font-weight: bold; font-style: italic }

/*
DIV.example     { border-top: thin;  border-bottom: thin }
*/

.caution, .important, .note, .tip, .warning {
  border-top: 5px solid;
  border-left: 1px solid;
  margin: 1em 0 0 1em;
  padding: 5px 0 10px 0;
  width: 90%;
  clear: both;
}
TR.toc,
*[class=qandaset] > DL        { font-family: "arial", "helvetica", sans-serif ;  }
TR.toc TD                     { padding-bottom: 1em }

H2.title  { color: #ba0000; font-family: "arial", "helvetica", sans-serif; text-align: left; padding-top: 0.5em ; padding-bottom: 0.5em}
*[class=qandaset] > H2,
*[class=qandadiv] TD > H3,
*[class=qandadiv] TD > H4      { color: #ba0000; font-family: "arial", "helvetica", sans-serif; text-align: left; padding-top: 0.5em ; padding-bottom: 0.5em}

DIV.qandaset > TABLE    {border-spacing:0px }

TR.question     { font-weight: bold; background-color: white; border-color: black; }
TR.question TD  { padding-top: 0.25em ; padding-bottom: 0.25em; padding-left: 0.25em;  border-top: 1px solid; border-bottom: 1px solid; spacing: 0; spacing-right: 0px solid;}
TR.answer TD    { padding-top: 0.5em ; padding-bottom: 1em ; }

/* this one is for IE, not yet able to correctly render CSS2 */
TR.qandadiv     { color: #ba0000; font-family: "arial", "helvetica", sans-serif; text-align: left; padding-top: 0.5em ; padding-bottom: 0.5em}

/*  this worked with the old XSL until 1.44 */
DIV.quandentry   { font-family: "arial", "helvetica", sans-serif ; text-align: right }
DIV.question    { font-weight: bold; background-color: white; margin-right: 50%; border-style: solid; border-width: 1px}

/*
DIV.titlepage  {text-align: center; width: 100%; background-color: #ffbf00; border-color: #f6f6f6; border-style: groove; border-width: 2px; margin-top: 10px }
DIV.titlepage > DIV > H2.uber      { font-family: "courier new", monospace; font-weight: bold; font-size: 24px; text-align: center; color: #bf0000;}
*/

P.copyright,
P.pubdate {text-align: center;}
