@charset "utf-8";
/*
	Battle Generator Style
	Michael Laumer
*/
body		{ font-family: serif;
					font-size: 1em;
}

html		{	height: 100%;
					padding-bottom: 1px;
}

h1 			{ font-family: Impact, Nimbus Sans L;
					font-size: 3em;
					letter-spacing: 0.2em;
					color: #FFFF11;
					background-color: #FF5511;
					width: 100%;
}

hr			{ color: silver;}

.h_eins 	{	color: #FFFF11;
}

table		{	background-color: #999999;
					width: 100%;
					text-align: left;
}

tfoot, thead	{	text-align: center;
								font-weight: bold;
}

a 			{	text-decoration:none;
					color: black;
}

a.tournamentHistory					{	text-decoration:underline; }
a.tournamentHistory:hover		{	color: red; }

a.ee	{	cursor:text;
}
		
.me			{ position: absolute;
					font-size: 0.3em;
					letter-spacing: 0em;
					color: #FFAA11;
					vertical-align: top;
}

.help			{ font-family: Impact;
						font-size: 0.3em;
						letter-spacing: 0em;
						color: #FFAA11;
						vertical-align: top;
}

.main		{	width: 100%;
}

.content	{	width: 920px;
						background-color: #EEEEEE;
}

.generator	{	background-color: #CCCCCC;
							padding: 5px;
}

.bout		{	background-color: #DDDDDD;
}

.winner	{	background-color: #FF5511;
}

.pause	{	text-align: center;
					background-color: #EEEEEE;
}

.disqualified	{	text-align: center;
					background-color: #EEEEEE;
}

.round	{	background-color: #BBBBFF;
					text-align: left;
}

.fightersum	{	text-align-center;
							background-color: #BBBBFF;
}

.valid		{	position: absolute;
}

.copyhint	{	padding-top: 5px;
						padding-bottom: 2px;
}

.even			{	background-color: #EEEEEE;
						text-align: center;
}

.even td	{	font-weight: bold;
}

.odd			{	background-color: #CCCCCC;
						text-align: center;
}

.odd td		{	font-weight: bold;
}

.tournaments			{	background-color: #CCCCCC;
}

.tournamentDate	{	text-align: right;
}
