/*-----------------------------------------------------
	aix 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 {
	font-size: 10px;	
}

.agendaNav {}
.agendaNav a{}

.agendaNav a:hover{
	text-decoration: none;
}


th.agendaHead{
	text-align: center;
	font-size: 11px;
	color: #630;	
}

.agendaThisDay {
    background-color: rgb(100%,85%,85%);
}

.agendaThisMonth {
	/*background-color: #eee;*/
}

.agendaNotThisMonth {
	background: #eee; /*#ddd;*/
}

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: #eee; 
}
/* more ...*/
table.agenda caption {
	display: none;
}

table.agenda td {
	line-height: 98%;
	text-align: left;	
}

table.agenda td a{
	text-decoration: none;			
}

