
.mainmenu {
  display: none;
}
a {
  text-decoration: underline;
  color: #0000ff;
}

.bread {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 150%;
  color: #333;
  text-align: left;
}

.Heading1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24pt;
  font-weight: normal;
  color: #008ac6;
  line-height: normal;
}
.Heading2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20pt;
  color: #000000;
  line-height: normal;
  padding-top: 10px;
}
.Heading3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: #008ac6;
  font-weight: normal;
  font-style:italic;
  line-height: 24px;
}
body {
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #000000;
}
.mainmenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  line-height: 18px;
  font-weight: bold;
}
h1 {
    color: #000000;
}
h2 {
  color: #000000;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.15em;
  background-color: #eeeeee;
  color: #000000;
}
h4 {
  color: #000000;
}
h5 { /* h5 defines the side menu - and used to disable this menu when printing */
     /* pri: no side menu, next to no use of h5 */
  display: none;
}
table1 {
  color: #FFFFFF;
  border-color: #e2e2e2;
  border: 1px;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  list-style-type: square;
  list-style-position: outside;
}


/* LwDITA HDITA style elements */

ol.steps > li {
  padding: 0.5rem;
}
ol.steps li p:first-child {
  margin-top: 0px;
}
ol.steps li p:last-child {
  margin-bottom: 0px;
}

pre {
  font-size: 9.5pt;
  font-family: Consolas, monospace;
}
code {
  font-family: Consolas, monospace;
}

table {
  border-collapse: collapse;
}
td, th {
  padding: 0.5rem;
}
td p, th p {
  margin: 0px;
}
td pre, th pre {
  margin: 0px;
}


/* Legacy tables */

table.milestonefooter td,
table.milestoneheader td,
table.headermenu td,
table.tree td,
td.bread {
  padding: 0px;
}
table.headermenu {
  border-spacing: 5px;
  border-collapse: separate;
}


/* LwDITA style headings */

h2.sectiontitle {
  font-weight:bold;
  font-style:italic;
}
