/*-----------------------------------------------------
	brest ouvert 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: 12px; border : 1px solid #7F7D77; 
}

.agendaNav {
	background-color: #EFE2C2;
	color: #f60;
	text-align: center;
	border : 1px solid #7F7D77; 
}

.agendaNav a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	
}

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


th.agendaHead{
	background-color: #EFE6D1;
	text-align: center;
	font-size: 11px;
	color: #630;	
	border : 1px solid #7F7D77; 
}

.agendaThisDay {
	background-color: #FFD46F;
}

.agendaThisMonth {
	background-color: #EFEBE0;
}

.agendaNotThisMonth {
	background: #ddd;
	visibility: hidden;
}

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

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

table.agenda td a{
	text-decoration: none;
  margin:0 0 8px 0;			
}

table.agenda td a:hover{
	color: rgb(204,0,0);		
}
