﻿/**************************************************************/
/*** The following style settings control the event display ***/
/**************************************************************/
/* The examples only show basic manipulation of the data. */
/* Addtional style attributes such as color, background, etc can also be applied */
/*** eventsinfo class - style for events container (could be set to auto scroll ***/
div#eventtitle {
		color: blue;
		font-size: 10px;
		margin-top: 6px;
}
div#eventsinfo {
}
div#eventdate {
		padding-top: 1px;
		float: left;
		font-size: 10px;
}
div#eventtime {
		float: right;
		font-size: 10px;
		padding-right: 3px;
}
div#eventdescription {
		display: none;
}
div#eventlocation {
		display: none;
		padding-top: 1px;
		font-size: 9px;
		clear: left; /* Set clear so the event location will appear below */
				 /*	the event title and event time instead of floating to the event title line */
				 /*	in case the event title wraps onto the second line. */
}
div#eventlibrary {
		font-size: 9px;
		clear: left; /* Set clear so the event location will appear below */
				 /*	the event title and event time instead of floating to the event title line */
				 /*	in case the event title wraps onto the second line. */
}
a.EvFullCalLink, a.EvFullCalLink:visited, a.EvFullCalLink:active {
		color: #333366;
		width: 100%;
		font-size: 10px;
		text-decoration: none;
}
a.EvFullCalLink:hover {
		background: transparent;
		text-decoration: underline;
}
