/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Code /* Code */
{
 font-family: 'Courier New';
 font-weight: bold;
 color: #1f497d;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 20pt;
}
span.f_heading2 /* heading2 */
{
 font-size: 16pt;
 color: #800000;
}
span.f_heading3 /* heading3 */
{
 font-style: italic;
 font-weight: bold;
 color: #5454ab;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_NB /* NB */
{
 font-weight: bold;
 color: #ff0000;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.15;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Code /* Code */
{
}
.p_CodeExample /* Code Example */
{
 line-height: 1.0;
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 line-height: 1.15;
 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;
 line-height: 1.15;
 padding: 0px 0px 0px 0px;
 margin: 3px 0px 0px 0px;
}
.p_heading3 /* heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 line-height: 1.15;
 border-color: #5454ab;
 border-style: solid;
 border-width: 5px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 padding: 2px 2px 2px 2px;
 margin: -2px -2px -2px -2px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_NB /* NB */
{
}
.p_Notes /* Notes */
{
}


#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;
}

img.dropdown-toggle-icon /* pointer for toggle icons */
{
  cursor: pointer;
}
