/*
** events.css 
** CSS - handles the layout grid
** Author: Steve TANGUE
** Date: 15.10.08
** Last edited: 15.10.08
*/





/* center content banner featuredadvertorialr */
div#center_content_banner_featured_advertorial
{
	width: 695px;	
	height: 200px;
	float: left;
	background-color: #f4f4f4;
	background-image:url(../img/events/events_banner_img.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

div#browse_category_bg
{
	margin-top: 0;
	background-image:url(../img/events/events_browse_bg.jpg);
}

div.banner_img_title
{
	color: #ffffff;
	font-size: 18px;
	float: left;
	margin-top: 158px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.other_featured_events
{
	width: 151px; 
	height: 113px;
	margin-top: 10px;
	margin-left: 11px;
	background-image:url(../img/events/featured_events_bg.jpg);
	background-repeat:no-repeat;
	background-position: top;
	float: left;
	padding: 5px;
}


div.other_featured_events:hover
{
	background-image:url(../img/events/featured_events_bg_over.jpg);
}

div.other_featured_events a img
{
	width: 150px;
	height: auto;	
}



div.other_featured_events a
{
	color: #ACC5E5;
	font-size: 10px;
	font-weight: bold;
	display: block;

}
div.other_featured_events p
{
	margin-top: 4px;
	font-size: 9px;
	line-height: 1.3em;
	position: relative;
	color: #fff;
}

a.other_featured_event_title
{
	margin-top: 6px;
	width: auto;
	height:auto;
}


/* conferences and events listing */
div.event_listing_wrapper
{
	width: 650px;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

div.event_title
{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	font-size: 11px;
}

div.event_description
{
	float: left;
	width: 100%;
	color: #666666;
	font-size: 10px;
	margin-bottom: 10px;
}

div.featured_advertorial_more_link
{
	width: auto;
	float: left;
}

div.event_image
{
	background-image:url(../img/suppliers/listing_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 74px;
	height: 54px;
	padding: 8px;
	margin-right: 15px;
	text-align: center;
}

div.event_schedule
{
	float: left;
	width: 428px;
	height: 68px;
	background-image:url(../img/events/event_schedule_bg.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
}

div.event_schedule_wrapper_left
{
	width: 70px;
	text-align: right;
	float: left;
	margin-left: 10px;
}
div.event_schedule_wrapper_right
{
	width:180px;
	float: left;
	margin-left: 20px;
}

div.event_schedule_wrapper_left span
{
	width: 60px;
	float: left;
	padding: 6px;
	margin-bottom: 2px;
}
div.event_schedule_wrapper_right span
{
	width: 350px;
	float: left;
	padding: 6px;
	margin-bottom: 2px;
}
* html div.event_schedule_wrapper_right span
{
	width: 300px;
	float: left;
	padding: 6px;
	margin-bottom: 2px;
	position:relative;
}

input#toDate
{
	margin-left: 10px;
	margin-right: 15px;
}



/* end of file */

