/* 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_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New',Courier,monospace;
}
span.f_Comment /* Comment */
{
}
span.f_Heading2 /* Heading 2 */
{
 font-size: 16pt;
}
span.f_Heading3 /* Heading 3 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 20pt;
}
span.f_ImageCaption /* Image Caption */
{
}
span.f_List /* List */
{
}
span.f_Menu /* Menu */
{
 font-weight: bold;
 color: #808080;
 text-transform: uppercase;
 text-decoration: underline;
}
span.f_Notes /* Notes */
{
 font-weight: bold;
 color: #993300;
}
span.f_Notesextra /* Notes extra */
{
 font-style: italic;
}
span.f_Tableheader /* Table header */
{
 color: #ffffff;
 background-color: #ff0000;
}
/* Paragraph styles */
p, p.p_Normal, div.p_Normal, li.p_Normal /* Normal */
{
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 4px 0 4px 0;
}
.p_CodeExample /* Code Example */
{
 font-size: 8pt;
 line-height: 1.0;
 white-space: nowrap;
 page-break-inside: avoid;
 margin: 0 0 0 0;
}
.p_Comment /* Comment */
{
 font-size: 10pt;
}
.p_Heading2 /* Heading 2 */
{
 font-size: 16pt;
 margin: 24px 0 12px 0;
}
.p_Heading3 /* Heading 3 */
{
 font-size: 12pt;
 margin: 24px 0 4px 0;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 19px 0 10px 0;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 10pt;
}
.p_List /* List */
{
 font-size: 10pt;
 margin: 4px 0 4px 30px;
}
.p_Menu /* Menu */
{
 font-size: 10pt;
 margin: 10px 0 10px 5px;
}
.p_Notes /* Notes */
{
 font-size: 10pt;
}
.p_Notesextra /* Notes extra */
{
 font-size: 10pt;
 border-color: #c0c0c0;
 border-style: solid;
 border-width: thin;
 background: #f7f7f7;
 padding: 6px 6px 6px 6px;
 margin: 4px 0 4px 0;
}
.p_Tableheader /* Table header */
{
 font-size: 10pt;
}
/* Table styles */
table.Basictable {
 background-color: #F8F8F8;
 border: none;
 border-spacing: 0;
 border-collapse: collapse;
}
table.Basictable tr.Basictable {
 text-align: left;
}
table.Basictable th.Basictable, table.Basictable td.Basictable {
 vertical-align: top;
 padding: 5px;
 border: solid thin #C0C0C0;
}
table.Basictable th.Basictable {
 background-color:#e2e2e2;
}
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); }

a.imagetogglelink {
  position: relative;
  display: inline-block;
}
svg.image-toggle-magnifier { /* Magnifier icon for image toggles */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40pt;
  height: 40pt;
  max-width: 80%;
  max-height: 80%;
  fill: #FFFFFF;
  stroke: #808080;
  stroke-width: 0.5pt;
  opacity: 0.3;
  transition: opacity 0.3s;
}
img.image-toggle:hover + svg.image-toggle-magnifier, svg.image-toggle-magnifier:hover {
  opacity: 1;
}



#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #FFFFFF;
  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 }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%; border: 1px solid transparent; background:#000; opacity:0.01 }
.hmImageMap:hover a.hmHotspotRect {opacity:0.3 }
.hmImageMap:hover a.hmHotspotEllipse { opacity:0.3 }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF; opacity:0.3 }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF; opacity:0.3 }
