/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
}
span.f_Comment /* Comment */
{
}
span.f_Heading2 /* Heading 2 */
{
 font-size: 14pt;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_ListParagraph /* List Paragraph */
{
}
span.f_NormalBold /* Normal Bold */
{
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_Numbered /* Numbered */
{
}
span.f_NumberedImage /* Numbered Image */
{
}
span.f_Numbered2 /* Numbered2 */
{
}
span.f_OneTab /* One Tab */
{
}
span.f_VideoLink /* Video Link */
{
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.25;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading2 /* Heading 2 */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 line-height: 1.25;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_ListParagraph /* List Paragraph */
{
 margin: 8px 0px 0px 48px;
}
.p_NormalBold /* Normal Bold */
{
}
.p_Notes /* Notes */
{
}
.p_Numbered /* Numbered */
{
 text-indent: -24px;
 margin: 0px 0px 0px 72px;
}
.p_NumberedImage /* Numbered Image */
{
 margin: 0px 0px 0px 72px;
}
.p_Numbered2 /* Numbered2 */
{
 text-indent: -24px;
 margin: 0px 0px 0px 120px;
}
.p_OneTab /* One Tab */
{
 margin: 0px 0px 0px 48px;
}
.p_VideoLink /* Video Link */
{
}


#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;
}
