.Event_AltRowStyle
{
	background-color: #E7E7EF;
}

.Event_Normal
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 10pt;
	font-weight: normal;
}

.Event_NormalRed
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.Event_NormalRed:link
{
	text-decoration: underline;
	color: #000000;
}
.Event_NormalRed:visited
{
	text-decoration: underline;
	color: #003399;
}
.Event_NormalRed:hover
{
	text-decoration: none;
	color: #003399;
}
.Event_NormalRed:active
{
	text-decoration: underline;
	color: #000000;
}

.Event_NormalSmall
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 8pt;
	font-weight: normal;
}

.Event_NormalRedLarge
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}

.Event_NormalRedLarge:link
{
	text-decoration: underline;
	color: #000000;
}
.Event_NormalRedLarge:visited
{
	text-decoration: underline;
	color: #003399;
}
.Event_NormalRedLarge:hover
{
	text-decoration: none;
	color: #003399;
}
.Event_NormalRedLarge:active
{
	text-decoration: underline;
	color: #000000;
}



/* text style used for rendered text which requires emphasis */
.Event_NormalBold
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.Event_NormalSmallBold
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

/* business name header */
.Event_EventName
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16pt;
	font-weight: normal;
	color: #003399;
}

/* edit screen labels */
.Event_EditLabel
{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 8pt;
	white-space: nowrap;
}

/* Error */
.Event_Error
{
	color: Red;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 8pt;
}

