/* 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_BodyText /* Body Text */
{
}
span.f_BulletList /* Bullet List */
{
}
span.f_BulletList-Indent1 /* Bullet List - Indent1 */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 11pt;
 font-weight: bold;
 color: #000080;
}
span.f_Heading3 /* Heading3 */
{
 font-weight: bold;
 color: #000080;
 text-decoration: underline;
}
span.f_Heading4 /* Heading4 */
{
 font-weight: bold;
 color: #000080;
}
span.f_ImageCaption /* Image Caption */
{
}
span.f_Indent1 /* Indent1 */
{
}
span.f_Indent2 /* Indent2 */
{
}
span.f_Indent3 /* Indent3 */
{
}
span.f_InfoIcon /* Info Icon */
{
}
span.f_InfoText /* Info Text */
{
 font-size: 9pt;
}
span.f_List-Indent2 /* List-Indent2 */
{
}
span.f_List-Indent3 /* List-Indent3 */
{
}
span.f_List-NoIndent /* List-No Indent */
{
}
span.f_Notes /* Notes */
{
 font-size: 9pt;
}
span.f_SeeAlso /* SeeAlso */
{
 font-size: 12pt;
 font-style: italic;
 font-weight: bold;
}
span.f_SettingsLocationFoot /* Settings Location Foot */
{
 font-size: 12pt;
 font-family: 'Times New Roman';
 font-weight: bold;
}
span.f_SettingsLocationHead /* Settings Location Head */
{
 font-size: 12pt;
 font-style: italic;
 font-weight: bold;
}
span.f_TipIcon /* Tip Icon */
{
}
span.f_TipText /* Tip Text */
{
 font-size: 9pt;
}
span.f_WarningIcon /* Warning Icon */
{
}
span.f_WarningText /* Warning Text */
{
 font-size: 9pt;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_BodyText /* Body Text */
{
 margin: 0px 0px 10px 0px;
}
.p_BulletList /* Bullet List */
{
 margin: 0px 0px 10px 0px;
}
.p_BulletList-Indent1 /* Bullet List - Indent1 */
{
 margin: 0px 0px 10px 14px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
 text-align: center;
}
.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;
 border-color: #000080;
 border-style: solid;
 border-width: 2px;
 border-top: none;
 border-right: none;
 border-left: none;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px 7px -3px;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}
.p_Heading4 /* Heading4 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 5px 0px;
}
.p_ImageCaption /* Image Caption */
{
 margin: 0px 0px 10px 0px;
}
.p_Indent1 /* Indent1 */
{
 margin: 0px 0px 10px 14px;
}
.p_Indent2 /* Indent2 */
{
 margin: 0px 0px 10px 24px;
}
.p_Indent3 /* Indent3 */
{
 margin: 0px 0px 10px 34px;
}
.p_InfoIcon /* Info Icon */
{
}
.p_InfoText /* Info Text */
{
}
.p_List-Indent2 /* List-Indent2 */
{
 margin: 0px 0px 10px 14px;
}
.p_List-Indent3 /* List-Indent3 */
{
 margin: 0px 0px 10px 24px;
}
.p_List-NoIndent /* List-No Indent */
{
 margin: 0px 0px 10px 0px;
}
.p_Notes /* Notes */
{
}
.p_SeeAlso /* SeeAlso */
{
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-bottom: none;
 border-left: none;
 padding: 4px 4px 4px 4px;
 margin: 15px -4px -4px -4px;
}
.p_SettingsLocationFoot /* Settings Location Foot */
{
 text-align: center;
}
.p_SettingsLocationHead /* Settings Location Head */
{
 text-align: center;
 margin: 19px 0px 0px 0px;
}
.p_TipIcon /* Tip Icon */
{
}
.p_TipText /* Tip Text */
{
}
.p_WarningIcon /* Warning Icon */
{
}
.p_WarningText /* Warning Text */
{
}


#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;
}
