/**
 * @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%;
	/* background-color: #5cff41;
	 onderstaande gewijzigd */

}

/*
div#elmodulewide a:link, div#elmodulewide a:visited {
text-decoration:none;
color:#CF2039;
/* color:#fff; weggehaald*/

/*} 


div#elmodulewide a:hover {
text-decoration:underline;
color:#6CA1EA;
} */

.test_event{/*background-color: #FFFFFF;*/}

div#elmodulewide .eventset {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	/* border-bottom: 1px dotted silver; */
}

div#elmodulewide span.event-title {
	padding-left: 10px;
	background: url(img/bol.png) no-repeat; 
	color:#CF2039;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	/*font-size: smaller; */
}

div#elmodulewide span.event-title a:link, div#elmodulewide span.event-title a:visited {
text-decoration:none;
color:#CF2039;
/* color:#fff; weggehaald*/
}

div#elmodulewide span.event-title a:hover {
text-decoration:underline;
}

div#elmodulewide span.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/* padding-left: 20px;*/
	
	color:#000000;
	/* background: url(img/time.png) no-repeat; */
	padding-top: 2px;
}

div#elmodulewide span.date {
	/*padding-left: 20px;
	background-color: #CCFFFF;*/
	/* background: url(img/date.png) no-repeat; 
	padding-top: 2px;*/
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bolder;
}

div#elmodulewide span.category {
	text-align: right;
	/*padding-left: 18px;
	background: url(img/logo_bewerkt_mini.gif) no-repeat; */
	color: #1C820A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	/* font-size: smaller; */
}

div#elmodulewide span.category a:link, div#elmodulewide span.category a:visited {
text-decoration:none;
text-align: right;
color:#1C820A;
/* color:#fff; weggehaald*/
}

div#elmodulewide span.category a:hover {
text-decoration:underline;
}



div#elmodulewide span.venue-title {
	position: relative;
/*	padding-left: 17px;
	background: url(img/building.png) no-repeat; 
	font-size: smaller; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

div#elmodulewide .event-image-cell {
}

div#elmodulewide .venue-image-cell {
}

div#elmodulewide .image-preview {
	height: 35px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: white;
	margin: 3px;
}
