﻿
ul	{ list-style:square; margin-top:0; }
li 	{ margin-top:0; margin-left:0.5em;}

.catIndex	{ font-size:90%;width:140px;float:left;}
.cat2Index	{ font-size:90%;width:175px;float:left;}
/*web resources*/
#subhdr		{ font-weight:bold; font-size:120%; color:#008066; padding-left:0.5em}

.eventsinfo
{
	/*overflow:auto;*/
	font-size:small;
	height:100%;
	width:100%;
	padding:1px;
	margin:0.5em 0 0 0.5em;
	font-family:Verdana;
}

.eventsinfo #eventtitle
{
	top:0mm;
	width:250px;
	font-weight:bold;
	float:left;	/* Set float so eventtime DIV will appear to the right of event title */
}

.eventsinfo #eventtime
{
	float:left;
	width:100px;
	padding:0 0 0 1em;
}

.eventsinfo #eventdate
{
	float:left;
	width:100px;
	padding:0 0 0 1em;
}
/*** Example of hiding the Description field ***/
.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
{
		 /* 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. */
}

.eventsinfo #eventlibrary
{
	clear:left;
	margin:5px 0;
	padding-bottom:0.5em;

