/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: Calibri;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Body /* Body */
{
}
span.f_Bullet1 /* Bullet 1 */
{
}
span.f_Bullet2 /* Bullet 2 */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Exemple /* Exemple */
{
 color: #114882;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 36pt;
 font-family: 'Franklin Gothic Book';
 font-weight: bold;
 color: #114882;
 vertical-align: sub;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 18pt;
 font-family: 'Franklin Gothic Book';
 font-weight: bold;
 color: #333333;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 14pt;
 font-family: 'Franklin Gothic Book';
 font-weight: bold;
}
span.f_Heading4 /* Heading4 */
{
 font-family: 'Franklin Gothic Book';
 font-weight: bold;
 color: #303030;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-style: italic;
 font-weight: bold;
 color: #808080;
}
span.f_Important /* Important */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
 font-size: 8pt;
 font-style: italic;
}
span.f_Picture /* Picture */
{
 font-size: 8pt;
 font-style: italic;
 font-weight: bold;
 color: #808080;
}
span.f_PortalTitle /* Portal Title */
{
 font-size: 18pt;
 font-weight: bold;
}
span.f_RGNotes /* RG Notes */
{
 font-size: 8pt;
 font-style: italic;
}
span.f_SeeAlso /* See Also */
{
 color: #114882;
}
span.f_SeeAlsoTopics /* See Also Topics */
{
 font-size: 8pt;
}
span.f_TableBullets /* Table Bullets */
{
 font-size: 8pt;
 font-family: Tahoma;
}
span.f_TableHeader /* Table Header */
{
 font-size: 9pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_TableText /* Table Text */
{
 font-size: 8pt;
 font-family: Tahoma;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Body /* Body */
{
 margin: 8px 0px 16px 0px;
}
.p_Bullet1 /* Bullet 1 */
{
 text-indent: -25px;
 margin: 1px 0px 1px 25px;
}
.p_Bullet2 /* Bullet 2 */
{
 text-indent: 1px;
 margin: 1px 0px 1px 24px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Exemple /* Exemple */
{
 margin: 8px 0px 16px 0px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 20px 0px 9px 0px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 13px 0px 7px 0px;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 16px 0px 8px 0px;
}
.p_Heading4 /* Heading4 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 13px 0px 0px 24px;
}
.p_ImageCaption /* Image Caption */
{
 margin: 0px 0px 11px 0px;
}
.p_Important /* Important */
{
 text-indent: -33px;
 margin: 16px 0px 8px 33px;
}
.p_Notes /* Notes */
{
 text-indent: -33px;
 margin: 16px 0px 8px 33px;
}
.p_Picture /* Picture */
{
 margin: 13px 0px 0px 0px;
}
.p_PortalTitle /* Portal Title */
{
 margin: 20px 0px 9px 0px;
}
.p_RGNotes /* RG Notes */
{
 text-indent: -8px;
 margin: 16px 0px 7px 8px;
}
.p_SeeAlso /* See Also */
{
}
.p_SeeAlsoTopics /* See Also Topics */
{
 margin: 0px 0px 0px 24px;
}
.p_TableBullets /* Table Bullets */
{
 margin: 3px 0px 4px 0px;
}
.p_TableHeader /* Table Header */
{
}
.p_TableText /* Table 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;
}
