/*
	Author : JL, 2007-12-07
	Agenda_calendar
	agenda_eventslist
	event_dates
*/
#agenda_calendar {
	border-collapse	: collapse;
	width			: 161px; /* = 21*7 + 7*2 (bordures) */
	margin			: 0 5px 20px;
	text-align		: center;
}
	#agenda_calendar thead td {
		font-weight	: bold;
	}
	#agenda_calendar thead th {
		font-weight	: normal;
		padding-top	: 5px;
	}

#agenda_calendar tbody td {
	height		: 21px;
	width		: 21px;
	vertical-align	: bottom;
	font-size	: 80%;
	border		: 1px solid #ccc;
}

#agenda_calendar .outofmonth {
	background	: #ddd;
}

#agenda_calendar tbody a {
	background	: url(../interface/public/calendar_in.gif) left bottom no-repeat;
	display		: block;
	line-height	: 100%;
	padding-top	: 10px;
}
	#agenda_calendar tbody a:hover {
		background-color	:  #fffbbb;
		text-decoration		: none;
	}
#agenda_calendar td.pastday {
	background	: url(../interface/public/calendar_past.gif) left bottom no-repeat;
	color		: #a31717;
}

#agenda_eventslist {
	margin		: 0 10px;
}
	#agenda_eventslist li{
		margin		: 15px 0 0;
	}
		#agenda_eventslist li strong {
			color 		: #FF7642;
			font-size	: 1.15em;
		}
.event_dates{
	margin	: 10px 0 10px;
}

.aggregator .zone.agenda_agendacalendar table, .aggregator .zone.agenda_agendacalendar tr,.aggregator .zone.agenda_agendacalendar td{
	border		: none;
}
