table.yearlinks {margin-left: 2em; width: 60%; 
	border: none; border-spacing: 0;
	border-top: 2px solid gray;
	margin-bottom: 2em;
	}

td.year {font-size: 1.5em; font-weight: bolder;
	width: 4em; padding-left: 0.8em;
	border-left: 4px solid gray;
	}

table.yearlinks tr {line-height: 1.5em;}



body {
		font-family: "Lucida Grande", "Helvetica", "Lucida Sans", sans-serif;
	}
	
.buttonlist { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 2em;
	font: 1em "Lucida Grande", "Helvetica", "Lucida Sans", sans-serif;
	}


.buttonlist li {
	float: left;
	padding: 0.1em;
	margin: 0.6em 0.2em;
	}

#yrlychamps td.sep { width: 0.1em; }

	
#yrlychamps td:first-child,	
.buttonlist li a {
	background-color: #ddd;
	padding: 0.3em 0.4em;
	border: 1px solid transparent;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

#yrlychamps td:first-child {
	padding: 0.1em 0.2em;
}

#yrlychamps td:first-child:hover,
.buttonlist li a:hover {
	background-color: #FD9;
	}	

.buttonlist li a:active {
	background-color: #fffcf6;
	border: 1px solid #aaf;
	}	

.buttonlist li.selected a {
	background-color: #FC6;
	border: 1px solid #aaf;
	}
	
#yrlychamps {
	margin: 5em 2em 0;
	}
	
#yrlychamps th {
	text-align: left;
	color: #333;
	}
	
#yrlychamps td {
	padding-right: 2em;
	line-height: 1.9em;
	}
	
#yeardetails {
	clear: both;
	margin: 5em 2em 0;
	display: none;
	}

a {
	padding: 0.2em;
	}
	
a:hover {
	background-color: #FD9;
	}


.seasons {
	margin: 1em 0;
	width: 100%; /* why is this nec'y for OmniWeb? */
	}

.seasons span {
	margin: 0 4em 0 0;
	}
.seasons img {
	vertical-align: text-bottom;
	}

/*	
#yeardetails table {
 	border-collapse: collapse;
 	border-spacing: 0;
 	border: 0;
 	}

#yeardetails h2 {
	font-size: 1.3em;
	color: #603;
	margin-bottom: 0.2em;
	}

#yeardetails table th:first-child {
	text-align: left;
	font-size: 0.8em;
	color: #666;
	}
	
#yeardetails table td:first-child {
	text-align: center;
	}
*/
/*
.teamtrophy,
.mvp,
.cupwinner,
.champions {
	float: left;
	margin-right: 4em;
	}

.teamtrophy h2,
.mvp h2,
.cupwinner h2,
.champions h2 {
	font-size: 1.3em;
	color: #603;
	margin-bottom: 0.2em;
	}

.mvp ul,
.champions ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	}

.mvp li,
.champions li {
	font-size: 1.2em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.4em;
	}

.mvp li span,
.champions li span {
	font-size: 0.9em;
	color: #666;
	padding-right: 1em;
	}
	
.mvp li em {
	color: #666;
	font-size: 0.9em;
	}
.mvp li em:before {
	content: " - ";
}

.teamtrophy p,
.cupwinner p {
	margin-top: 0;
	font-size: 1.2em;
	}
*/

/* -==== */

#yeardetails div div {
	float: left;
	margin-right: 4em;
	}

#yeardetails h2 {
	font-size: 1.3em;
	color: #603;
	margin-bottom: 0.2em;
	}

#yeardetails ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	}

#yeardetails li {
	font-size: 1.2em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.4em;
	}

#yeardetails li span {
	font-size: 0.8em;
	color: #333;
	padding-right: 1em;
	width: 5.5em;				/* Camino 1.6.8 ignoring this (inline-block?) */
	display: inline-block;
	}

#yeardetails p {
	margin-top: 0;
	font-size: 1.2em;
	}

.player li em {
	color: #666;
	font-size: 0.9em;
	}
.player li em:before {
	content: " - ";
}

hr {
	clear: both;
	height: 0;
	text-align: center;
	border-top: 1px solid #aaa;
	width: 80%;
	}

#yrlychamps h2 {
	float: left;
	}

#seasonlist {
	font-size: 0.8em;
	margin-left: 2em;
	padding-left: 0;
	float: left;
	}
	
.Indoor {
	display: none;
	}
	
xxx #yeardetails > div {	/* all individual year's details initially hidden */
	display: none;
	}