/**
 * $Id: mod_ete_style.css 94 2010-02-22 15:32:39Z kapsl $
 * @copyright (C) 2007 - 2009 Manuel Kaspar
 * @license GNU/GPL, see LICENSE.php in the installation package
 * This file is part of Event Table Edit Last Entry
 *
 * Event Table Edit Last Entry 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.

 * Event Table Edit Last Entry 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 Event Table Edit. If not, see <http://www.gnu.org/licenses/>.
 */

#modete_head {
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#modete_body {
	float: left;
	clear: both;
}

#modete_itemset {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

#modete_item {
	float: left;
	clear: both;
	font-size: 11px;
}

#modete_ithead {
	font-style: italic;
	font-weight: bold;
}

#mod_etelastentry {
	width: 100%;
	float: left;
}