/**
 * @version		$Id$
 * @author		Joomseller Admin
 * @package		Joomla!
 * @subpackage	Events Booking
 * @copyright	Copyright (C) 2008 - 2011 by Joomseller Solutions. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL version 3
 */
 
.headline {
	font-weight: bold;
	width: 100%;
}

.headline span {
	width: 50%;
}

.headline span.r-link {
	text-align: right;
}

.jse-listing .sectiontableentry2 {
/*    border-bottom: 1px solid #cdcdcd;
	background-color: #DDDDDD; 
*/
    padding: 0px 4px;
}
.jse-listing .sectiontableentry1 {
/*	border-bottom: 1px solid #c0c0c0;
	background-color: #FFFFFF;
*/
    padding: 0px 4px;
}
.jse-listing .sectiontableentry2:hover, .jse-listing .sectiontableentry1:hover {
	background-color: #e8e8e8;
    padding: 0px 4px;
}
.jse-listing a.mod_eb_events_a{
    color: #333333;
    text-decoration: none;
	background:  none repeat scroll 0 0 transparent !important;
}
.jse-listing a.mod_eb_events_a:hover, .jse-listing a.mod_eb_events_a:focus {
    color: #333333 !important;
    text-decoration: underline;
	background:  none repeat scroll 0 0 transparent !important;
}
/*
.jse-listing img {
	width: 100% !important;
}
*/

/*@media screen and (min-width: 581px){
    .jse-listing .eve5, .jse-listing .eve6, .jse-listing .eve7{ display:none;}
}*/