table.flyrods {
	table-layout:fixed;
	border-collapse:collapse;
	padding:0;
	margin-bottom:1em;
}
table.flyrods caption {
	xfont-size:120%;

	font-weight:bold;
	text-align:left;	
}
table.flyrods th {
	xborder-top:solid 1px lightgray;

	background-color:#BBB;
	color:white;
}
xtable.flyrods th, 
table.flyrods,
table.flyrods td {
	border-bottom:solid 1px lightgray;
}



tr.selected {
	background-color:#DDF; 
	cursor:pointer;
	cursor:hand;
}
tr.selected.comment {
	font-size:90%;
	font-style:italic;
}
tr.selected td {
	border-bottom-width:0;
}
tr.selected.comment td {
	border-bottom:solid 1px lightgray;
}
