/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 16px;
 font-family: 'AvantGarde Bk BT';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
}
span.f_Comment /* Comment */
{
}
span.f_CorpoManual /* Corpo Manual */
{
 color: #595959;
}
span.f_Heading1 /* Heading1 */
{
 font-family: Tahoma,Geneva,Verdana,sans-serif;
}
span.f_ImageCaption /* Image Caption */
{
}
span.f_Imagem /* Imagem */
{
 color: #595959;
}
span.f_IMPORTANTE /* IMPORTANTE */
{
 font-size: 19px;
 font-weight: bold;
 color: #595959;
 text-transform: uppercase;
}
span.f_Manual /* Manual */
{
 color: #595959;
}
span.f_Nível3 /* Nível 3 */
{
 font-size: 40px;
 color: #5eaac4;
}
span.f_Nível4 /* Nível 4 */
{
 font-size: 20px;
 font-style: italic;
 font-weight: bold;
 color: #595959;
}
span.f_Nível5 /* Nível 5 */
{
 font-style: italic;
 font-weight: bold;
 color: #595959;
}
span.f_Nota /* Nota */
{
 font-size: 25px;
 font-family: Georgia,serif;
 font-style: italic;
 font-weight: bold;
 color: #595959;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 56px;
 line-height: 1.44;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 19px 0px;
}
.p_CodeExample /* Code Example */
{
 font-size: 16px;
 white-space: nowrap;
 page-break-inside: avoid;
}
.p_Comment /* Comment */
{
 font-size: 16px;
}
.p_CorpoManual /* Corpo Manual */
{
 font-size: 16px;
 text-align: justify;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 16px;
}
.p_Imagem /* Imagem */
{
 font-size: 16px;
 text-align: center;
}
.p_IMPORTANTE /* IMPORTANTE */
{
 font-size: 19px;
 text-align: justify;
}
.p_Manual /* Manual */
{
 font-size: 16px;
}
.p_Nível3 /* Nível 3 */
{
 font-size: 40px;
 text-indent: 0px;
 line-height: 1.20;
 margin: 15px 0px 15px 0px;
}
.p_Nível4 /* Nível 4 */
{
 font-size: 20px;
 text-indent: 0px;
 line-height: 1.20;
 margin: 36px 0px 36px 0px;
}
.p_Nível5 /* Nível 5 */
{
 font-size: 16px;
 text-indent: 0px;
 line-height: 1.20;
 margin: 36px 0px 36px 0px;
}
.p_Nota /* Nota */
{
 font-size: 25px;
 text-align: center;
 text-indent: 0px;
 line-height: 1.20;
 border-color: #6793ac;
 border-style: solid;
 border-width: 6px;
 border-right: none;
 border-left: none;
 margin: 18px 18px 18px 18px;
}
.p_Notes /* Notes */
{
 font-size: 16px;
}


#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:none; background:#000; opacity:0.3; filter:alpha(opacity=30);
            								   visibility:hidden }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%;
                                 border:none; background:#000; opacity:0.3; filter:alpha(opacity=30);
                                 visibility:hidden }
.hmImageMap:hover a.hmHotspotRect { visibility:visible }
.hmImageMap:hover a.hmHotspotEllipse { visibility:visible }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF }
