/* Text Styles */
hr { color: #000000 }
body, table, tr, th /* Normal */
{
 font-size: 100%;
 font-family: 'Segoe UI',Tahoma,Verdana,Arial,sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
table, tr, th
{
 font-size: 100%;
}
span.fnt1 /* Code Example */
{
 font-family: 'Courier New',Courier,monospace;
}
span.fnt2 /* Comment */
{
}
span.fnt3 /* Heading1 */
{
 font-size: 2.00rem;
}
span.fnt4 /* Heading2 */
{
 font-size: 1.40rem;
}
span.fnt5 /* Heading3 */
{
 font-weight: bold;
}
span.fnt6 /* Image Caption */
{
 font-size: 0.80rem;
 font-weight: bold;
}
span.fnt7 /* Notes */
{
}
/* Paragraph styles */
p, p.par0, div.par0, li.par0 /* Normal */
{
 text-align: left;
 text-indent: 0;
 line-height: 1.33;
 padding: 0 0 0 0;
 margin: 0 0 0.2500rem 0;
}
.par1 /* Code Example */
{
 font-size: 1.00rem;
 line-height: 1.0;
 white-space: nowrap;
 page-break-inside: avoid;
 margin: 0 0 0.5000rem 0;
}
.par2 /* Comment */
{
 font-size: 1.00rem;
}
.par3 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 line-height: 1.33;
 padding: 0 0 0 0;
 margin: 0 0 0.2500rem 0;
}
.par4 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 line-height: 1.33;
 padding: 0 0 0 0;
 margin: 0 0 0.3750rem 0;
}
.par5 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 line-height: 1.33;
 padding: 0 0 0 0;
 margin: 0 0 0.3125rem 0;
}
.par6 /* Image Caption */
{
 font-size: 0.80rem;
}
.par7 /* Notes */
{
 font-size: 1.00rem;
}
/* Table styles */
table.GreyHeader {
 border: none;
 border-spacing: 0;
 border-collapse: collapse;
}
table.GreyHeader tr.GreyHeader {
 text-align: left;
}
table.GreyHeader th.GreyHeader, table.GreyHeader td.GreyHeader {
 vertical-align: top;
 padding: 0.3125rem;
 border: solid 0.1250rem #C9CACB;
}
table.GreyHeader th.GreyHeader {
 background-color:#c9cacb;
}
table.Pictures {
 border: none;
 border-spacing: 0;
}
table.Pictures tr.Pictures {
 text-align: left;
}
table.Pictures th.Pictures, table.Pictures td.Pictures {
 vertical-align: top;
 padding: 0.5000rem;
 border: none;
}
div.hmrotate90  { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
div.hmrotate270 { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; transform: rotate(180deg); }

a.imagetogglelink {
  position: relative;
  display: inline-block;
}
svg.image-toggle-magnifier { /* Magnifier icon for image toggles */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40pt;
  height: 40pt;
  max-width: 80%;
  max-height: 80%;
  fill: #FFFFFF;
  stroke: #808080;
  stroke-width: 0.5pt;
  opacity: 0.3;
  transition: opacity 0.3s;
}
img.image-toggle:hover + svg.image-toggle-magnifier, svg.image-toggle-magnifier:hover {
  opacity: 1;
}



#hmlightbox /* image lightbox */
{
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}

a.dropdown-toggle /* dropdown toggle caption */
{
  cursor: pointer;
}
a.inline-toggle /* inline toggle caption */
{
  cursor: pointer;
}
img.dropdown-toggle-icon /* toggle icon */
{
  cursor: pointer;
}
/* CSS for responsive image maps */

.hmImageMap a.hmHotspotRect { display:block; position:absolute; border: 1px solid transparent; background:#000; opacity:0.01 }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%; border: 1px solid transparent; background:#000; opacity:0.01 }
.hmImageMap:hover a.hmHotspotRect {opacity:0.3 }
.hmImageMap:hover a.hmHotspotEllipse { opacity:0.3 }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF; opacity:0.3 }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF; opacity:0.3 }
