/* Version: $Id: styles.css.php 55 2007-03-24 01:04:28Z kaffee $ */
body {
	background-color: #555555;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
}

body, tr, td, th, div, fieldset, legend, textarea, a, input, h1, h2, h3, h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* mittelgroßes eingabefeld: news, raid kommentare, allianz beschreibung etc. */
textarea.mediumedit {
	height:200px; 
	width:300px; 
	color: black;
	border-top-style: groove; 
	border-right-style: groove; 
	border-left-style: groove; 
	border-bottom-style: groove;
}

image, img{ border:none;
 filter:Alpha(opacity=100);
	opacity:100%;
}

th {
	color: Black;
	background-color: #757575;
}

/* wird verwendet für leerzeilen oder admin zellen welche keinen bg haben sollen */
td.dummy { background-color: #555555; }

/* wird verwendet für die einzelnen status der raid events in der raid event liste */
.raidorgaopen    { color: black;  }
.raidorgaclosed  { color: red;  }
.raidorgaplanned { font-weight: bold; color: #CC9900; }

/* 2 verschiedene styles zum highlighten von zeilen, zellen oder anderem kram, sollte immer heller als der background sein */
.selected a:link,
.selected a:visited,
.selected a:active,
.selected { 
	color: black;
  background-color: #D0BEB2;
}

.selected2 a:link,
.selected2 a:visited,
.selected2 a:active,
.selected2 { 
  color: black;
  background-color: #929292;
}

/* wird als zeilen highlight in der spielerliste eines raid events benutzt */
.raidorgaspieler{
	color: black;
  background-color: white;
}

/* Farben für die WoW Klassen */
.classDruid   { color:#A69D91; } .classDruidBackground   { background-color:#CA9164; }
.classHunter  { color:#FFC835; } .classHunterBackground  { background-color:#BCBAAF; }
.classMage    { color:#E11C14; } .classMageBackground    { background-color:#A1B8BF; }
.classPaladin { color:#B5BDB0; } .classPaladinBackground { background-color:#CBAAB3; }
.classPries   { color:#48CBBD; } .classPriesBackground   { background-color:#F6F4EF; }
.classRogue   { color:#C3EB88; } .classRogueBackground   { background-color:#F4E4C0; }
.classShaman  { color:#7B480C; } .classShamanBackground  { background-color:#67797B; }
.classWarlock { color:#A07AAD; } .classWarlockBackground { background-color:#797686; }
.classWarrior { color:#3C77B3; } .classWarriorBackground { background-color:#A38F76; }
 
h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 12px;
}

form {
  margin:0px;
  padding:0px;
}
	
fieldset {
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #777;
}

/* title wird benutzt für portlet titel und andere "titel" */
legend, .title {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

legend {
	border: 1px solid #999;
	vertical-align: middle;
	background-color: #aaa;
	border-right: 2px solid #999;
	border-bottom: 2px solid #555;
}

#HeaderBorder{
	padding: 10px;
}

#ContentBorder{
  padding: 10px;
}

a:link,
a:visited,
a:active
{
  padding: 0px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  background-color: transparent;
  text-decoration: underline;
}

#copyright{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  white-space: nowrap;
  border: 0;
}

.background1{
	background-color: #B1B1B1;
}

/* wird für eine standard message benutzt, hauptsächlich in standard_information_message.tpl */
#infomessage{
	margin: 0px;
  padding: 5px;
  border: 1px solid #515173;
  color: black;
  background-color: #B1B1B1;
  text-decoration: none;
  display: block;
}

#infomessage a:link,
#infomessage a:visited,
#infomessage a:active,
#infomessage a:hover
{
  padding: 2px;
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

/* Das Navigations Menu */
#menu
{
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
}

#menu a:link,
#menu a:visited,
#menu a:active
{
  margin: 1px;
  padding: 2px;
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#menu a:hover
{
  margin: 1px;
  padding: 2px;
  color: #cccccc;
  background-color: transparent;
  text-decoration: none;
}

#menu .title {
  margin: 1px;
  padding: 2px;
  color: black;
  background-color: transparent;
  text-decoration: none;
}
