/*
 * started : 07-APR-2018
 * updated : 07-APR-2018
 *
 * 01-SEP-2017 Added "table_default" class.
 * 29-APR-2014 Added ".comments1" class.
 * 15-MAR-2016 Added "code_compact" class.
 */

/*
 * 05-DEC-2007 Have decided to remove the fixed width of
 *             the pages as I think it's probably too restrictive.
 *             I've left the original line in the file, but commented out.
 */

/* BODY { background-color: white; color: black; font-family: Verdana, "Luxi Sans", sans-serif; font-size: 10pt; width: 800px; } */

BODY
{
   background-color: white;
   color: black; font-family: Arial, Helvetica, Verdana, "Luxi Sans", sans-serif;
   font-size: 1rem;
   width: 1024px;
	margin-left: 10%; margin-right: 10%;
}

/* don't underline links */
A:link { text-decoration: none; }

H1.main_title { color: blue; }

H4 { font-style: italic; }

/* something that we really would like to stand out as a note
   contained in a separate paragraph */
p.important_note { border: solid; border-width: thin; background-color: #ffff99; margin-left: 10%; margin-right: 10%; }

/*
 * Styles for the table of contents section.
 */
OL.contents_tab UL LI { list-style-type: none; }
OL.contents_tab A:visited { text-decoration: none; }
OL.contents_tab A:active { text-decoration: none; }
/* OL.contents_tab > LI { font-size: larger; } */
/* A[HREF="#c_1"] { font-size: larger; } */

/* I prefer to ensure that we render empty table cells by default */
/* mind you, IE seems to ignore this ... */
TD { empty-cells: show; }

/* small image, we want to keep left and wrap to right */
p.imgleft
{
   float: left;
   margin-top: 0px;
   margin-right: 1em;
}

p.imgright
{
   float: right;
   margin-top: 0px;
   margin-right: 1em;
}

.clear { clear: both; }

/* ---------------------------------------------------------------------*/
/*
 * Default table style.
 */
TABLE.table_default THEAD TR { background-color: lightgrey; }

/* provide some emphasis to a particular table row */

TR.emphasis { background-color: lightblue; }
TR.emphasis2 { background-color: #ccccff; }

/* style for presenting code where we surround it with a box for emphasis */
PRE.code_with_box { font-family: LucidaTypewriter, "Courier New", "Courier"; margin-left: 5%; margin-right: 5%; background-color: lightgrey; border: thin solid black; }

/* style for presenting code where we surround it with a box for emphasis */
PRE.code_compact { font-family: LucidaTypewriter, "Courier New", "Courier"; font-size: smaller; }

ul.command_list
{
   font-family: LucidaTypewriter, "Courier New", "Courier";
   margin-left: 5%; margin-right: 5%;
   background-color: lightgrey;
   border: thin solid black;
   list-style: none;
   list-style-position: inside;
   padding-left: 0;
}

p.bus_rule_em
{
   font-family: LucidaTypewriter, "Courier New", "Courier";
   margin-left: 3%; margin-right: 3%;
   background-color: lightgrey;
   border: thin solid black;
   padding-left: 0;
}
