/*  Event Results  */
#contentevent{ 
	padding-left: 5px; 
	float: left;
	width: 680px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.evheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6699CC;
	background-color: #f0f0f0;
	padding: 1px 2px 1px 2px;
	border-bottom-color: #888;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	}
.evwhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	background-color: #fafafa;
	padding: 1px 2px 1px 2px;
}
.evwhitebold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	font-weight: bold;
	background-color: #fafafa;
	padding: 1px 2px 1px 2px;
	}

.evgrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	background-color: #f0f0f0;
	padding: 1px 2px 1px 2px;
}
.evgreybold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	font-weight: bold;
	background-color: #f0f0f0;
	padding: 1px 2px 1px 2px;
}
.sup{
	font-size: 0.75em;
	line-height: 0.5em
}

