/* Text Styles */
hr { color: #000000 }
body, table, tr, th /* Normal */
{
 font-size: 85%;
 font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
table, tr, th
{
 font-size: 100%;
}
span.f_CodeExample /* Code Example */
{
 font-size: 80%;
 font-family: 'Courier New',Courier,monospace;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 90%;
 font-family: 'Courier New',Courier,monospace;
}
span.f_Header /* Header */
{
 font-size: 110%;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 140%;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 80%;
 font-weight: bold;
}
span.f_Indent /* Indent */
{
}
span.f_Notes /* Notes */
{
}
span.f_Subheader /* Subheader */
{
 font-weight: bold;
}
span.f_WarningBox /* Warning Box */
{
 font-family: Tahoma,Geneva,Verdana,sans-serif;
 color: #494949;
}
/* Paragraph styles */
p, p.p_Normal, div.p_Normal, li.p_Normal /* Normal */
{
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}
.p_CodeExample /* Code Example */
{
 font-size: 80%;
 line-height: 1.0;
 white-space: nowrap;
 page-break-inside: avoid;
}
.p_Comment /* Comment */
{
 font-size: 100%;
}
.p_Header /* Header */
{
 font-size: 110%;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 80%;
}
.p_Indent /* Indent */
{
 font-size: 100%;
 text-indent: 0.7353rem;
}
.p_Notes /* Notes */
{
 font-size: 100%;
}
.p_Subheader /* Subheader */
{
 font-size: 100%;
}
.p_WarningBox /* Warning Box */
{
 font-size: 100%;
 text-align: justify;
}
/* Table styles */
table.EventIDTable {
 border: none;
 border-spacing: 0;
 border-collapse: collapse;
}
table.EventIDTable tr.EventIDTable {
 text-align: left;
}
table.EventIDTable th.EventIDTable, table.EventIDTable td.EventIDTable {
 vertical-align: top;
 padding: 0.1471rem;
 border: solid thin #C0C0C0;
}
table.Example {
 background-color: #EEEEDD;
 border: none;
 border-spacing: 0;
}
table.Example tr.Example {
 text-align: left;
}
table.Example th.Example, table.Example td.Example {
 vertical-align: top;
 padding: 0.0735rem;
 border: none;
}
table.SnmpInfoBox {
 background-color: #F2F2F2;
 border: none;
 border-spacing: 0.1471rem;
}
table.SnmpInfoBox tr.SnmpInfoBox {
 text-align: left;
}
table.SnmpInfoBox th.SnmpInfoBox, table.SnmpInfoBox td.SnmpInfoBox {
 vertical-align: top;
 padding: 0.1471rem;
 border: none;
}
table.WarningBox {
 background-color: #ECF5FF;
 border: none;
 border-spacing: 0.2941rem;
}
table.WarningBox tr.WarningBox {
 text-align: left;
}
table.WarningBox th.WarningBox, table.WarningBox td.WarningBox {
 vertical-align: top;
 padding: 0.2941rem;
 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;
}



#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
}

#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 }
