/**
 * Copyright 2009, 2010 AEGEE-Europe
 *
 * This file is part of AEGEE-Europe Online Membership System.
 *
 * AEGEE-Europe Online Membership System 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 3 of the License, or (at your option) any later version.
 *
 * AEGEE-Europe Online Membership System 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 AEGEE-Europe Online Membership System.  If not, see
 * <http://www.gnu.org/licenses/>.
 */

.logdebug {
	font-size: medium;
	color: #000;
	background-color: #CCC;
	margin: 10pt;
}

.loginfo {
	font-size: medium;
	color: #000;
	background-color: #6F6;
	margin: 10pt;
}

.logwarn {
	font-size: medium;
	color: #000;
	background-color: #FF6;
	margin: 10pt;
}

.logerror {
	font-size: medium;
	color: #000;
	background-color: #F66;
	margin: 10pt;
}

.ok {
	color: #0A0;
}

.info {
	color: #AA0;
}

.error {
	color: #F00;
	font-weight: bold;
}

.explain {
	font-size: x-small;
}

H1 {
	font-size: large;
}

H2 {
	font-size: large;
	font-style: italic;
}

TH {
	background-color: lightgreen;
}

TR.odd {
	background-color: #DDD;
}

TR.even {
	background-color: #AAA;
}

.form TH {
	background-color: transparent;
}

.compulsory {
	color: #F00;
}

.disabled {
	color: #6E6E6E;
	background-color: #DDD;
}
