/*
	these are the global style sheet infos for the aestats++ site
 */

A:link			{ color: #B07821; text-decoration: none }
A:visited		{ color: #606060; text-decoration: none }		/*#808080*/
A:active		{ color: #FF8000; text-decoration: none }
A:hover			{ color: #000000; text-decoration: underline }

span.orange		{					color:#ff8000; } 			/* Orange: menu and first aestats++ on main page */
span.color		{ font-weight:bold;	color:#946b2d; }			/* Default text mark color */
span.mark		{					color:#946b2d; }			/* Used on Add servers page */

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; }

td.menu			{ font-family:Verdana,Arial,Helvetica; font-size:8pt;  line-height:10pt; 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; }
td.smallhead	{ font-family:Verdana,Arial,Helvetica; font-size:8pt;  line-height:10pt; color:#FFF7C6; }

small			{ font-family:Verdana,Arial,Helvetica; font-size:8pt; line-height:10pt; }

/* orange news headlines    <h1>aestats 4.48 - download</h1> */
h1 				{ font-family:Verdana,Arial,Helvetica; font-size:10pt; color:#FF8000; 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; }
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; }

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; }
blockquote.small	{ font-family:Verdana,Arial,Helvetica; font-size:8pt; line-height:10pt;
						margin-top:5pt; margin-bottom:5pt; margin-left=23pt; margin-right=0pt; }

tt					{ font-family:"Courier New",Courier; font-size:10pt; color:#ffa201; }

pre					{ font-family:"Courier New",Courier; font-size:10pt;
      					margin-top:8pt; margin-bottom:8pt; margin-left=23pt; margin-right=0pt; }

pre.mark			{ font-family:"Courier New",Courier; font-size:10pt; color:#946b2d;
      					margin-top:8pt; margin-bottom:8pt; margin-left=23pt; margin-right=0pt; }

table.black 		{ border-color:black; border-style:none; }


/* 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:#FFF5C9; }
