.Caption
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #4E99E5;
}

.CalendarMonth
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	background-color: #F8F8F8;
	border: 0px;
}

.CalendarItems
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background-color: #F8F8F8;
}

.CalendarDayWithItems
{
	font-family: Arial;
	font-size: 11px;
	color: #4E99E5;
	background-color: #F8F8F8;
	text-decoration: underline;
}

.CalendarMain
{
	background-color: #F8F8F8;
	border: 0px;
}


/* Master Display CSS Classes */
.MasterEventCategory
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.MasterEventTitle
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.MasterStandardText
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
/* End Master Display CSS Classes */

/* Inner Page Display CSS Classes */
.InnerEventCategory
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #4E99E5;
}

.InnerEventInfo
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.InnerEventMoreLink
{
	font-family: Arial;
	font-size: 11px;
	color: #4E99E5;
}
/* End Inner Page Display CSS Classes */

/* Homepage Display CSS Classes */
.HomepageEventCategory
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.HomepageEventInfo
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.HomepageCaption
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #4E99E5;
}
/* End Homepage Display CSS Classes */