@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

.calendar_upcoming {
		font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	}
	.calendar_upcoming .upcoming_title {
		color: #288EBD;
		font-size: 15pt;
		font-weight: bold;
	}

	.calendar_upcoming .single_event {
		font-size: 10pt;
		margin: 5px;
	}
	
	.calendar_upcoming .single_event .event_title {
		color: #333366;
		font-weight: bold;
		text-decoration: none;
	}
	
	.calendar_upcoming .single_event .event_title A {
		color: #333366;
		font-weight: bold;
		text-decoration: none;
	}

        .calendar_upcoming .single_event .event_title A:hover {
		color: #333366;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.calendar_upcoming .single_event .event_time {
	}
	.calendar_upcoming .single_event .event_series {
	}

	.calendar_upcoming .single_event .event_place {
		color: #333366;
	}
	.calendar_upcoming .single_event .line {
		background-color: #ccd;
		color: #ccd;
		height: 2px;
		margin: 0.4em 0 1em 0; 
		
	}
	.calendar_upcoming .single_event .line hr {
		display: none;	
	}





}
