@import "custom_fonts.css";

a:link {
  color: #0099da;
  text-decoration: none;
}
a:visited {
  color: #0099da;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a:active {
  color: black;
  text-decoration: underline;
}

/* EB: Override text and paragraph styles */

body, table, tr, th /* Normal */
{
 font-size: 15px;
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #333333;
 text-decoration: none;
}

p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 line-height: 160%;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}

span.f_CodeExample /* Code Example */
{
 font-family: Consolas, 'Roboto Mono';
 color: #000000;
}

.p_CodeExample /* Code Example */
{
 line-height: 130%;
 white-space: nowrap;
}

span.f_CodeInline /* Code Inline */
{
 font-weight: 600;
 color: #222222;
}

span.f_Comment /* Comment */
{
}

span.f_Heading1 /* Heading1 */
{
 font-family: Lato, sans-serif;
 font-size: 24px;
 font-weight: 300;
 color: #0099da;
}

span.f_HowToquestion /* HowTo question */
{
 font-size: 24px;
 font-style: italic;
}

span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}

span.f_Notes /* Notes */
{
}

span.f_SectionHeader /* Section Header */
{
 font-size: 24px;
}

span.f_TableHeader /* Table Header */
{
 font-weight: bold;
}

 
  .fsmall {
        font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0px 0px 0px;
	}
 
  .crumbs {font-size: 8pt; margin-bottom: 3px; margin-top: 0px; color: #FFFFFF}
  .crumbs a {text-decoration: underline; color: #FFFFFF}
  .crumbs a:visited {text-decoration: underline; color: #FFFFFF}
  .crumbs a:hover {color: #F4BC5C}
 
@media screen{
   #idcontent {    
      width: 100%; 
      padding: 0px !important; 
      padding: 10px 15px 5px 10px;
      position: relative;  
   } 
   #innerdiv {    
      padding: 48px 48px !important;  
      padding: 0px; 
   } 
   
   .topichead {
      padding: 0px 32px;
      color: white;
   }
    
   .navlinks {
     font-size: 11pt;
     color: gray;     
   }
   
   .navlinks a {
     text-decoration: none;
     color: white;
   }
   
   .navlinks a:visited {
     text-decoration: none;
     color: white;
   }
   
   .navlinks a:hover {
     text-decoration: none;
     color: white;
   }
    
   html.nonscroll { 
     overflow: hidden; 
   } 
   
   body.nonscroll {    
     overflow: hidden; 
     height: 100%; 
   } 
   
   div.nonscroll { 
     overflow-x: auto;
     overflow-y: scroll; 
   } 
}






