/* General appearance */
body, html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
.dark {
	background-color: #2159de;
	color: #ffffff;
}
.dark a {
	color: #ffffff;
}

/* Class for non-breaking but stretching spaces */
.nobr {
	white-space: nowrap;
}

/* Various titles */
h2 {
	color: #000060;
	border: solid 1px #0060d0;
	padding: 2px;
	background: #99c7ff;
}
h3.prog-title {
	color: #003060;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
h3.subtitle {
	color: #003060;
	width: 50%;
	border: solid 1px #0060d0;
	padding: 2px;
	margin-top: 2em;
	background: #aad7ff;
	font-size: 100%;
}

span.prog-description {
	font-size: 75%;
	color: gray;
}

/* Collapsable table with all versions of a package */
table.versions {
	border-collapse: collapse;
	text-align: center;
}
table.versions td {
	border-right: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
	vertical-align: top;
	padding: 5px 5px 0px 5px;
}
table.versions th {
	border-right: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
	background-color: #d0e0f0;
}
table.versions td.ctop, table.versions th.ctop {
	border-top: solid 1px #7f7f7f;
}
table.versions td.cleft, table.versions th.cleft {
	border-left: solid 1px #7f7f7f;
}

table.main {
	border-collapse: collapse;
	text-align: center;
	border: solid 1px #0060d0;
}
table.main td, table.main th {
	border: solid 1px #0060d0;
	vertical-align: top;
}
