/* CSS Document */

/**************************************************************/
/*** 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
{
	/*overflow:auto;*/
	font-size:xsmall;
	height:100%;
	width:100%;
	padding:1px;
	margin:0px;
	margin-left:10px;
}

.eventsinfo #eventtitle
{
	top:0mm;
	/*width:250px; */
	float:left;	/* Set float so eventtime DIV will appear to the right of event title */
}

.eventsinfo #eventtime
{
}

/*** 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
{
	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. */
}

.eventsinfo #eventlibrary
{
	margin-bottom:5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.grandparent 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #6C0;
	background-color: #000;
}

