/* Sidebar de l'agenda */
div.agenda_sidebar {
	position: absolute;
	top: 59px;
	left: 674px;
	width: 150px;
	height: 200px;
	font-size: 11px;
	overflow: hidden;
}

div.agenda_sidebar table {
	width: 100%;
}

div.agenda_sidebar table td {
	text-align: center;
	padding: 2px 0px 1px 0px;
}

div.agenda_sidebar table td.ec3_today {
	background: #e94391;
}

div.agenda_sidebar table td.ec3_today a {
	color: #000000;
}