/* Misc. customizations
	div.box clearing keeps each box's tables from messing up the next box
	img.ccbutton is for the Creative Commons license buttons */

div.box {
	clear: both;
}

img.ccbutton {
	border-width: 0em;
	vertical-align: middle;
}

div.detailslink {
	clear: both;
	text-align: center;
	font-weight: bold;
	margin-top: 1em;
}

/* Tables */

table {
	float: right;
	margin: 0em 0em 1em 1em;
	border-spacing: 0.1em;
	background: #7ad;
}
table.filelisting {
	float: left;
	margin: 1em;
}

th, td {
	background: #bdf;
	padding: 0.2em;
}
th {
	text-align: right;
}
td {
	text-align: left;
}

td > ul {
	padding-left: 1em;
}

