/* CSS file for GEATbx documentation */
 
  html { margin: 0; padding: 0; font-size: 100%; }
 
  body { margin-top: 15px; margin-bottom: 15px; margin-left: 10px;
         font-size: 100%; 
         color: #000000; background-color: #FFFFFF; }
 
  /* font-family */
  h1,h2,h3,h4 { font-family: Arial, Helvetica, sans-serif; text-align: left; 
                color: rgb(20%,20%,60%); background: transparent; }
 
  .hmdocu { text-align: center; }
  h2.hmdocu { padding-top: 0.4em; border-top: 3px solid rgb(20%,20%,60%); }
  
  p,ul,ol,li,div,dl,dt,dd,td,th,address,blockquote,nobr,b,i  { font-family: "Times New Roman", Times, serif; }
 
  /* font-size */
  h1 { font-size: 140%; }
  h2 { font-size: 125%; margin-top: 0.4em; }
  h3 { font-size: 110%; margin-top: 0.2em; }
  h4 { font-size: 100%; }
  p,ul,ol,li,div,dl,dt,dd,td,th,nobr { font-size: 100%; }
  address { font-size: 80%; }
  p.blocktext { text-align: justify; margin-top: 0px; font-size: 100%;}
  p.figurecaption { font-size: 80%; }
 
  /* color of preformated stuff, often source code */
  pre, tt { font-family: monospace; font-size: 100%; color: #000080; background: transparent; }
  /* color of normal preformated stuff, not source code */
  pre.normal { color: #000000; background: transparent; }
 
  /* styles for spezial words and so on*/
  em.var     { font-style: italic; color: #993333; background: transparent; }
  em.funname { font-style: italic; font-weight: bold; color: #999933; background: transparent; }
  em.autname { font-style: italic; font-weight: bold; color: #993333; background: transparent; }
  em.litaut  { font-style: italic; font-weight: normal; color: Green; background: transparent; }
  em.litref  { font-style: normal; font-weight: bold; color: Green; background: transparent; }
  em.crdate  { font-style: italic; font-size: 10pt; }
 
  em.mcom { font-style: normal; font-size: 100%; color: #777777; background: transparent; }
 
  sub, sup { font-size: 70%; }
 
  /* what means small */
  .small { font-size: 70%; }
 
  /* Styles for a links */
  a {
    padding: 0 0.1em 0 0.1em;
    color: rgb(0%,0%,100%); background: transparent; text-decoration: underline; }
  a:visited { color: rgb(0%,0%,50%); background: transparent; }
  a:hover, a:focus { color: rgb(20%,20%,80%); background-color: rgb(85%,85%,70%); }
 
  /* special styles for bookmarks (an) and matlab function links */
  a.an { text-decoration: none; }
  a.mfun { color: #884400; background: transparent; }
 
  /* special style for geatbx option header and link (color should be identical */
  h3.gopt, a.gopt, em.gopt { color:#006400; background: transparent; }
  a.gopt, em.gopt { font-style: normal; font-family: monospace; font-size: 100%; }
  
  /* hover and focus background link styles */
  a.gopt:hover, a.gopt:focus, a.mfun:hover, a.mfun:focus { background-color: rgb(85%,85%,70%); }
 
  img { border: 0; }
 
  /* End of style file */
