/*
 *    aestats.css   19.10.01 18:58
 *   -------------  by Christoph 'AEon' Loewe (c) 1998-2001   AEon@planetquake.com
 *                  Code provided as is, use at your own risk.
 *
 *   Control the look of the AEstats output pages with this style sheet file.
 */

/* 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! */



/*---Links & Mouse-Overs---*/
A:link		{color: #0033CC; text-decoration: none}}	/*blue,  #3c3c3c;*/
A:visited	{color: #0033CC; text-decoration: none}}	/*blue,  #0099FF;*/
A:active	{color: #0033CC; text-decoration: none}}        /*blue*/
A:hover		{color: #3c3c3c; text-decoration: underline}}	/*dark gray*/



/*---Span classes - Text---*/

/*Standard black normal sized font used in all tables, & as regular text on template pages*/
span.text	{ font-family:Verdana,Arial,Helvetica; font-size:10pt; color:#000000; }

/*Standard black small sized font used in all tables, & as regular text on template pages*/
span.small	{ font-family:Verdana,Arial,Helvetica; font-size:8pt;  color:#000000; }

/*Seldom used medium sized font used in the templates only*/
span.med	{ font-family:Verdana,Arial,Helvetica; font-size:12pt; }

/*Huge sized font used server name on intro templates page ("p"age title, see td.ptitle)*/
span.ptitle	{ font-family:Verdana,Arial,Helvetica; font-size:23pt; }

/*Intials - used on the intro template page in subtitles*/
span.initial	{ font-family:Verdana,Arial,Helvetica; font-size:20pt; }
span.initialmed	{ font-family:Verdana,Arial,Helvetica; font-size:12pt; font-weight:bold; }



/*---Span classes - Color---*/

/*Main 'marking' color, used in all tables, and also on the templates */
span.blue	{ font-family:Verdana,Arial,Helvetica; color:#3366FF; }		/*light blue: 0099FF, FF8000*/

/*Secondary 'marking' color, used in all tables, and also on the templates */
span.red	{ font-family:Verdana,Arial,Helvetica; color:#FF9933; }

/*Navigation bar - color of link we reached, then only a text*/
span.gray	{ font-family:Verdana,Arial,Helvetica; color:#3C3C3C; }

/*Colored text - Intensity range blue to red, same as the 'td.0' to 'td.9' intensity range*/
span.i0		{ color:#FF0101; } /*red	*/
span.i1		{ color:#FF7901; } /*organge	*/
span.i2		{ color:#FFB401; } /*lorange	*/
span.i3		{ color:#FFF001; } /*yellow	*/
span.i4		{ color:#D2FF01; } /*ygreen	*/
span.i5		{ color:#96FF01; } /*lgreen	*/
span.i6		{ color:#01FF5B; } /*dgreen	*/
span.i7		{ color:#01FFD2; } /*lblueg	*/
span.i8		{ color:#01B4FF; } /*lblue	*/
span.i9		{ color:#013DFF; } /*dblue	*/



/*---Special----*/
/*Typewriter font - used in templates to denote files names, and paths, uses span.blue color*/
tt		{ font-family:Courier New,Courier; color:#3366FF; font-size:10pt; }

/*Blockquote used for intro, faq and help page templates*/
blockquote.text { font-family:Verdana,Arial,Helvetica; font-size:10pt; }



/*---TD Classes - Text---*/
/* there are no 'tr.' or 'table.' classes since all settings are done on the lowest 'td.' level: */

/*Standard black normal sized font used in all tables*/
td.text		{ font-family:Verdana,Arial,Helvetica; font-size:10pt; color:#000000; }

/*Standard black small sized font used in all tables*/
td.small	{ font-family:Verdana,Arial,Helvetica; font-size:8pt;  color:#000000; }

/*The titles of all tables use this 'td.' black small sized font used in all tables (much like td.bg)*/
td.title	{ font-family:Verdana,Arial,Helvetica; font-size:10pt; color:#000000; background-color:#CCCCCC; 
                  text-align:center; font-weight:bold; background-image:url(./headers/metalw.gif); }

/*Huge sized font used for main titles on all templates pages ("p"age title)*/
td.ptitle	{ font-family:Verdana,Arial,Helvetica; font-size:24pt; color:#3c3c3c; }

/*Small sized font, used in the index tables on all template pages*/
td.index	{ font-family:Verdana,Arial,Helvetica; font-size:8pt;  color:#000000; line-height:11pt; }
  
  

/*---TD Classes - Text with background colors---*/

/*Standard black normal sized font, with 'light gray' background, used in all tables*/
td.bg     { font-family:Verdana,Arial,Helvetica; font-size:10pt; color:#000000; background-color:#CCCCCC; }

/*Standard black small sized font, with 'light gray' background, used in all tables*/
td.sbg    { font-family:Verdana,Arial,Helvetica; font-size:8pt;  color:#000000; background-color:#CCCCCC; }

/*Color spectrum for td backgrounds (e.g. player numbers, or Weapons), used in all tables*/
td.s0	{ background-color:#ea0000; } /*red	*/
td.s1	{ background-color:#ea8100; } /*organge	*/
td.s2	{ background-color:#d9ca00; } /*yellow	*/
td.s3	{ background-color:#58ea00; } /*litegreen*/
td.s4	{ background-color:#00d000; } /*green	*/
td.s5	{ background-color:#00eaa4; } /*olive	*/
td.s6	{ background-color:#00b6ea; } /*liteblue*/
td.s7	{ background-color:#003aea; } /*blue	*/
td.s8	{ background-color:#c700ea; } /*purple	*/
td.s9	{ background-color:#ea0093; } /*pink	*/

/*s10 is not part of any loop - extra 11th "color"
       gray, extra color used for suis in pl weapon usage table*/	
td.s10	{ background-color:#7b7c6e; }

/*Intensity range blue to red, used in all tables*/
td.i0	{ background-color:#FF0101; } /*red	*/
td.i1	{ background-color:#FF7901; } /*organge	*/
td.i2	{ background-color:#FFB401; } /*lorange	*/
td.i3	{ background-color:#FFF001; } /*yellow	*/
td.i4	{ background-color:#D2FF01; } /*ygreen	*/
td.i5	{ background-color:#96FF01; } /*lgreen	*/
td.i6	{ background-color:#01FF5B; } /*dgreen	*/
td.i7	{ background-color:#01FFD2; } /*lblueg	*/
td.i8	{ background-color:#01B4FF; } /*lblue	*/
td.i9	{ background-color:#013DFF; } /*dblue	*/
