/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Calibri;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BulletPoints /* Bullet Points */
{
}
span.f_CellHeading /* Cell Heading */
{
 font-family: Arial;
 font-weight: bold;
 color: #333333;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Field /* Field */
{
 font-weight: bold;
}
span.f_FieldGlossary /* Field Glossary */
{
 font-weight: bold;
 color: #336699;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 13pt;
 color: #003399;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_MenuCommands /* Menu Commands */
{
 background-color: #99ccff;
}
span.f_Notes /* Notes */
{
}
span.f_Numbering /* Numbering */
{
}
span.f_releasenotes /* release notes */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_releasenotes2 /* release notes2 */
{
}
span.f_releasenotes3 /* release notes3 */
{
 color: #333333;
}
span.f_TabHeading /* Tab Heading */
{
 font-family: Arial;
 font-weight: bold;
 color: #800000;
}
span.f_Tips /* Tips */
{
 font-style: italic;
 color: #008000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 4px 0px 0px 10px;
}
.p_BulletPoints /* Bullet Points */
{
 text-indent: -12px;
 margin: 5px 0px 10px 31px;
}
.p_CellHeading /* Cell Heading */
{
 margin: 4px 0px 0px 5px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Field /* Field */
{
}
.p_FieldGlossary /* Field Glossary */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 5px 0px 3px 0px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 4px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_MenuCommands /* Menu Commands */
{
}
.p_Notes /* Notes */
{
}
.p_Numbering /* Numbering */
{
 text-indent: -34px;
 margin: 5px 0px 14px 53px;
}
.p_releasenotes /* release notes */
{
 margin: 4px 0px 0px 19px;
}
.p_releasenotes2 /* release notes2 */
{
 margin: 1px 0px 0px 27px;
}
.p_releasenotes3 /* release notes3 */
{
 margin: 4px 0px 0px 48px;
}
.p_TabHeading /* Tab Heading */
{
 margin: 4px 0px 0px 5px;
}
.p_Tips /* Tips */
{
}


#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #FFFFFF;
}

#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;
}
