/* Ausgabeformatierung für die detaillierte Spielerbeschreibung in show_details.htm */
/* Graph */
div.graph {
  height: 10px;
  background-color: #086BF7;
}

/* Überschrift der Details-Seite */
div.title {
  padding: 2px;
  border-bottom: 1px solid #2B2B2B;
  font-weight: bold;
}

/* Die ausscrollbaren Hero/Unit/Build-Order-Informationen */
div.additional {
  border-left: 2px solid #3B3B3B;
  padding: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 20px;
  display: none;
}

/* Sektionen Details und Kommentare (zuständig fürs 1. Einrücken) */
div.section {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 25px;
  border-bottom: 1px solid #424242;
}

/* Ebenfalls zuständig fürs Einrücken */
div.details {
  margin-left: 26px;
  border-left: 2px solid #2B2B2B;
  padding: 3px;
}

a.Rot:link		{ text-decoration:none; color:#D93636; }
a.Rot:visited	{ text-decoration:none; color:#D93636; }
a.Rot:hover		{ text-decoration:underline; color:#D93636; }

a.Blau:link		{ text-decoration: none; color : #608FBF; }
a.Blau:visited	{ text-decoration: none; color : #608FBF; }
a.Blau:hover	{ text-decoration: underline; color : #608FBF; }

a.Türkis:link	{ text-decoration: none; color : #60BFA9; }
a.Türkis:visited{ text-decoration: none; color : #60BFA9; }
a.Türkis:hover	{ text-decoration: underline; color : #60BFA9; }

a.Lila:link		{ text-decoration: none; color : #9B60BF; }
a.Lila:visited	{ text-decoration: none; color : #9B60BF; }
a.Lila:hover	{ text-decoration: underline; color : #9B60BF; }

a.Gelb:link		{ text-decoration: none; color : #E4E573; }
a.Gelb:visited	{ text-decoration: none; color : #E4E573; }
a.Gelb:hover	{ text-decoration: underline; color : #E4E573; }

a.Orange:link	{ text-decoration: none; color : #CC8029; }
a.Orange:visited{ text-decoration: none; color : #CC8029; }
a.Orange:hover	{ text-decoration: underline; color : #CC8029; }

a.Grün:link		{ text-decoration: none; color : #86E573; }
a.Grün:visited	{ text-decoration: none; color : #86E573; }
a.Grün:hover	{ text-decoration: underline; color : #86E573; }

a.Rosa:link		{ text-decoration: none; color : #D96CB1; }
a.Rosa:visited	{ text-decoration: none; color : #D96CB1; }
a.Rosa:hover	{ text-decoration: underline; color : #D96CB1; }

a.Grau:link		{ text-decoration: none; color : #BFBFBF; }
a.Grau:visited	{ text-decoration: none; color : #BFBFBF; }
a.Grau:hover	{ text-decoration: underline; color : #BFBFBF; }

a.Hellblau:link		{ text-decoration: none; color : #79C2F2; }
a.Hellblau:visited	{ text-decoration: none; color : #79C2F2; }
a.Hellblau:hover	{ text-decoration: underline; color : #79C2F2; }

a.Dunkelgrün:link	{ text-decoration: none; color : #59B365; }
a.Dunkelgrün:visited{ text-decoration: none; color : #59B365; }
a.Dunkelgrün:hover	{text-decoration: underline; color : #59B365; }

a.Braun:link	{ text-decoration: none; color : #BF8F60; }
a.Braun:visited { text-decoration: none; color : #BF8F60; }
a.Braun:hover	{ text-decoration: underline; color : #BF8F60; }

TABLE.expOutline{ border-style: solid; border-width: 1px; border-color: #5A5D5A; background-color:#000000;}
#rankingParent	{ position: relative; height: 1px; width: 70px; }
#rankingChild	{ position: absolute; left: 30px; top: 2px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; 
					COLOR: #ffffff; FONT-FAMILY: arial,helvetica,sans-serif; }
#rankingChild2	{ position: absolute; left: 30px; top: 2px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; 
					COLOR: #333333; FONT-FAMILY: arial,helvetica,sans-serif; }


