	.highlight_calendar_teens a{
		background-color: #e97f02 !important;
		color: white !important;
	}
	
	.tooltip_teens{
		background-color: #e97f02;
		color:white;
	}
	
	.highlight_calendar_seniors a{
		background-color: #8a9b0f !important;
		color:white !important;
	}
	
	.tooltip_seniors{
		background-color: #8a9b0f;
		color:white;
	}
	
	.highlight_calendar_adults a{
		background-color: #01438e !important;
		color:white !important;
	}
	
	.tooltip_adults{
		background-color: #01438e;
		color:white;
	}
	
	.highlight_calendar_kids a{
		background-color: #bd1550 !important;
		color:white !important;
	}
	
	.tooltip_kids {
		background-color:#bd1550;
		color: white;	
	}
	
	.highlight_calendar_corporate a{
		background-color:yellow !important;
		color: white !important;
	}
	
	.tooltip_corporate {
		background-color:orange;
		color: white;	
	}
	
	.highlight_calendar_todos a{ 
		background-color: #000 !important;
		color: white !important;
	}
	
	.tooltip_todos {
		background-color: gray;
		color:white;
	}
	