body {
	font-family: "Lucida Grande", Arial, sans-serif;
}
table.prettytable {
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
table.prettytable tr:hover {
	background: #eee;
}
table.prettytable tr td,
table.prettytable tr th {
	border: 1px #aaa solid;
	padding: 0.5em;
}
table.prettytable tr th {
	background: #eee;
}
table.prettytable tr td.versioncell {
	width: 18em;
}
table.prettytable tr td.linkcell {
	padding: 0;
	white-space: nowrap;
	width: 14em;
}
table.prettytable tr td.linkcell span {
	display: block;
}
table.prettytable tr td.linkcell:hover span {
	background: #40c340 url(download.png) no-repeat 100% 50%;
}
table.prettytable tr td.linkcell span a {
	display: block;
	padding: 0.5em;
	color: black;
	text-decoration: none;
	background: url(dmg.png) no-repeat 0.5em 50%;
}
table.prettytable tr td.linkcell span a span {
	display: inline;
	color: blue;
	text-decoration: underline;
	padding-left: 28px;
}
table.prettytable tr td.linkcell:hover span a {
	color: white;
}
table.prettytable tr td.linkcell:hover span a span {
	color: white;
	background: transparent;
}
.email {
	text-decoration: underline;
}
.email span {
	display: none;
}
