/*-----------------------------------------------------
popul css calendar 
	based  on  gasteroprod version
	http://www.gasteroprod.com/2003/12/09/meme_agenda_que_gastero_prod_avec_spip_320.html	
	
	version: 1.0 
	date:    2004.06.25
------------------------------------------------------*/

table.agenda, table.agenda tr, table.agenda td  { color: black; font-size: 10px }

.agendaNav   { color: #f60; background-color: #c00; text-align: center }

.agendaNav a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	/*color: #000;
	border: 1px solid #999;
	background-color: #eee;
	padding: 2px 3px;*/
}

.agendaNav a:hover{
	text-decoration: none;
	/*color: #000;
	border: 1px solid #666;
	background-color: #ddd;*/
}


th.agendaHead { color: navy; font-size: 11px; background-color: silver; text-align: center }

.agendaThisDay  { background-color: #f6f06e }

.agendaThisMonth  { background-color: transparent }

.agendaNotThisMonth   { background: #ccc }

ul.agendaThemes {
	list-style: none;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

table.agenda select  { font-size: 10px; background-color: transparent }
/* more ...*/
table.agenda caption {
	display: none;
}

table.agenda td {
	line-height: 95%;
	text-align: left;
}

table.agenda td a{
	text-decoration: none;			
}
