/* CSS Document */

#clubDetails {
	font-size:80%;
	border-bottom: 1px dashed #0000CC;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	width: 80%;
	word-wrap:break-word;
}
#clubDetails h2 {
	padding:4px;
	margin:0px;
}

#clubDetails h2 a {
	text-decoration:none;
}
#clubDetails h2 a:hover {
	text-decoration:underline;
}
#clubDetails ul {
	list-style: none;
	font-size:80%;
}
#trackDetails {
	font-size:80%;
	border-bottom: 1px dashed #0000CC;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	width: 80%;
	word-wrap:break-word;
}
#trackDetails h2 {
	padding:4px;
	margin:0px;
}

#trackDetails h2 a {
	text-decoration:none;
}
#trackDetails h2 a:hover {
	text-decoration:underline;
}
#trackDetails ul {
	list-style: none;
	font-size:80%;
}
#eventDetails {
	font-size:80%;
	border-bottom: 1px dashed #0000CC;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	width: 80%;
	word-wrap:break-word;
}
#eventDetails h2 {
	padding:4px;
	margin:0px;
}

#eventDetails h2 a {
	text-decoration:none;
}
#eventDetails h2 a:hover {
	text-decoration:underline;
}
#eventDetails ul {
	list-style: none;
	font-size:80%;
}
#eventDetails table {
	width:95%;
	margin: 0px;
	padding: 0px;
	border:1px solid #000000;
	font-size:500%;
}
#eventDetails table td {
	border-bottom:1px dotted #009900;
}

#list2 ul li {
display: inline;
}
