/* Text Styles */
hr { color: #000000 }
body, table, tr, th /* Normal */
{
 font-size: 100%;
 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_Bullet /* Bullet */
{
}
span.f_Bullet2 /* Bullet2 */
{
}
span.f_CodeExample /* Code Example */
{
 font-family: Courier,monospace;
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 1.60rem;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 1.40rem;
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 1.10rem;
 font-weight: bold;
}
span.f_Heading4_Translation /* Heading4-Translation */
{
 font-size: 1.40rem;
 font-weight: bold;
}
span.f_Image /* Image */
{
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 0.90rem;
 font-weight: bold;
}
span.f_List /* List */
{
}
span.f_Normal_code /* Normal_code */
{
 font-family: Courier,monospace;
 color: #ffffff;
 background-color: #339966;
}
span.f_Normal_important /* Normal_important */
{
 color: #ffffff;
}
span.f_Normal_note /* Normal_note */
{
 color: #ffffff;
}
span.f_Normal_see_also_item /* Normal_see_also_item */
{
 font-weight: bold;
}
span.f_Normal_tip /* Normal_tip */
{
 color: #ffffff;
}
span.f_Notes /* Notes */
{
}
span.f_see_also_head /* see_also_head */
{
 font-size: 1.10rem;
 font-weight: bold;
}
span.f_TableContent /* Table Content */
{
}
span.f_TableHead /* Table Head */
{
 font-weight: bold;
}
/* 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.8750rem 0 0 0;
}
.p_Bullet /* Bullet */
{
 font-size: 1.00rem;
 text-indent: -0.7500rem;
 margin: 0.5000rem 0 0 1.6250rem;
}
.p_Bullet2 /* Bullet2 */
{
 font-size: 1.00rem;
 text-indent: -0.7500rem;
 margin: 0.5000rem 0 0 1.6250rem;
}
.p_CodeExample /* Code Example */
{
 font-size: 1.00rem;
 margin: 0 0 0 0;
}
.p_Comment /* Comment */
{
 font-size: 1.00rem;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 0.8750rem 0 0 0;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 1.5000rem 0 0 0;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 0.8750rem 0 0 0;
}
.p_Heading4_Translation /* Heading4-Translation */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}
.p_Image /* Image */
{
 font-size: 1.00rem;
 text-align: center;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 0.90rem;
 text-align: center;
 margin: 0.8750rem 0 0 0.6250rem;
}
.p_List /* List */
{
 font-size: 1.00rem;
 text-indent: -0.8750rem;
 margin: 0.5000rem 0 0 1.8125rem;
}
.p_Normal_code /* Normal_code */
{
 font-size: 1.00rem;
 text-indent: -1.1875rem;
 background: #339966;
 margin: 0.8750rem 4.1875rem 0 5.4375rem;
}
.p_Normal_important /* Normal_important */
{
 font-size: 1.00rem;
 background: #33cccc;
 margin: 0.8750rem 4.1875rem 0 4.1875rem;
}
.p_Normal_note /* Normal_note */
{
 font-size: 1.00rem;
 background: #999999;
 margin: 0.8750rem 4.1875rem 0 4.1875rem;
}
.p_Normal_see_also_item /* Normal_see_also_item */
{
 font-size: 1.00rem;
 margin: 0.3750rem 0 0 0.4375rem;
}
.p_Normal_tip /* Normal_tip */
{
 font-size: 1.00rem;
 background: #c2684e;
 margin: 0.8750rem 4.1875rem 0 4.1875rem;
}
.p_Notes /* Notes */
{
 font-size: 1.00rem;
}
.p_see_also_head /* see_also_head */
{
 font-size: 1.10rem;
}
.p_TableContent /* Table Content */
{
 font-size: 1.00rem;
 margin: 0 0 0 0;
}
.p_TableHead /* Table Head */
{
 font-size: 1.00rem;
 text-align: center;
 margin: 0 0 0 0;
}
/* Table styles */
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); }



#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; filter:alpha(opacity=1)  }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%; border: 1px solid transparent; background:#000; opacity:0.01; filter:alpha(opacity=1) }
.hmImageMap:hover a.hmHotspotRect {opacity:0.3; filter:alpha(opacity=30); }
.hmImageMap:hover a.hmHotspotEllipse { opacity:0.3; filter:alpha(opacity=30); }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }
