


      /*
      :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
      ::: 
      :::    ffffff0   ffffff0   ffffff00  0000     0000 ffffff000 0000
      :::   ffffff000 000   000 0000  0000 ffffff ffffff 0000      0000
      :::   000   000 000       0000  0000 ffffffffffff0 0000      0000
      :::   000   000 000 00000 ffffff0000 0000 000 0000 ffffff0   0000
      :::   000   000 000   000 0000  0000 0000  0  0000 0000      0000
      :::   ffffff000 000   000 0000  0000 0000     0000 0000
      :::    ffffff0   FFFFFF0  0000  0000 0000     0000 FFFFFF000 0000
      :::    
      :::   Beschreibung: Original-Skin für das Browsergame "OGame".
      :::   Ersteller   : g3ck0 (g3ck0@cnp-online.de)
      :::   Kontakt     : IRC-OGameNet: #o.game
      :::   Datum       : 17.11.2004
      :::   Version     : 0.51
      :::   
      :::   Revisionshistorie (Datum, Beschreibung):
      :::   17.11.2004  : ~ Erstellung
      :::   22.11.2004  : ~ Detailänderungen
      :::                 ~ Erweiterung der Kommentare
      :::                 ~ Optimierung der Grafiken
      :::   23.11.2004  : ~ Überarbeitung der Logout-Seite
      :::                 ~ Optimierung der Kampfberichte
      :::                 ~ Weitere Reduzierung der KiloBytes insgesammt
      :::   25.11.2004  : ~ Letzter Feinschliff
      :::                 ~ BETA-Release
      :::   07.04.2005  : ~ Transparenz aufgrund von Performance-Problemen
      :::                   unter Mozilla FireFox entfernt
      :::                 ~ Links unter dem Menü werden nun auch halbwegs
      :::                   brauchbar im Mozilla Firefox dargestellt
      :::                   (Danke an BrutosTodesschatten)
      :::   14.04.2005  : ~ Anpassung an Version 0.68a
      :::   15.04.2005  : ~ Menühöhe nun unter allen Browsern nahezu identisch
      :::                 ~ Textboxen und DropDowns haben nun einen kleinen
      :::                   Hover-Effekt unter FireFox
      :::   19.04.2005  : ~ Anderes Hintergrundbild
      :::                   (inkl. dem Bomber von vanDyke!)
      :::                 ~ Transparenz beim Menü
      :::                   
      :::   [+] Link zur aktuellen Version direkt bei mir im IRC erfragen!
      :::   [+] Bei Darstellungsfehlern oder ähnlichem, bitte Bescheid geben!
      :::   [+] Ich habe nichts dagegen, dass dieser Skin als Vorlage für
      :::       weitere Skin's dient. Sagt mir doch aber bitte Bescheid, damit
      :::       ich eure Werke bewundern kann.
      :::   
      :::   [-] Planeten- und Gebäude-Kollektion mit Genehmigung von uio aus dem
      :::       EpicBlue-Skin übernommen.
      :::   [-] Ideen und einige Grafiken aus der neuen OGame-Startseite
      :::       übernommen (Auftrag war den Skin so ähnlich wie möglich zu
      :::       gestalten).
      :::
      :::   [~] Entwicklungszeit liegt bei ungefähr 38 Stunden.
      :::   [~] Getestet unter Internet Explorer 6, Opera und Moz. Firefox 1.0.
      :::
      :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
      */

      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken folgendes:
       :::
       :::   - Alle Texte werden "normal" (also
       :::     nicht mehr fett oder kursiv) 
       :::     angezeigt. Ausserdem werden unter
       :::     Browsern die CSS 2.0 unterstützen
       :::     auch leere Zellen vernünftig 
       :::     dargestellt.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */                      
                            
      table, table tr th, td, th, p
      { 
        font-weight          : normal;
        empty-cells          : show;
      }
      
      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Hier wird die Standard Schrift-
       :::     art und -Größe definiert.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */

      ., #, td, th, textarea, body, table, 
      table table td
      {
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
        font-size            : 10px;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Da die Bilder der OGame-Commander
       :::     Werbung viel Platz verbrauchen
       :::     werden sie hier einfach ausgeblendet.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      table tr td p a img
      {
        visibility           : hidden;
        height               : 0px;
        width                : 0px;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Die OGame-Commander Werbung bekommt
       :::     eine besondere Hintergrundfarbe
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      table tr td p
      {
        background-color     : #0E4973;
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
        font-size            : 10px;
      } 


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Allen Bildern und der so genannten
       :::     Werbeunterbrechung werden vorerst die
       :::     Rahmen entzogen. Bestimmte Objekte
       :::     bekommen später einen bestimmten
       :::     Rahmen.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      img, p table, table table, table.s th
      {
        border               : 0px;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Die Ressourcen-Namen beim Verschicken
       :::     einer Flotte werden linksbündig
       :::     dargestellt.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body form table tr th table tr th
      {
        border               : 0px;
        text-align           : left;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Definiert die Breite der Ressourcen-
       :::     Eingabefelder während des Flotten-
       :::     versands.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body form table th table input
      {
        width: 60px;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Die "max."-Links werden ebenso wie
       :::     die Menüpunkte in der Navigations-
       :::     leiste dargestellt. (Nur bei der
       :::     Resourcen-Auswahl)
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 
      
      body form table tr th table tr th a,
      body form table tr th table tr th a:visited,
      body form table tr th table tr th a:link
      {
        border               : 0px;
        text-align           : left;
        color                : #ffffff;
        text-align           : left;
        background-image     : url(img/bkd_linkoff.gif);
        background-repeat    : no-repeat;
        padding-left         : 15px;
        text-decoration      : none;
      }

      body form table tr th table tr th a:hover,
      body form table tr th table tr th a:active
      {
        border               : 0px;
        text-align           : left;
        color                : #AACCE1;
        text-align           : left;
        background-image     : url(img/bkd_linkon.gif);
        background-repeat    : no-repeat;
        padding-left         : 15px;
        text-decoration      : none;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Einstellungen für den Seiteninhalt
       :::     insgesammt.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body
      {
        color                : #ffffff;
        margin-top           : 1px;
        margin-left          : 1px;
        background-color     : #ffffff;
        background-image     : url(img/bkd_page.jpg);
        background-attachment: fixed;
        scrollbar-base-color : #ffffff;
        scrollbar-arrow-color: #ffffff;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Standard-Definition für sämtliche
       :::     TD's, INPUT's, SELECT's und 
       :::     TEXTAREA's.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      th, td.a, td.b, td.c, td.f, input, select,
      td.g, td.h, td.i, td.j, td.k, td.l, td.m,
      td.n, td.o, td.q, td.r, td.v, 
      textarea, p td, body table td p
      {
        border               : 1px #125D92 solid;
        font-size            : 10px;
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
      }
      
      input 
      {
        margin               : 2px;
      }

      td.c input 
      {
        margin               : 0px;
      }

      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Standard-Definition für sämtliche
       :::     TD's, INPUT's, SELECT's und 
       :::     TEXTAREA's.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      th, td.a, td.b, td.c, td.f, input, select,
      td.g, td.h, td.i, td.j, td.k, td.m, td.o, td.q, td.r,
      td.v, td.s, .style td, p td
      {
        background-color     : transparent;
      }

      select:hover, input:hover, textarea:hover
      {
        background-color     : transparent;
      }

      select:focus, input:focus, textarea:focus
      {
        background-color     : transparent;
      }

      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Beschreibt den kompletten linken
       :::     Frame, welcher mit der Klasse
       :::     "style" benannt wurde.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body.style
      {
        color                : #ffffff;
        margin-top           : 1px;
        margin-left          : 1px;
        background-color     : #0E4973;
        background-image     : url(img/bkd_navigation.jpg);
        background-repeat    : no-repeat;
        scrollbar-base-color : #D3D2D1;
        scrollbar-arrow-color: #ffffff; 
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
        font-size            : 10px; 
        text-align           : left;  
        width                : 172px;     
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Alle Bilder im Menü auf eine Breite
       :::     von 120 Pixel setzen (wegen der 
       :::     neuen Werbung)
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 
      
      body.style img
      {
        width                : 120px;
      }
      

      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Platz sparen in der Navigations-
       :::     leiste.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */

      body.style p
      {
        margin               : 0px;
        padding              : 0px;
        padding-left         : 27px;
        border               : 0px;
        color                : #ffffff;
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
        font-size            : 9px;
        text-align           : left;
      }
      
      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Die Logout-Seite braucht diese 
       :::     Angabe das sie wenigstens so halbwegs
       :::     in Ordnung aussieht.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */  
         
       body.style p table
      {
        width                : 113px;
        background-color     : #0E4973;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Zeichnet einen weißen doppelten
       :::     Rahmen um die Navigationsleiste und
       :::     richtet selbige etwas aus.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body.style table
      {      
        margin-bottom        : 2px;
        margin-top           : 10px;
        background-color     : transparent;
        filter               : alpha(opacity=80);
        -moz-opacity         : 0.8;
      }  
      
      body.style table td
      {      
        filter               : alpha(opacity=100);
        -moz-opacity         : 1.0;
      }

      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Firefox benötigt die folgenden 
       :::     Angaben, damit die Navigationslinks
       :::     auch so aussehen, wie sie sollen.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */

      body.style table tr td div
      {
        text-align           : left;
        width                : 100%;
        padding-bottom       : 2px;
        background-color     : transparent;
        
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Im Folgenden werden die Navigations-
       :::     links definiert
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */

      body.style table tr td div a, body.style table tr td div a:visited, 
      body.style table tr td div a:link, body.style table tr td div a:active
      {
        background-color     : transparent;
        width                : 105px;
        color                : #ffffff;
        font-size            : 10px;
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
        text-align           : left;
        padding-left         : 15px;
        background-image     : url(img/bkd_linkoff.gif);
        background-repeat    : no-repeat;
      } 

      body.style table tr td div a:hover
      {
        background-color     : transparent;
        width                : 105px;
        text-decoration      : none;
        font-size            : 10px;
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
        color                : #B4C8F7;
        text-align           : left;
        padding-left         : 15px;
        background-image     : url(img/bkd_linkon.gif);
        background-repeat    : no-repeat;
      } 
      
      body.style table tr td 
      {
        padding              : 0px;
        margin               : 0px;
        margin-top           : 2px;
      }
      
      body.style table tr td img
      {
        padding-top          : 2px;
      }

      
      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Alle Tabellenüberschriften werden
       :::     zentriert. 
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 


      th
      {
        text-align           : center;
        padding-left         : 3px;
        padding-right        : 3px;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Definition der Titelleisten.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      td.c
      {
        font-weight          : normal;
        color                : #ffffff;
        padding-left         : 3px;
        line-height          : 18px;
        height               : 22px;
        background-image     : url(img/bkd_title.gif);
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Beschreibt alle Eingabefelder,
       :::     Auswahl-Boxen und Button's.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      td.f, input, select, textarea
      {
        color                : #ffffff;
        background-color     : #0E4973;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Ändert die Breite von Textfeldern
       :::     auf 100 Prozent.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      textarea
      {
        width                : 100%;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Beschreibt einige Felder auf der
       :::     "Rohstoffproduktion"-Seite.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body form table tr td.k, body form table tr th 
      {
        vertical-align       : middle;
        text-align           : center;
        margin               : 0px;
        padding              : 0px;
        background-image     : none;
      }     


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Beschreibt den "Berechnen"-Button
       :::     auf der "Rohstoffproduktion"-Seite.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      td.k input
      {
        text-align           : center;
        color                : #ffffff;
        border               : 0px;
        margin               : 0px;
        padding              : 0px;
        height               : 20px;
        background-color     : #0E4973;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Beschreibt den rechten Block
       :::     in der Schiffswerft.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body form table tr td table tr td.k
      {
        vertical-align       : top;
        margin               : 0px;
        padding              : 0px;
        background-image     : url(img/bkd_buildmenu.gif);
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Beschreibt die Boxen bei allen 
       :::     Bau-Menüs. Leider auch die, auf 
       :::     der "Technik"-Seite.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      td.l
      {
        background-color     : #0E4973;
        color                : #EAF1FE;
        vertical-align       : top;
        padding              : 3px;
        background-image     : url(img/bkd_buildmenu.gif);
        background-repeat    : no-repeat;
        line-height          : 14px;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Beschreibt die Größe der Kolonie-
       :::     Planeten-Bildern.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      table.s th img
      {
        width                : 88px;
        height               : 88px;
      }
      
      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Beschreibt den Text unter
       :::     "Aktuelle Produktion" über der 
       :::     Bauschleife.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      div.z
      {
        font-weight          : normal;
        color                : #ffffff;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Sonstige Links
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      a
      {
        color                : #ffffff;
        text-decoration      : none;
        font-weight          : normal;
      }

      a.s, a.t
      {
        color                : #ffffff;
      }

      a:hover
      {
        color                : #E6EEFE;
        text-decoration      : underline;
      }
      
      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Regelt die "Ausbau auf Stufe 00"
       :::     Anzeige
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body table tr td table tr td.l
      {
        line-height          : 15px;
        background-color     : #0E4973;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Regelt die "00:00:00 Abbrechen"
       :::     Anzeige
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body table tr td table tr td.k
      {
        vertical-align       : top;
        background-image     : url(img/bkd_buildmenu.gif);
        padding-top          : 2px;
        line-height          : 16px;
      }

      body table tr td table tr td.k div.z
      {
        padding-top          : 2px;
        line-height          : 16px;
        text-align           : center;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Gewährt dem linken Navigationsframe
       :::     etwas Abstand nach oben.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      .style
      {
        margin-top           : 15px;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Hier wird die Farbe für die Zwischen-
       :::     räume zwischen den Navigations-
       :::     links definiert.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      /* Übersichtschrift */

th	{
	text-align           : center;
	padding-left         : 3px;
	padding-right        : 3px;
	background-color: #0E4973;
      border: 1px outset #989694;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;    
}

td	{
	background-color: transparent;
}

td.a	{
	height:37px;
	text-align:center
}

td.b{
	font-weight:bold;
	background-color: #0E4973;
	padding     : 3px;
	border: 1px outset #C77575;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
}

td.c{
	font-weight:bold;
	text-align:center;
	background-image: url('./images/header.gif');
        background-repeat: repeat-x;
	color:#ffffff
}


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Definiert die Navigationslinks im
       :::     Allgemeinen.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      .style p table tr td div a
      {
        padding-left         : 15px;
        border               : 0px;
        font-size            : 10px;
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
        text-decoration      : none;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Definiert die Navigationslinks im
       :::     Detail.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      .style p table tr td div a,
      .style p table tr td div a:link,
      .style p table tr td div a:visited
      {
        height               : 100%;
        width                : 100%;
        color                : #ffffff;
        text-align           : left;
        background-image     : url(img/bkd_linkoff.gif);
        background-repeat    : no-repeat;
        border               : 0px;
      }

      .style p table tr td div a:hover,
      .style p table tr td div a:active
      {
        background-color     : transparent;
        height               : 100%;
        width                : 100%;
        color                : #B4C8F7;
        text-align           : left;
        background-image     : url(img/bkd_linkon.gif);
        background-repeat    : no-repeat;
        border               : 0px;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Lässt die Anzeige oben rechts
       :::     verschwinden.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      h1
      {
        font-size            : 1px;
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
        text-align           : right;
        visibility           : hidden;
      }


      /*
       :::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Metall/Kristall/Deuterium-Anzeig.
       :::   - Alle Texte die sich direkt im "Body"
       :::     befinden
       :::   - Detailseiten von Forschungen/Gebäuden
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */ 

      body, body table tr td table tr td,
      body table tr th table tr td
      {
        font-family          : Verdana, Tahoma, Helvetica, sans-serif;
        font-size            : 10px;
        vertical-align       : top;
      }
/*-------------------------------------------------------------------------*/
/*-------------------------------Ajout 0.71-------------------------------*/
/*-----------------------------------------------------------------------*/
.flight .owntransport /*transport aller*/
{
color: #00ff00;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.flight .owntransport a:link
{
color : #83FB83;
}
.flight .owntransport a:visited
{
color : #BBFCBB;
}

.return .owntransport /*transport retour*/
{
color: #00B400; 
font-family: arial; 
font-size: 11px; 
font-weight: normal;
}

.return .owntransport a:link
{
color : #00B400;
font-weight: normal;
}
.return .owntransport a:visited
{
color : #00B400;
font-weight: normal;
}

.transport /*transport subit*/
{
color: #ffff00; 
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
}

.flight .ownattack /*attaque aller*/
{
color:#FBB0B0;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.flight .ownattack a:link
{
color:#FBB0B0;
}
.flight .ownattack a:visited
{
color:#FBB0B0;
}

.return .ownattack /*attaque retour*/
{
color: rgb(210,169,169);
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.return .ownattack a:link
{
color : rgb(210,169,169);
font-weight: normal;
}
.return .ownattack a:visited
{
color : rgb(210,169,169);
font-weight: normal;
}

.attack /*attaque subi*/
{
color: rgb(255,0,0);
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: blink;
}

.flight .ownespionage /*espionnage aller*/
{
color: rgb(255,128,0);
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.flight .ownespionage a:link
{
color : rgb(255,128,0);
}
.flight .ownespionage a:visited
{
color : rgb(255,128,0);
}

.return .ownespionage  /*espionnage retour*/
{
color: rgb(254,105,5);
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.return .ownespionage a:link
{
color : rgb(254,105,5);
font-weight: normal;
}
.return .ownespionage a:visited
{
color : rgb(254,105,5);
font-weight: normal;
}

.espionage /*espionnage subit*/
{
color: #ff0000;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: bold;
}

.flight .ownharvest /*exploiter aller*/
{
color: #00E4FF;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.flight .ownharvest a:link
{
color : #00E4FF;
}
.flight .ownharvest a:visited
{
color : #00E4FF;
}

.return .ownharvest /*exploiter retour*/
{
color: rgb(1,166,243);
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.return .ownharvest a:link
{
color : rgb(1,166,243);
font-weight: normal;
}
.return .ownharvest a:visited
{
color : rgb(1,166,243);
font-weight: normal;
}

.flight .owndeploy/*stationner aller*/
{
color: #b45df7;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.flight .owndeploy a:link
{
color: #b45df7;
}
.flight .owndeploy a:visited
{
color: #b45df7;
}

.return .owndeploy /*stationner retour*/
{
color: rgb(100,0,100);
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.return .owndeploy a:link
{
color: rgb(100,0,100);
font-weight: normal;
}
.return .owndeploy a:visited
{
color: rgb(100,0,100);
font-weight: normal;
}

.flight .owncolony /* colonisation aller */
{
color: rgb(167,167,167);
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.flight .owncolony a:link
{
color: rgb(167,167,167);
}
.flight .owncolony a:visited
{
color: rgb(167,167,167);
}

.return .owncolony /* colonisation retour */
{
color: rgb(110,110,110);
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.return .owncolony a:link
{
color: rgb(110,110,110);
font-weight: normal;
}
.return .owncolony a:visited
{
color: rgb(110,110,110);
font-weight: normal;
}

.flight .owndestroy /* EDLM détruire aller */
{
color: #0096ff;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: blink;
}

.return .owndestroy /* EDLM détruire retour */
{
color: #0096ff;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: bold;
font-weight: normal;
}

.destroy /* EDLM détruire subit */
{
color: #ff0000;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: blink;
}

.ownmissile /* Attaque de missile*/
{
color: #CC3300;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
}

/*-------------------------------------------------------------------------
*/
/*-------------------------------Ajout 0.72--------------------------*/
/*-----------------------------------------------------------------------*/

.inactive /* Joueur inactif de puis 7 jours */
{ 
color: #FE962E;
}

.longinactive /* Joueur inactif depuis 28 jours*/
{ 
color: #DE5901;
}

.banned /* Joueur banni*/
{
color: #000066;
text-decoration: line-through;
}

.vacation /* Joueur en Vacance*/
{ 
color: skyblue;
}

.allymember /* Membre de l'alliance*/
{ 
color: #FCF905;
}

.noob /* Joueur Faible*/
{ 
color: #a0ffa0;
}

.strong /* Joueur Fort*/
{ 
color: #ffa0a0;
}



