/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_APINote /* API Note */
{
 font-weight: bold;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Column /* Column */
{
 font-weight: bold;
 color: #707070;
}
span.f_Comment /* Comment */
{
}
span.f_DefinitionDescription /* Definition Description */
{
}
span.f_DefinitionTerm /* Definition Term */
{
 font-size: 8pt;
 font-style: italic;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Heading4 /* Heading4 */
{
 font-family: 'Segoe UI Semibold';
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_InlineCode /* Inline Code */
{
 font-family: 'Courier New';
}
span.f_Notes /* Notes */
{
}
span.f_SectionTitle /* Section Title */
{
 font-size: 17pt;
 font-family: 'Segoe UI Semibold';
}
span.f_SubsectionTitle /* Subsection Title */
{
 font-size: 9pt;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_APINote /* API Note */
{
 margin: 5px 5px 5px 5px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Column /* Column */
{
}
.p_Comment /* Comment */
{
}
.p_DefinitionDescription /* Definition Description */
{
 margin: 5px 0px 0px 0px;
}
.p_DefinitionTerm /* Definition Term */
{
 margin: 5px 0px 0px 0px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Heading4 /* Heading4 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 6px 0px 3px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_InlineCode /* Inline Code */
{
}
.p_Notes /* Notes */
{
}
.p_SectionTitle /* Section Title */
{
}
.p_SubsectionTitle /* Subsection Title */
{
 margin: 10px 0px 0px 0px;
}


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