/* Text Styles */
hr { color: #1E1E1E }
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #1e1e1e;
 text-decoration: none;
}
span.f_Arg /* Arg */
{
 font-family: Consolas;
 font-weight: bold;
 background-color: #e8e8e8;
}
span.f_ArgDescription /* ArgDescription */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: Consolas;
 color: #000000;
}
span.f_CodeExampleIndent /* Code Example Indent */
{
 font-size: 10pt;
 font-family: Consolas;
 color: #000000;
}
span.f_Codeleft /* Code left */
{
}
span.f_Comment /* Comment */
{
}
span.f_Heading2 /* Heading 2 */
{
 font-size: 20pt;
 font-family: 'Trebuchet MS',sans-serif;
 font-weight: bold;
 color: #1957b5;
}
span.f_Heading3 /* Heading 3 */
{
 font-size: 14pt;
 font-family: 'Trebuchet MS',sans-serif;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 14pt;
 color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
}
span.f_List /* List */
{
}
span.f_List2 /* List2 */
{
}
span.f_NormalBold /* Normal Bold */
{
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_Quickjump /* Quick jump */
{
}
span.f_TableBold /* Table Bold */
{
 font-weight: bold;
}
span.f_Tableindent /* Table indent */
{
}
span.f_Tablenormal /* Table normal */
{
}
span.f_Warning /* Warning */
{
}
span.f_Warningheader /* Warning header */
{
 font-size: 14pt;
 font-family: 'Trebuchet MS',sans-serif;
 font-weight: bold;
}
/* Paragraph styles */
p, p.p_Normal, div.p_Normal, li.p_Normal /* Normal */
{
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 0 0 0 38px;
}
.p_Arg /* Arg */
{
 font-size: 11pt;
 margin: 2px 0 2px 38px;
}
.p_ArgDescription /* ArgDescription */
{
 font-size: 11pt;
 margin: 6px 0 12px 58px;
}
.p_CodeExample /* Code Example */
{
 font-size: 10pt;
 border-color: #477c9a;
 border-style: solid;
 border-width: 2px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 background: #e4f0f5;
 padding: 15px 15px 15px 15px;
 margin: 0 4px 0 43px;
}
.p_CodeExampleIndent /* Code Example Indent */
{
 font-size: 10pt;
 border-color: #477c9a;
 border-style: solid;
 border-width: 2px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 background: #e4f0f5;
 padding: 15px 15px 15px 15px;
 margin: 0 4px 0 43px;
}
.p_Codeleft /* Code left */
{
 font-size: 11pt;
 margin: 0 0 0 24px;
}
.p_Comment /* Comment */
{
 font-size: 11pt;
}
.p_Heading2 /* Heading 2 */
{
 font-size: 20pt;
 margin: 30px 0 8px 38px;
}
.p_Heading3 /* Heading 3 */
{
 font-size: 14pt;
 margin: 23px 0 8px 38px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 5px 0 0 0;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 11pt;
}
.p_List /* List */
{
 font-size: 11pt;
 margin: 6px 0 6px 58px;
}
.p_List2 /* List2 */
{
 font-size: 11pt;
 margin: 6px 0 6px 58px;
}
.p_NormalBold /* Normal Bold */
{
 font-size: 11pt;
}
.p_Notes /* Notes */
{
 font-size: 11pt;
 border-color: #f7b73c;
 border-style: solid;
 border-width: 2px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 background: #fff3d4;
 padding: 10px 10px 10px 10px;
 margin: 0 9px 0 43px;
}
.p_Quickjump /* Quick jump */
{
 font-size: 11pt;
 margin: 3px 19px 3px 19px;
}
.p_TableBold /* Table Bold */
{
 font-size: 11pt;
 margin: 3px 0 3px 0;
}
.p_Tableindent /* Table indent */
{
 font-size: 11pt;
 margin: 3px 0 3px 38px;
}
.p_Tablenormal /* Table normal */
{
 font-size: 11pt;
 margin: 3px 0 3px 0;
}
.p_Warning /* Warning */
{
 font-size: 11pt;
 border-color: #e66465;
 border-style: solid;
 border-width: 2px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 background: #ffe7e8;
 padding: 10px 10px 10px 10px;
 margin: 0 9px 0 43px;
}
.p_Warningheader /* Warning header */
{
 font-size: 14pt;
 border-color: #e66465;
 border-style: solid;
 border-width: 2px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 background: #ffe7e8;
 padding: 10px 10px 10px 10px;
 margin: 0 9px 0 43px;
}
/* Table styles */
table.Sectiontable {
background-color: #EAEAEA;
border: solid thin #E1E1E1;
border-spacing: 2px;
}
table.Sectiontable tr.Sectiontable {
text-align: left;
}
table.Sectiontable th.Sectiontable, table.Sectiontable td.Sectiontable {
vertical-align: top;
padding: 3px;
border: none;
}
div.hmrotate90  { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
div.hmrotate270 { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; transform: rotate(180deg); }



#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) }
