@import url("html.css");
@import url("xml.css");

/*
 *        docbook html css
 *
 *  This sheet match classes from common docbook-xsl
 *  This names could be of a general interest
 *
 *  frederic.glorieux@ajlsm.com
 */

/*
 *    common classes
 *    .content, .header, .footer, .focus, .toc, .abstract, .code,
 *    .ackno, .bibliography, .glossary, .colophon, .nav, .small
 *    .info, .footnote
 */


/*
 *     COLORS
 */

        .abstract
    {
      display:block; text-indent:0; text-align:justify; 
      background-color:#F1EDE1;
      padding-left:1em; padding-right:1ex;
      padding-top:0.5ex; padding-bottom:0.5ex;
    }

	pre.programlisting
	{background-color:#F0F0F0; padding:1em;}

/*
 *  TYPOGRAPHY
 *
 *  important property to define graphic identity
 *  font-family for all elements + some bold  and italic
 *
 */

        notag
    { font-family: Georgia, "Gill Alternate One Monotype", "Gill Sans", "Trebuchet MS", Universal, Arial, sans-serif; font-weight:normal;}

        .bibliography .abstract
    { font-family: Universal, Arial, sans-serif;  }

        notag
    { font-family: Impact, sans-serif;  }

        notag
    { font-family: Verdana, sans-serif;  }

        notag
    { font-family: Garamond, Melior, Georgia, Times,  serif; font-style:italic; }

        notag
    { font-family: Script, cursive; }

        notag
    { font-family: "Comic Sans MS", fantasy; }

        notag
    { font-family: "Lucida Console", monospace; }

        notag
    { font-family: Courier, "MS Courier New", monospace; }

/*
 *  MARGINS, PADDINGS, ALIGNMENTS
 *
 *   This section is opened to adjust alignments
 *
 */


/*
 *  INLINES (semantic)
 */



/*
 *  LISTS
 */







/*
 *  TITLES
 */




/*
 *  TEXT
 */




    @media all {
    }

/********* end sheet ************/
