/*
    style sheet for aestats site
 */

/* powerful global replace
	<font color=#ffff00>^(*^)</font>	->	<span class=color>^1</span>  */

A:link {color: #0033CC; text-decoration: none}
A:visited {color: #0033CC; text-decoration: none}  /* A:visited {color: #0099FF; text-decoration: none}} */
A:active {color: #0033CC; text-decoration: none}
A:hover {color: #ff8000; text-decoration: underline}


/* Netscape bugs:
   if you set class=text in TD, another class= in any following TD table will reset the settings.
   you need to span class=text in between!!! */

span.menu    { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:10pt; color:#000000; }
span.text    { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:12pt; color:#000000; }
span.small   { font-family:Verdana,Arial,Helvetica; font-size:8pt;  line-height:10pt; color:#000000; }
span.initial { font-family:Verdana,Arial,Helvetica; font-size:20pt;  line-height:22pt; }

/*light blue: 0099FF, FF8000*/
span.color   { font-family:Verdana,Arial,Helvetica; font-weight:bold; color:#0099FF; }

td.menu  { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:12pt; color:#000000; }
td.text  { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:12pt; color:#000000; }
td.small { font-family:Verdana,Arial,Helvetica; font-size:8pt;  line-height:10pt; color:#000000; }

small { font-family:Verdana,Arial,Helvetica; font-size:8pt; line-height:10pt; } /*under netscape 8pt is -2*/

/* orange news headlines    <h1>aestats 4.48 - download</h1>
   margin:0pt 0pt 0pt 0pt; ignored				*/
h1 { font-family:Verdana,Arial,Helvetica; font-size:10pt; color:#0033CC; font-weight:bold;
	margin-top:1pt; margin-bottom:1pt; } /*line-height:16pt;*/

/* citation style */
li   { font-family:Courier New,Courier; font-size:10pt; margin-right=0pt; }

/* normal style */
li.q     { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:14pt; margin-right=20pt; }
li.small { font-family:Verdana,Arial,Helvetica; font-size:8pt;  line-height:10pt; }


/* using this for news... right was 20pt */
blockquote    { margin-top:5pt; margin-bottom:5pt; margin-left=23pt; margin-right=0pt; }
blockquote.tt { font-family:Courier New,Courier; margin-top:5pt; margin-bottom:5pt; margin-left=23pt; margin-right=0pt; }

table.black { border-color:black; border-style:none; }

/*pre won't work under netscape*/
pre { font-family:"Courier New",Courier; font-size:10pt;
      margin-top:8pt; margin-bottom:8pt; margin-left=23pt; margin-right=0pt; }

tt { font-family:Courier New,Courier; color:#0033CC; font-size:10pt; }

/* p.typC { margin: 1cm 2cm 3cm 4cm; } */  /* 1cm oben, 2cm rechts, 3 cm unten und 4 cm links */


/* HUGELASER BANNER PLACEMENT */
/* fixed ... lets code hover relative to top bottom, it floats on page, and does not move with the scrollbar.
				-> is better because if does NOT messup the page width! */
/* absolute ... scrolls with page */
div.banner { position:fixed; top:60px; left:820px; width:160px; height:600px; background-color:#CCCCCC; }

/* Marking text - more subtle color would be #808080; == same as span class=color but easier to use */
s			{ font-family:Verdana,Arial,Helvetica; font-weight:bold; color:#0099FF; text-decoration:none;  }



