/* 
    Document   : color
    Created on : 08-jul-2009, 16:17:21
    Author     : laurent meganck
    Description:
        color scheme for search and details
*/

div.content{ color: #154678; }
	div.content h1.title{ color: #638ab4; border-color: #999; }
	div.content a{ color: #73740E; }
	div.content a:hover{ color: #154678; }

	div.content div.result_box{ }
		div.content div.result_box p.result{ background: url('images/button.jpg') no-repeat 0 5px; }

		div.details div.contacts{}
			div.contacts p.label{ color: #73740E; background: url('images/button.jpg') no-repeat center left; }

#event_dates{ background-color: #e5e5e5; border-color: #999; }
	#event_dates div.date_block{ background-color: #FFF; border-color: #999; }
		#event_dates div.date_block h3.event_date{}
		#event_dates div.date_block div.short{}
			#event_dates div.date_block div.short span.session_time{}
			#event_dates div.date_block div.short span.session_title{}
			#event_dates div.date_block div.short a.unfold{}
		#event_dates div.date_block div.details{ margin-bottom: 10px; }
			#event_dates div.date_block div.details p.description{}
			#event_dates div.date_block div.details h4.session_title{}
			#event_dates div.date_block div.details p.location{}
			#event_dates div.date_block div.details div.speaker{}
				#event_dates div.date_block div.details div.speaker span.name{}
				#event_dates div.date_block div.details div.speaker span.organisation{}