/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Titillium Web;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 text-decoration: underline;
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{      
border-style: solid;            
border-color: #7D7D7D;
border-width: 1px;
padding: 2px;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
text-decoration: none;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 text-decoration: underline;
}
.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_Notes /* Notes */
{
}


#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;
}

/* anchor styles */
a {color: #f87d24; text-decoration: none; font-weight:bold }

 a:visited {color: #f58534 }

 a:hover { background-color: #dddddd; text-decoration: none }

 a.weblink {color: #f87d24; text-decoration: none }

 a.weblink:visited {color: #f58534}

 a.weblink:hover {color: #E4641C }

 a.popuplink {color: #FF0000; text-decoration: none}

 a.popuplink:visited {color: #FF0000}

 a.popuplink:hover {color: #FF0000; text-decoration: underline}

 a.filelink {color: #04BC14; text-decoration: none}

 a.filelink:visited {color: #04BC14}

 a.filelink:hover {color: #04BC14; text-decoration: underline}

/* toggle styles */

a.dropdown-toggle {color: #f87d24; text-decoration: none;  font-weight: bold;  font-family: "Times New  Roman", Times, serif; }

 a.drop-down-toggle:visited {color: #f87d24; }

 a.drop-down-toggle:hover {text-decoration: underline}

 a.inline-toggle {color: #f87d24; text-decoration: none;  font-weight: bold;  font-family: "Times New Roman", Times, serif;  }

 a.inline-toggle:visited {color: #f87d24; }

 a.inline-toggle:hover {text-decoration: underline}

 img.image-toggle { border: border-width: 2px; border-color: #f87d24; border-style: solid;}

 #hmcontentbox  { top:10px ;}
 #hmheadbox      { width:260px ;}
