
.header {
		position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
		width:auto;
		min-width:120px;
	font-size: medium;
	background-color: #ff9f07;
	color: white;
	border: solid #995f04 4px;
	padding: 1mm 1mm 1mm 1em;
}

.footer {
	font-size: small;
	font-style: italic;
	background-color: #ff9f07;
	color: white;
     border-top: 2px solid;
     border-bottom: 2px solid;
	border-color:#002244;
	padding-top: 2mm;
	padding-bottom: 2mm;
	float: left;
	width: 100%;
	height: 04mm;
}

.footer-text {
	color: black;
	float: right;
    padding-top: 3em;
	padding-bottom: 2em;
	padding-right: 1em;
	background: inherit;
}

.footer a:link {
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
	background: inherit;
}

.footer a:visited {
	font-weight:bold;
	color:#ffffff; 
	text-decoration:underline;
	background: inherit;
}

.footer a:hover { 
	font-weight:bold; 
	color:#002244; 
	text-decoration:underline;
	background: inherit;
}

.system-links {
	list-style: url(http://common-lisp.net/project/cl-containers/images/lambda.png);
	width: 14%;
	text-align: left;
	padding-right: 1em;
	padding-top: 1.5em;
	float: left;
	font-size: 80%;
}

.system-links li {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.system-description {
	width: 80%;
	padding-left: 0em;
	float: right;
}

.check {
	font-size: x-small;
	text-align:right;
	color: inherit;
	background: inherit;
}

.check a:link { 
    font-weight:bold;
	color:#a0a0ff;
	text-decoration:underline; 
	background: inherit;
}

.check a:visited { 
    font-weight:bold;
    color:#a0a0ff;
    text-decoration:underline; 
	background: inherit;
}

.check a:hover { 
    font-weight:bold;
    color:#000000;
    text-decoration:underline; 
	background: inherit;
}

.changelog {
	font-size: 75%;
	padding: 1em 2em 2em;
     vertical-align: top;
	color: #686868;
	background: inherit;
}

.changelog-author {
	text-align: right;
	color: #686868;
	background: inherit;
}

.changelog-description {
	padding-left: 2em;
	color: #000000;
	padding-bottom: 1em;
	font-size: 120%;
	padding-right: 2em;
	background: inherit;
}

.header h2 {
	padding-top: 0px;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

.header h4 {
	padding-top: 0px;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

.logo {
	float: right;
	text-align: right;
	right: 2em;
}

.nav {
	padding-left: 1em;
}

.code-block {
	font: 90% "Courier New", Courier, monospace;
	padding-right: 2em;
	padding-left: 2em;
	overflow: auto;
	color: #000000;
	background: #f6ead6;
	width: 90%;
}

pre {
	font: 90% "Courier New", Courier, monospace;
	color: #000000;
	background: #f6ead6;
	width: 90%;
	overflow: auto;
	border: 1px solid #995f04;
	padding: 0.25em 0.5em;
	margin-left: 2em;
}

.system-news  {
	border-collapse: collapse;
	vertical-align: top;
	margin-bottom: 1em;
}

.system-news th {
	font-weight: normal;
	vertical-align: top;
	width: 100px;
	text-align: left;
}

.system-news td {
	vertical-align: top;
	padding-bottom: 0.4em;
	text-align: left;
}

.odd-row {
	background: #f4e9d7;
}
