/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Verdana;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BasicDelphi /* BasicDelphi */
{
 font-size: 8pt;
 font-family: 'Courier New';
 font-style: italic;
 text-decoration: underline;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Copyright /* Copyright */
{
 font-size: 8pt;
 font-family: Arial;
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Format5 /* Format5 */
{
 font-family: Arial;
}
span.f_Format6 /* Format6 */
{
 font-family: Arial;
}
span.f_Headingredunderlined /* Heading, red underlined */
{
 font-size: 12pt;
 font-family: Arial;
 font-weight: bold;
 color: #ff0000;
 text-decoration: underline;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Important /* Important */
{
 font-size: 8pt;
 color: #808000;
}
span.f_Indentedtext /* Indented text */
{
 font-family: Arial;
}
span.f_Leftindentto72 /* Left indent to 72 */
{
 font-family: Arial;
}
span.f_LeftMargin /* Left Margin */
{
 font-family: Arial;
}
span.f_NewFormat /* New Format */
{
 font-size: 11pt;
 font-weight: bold;
 color: #000080;
}
span.f_Note /* Note */
{
 font-size: 8pt;
 color: #000080;
}
span.f_Notes /* Notes */
{
}
span.f_Subtitle /* Subtitle */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_Subtitulo /* Subtitulo */
{
 font-size: 11pt;
 font-family: Arial;
 font-weight: bold;
 color: #000080;
}
span.f_Tabla /* Tabla */
{
 font-family: Arial;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.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 */
{
}
.p_Indentedtext /* Indented text */
{
 text-indent: 29px;
}
.p_Leftindentto72 /* Left indent to 72 */
{
 text-indent: 12px;
 margin: 0px 0px 0px 19px;
}
.p_LeftMargin /* Left Margin */
{
 text-indent: 5px;
}
.p_Notes /* Notes */
{
}
.p_Tabla /* Tabla */
{
}


#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;
}
