/**
 * @version 1.0 $Id: mod_eventlist_wide.css 803 2008-10-21 19:12:52Z 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#elmodulewide {
	width: 100%;
	height: 100%;
	margin-top: 27px;
}

div#elmodulewide .eventset {
	width: 100%;
}

div#elmodulewide .event-image-cell {
	margin: 0px;
	padding: 0px;
    vertical-align:top;
}

div#elmodulewide .venue-image-cell {
	margin: 0px;
	padding: 0px;
}

div#elmodulewide .image-preview {
	border: 1px solid #CCCCCC;
	margin: 1px;
	padding: 2px;
	background-color: #ffffff;
}

div#elmodulewide span.event-title {
	margin: 0 0px 0 10px;
	padding: 0px;
	font-size: larger;
	font-weight: bold;
	display: block;
text-decoration: none;
}


div#elmodulewide span.date {

	margin: 0 0 0 10px;
	padding: 0px 2px 0px 0px;
	display: block;
    line-height: 100%;
}

div#elmodulewide span.loc {
    font-size:smaller;
	margin: 0 0 0 10px;
	padding: 0px 2px 5px 0px;
	display: block;
    line-height: 100%;
}
.bingocellbig {
	height: 80px;
	padding: 10px 0px 0px 10px;
	line-height: 100%;
	font-size: 200%;
	font-weight:bold;
    text-decoration: blink;
}

.bingocellsmall {
	height: 50px;
	padding: 5px 0px 0px 20px;
	line-height: 100%;
	letter-spacing: 4px;
	font-size: 150%;
	font-weight:bold;
    text-decoration: blink;

}
