/* Text Styles */
hr { color: #46403C}
body, table, tr, th /* Normal */
{
 font-size: 14pt;
 font-family: Hind, Source Sans pro, SEGOE UI Light, Hind, Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #46403C;
 text-decoration: none;
}
span.f_VertiGIS_List /* VertiGIS_List */
{
}
span.f_VertiGIS_Bold /* VertiGIS_Bold */
{
 font-weight: bold;
}
span.f_VertiGIS_Title_Name /* VertiGIS_Title_Name */
{
 font-size: 20pt;
 font-weight: bold;
}
span.f_VertiGIS_Subheading /* VertiGIS_Subheading */
{
 font-size: 16pt;
 font-weight: bold;
 color: #ffffff;
 border-radius: 4px 4px 4px 4px;
}
span.f_ATTENTION_CORRECT /* ATTENTION_CORRECT */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffcc00;
 background-color: #ff0000;
}
span.f_CodeExample /* Code Example */
{
 font-size: 12pt;
 font-family: Consolas;
 color: #3366ff;
}
span.f_Comment /* Comment */
{
 color: #46403C;
}
span.f_VertiGIS_Subheading_Toggle /* VertiGIS_Subheading_Toggle */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #cc99ff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-style: italic;
}
span.f_Notes /* Notes */
{
 color: #cc99ff;
}
/* Paragraph styles */
p, p.p_Normal, div.p_Normal /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 1.44;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 9px 0px;
}
.p_VertiGIS_List /* VertiGIS_List */
{
 font-size: 14pt;
 text-indent: -32px;
 margin: 0px 0px 9px 32px;
}
.p_VertiGIS_Bold /* VertiGIS_Bold */
{
 font-size: 14pt;
 margin: 0px 0px 0px 0px;
}
.p_VertiGIS_Title_Name /* VertiGIS_Title_Name */
{
 font-size: 20pt;
 line-height: 1.20;
 margin: 7px 0px 7px 0px;
}
.p_VertiGIS_Subheading /* VertiGIS_Subheading */
{
 font-size: 16pt;
 page-break-inside: avoid;
 page-break-after: avoid;
 border-color: #46403C;
 border-style: solid;
 border-width: thin;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-radius: 4px 4px 4px 4px;
 background: #46403C;
 padding: 4px 4px 6px 6px;
 margin: 24px 0px 5px 0px;
}
.p_CodeExample /* Code Example */
{
 font-size: 12pt;
 line-height: 1.20;
 page-break-inside: avoid;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
 font-size: 14pt;
}
.p_VertiGIS_Subheading_Toggle /* VertiGIS_Subheading_Toggle */
{
 font-size: 16pt;
 page-break-inside: avoid;
 page-break-after: avoid;
 border-color: #999999;
 border-style: double;
 border-width: 2px;
 padding: 4px 4px 4px 4px;
 margin: 24px 0px 5px 0px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 line-height: 1.44;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 9px 0px;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 8pt;
}
.p_Notes /* Notes */
{
 font-size: 14pt;
}


#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) }
