/* Text Styles */
hr { color: #7a7a7a}
body, table, tr, th /* Normal */
{
 font-size: 9pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #7a7a7a;
 text-decoration: none;
}
span.f_BodyText /* Body Text */
{
}
span.f_BodyTableHeadRow /* BodyTableHeadRow */
{
 font-weight: bold;
 color: #707070;
}
span.f_BulletedList /* BulletedList */
{
}
span.f_Bullets /* Bullets */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 color: #000000;
}
span.f_Comment /* Comment */
{
}
span.f_ExclamationMark /* Exclamation Mark */
{
 font-weight: bold;
 color: #66cc00;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
 font-weight: bold;
 color: #66cc00;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 14pt;
 font-weight: bold;
 color: #707070;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_ImageNumberList1 /* ImageNumberList1 */
{
 background-color: #ffffff;
}
span.f_Notebleue /* Note bleue */
{
 font-weight: bold;
 color: #49166d;
}
span.f_Notes /* Notes */
{
}
span.f_NotesIndent /* Notes Indent */
{
}
span.f_NumberedList /* NumberedList */
{
 background-color: #ffffff;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 6px 0px 6px 0px;
}
.p_BodyText /* Body Text */
{
 text-align: justify;
 margin: 6px 0px 6px 24px;
}
.p_BodyTableHeadRow /* BodyTableHeadRow */
{
 text-align: center;
}
.p_BulletedList /* BulletedList */
{
 text-align: justify;
 margin: 0px 0px 6px 24px;
}
.p_Bullets /* Bullets */
{
 margin: 7px 0px 7px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 31px;
}
.p_Comment /* Comment */
{
}
.p_ExclamationMark /* Exclamation Mark */
{
 text-align: justify;
 margin: 6px 0px 6px 24px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 6px 0px 7px 24px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 7px 0px 7px 24px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_ImageNumberList1 /* ImageNumberList1 */
{
 margin: 3px 0px 7px 31px;
}
.p_Notebleue /* Note bleue */
{
}
.p_Notes /* Notes */
{
}
.p_NotesIndent /* Notes Indent */
{
 text-align: justify;
 text-indent: -4px;
 margin: 6px 0px 6px 4px;
}
.p_NumberedList /* NumberedList */
{
 text-align: justify;
 margin: 0px 0px 6px 24px;
}


#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;
}
