/* Text Styles */
hr { color: #000000 }
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_aItalic /* aItalic */
{
 font-style: italic;
}
span.f_Bold /* Bold */
{
 font-weight: bold;
}
span.f_BoldItalic /* Bold Italic */
{
 font-style: italic;
 font-weight: bold;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New',Courier,monospace;
}
span.f_CodeItalic /* Code Italic */
{
 font-family: 'Courier New',Courier,monospace;
 font-style: italic;
}
span.f_Comment /* Comment */
{
}
span.f_DataInputSection /* Data Input Section */
{
 font-size: 20pt;
 font-weight: bold;
 color: #ff6600;
 text-transform: uppercase;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 20pt;
 font-weight: bold;
 color: #ff6600;
}
span.f_Heading2 /* Heading2 */
{
 font-weight: bold;
 text-transform: uppercase;
}
span.f_Heading3 /* Heading3 */
{
 font-weight: bold;
}
span.f_Heading4 /* Heading4 */
{
 text-decoration: underline;
}
span.f_Image /* Image */
{
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Indent1 /* Indent1 */
{
}
span.f_Indent2 /* Indent2 */
{
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p, p.p_Normal, div.p_Normal, li.p_Normal /* Normal */
{
 text-align: left;
 text-indent: 0;
 line-height: 1.80;
 page-break-inside: avoid;
 padding: 0 0 0 0;
 margin: 8px 19px 8px 19px;
}
.p_aItalic /* aItalic */
{
 font-size: 10pt;
 page-break-inside: avoid;
}
.p_Bold /* Bold */
{
 font-size: 10pt;
 page-break-inside: avoid;
}
.p_BoldItalic /* Bold Italic */
{
 font-size: 10pt;
 page-break-inside: avoid;
}
.p_CodeExample /* Code Example */
{
 font-size: 10pt;
 text-align: justify;
 line-height: 1.0;
 white-space: nowrap;
 page-break-inside: avoid;
 margin: 0 0 0 48px;
}
.p_CodeItalic /* Code Italic */
{
 font-size: 10pt;
 text-align: justify;
 line-height: 1.0;
 white-space: nowrap;
 page-break-inside: avoid;
 margin: 0 0 0 48px;
}
.p_Comment /* Comment */
{
 font-size: 10pt;
 page-break-inside: avoid;
}
.p_DataInputSection /* Data Input Section */
{
 font-size: 20pt;
 page-break-inside: avoid;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 line-height: 1.80;
 page-break-inside: avoid;
 padding: 0 0 0 0;
 margin: 8px 19px 8px 19px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 line-height: 1.80;
 page-break-inside: avoid;
 padding: 0 0 0 0;
 margin: 8px 19px 8px 19px;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 line-height: 1.80;
 page-break-inside: avoid;
 padding: 0 0 0 0;
 margin: 8px 19px 8px 19px;
}
.p_Heading4 /* Heading4 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 line-height: 1.80;
 page-break-inside: avoid;
 padding: 0 0 0 0;
 margin: 8px 19px 8px 19px;
}
.p_Image /* Image */
{
 font-size: 10pt;
 line-height: 2.40;
 page-break-inside: auto;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 text-align: center;
 page-break-inside: avoid;
 margin: 11px 19px 11px 19px;
}
.p_Indent1 /* Indent1 */
{
 font-size: 10pt;
 page-break-inside: avoid;
 margin: 8px 19px 4px 38px;
}
.p_Indent2 /* Indent2 */
{
 font-size: 10pt;
 page-break-inside: avoid;
 margin: 8px 19px 4px 62px;
}
.p_Notes /* Notes */
{
 font-size: 10pt;
 page-break-inside: avoid;
}
/* Table styles */
table.Table {
border: none;
border-spacing: 0;
border-collapse: collapse;
}
table.Table tr.Table {
text-align: left;
}
table.Table th.Table, table.Table td.Table {
vertical-align: top;
padding: 0;
border: solid thin;
}
table.Table th.Table {
background-color:#e5e5e5;
}
div.hmrotate90  { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
div.hmrotate270 { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; transform: rotate(180deg); }



#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;
}
/* CSS for responsive image maps */

.hmImageMap a.hmHotspotRect { display:block; position:absolute; border: 1px solid transparent; background:#000; opacity:0.01; filter:alpha(opacity=1)  }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%; border: 1px solid transparent; background:#000; opacity:0.01; filter:alpha(opacity=1) }
.hmImageMap:hover a.hmHotspotRect {opacity:0.3; filter:alpha(opacity=30); }
.hmImageMap:hover a.hmHotspotEllipse { opacity:0.3; filter:alpha(opacity=30); }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }
