.event {
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 8px;
	position: relative;
}

.event .lb, .upcomming-event .lb {
	width: 10px;
	height: 10px;
	top: 0px;
	left: 0px;
	position: absolute;
	background: transparent url('hoek_lb.png') no-repeat top left;
}
.event .rb, .upcomming-event .rb {
	width: 10px;
	height: 10px;
	top: 0px;
	right: 0px;
	position: absolute;
	background: transparent url('hoek_rb.png') no-repeat top right;
}
.event .lo, .upcomming-event .lo {
	width: 10px;
	height: 10px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	background: transparent url('hoek_lo.png') no-repeat bottom left;
}
.event .ro, .upcomming-event .ro {
	width: 10px;
	height: 10px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	background: transparent url('hoek_ro.png') no-repeat bottom right;
}

.event-title {
	padding: 4px;
	font-size:14px;
	font-weight:bold;
	float: left;
}
.event-date {
	padding: 4px;
	font-size: 12px;
	color: #000;
	clear: both;
}

.event-category {
	padding: 4px;
	font-size:14px;
	float: right;
	font-weight: bold;
}
.event-desc {
	padding: 4px;
	margin-bottom: 5px;
	font-size: 14px;
	clear: both;
}
.upcomming-event {
	margin: 2px 0px 0px 0px;
	padding: 3px 5px 3px 10px;
	position:relative;
	clear: both;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.upcomming-event-title {
	font-weight:normal;
	font-size:13px;
}
.upcomming-event-date {
	font-size: 11px;
	color: #505060;
}

#agenda_side .label {
	float: left;
}

#agenda_side .input {
	float: right;
}

#agenda_side .clear {
	clear: both;
}

.category-Verjaardagen .event-date {
	float: left;
}
.category-Verjaardagen .event-title {
	float: right;
	padding: 3px 10px 0px 10px;
}
.category-Verjaardagen {
	padding: 2px 5px 2px 8px;
}

.category-Verjaardagen .upcomming-event-date {
	float: left;
	margin-top: 2px;
}
.category-Verjaardagen .upcomming-event-title {
	float: right;
	padding: 0px 10px 0px 10px;
}

