
/*	Overview styles */

div#overview {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 595px;
	background: url('images/insights_bg.png') repeat ; 
	float: left;
}

div#overview h4, div#overview h4 a {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 148px;
	height: 25px;
	border-bottom: none;
	font: normal 17px/18px 'Calibri', 'Myriad', 'Tahoma', 'Verdana', sans-serif;
	color: #fff;
	text-decoration: none;
}

div#overview h5 {
	margin: 0px 0px 0px 0px;
	padding: 20px 15px 65px 15px;
	width: 118px;
	font: normal 14px/18px 'Calibri', 'Myriad', 'Tahoma', 'Verdana', sans-serif;
	text-decoration: none;
}


/*	Agenda styles */

div#agenda {
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 148px;
	float: left;
	text-align: center;
}

div#agenda h4 {
	background: url('images/insights_bg_agenda.png') no-repeat top ; 
}

div#agenda h5 {
	background: url('images/insights_bg_agenda.png') no-repeat bottom ; 
	color: #096c87;
}

/*	Speakers styles */

div#speakers {
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 148px;
	float: left;
	text-align: center;
}

div#speakers h4 {
	background: url('images/insights_bg_speakers.png') no-repeat top ; 
}

div#speakers h5 {
	background: url('images/insights_bg_speakers.png') no-repeat bottom ; 
	color: #3d6603;
}

/*	Location styles */

div#location {
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 148px;
	float: left;
	text-align: center;
}

div#location h4 {
	background: url('images/insights_bg_location.png') no-repeat top ; 
}

div#location h5 {
	background: url('images/insights_bg_location.png') no-repeat bottom ; 
	color: #3c5680;
}

/*	Registration styles */

div#registration {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 148px;
	float: left;
	text-align: center;
}

div#registration h4 {
	background: url('images/insights_bg_registration.png') no-repeat top ; 
}

div#registration h5 {
	background: url('images/insights_bg_registration.png') no-repeat bottom ; 
	color: #3d6603;
}

/*	Agenda styles */

td.breakoutsession {
	background: url('images/insights_bg_agenda_breakout.png') repeat-x top ; 
}

td.meal {
	background: url('images/insights_bg_agenda_meal.png') repeat-x top ; 
}

td.generalsession {
	background: url('images/insights_bg_agenda_general.png') repeat-x top ;  
}

td.handson {
	background: url('images/insights_bg_agenda_handson.png') repeat-x top ;  
}

td.handson a {
	color: #333;
	}
	
td.handsonmeal {
	background: url('images/insights_bg_agenda_handsonmeal.png') repeat-x top ;  
}

table colgroup#insights_handsontraining col#column1 {
	width: 300px;
	}
	
table colgroup#insights_handsontraining col#column2 {
	width: 100px;
	}

