/***

LZRoster: A roster for World of Warcraft.
Copyright (C) 2007  Emmanuel Cron

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

***/

body
{
	background-color: #101110;
	color: #efeeef;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

h1
{
	display: none;
}

h2
{
	color: #ff9900
}

h3
{
	color: #ffb019;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

a
{
	color: #ffb019;
}

img
{
	border: none;
}

fieldset
{
	margin-bottom: 20px;
}

label
{
	font-variant: small-caps;
	font-weight: bold;
	float: left;
	margin-right: 8px;
	text-align: right;
	width: 200px;
}

input
{
	background-image: url('../img/input.gif');
	border: 2px solid #ffb019;
	color: #ffb019;
	font-family: "Arial", "Helvetica", sans-serif;
	margin-bottom: 2px;
	width: 201px;
}

select
{
	background-color: #193141;
	border: 2px solid #ffb019;
	color: #ffb019;
	font-family: "Arial", "Helvetica", sans-serif;
	margin-bottom: 2px;
	width: 205px;
}

p#c_language_connected
{
	float: left;
	margin: 0px;
}

p#c_language_connected span
{
	color: #ffb019;
}

p#c_language
{
	float: right;
	margin: 0px;
}

p#c_language img
{
	vertical-align: middle;
}

p#head
{
	clear: both;
	font-size: 10px;
	text-align: center;
}

p#hmenu
{
	text-align: center;
}

p#hmenu img
{
	vertical-align: middle;
}

p#foot
{
	font-size: 10px;
	text-align: center;
}

li.statusItemERR
{
	color: red;
}

li.statusItemOK
{
	color: green;
}