/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_caminhotela /* caminho tela */
{
 font-size: 12pt;
 font-family: Calibri;
 font-weight: bold;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11pt;
 font-family: Calibri;
}
span.f_Comment /* Comment */
{
}
span.f_componentes /* componentes */
{
 font-size: 12pt;
 font-family: Calibri;
 color: #7598ff;
}
span.f_componentes2 /* componentes2 */
{
 font-size: 12pt;
 font-family: Calibri;
 font-weight: bold;
 color: #7598ff;
 text-decoration: underline;
}
span.f_Default /* Default */
{
}
span.f_descricao /* descricao  */
{
 font-size: 12pt;
 font-family: Calibri;
}
span.f_descricaopropriedade /* descricao propriedade */
{
 font-size: 12pt;
 font-family: Calibri;
}
span.f_descricaopropriedade2 /* descricao propriedade2 */
{
 font-size: 12pt;
 font-family: Calibri;
}
span.f_EspacoImagem /* EspacoImagem */
{
 font-size: 16pt;
 font-family: Calibri;
 font-weight: bold;
 color: #ff0000;
 text-transform: uppercase;
}
span.f_filtro /* filtro */
{
 font-size: 12pt;
 font-family: Calibri;
 font-weight: bold;
 color: #0063c6;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-family: Calibri;
}
span.f_imagem /* imagem */
{
 font-size: 12pt;
 font-family: Calibri;
}
span.f_Notes /* Notes */
{
}
span.f_propriedade /* propriedade */
{
 font-size: 12pt;
 font-family: Calibri;
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_caminhotela /* caminho tela */
{
 margin: 13px 0px 13px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
}
.p_Comment /* Comment */
{
}
.p_componentes /* componentes */
{
 margin: 9px 0px 0px 16px;
}
.p_componentes2 /* componentes2 */
{
 margin: 9px 0px 0px 0px;
}
.p_descricao /* descricao  */
{
 margin: 5px 0px 3px 0px;
}
.p_descricaopropriedade /* descricao propriedade */
{
 margin: 3px 0px 2px 16px;
}
.p_descricaopropriedade2 /* descricao propriedade2 */
{
 margin: 2px 0px 2px 64px;
}
.p_EspacoImagem /* EspacoImagem */
{
 text-align: center;
 margin: 14px 0px 14px 16px;
}
.p_filtro /* filtro */
{
 margin: 12px 0px 7px 0px;
}
.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 */
{
 text-align: center;
 margin: 13px 0px 10px 1px;
}
.p_imagem /* imagem */
{
 margin: 10px 0px 10px 16px;
}
.p_Notes /* Notes */
{
}
.p_propriedade /* propriedade */
{
 margin: 5px 0px 0px 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;
}
