/*
 * Agenda styles
 */
.agendaPart{
	width: 90%;
	margin: 0px 5%;
	border: none;
	clear: left;
}

.agendaPart .agendaCaption{
	background-color: #f2f2f2;
	color: #525254;
	width: 100%;
	line-height: 1.5em;
}

.agendaPart .agendaCaption img{
	margin: 0.1em 0.5em;
}

.agendaPart ul{
	list-style: none;
	margin: 0px;
	padding-left: 1em;
}

.agendaPart .agendaPoint{
	margin: 0px;
	padding-top: 10px;
	clear: left;
}

.agendaPoint .adminPrivs, .agendaPoint .agendaDate, .agendaPoint .agendaParticipants, .agendaPoint .agendaText{
	float: left;
}

.agendaPoint .adminPrivs{
	margin-right: 0.7em;
}

.agendaPoint .agendaDate{
	font-size: 10pt;
	width: 11em;
}

.agendaPoint .agendaParticipants, .frontPageAgenda .agendaParticipants{
	font-size: 10pt;
	color: #dfa00d;
	width: 10em;
}

.agendaPoint .agendaText{
	
}

.agendaPart .pastEntry{
	color: #bbb;
}
 
/*
 * Front page agenda styles
 */
.frontPageAgenda{
	clear: left;
	width: 550px;
	text-align: left;
	margin: 0px 1em;
	border: none;
}

.frontPageAgenda .caption{
	text-align: left;
	color: #f3b724;
	background-color: transparent;
	font-size: 14pt;
	border-bottom: 1px dotted #888;
	margin: 0px;
	padding: 0px 1em 0.5em 1em;
}

.frontPageAgenda .caption img{
	margin-left: 300px;
}

.frontPageAgenda #dottedLine{
	background-image: url(images/voorpagina_agenda_dottedline.png);
}

.frontPageAgenda ul{
	list-style: none;
	margin: 0px;
	padding-left: 1em;
}

.frontPageAgenda .agendaPoint{
	clear: left;
	padding-top: 7px;
}

.frontPageAgenda .dateTime, .frontPageAgenda .event{
	float: left;
}

.frontPageAgenda .dateTime{
	width: 9em;
}
 
 /*
#frontPageAgenda{
/* 	border: 1px solid black; *//*
	width: 550px;
	text-align: left;
	margin: 10px;
	margin-left: 20px;
}

#frontPageAgenda caption{
	text-align: left;
	color: #f3b724;
	background-color: transparent;
	font-size: 14pt;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #888;
}

#

#frontPageAgenda .dateTime{
	color: #777;
/* 	border: 1px solid black; *//*
	
	padding-top: 10px;
	vertical-align: top;
}

#frontPageAgenda .event{
/* 	color: #202080; *//*
	padding-left: 5%;
	text-align: left;
	padding-top: 10px;
	vertical-align: top;
/* 	border: 1px solid black; *//*
}*/

