<STYLE TYPE="text/css">

/**************************************************************/
/*** 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 ***/
.eventsinfo
{
	font-size:small;
	height:300px;
	width:100%;
	padding:1px;
	margin:0px;
	margin-left:0px;

}
.eventsinfo #eventdescription
{
	line-height: 0;
	visibility: hidden;
	clear: left; /* Set clear so the event description (if displayed) 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. */
}

.eventsinfo #eventlocation
{
	line-height: 0;
	visibility: hidden;
	clear: left; /* Set clear so the event description (if displayed) 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. */
}

.eventsinfo #eventtitle
{
	top:0mm;
	width:180px;
	float:right;	/* Set float so eventtime DIV will appear to the right of event title */
}

/* Examples of controlling the link attributes
.eventsinfo #eventtitle a:link,a:visited
{
	color: #800000;
}
.eventsinfo #eventtitle a:hover
{
	color: blue;
	font-size:small;
}
.eventsinfo #eventtime
{
float:left;
}


.eventsinfo #eventlibrary
{
	margin-bottom:5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	visibility: hidden;
}
</STYLE>