/* These are for displaying events */
.eventDate
{
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.eventTitle
{
	clear:both;
	font-size:108%;  /*14px via YUI Fonts CSS foundation*/
	width: 100%;
	background-color: #DDDD00;
	font-weight: bold;
}

.eventTime
{
	text-align: right;
	font-weight: bold;
}

.eventDescription
{
}

.eventLocation
{
	margin: 20px 5px 5px 5px;;
	border: medium;
	border-color: #DDDD00;
	border-style: dotted;
}

/* These are for the insert list (like on the main page) */
.eventInsertMain, .eventInsertAlternate, .eventInsertHighlight
{
	font-size: 90%;
}

.eventInsertHighlight
{
	background-color: #88EE77;
}

#insertCalendarHeader
{
	font-weight: bold;
	color: #77AA99;
	text-decoration: underline;
}

/* These items are for the popup display of events*/
#calendarOverlayContent
{
	background-color: white;
	border: thick;
	border-style: solid;
	border-top-color: #77DD66;
	border-left-color: #DDDD00;
	border-right-color: #DDDD00;
	margin-top: 9px;
	margin-left:15px;
	min-height: 200px;
	min-width: 200px;
	z-index: 10;
}