/* Text Styles */
hr { color: #000000 }
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: 'Segoe UI',Tahoma,Verdana,Arial,sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: 'Courier New',Courier,monospace;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New',Courier,monospace;
}
span.f_Headingintopic /* Heading in topic */
{
 font-size: 18pt;
 color: #e64600;
}
span.f_HeadingintopicChinese /* Heading in topic Chinese */
{
 font-size: 19pt;
 font-family: SimSun;
 color: #e64600;
}
span.f_Headingintopic2 /* Heading in topic2 */
{
 font-size: 16pt;
 color: #008ac6;
}
span.f_Headingintopic2Chinese /* Heading in topic2 Chinese */
{
 font-size: 17pt;
 font-family: SimSun;
 color: #008ac6;
}
span.f_Headingintopic3 /* Heading in topic3 */
{
 font-size: 18pt;
 color: #e64600;
}
span.f_Headingintopic3Chinese /* Heading in topic3 Chinese */
{
 font-size: 19pt;
 font-family: SimSun;
 color: #e64600;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
 color: #ffffff;
}
span.f_Heading1Chinese /* Heading1 Chinese */
{
 font-size: 19pt;
 font-family: SimSun;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-style: italic;
 color: #5f5f5f;
}
span.f_ImageCaptionChinese /* Image Caption Chinese */
{
 font-size: 13pt;
 font-family: KaiTi;
 color: #5f5f5f;
}
span.f_Linkinbody /* Link in body */
{
 color: #0000ff;
 text-decoration: underline;
}
span.f_LinkinbodyChinese /* Link in body Chinese */
{
 font-size: 13pt;
 font-family: SimSun;
 color: #0000ff;
 text-decoration: underline;
}
span.f_LinkinHeader /* Link in Header */
{
 color: #ffffff;
}
span.f_NormalChinese /* Normal Chinese */
{
 font-size: 13pt;
 font-family: SimSun;
}
span.f_Notes /* Notes */
{
}
span.f_Warning /* Warning */
{
 font-weight: bold;
 color: #ff0000;
}
span.f_WarningChinese /* Warning Chinese */
{
 font-size: 13pt;
 font-family: SimSun;
 font-weight: bold;
 color: #ff0000;
}
/* 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 5px 0 5px;
}
.p_CodeExample /* Code Example */
{
 font-size: 10pt;
 line-height: 1.0;
 white-space: nowrap;
 page-break-inside: avoid;
 margin: 0 0 0 0;
}
.p_Comment /* Comment */
{
 font-size: 12pt;
}
.p_Headingintopic /* Heading in topic */
{
 font-size: 18pt;
}
.p_HeadingintopicChinese /* Heading in topic Chinese */
{
 font-size: 19pt;
 line-height: 1.50;
}
.p_Headingintopic2 /* Heading in topic2 */
{
 font-size: 16pt;
}
.p_Headingintopic2Chinese /* Heading in topic2 Chinese */
{
 font-size: 17pt;
 line-height: 1.50;
}
.p_Headingintopic3 /* Heading in topic3 */
{
 font-size: 18pt;
}
.p_Headingintopic3Chinese /* Heading in topic3 Chinese */
{
 font-size: 19pt;
 line-height: 1.50;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 5px 5px 5px 5px;
}
.p_Heading1Chinese /* Heading1 Chinese */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 line-height: 1.50;
 padding: 0 0 0 0;
 margin: 5px 5px 5px 5px;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 12pt;
 text-align: center;
}
.p_ImageCaptionChinese /* Image Caption Chinese */
{
 font-size: 13pt;
 text-align: center;
 line-height: 1.50;
}
.p_Linkinbody /* Link in body */
{
 font-size: 12pt;
}
.p_LinkinbodyChinese /* Link in body Chinese */
{
 font-size: 13pt;
 line-height: 1.50;
}
.p_LinkinHeader /* Link in Header */
{
 font-size: 12pt;
}
.p_NormalChinese /* Normal Chinese */
{
 font-size: 13pt;
 line-height: 1.50;
}
.p_Notes /* Notes */
{
 font-size: 12pt;
}
.p_Warning /* Warning */
{
 font-size: 12pt;
}
.p_WarningChinese /* Warning Chinese */
{
 font-size: 13pt;
 line-height: 1.50;
}
/* 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); }



#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; 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) }
