/* CSS file for GEATbx documentation */
 
 body { margin-top :  15px; margin-bottom :  15px;  background-color : #FFFFEE;   }
 /* margin-left :  10px;  */
 
 /* font-family */
 h1,h2,h3,h4 { font-family: sans-serif;  text-align : left;  color : Navy;   }
 
 p,ul,ol,li,div,dl,dt,dd,td,th,address,blockquote,nobr,b,i  { font-family: serif; }
 
 /* font-size */
 h1 { font-size:18pt; }
 h2 { font-size:16pt;  margin-top:2px;}
 h3 { font-size:14pt; }
 h4 { font-size:12pt; }
 p,ul,ol,li,div,dl,dt,dd,td,th,nobr { font-size:12pt; }
 address { font-size:10pt; }
 p.blocktext { text-align:justify; margin-top:0px; font-size:12pt;}
 
 /* color of preformated stuff, often source code */
 pre, tt { font-family: monospace; font-size:10pt; color:#000080; }
 /* color of normal preformated stuff, not source code */
 pre.normal { color:#000000; }
 
 /* styles for spezial words and so on*/
 em.var { font-style: italic; color:#993333;}
 em.funname { font-style:italic; font-weight:bold; color: #999933;}
 em.autname { font-style:italic; font-weight:bold; color:#993333;}
 em.litaut  { font-style:italic; font-weight: normal; }
 em.litref  { font-style:normal; font-weight:bold; color: Green;}
 em.crdate  { font-style:italic; font-size:10pt; }
 
 em.mcom { font-style: normal; font-size:10pt; color: #777777;}
 
 sub,sup { font-size:8pt; }
 
 /* styles for special lists */
 ul.vz1, ul.globeg { list-style-type:none; font-size:12pt; font-weight:bold; font-family: sans-serif;}
 ul.vz2, ul.gloerl { list-style-type:none; font-size:12pt; font-weight: normal; }
 ul.vz3, ul.glosa { list-style-type:none; font-size:10pt; }
 ul.gloerl { list-style: disc; }
 
 /* styles for navigation links */
 .navl { background-color: #CCCC99; text-align:left;  font-size:10pt;}
 .navr { background-color: #CCCC99; text-align:right; font-size:10pt;}
 .link { background-color: #DDDD99; text-align:left;  font-size:10pt; }
 
 /* what means small */
 .small { font-size:70%; }
 
 /* Styles for a / links */
 a { text-decoration:underline; }
 
 /* special styles for bookmarks (an) and matlab function links */
 a.an { text-decoration:none; }
 a.mfun { color:#884400; }
 
 /* special style for geatbx option header and link (color shoul dbe identical */
 h3.gopt { color:#006400; }
 a.gopt { color:#006400; font-style:normal; font-family:monospace;  font-size:10pt; }
 
 
 /* End of style file */