/* Table */
#titles {
	border-collapse: collapse;
}
#titles th {
	border: 1px solid #ccc;
}
#titles td {
	padding: 3px 10px;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
}
#titles ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#groups ul {
	margin: 10px 0;
	padding: 0;
}
#groups li {
	display: inline;
	list-style-type: none;
	/*line-height: 2em;
	margin: 0 2em 0 0;*/
	white-space: nowrap;
}
#groups ul li a {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 14pt;
	padding-top: 1.5em;
	text-decoration: none;
}
#groups ul li a:hover {
	color: #003d4c;
}

/* Lists */
#titlelist {
	margin: 50px auto;
	width: 900px;
	text-align: left;
	background: #f4f4f4;
	border: 1px solid #89a;
}

#titlelist ul {
	margin-top: 7px;
	list-style-position: outside;
	list-style-type: none;
}
#titlelist li {
	margin-top: 5px;
}
#titlelist li.year {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*a.eorg,
a:visited.eorg,
a:active.eorg {
	font: bold 14pt Verdana;
	color: rgb(0,80,0);
	text-decoration: none;
}
a:hover.eorg {
	color: rgb(34,139,34);
}*/

a.event,
a:visited.event,
a:active.event {
	font: 12pt Verdana;
	color: rgb(0,0,136);
	text-decoration: none;
}
a:hover.event {
	text-decoration: underline;
}

a.year, a.eventorg{
	background-color: inherit;
	color: #993;
	text-decoration: none;
	font-size: 12pt;
}
a.year:hover, a.eventorg:hover {
	background-color: inherit;
	color: #993;
	text-decoration: underline;
}

span.venue {
	font-size: 11pt;
	color: #222;
}
span.medal {
	font-weight: bold;
	font-variant: small-caps;
	padding: 1px 5px;
}
.gold {
	background-color: gold;
}
.silver {
	background-color: silver;
}
.bronze {
	background-color: rgb(204,153,102);
}
li.org {
	margin-top: 10px;
	list-style-type: none;
}

