/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 9pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
 font-family: 'Courier New';
}
span.f_Description /* Description */
{
 font-size: 10pt;
 font-style: italic;
 font-weight: bold;
 color: #004f67;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 20pt;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 11pt;
 font-weight: bold;
 color: #004f67;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 10pt;
 font-weight: bold;
 color: #4ba64b;
}
span.f_Heading4 /* Heading4 */
{
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Indent1 /* Indent 1 */
{
}
span.f_Indent1space /* Indent 1 space */
{
}
span.f_Indent2 /* Indent 2 */
{
}
span.f_Notes /* Notes */
{
}
span.f_requirements /* requirements */
{
 font-style: italic;
}
span.f_Tabletext /* Table text */
{
}
span.f_Tip /* Tip */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.10;
 padding: 0px 0px 0px 0px;
 margin: 5px 0px 10px 10px;
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Description /* Description */
{
 margin: 14px 0px 10px 10px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 line-height: 1.10;
 padding: 0px 0px 0px 0px;
 margin: 14px 0px 0px 11px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 16px 0px 1px 11px;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 line-height: 1.10;
 padding: 0px 0px 0px 0px;
 margin: 14px 0px 1px 11px;
}
.p_Heading4 /* Heading4 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 line-height: 1.10;
 padding: 0px 0px 0px 0px;
 margin: 14px 0px 2px 11px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Indent1 /* Indent 1 */
{
 margin: 5px 0px 0px 10px;
}
.p_Indent1space /* Indent 1 space */
{
 margin: 5px 0px 6px 10px;
}
.p_Indent2 /* Indent 2 */
{
 margin: 5px 0px 0px 19px;
}
.p_Notes /* Notes */
{
}
.p_requirements /* requirements */
{
 margin: 7px 0px 0px 10px;
}
.p_Tabletext /* Table text */
{
 margin: 5px 0px 0px 10px;
}
.p_Tip /* Tip */
{
 line-height: 1.50;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 background: #eeeebf;
 padding: 6px 6px 6px 6px;
 margin: 8px 23px 8px 4px;
}


#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;
}
