/* Text Styles */
hr { color: #363636}
body, table, tr, th /* Normal */
{
 font-size: 9pt;
 font-family: Tahoma;
 font-style: normal;
 font-weight: normal;
 color: #363636;
 text-decoration: none;
}
span.f_BulletList /* Bullet List */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_CommandLineDescription /* CommandLineDescription */
{
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-family: 'Courier New';
 color: #000000;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #000000;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 12pt;
 color: #c64000;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 10pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_LinkList /* Link List */
{
 font-weight: bold;
}
span.f_MenuItem /* Menu Item */
{
 font-style: italic;
 text-decoration: underline;
}
span.f_Notes /* Notes */
{
}
span.f_SectionHead /* Section Head */
{
 font-style: italic;
}
span.f_SeeAlso /* See Also */
{
 font-size: 8pt;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 7px 0px;
}
.p_BulletList /* Bullet List */
{
 margin: 0px 0px 2px 12px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_CommandLineDescription /* CommandLineDescription */
{
}
.p_Comment /* Comment */
{
}
.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_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 6px 0px 8px 0px;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 3px 0px 6px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_LinkList /* Link List */
{
 margin: 0px 0px 2px 12px;
}
.p_MenuItem /* Menu Item */
{
}
.p_Notes /* Notes */
{
 border-color: #dbdbdb;
 border-style: solid;
 border-width: 1px;
 background: #dbdbdb;
 padding: 2px 2px 2px 2px;
 margin: 3px 10px 10px 10px;
}
.p_SectionHead /* Section Head */
{
}
.p_SeeAlso /* See Also */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-bottom: none;
 border-left: none;
 margin: 0px 0px 6px 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;
}
