/* AGENDA WEB MUNICIPAL
--- Francisco Juan Pizą - Desembre i gener 2007/8*/

/* ====================================== */
/* ==============  AGENDA  ============= */
/* == Visualització a la Web Municipal=== */
/* ====================================== */


#principalAgenda{ 
 	margin-left: 118px;	
	padding: 4px 4px 4px 4px; 
	width: 570px;
	vertical-align: top;
	text-align: center;
} 
	
	
#eventsDelDia{
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	background-color: #F4F9FB;
	border-right: #85B7C8 1px solid;
	border-left: #85B7C8 1px solid;
	border-top: #85B7C8 1px solid;
	border-bottom: #85B7C8 1px solid;
	width: 635px;		
}

	#eventsDelDia ul{
		list-style: none;
		margin : 0px 0px 0px 0px; 
		padding: 0px 0px 0px 0px;
	}

#TitularEvent{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	float:right;
	width: 560px;
}


#HoraEvent{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	float: left;
	margin-left: 5px;
}


#DescEvent{
	font-size: 11px;
	color: #686868;
	font-weight: normal;
	margin-left: 5px;	
}


#help{
	width: 635px;
	float: right;
	margin-top: 0px;
	background-color: #F4F9FB;
	border-right: #85B7C8 1px solid;
	border-left: #85B7C8 1px solid;
	border-top: #85B7C8 1px solid;
	border-bottom: #85B7C8 1px solid;
	font-size: 11px;
	color: #686868;
	font-weight: normal;		
}

/* ==================================================
		 Calendari Agenda web Sant Llorenē
===================================================== */
.table_cal{
	text-align: center;
/*	background-color: #E5E4E4; */
}

.weekends {
/*	background-color: #9A0606; */
	color: #CC0202;
	font-weight: bold;
}

.dies {
	color: black;		
}

.avui{
	background-color: black;	
}

	.text_avui{
		color: white;
		text-decoration: none;
	}
	
.avui_disabled{
	background-color: #ABABAB;
}

	.text_avui_disabled{
		color: white;
		text-decoration: none;	
	}	
	
.dia_espec {
	background-color: #EB9B1C; 
}

	.text_dia_espec{ 
		color: black;	
		text-decoration:none;
	}
	
	.dia_espec_triat{
		background-color: black; 
	}
	
	.text_dia_espec_triat{
		color: #EB9B1C;	
		text-decoration:none;
	}

.festiu a{
	color: #CC0202;
	font-weight: bold;
	text-decoration: none;
}


#agenda_cal {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

	#agenda_cal img {
		float: none;
	}	
	
	#agenda_cal a {
		color: black;
		text-decoration: none;
		font-weight: bold;
	}

	#agenda_cal a:hover {
		color:#CCCCCC; 
		text-decoration:none; 
		font-weight: bold;
	}	
