/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Tahoma;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
 font-style: italic;
}
span.f_Description /* Description */
{
}
span.f_Head /* Head */
{
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
 font-style: italic;
}
span.f_OptionsHead /* OptionsHead */
{
 font-weight: bold;
}
span.f_Paragraph /* Paragraph */
{
}
span.f_SeeAlso /* SeeAlso */
{
 font-weight: bold;
 color: #0000ff;
}
span.f_SeeAlsoText /* SeeAlso Text */
{
 font-size: 9pt;
}
span.f_SubHead /* SubHead */
{
 font-style: italic;
}
span.f_TableHeader /* Table Header */
{
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 5px 0px;
}
.p_Comment /* Comment */
{
 margin: 7px 0px 3px 0px;
}
.p_Description /* Description */
{
 margin: 0px 0px 10px 24px;
}
.p_Head /* Head */
{
 margin: 0px 0px 5px 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_ImageCaption /* Image Caption */
{
 margin: 0px 0px 5px 0px;
}
.p_Notes /* Notes */
{
 margin: 0px 0px 5px 0px;
}
.p_OptionsHead /* OptionsHead */
{
 margin: 0px 0px 5px 24px;
}
.p_Paragraph /* Paragraph */
{
 margin: 0px 0px 10px 0px;
}
.p_SeeAlso /* SeeAlso */
{
 margin: 10px 0px 5px 0px;
}
.p_SeeAlsoText /* SeeAlso Text */
{
 margin: 0px 0px 5px 0px;
}
.p_SubHead /* SubHead */
{
 margin: 0px 0px 5px 0px;
}
.p_TableHeader /* Table Header */
{
}


#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;
}
