/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: 'Segoe UI';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_blazor /* blazor */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #800080;
}
span.f_cblue /* cblue */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #0000ff;
}
span.f_cclass /* cclass */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #008080;
}
span.f_ccomment /* ccomment */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #008000;
}
span.f_code /* code */
{
 font-size: 10pt;
 font-family: 'Courier New';
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 background-color: #f0f0f0;
}
span.f_CodeExampleforTable /* Code Example for Table */
{
 font-family: 'Courier New';
}
span.f_CodeError /* CodeError */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #ff0000;
}
span.f_Comment /* Comment */
{
}
span.f_csharp /* csharp */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #808080;
}
span.f_cstring /* cstring */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #800000;
}
span.f_Header_Code /* Header_Code */
{
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-weight: bold;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
}
span.f_Notes /* Notes */
{
}
span.f_phpVar /* phpVar */
{
 font-size: 10pt;
 font-family: 'Courier New';
 color: #000080;
}
span.f_Stimulsoft_text /* Stimulsoft_text */
{
}
span.f_Stimulsoft_text_bold /* Stimulsoft_text_bold */
{
 font-weight: bold;
}
span.f_Stimulsoft_Title /* Stimulsoft_Title */
{
 font-size: 16pt;
 color: #303030;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_blazor /* blazor */
{
 text-align: left;
}
.p_cblue /* cblue */
{
 text-align: left;
}
.p_cclass /* cclass */
{
 text-align: left;
}
.p_ccomment /* ccomment */
{
 text-align: left;
}
.p_code /* code */
{
 text-align: left;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 margin: 5px 5px 5px 5px;
}
.p_CodeExampleforTable /* Code Example for Table */
{
 text-align: left;
 margin: 5px 5px 5px 5px;
}
.p_CodeError /* CodeError */
{
 text-align: left;
}
.p_Comment /* Comment */
{
}
.p_csharp /* csharp */
{
 text-align: left;
}
.p_cstring /* cstring */
{
 text-align: left;
}
.p_Header_Code /* Header_Code */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_phpVar /* phpVar */
{
 text-align: left;
}
.p_Stimulsoft_text /* Stimulsoft_text */
{
}
.p_Stimulsoft_text_bold /* Stimulsoft_text_bold */
{
}
.p_Stimulsoft_Title /* Stimulsoft_Title */
{
}


#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 3px;
  border:1px solid #FF0000;
  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;
}
