/*
Title:		Agenda stylesheet appendix
File: 		inc/style_agenda.css
Version: 	v2.00
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* The table containing the events overview */
table#events_table {
   width: 100%;
   empty-cells: show;
}

table#events_table th {
	text-align: left;
	color: #ff9933;
	font-weight: bold;
	font-size: 12px;
}

table#events_table td {	
	vertical-align: top;
}

table#events_table td h3 {	
	margin-top:0px;
	margin-bottom: 2px;
}

table#events_table td p {	
	margin: 0px;
	color: #006699;
	font-size: 12px;
}

hr.event_spacer {	
 	border-top: 1px solid #ff9933;
 	border-bottom: 0px solid #ffffff;
	color: #ff9933;
	margin: 10px 0px 10px;
	height: 1px;
}

.events_date_column {
 	width: 100px;
}

