﻿  *{font-family: 'Segoe UI', sans-serif; font-size: 17px; }
  a { color: #D60B52; text-decoration: none !important;}
  a:visited {color: #D60B52 }
  a:hover {text-decoration: underline }
  a.weblink {color: #000000; font-weight: 300; text-decoration: underline !important;}
  a.weblink:visited {color: #000000}
  a.weblink:hover {color: #000000 }
  a.popuplink {color: #D60B52; text-decoration: none !important;}
  a.popuplink:visited {color: #D60B52}
  a.popuplink:hover {color: #D60B52; text-decoration: underline}
  a.filelink {color: #D60B52; text-decoration: none !important;}
  a.filelink:visited {color: #D60B52 !important;}
  a.filelink:hover {color: #D60B52 !important;}
  a.inline-toggle {color: #D60B52; text-decoration: none  !important;}
  a.inline-toggle:visited {color: #D60B52; }
  a.inline-toggle:hover {text-decoration: underline} 
  .fsmall {
        font-size: 10px;
	font-family: Jost, Roboto, sans-serif;
	text-align: center;
	margin: 10px 0px 0px 0px;
	}
  .crumbs {font-size: 12pt; margin-bottom: 3px; margin-top: 0px; color: #000; }
  .crumbs a {text-decoration: underline; font-size: 12pt; color: #000 !important; }
  .crumbs a:visited {text-decoration: underline; color: #000;}
  .crumbs a:hover { color: #000; }
  .highlight {background: #D4D9DA !important;}
  .topichead {background: #fff; }
 
  
 
@media screen{
  ::-webkit-scrollbar {
      width: 18px;
      height: 18px;
   }
  ::-webkit-scrollbar-thumb {
      border: 6px solid transparent;
      border-radius: 10px;
      background: #C1C1C1;
      background-clip: padding-box;
   }
  ::-webkit-scrollbar-thumb:hover {
      border: 4px solid transparent;
      border-radius: 10px;
      background: #9A9A9A;
      background-clip: padding-box;
   }
  #idcontent {    
      width: 100%; 
      padding: 0px !important; 
      padding: 10px 15px 5px 10px; 
      position: relative; 
   } 
  #innerdiv {    
      padding: 10px 5px 70px 10px !important;  
      padding: 0px; 
   } 
   
    .topichead {
       padding: 5px;
    }
    
    .navlinks {
      font-size: 10pt;
    }
    .navlinks a {
      text-decoration: none;
      color: blue;
    }
    .navlinks a:visited {
      text-decoration: none;
      color: blue;
    }
    .navlinks a:hover {
      text-decoration: underline;
      color: blue;
    }
    
   html.nonscroll { 
      overflow:hidden; 
   } 
   body.nonscroll {    
      overflow:hidden; 
      height:100%; 
   } 
   div.nonscroll { 
      overflow-x:auto;
      overflow-y:scroll; 
   } 
}

  @media only screen and (max-width: 899px) {
      #innerdiv {
      margin-right: 10px;
      }
      }






