/* ======================================================================= */
/* default.css                                                             */
/* ----------------------------------------------------------------------- */
/* The default style of the LaTeX-to-HTML converter output.                */
/*                                                                         */
/* (c) 2004   Lutz Kettner                                                 */
/* $Id: modern.css 31051 2006-05-06 20:39:47Z ameyer $                                                       */
/* $Date: 2006-05-06 22:39:47 +0200 (Sat, 06 May 2006) $                                            */
/* ======================================================================= */

/* ----------------------------------------------------------------------- */
/* General Body                                                            */
/* ----------------------------------------------------------------------- */

body {
  background-color: #ffffff;
  font-family: arial,sans-serif;
  color:black;
}

a:link    { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover   { text-decoration: underline;}
a:active  { text-decoration: underline;}


/* ----------------------------------------------------------------------- */
/* Title Page                                                              */
/* ----------------------------------------------------------------------- */

h1.TitlePageTitle      { font-size:24pt; font-weight: bold; }
p.TitlePageAuthor      { font-size:18pt; }
p.TitlePageDate        { font-size:18pt; }

/* ----------------------------------------------------------------------- */
/* Table of Contents                                                       */
/* ----------------------------------------------------------------------- */

table.TocOuterTable    {  }
td.TocGroupOddLeft,
td.TocEmptyOddLeft,
td.TocGroupOddRight,
td.TocEmptyOddRight    { background-color: #eeeeee; }
td.TocGroupEvenLeft,
td.TocEmptyEvenLeft,
td.TocGroupEvenRight,
td.TocEmptyEvenRight   {  }

h3.TocPart             { background-color: #ffffa0; }
h2.PkgDescPart         { background-color: #ffffa0; }

table.TocInnerTable    {  }
td.TocIndent           {  }
td.TocTitle,
td.TocContents,
td.TocIndex,
td.TocBibliography,
td.TocChapter          { font-weight: bold; }
td.TocSection          {  }
td.TocSubsection       {  }
td.TocSubsubsection    {  }
td.TocParagraph        {  }
td.TocSubparagraph     {  }

a.TocLinkTitle         { font-weight: bold; }
a.TocLinkContents      { font-weight: bold; }
a.TocLinkIndex         { font-weight: bold; }
a.TocLinkBibliography  { font-weight: bold; }
a.TocLinkPkgDesc       { font-weight: bold; }
a.TocLinkPart          {  }
a.TocLinkChapter       {  }
a.TocLinkSection       {  }
a.TocLinkSubsection    {  }
a.TocLinkSubsubsection {  }
a.TocLinkParagraph     {  }
a.TocLinkSubparagraph  {  }

/* ----------------------------------------------------------------------- */
/* Navigation Header and Footer                                            */
/* ----------------------------------------------------------------------- */
div.NavBottom,
div.NavAddress,
div.NavTop             { background-color: #ffffa0; }
div.NavNext,
div.NavPrev            { background-color: #c0ffc0; }


/* ----------------------------------------------------------------------- */
/* cc_manual.sty                                                           */
/* ----------------------------------------------------------------------- */
div.AdvancedBlock      { background-color: #c0d0ff; }
em.AdvancedBlockLabel  { font-size:10pt; font-style: italic; }

/* ----------------------------------------------------------------------- */
/* verbatim and example code environments
/* ----------------------------------------------------------------------- */
pre.Verbatim           { }
pre.ExampleCode        { background-color: #e8e8e8; }
