/**
 * @version 0.9 $Id: mod_eventlist_wide.css 611 2008-04-11 13:56:07Z schlu $
 * @package Joomla
 * @subpackage EventList
 * @copyright (C) 2005 - 2007 Christoph Lukes
 * @license GNU/GPL, see LICENCE.php
 * EventList is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License 2
 * as published by the Free Software Foundation.

 * EventList 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 EventList; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 **/
 
div#agenda_holder {
	width: auto;
	height:auto;
}

div#agenda_holder h2.agenda_title{
	margin:0px;
}

div#agenda_holder .agenda_item_holder{
	border-bottom:#999999 1px dashed;
	float:left;	
	display:block;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
}

div#agenda_holder .event-image-cell {
	width:100px;
	float:left;
}

div#agenda_holder .event-image-cell img{
	float:left;
	height: 50px;
	border: 1px solid #CCCCCC;
	margin:0px;

}

div#agenda_holder .event-image-cell a{
	float:left;
	margin-right:20px;
	border: 1px solid #CCCCCC;
	background-color: white;
	padding:6px;
	margin: 3px;
	
}
div#agenda_holder .agenda_info{
	padding:2px;
	margin:auto 0;
	display:block;
	width:440px;

}

div#agenda_holder .agenda_info .event-title a{
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	padding: 0;
	padding-bottom:5px;
}


div#agenda_holder .agenda_info .category{
	color: #999;
	padding-top:5px;

}

.category_Club{


}
