* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

body {
	background: #D1CA9E url(harddisk.png) no-repeat 100% 0;
}

h2 {
	margin: 1.3em 0;
	font-size: 150%;
}

h3 {
	margin: 1.1em 0;
}

h2.version, h3.entry, ul.entry {
	font-size: 10px;
	font-height: 10px;
}

h2.version, h3.entry {
	font-weight: bold;
}

h2.version {
	margin: 1em 0;
	padding: 0.125em 5em;
	border: 1px solid black;
	background: #E8E0B0;
	display: inline;
	float: left;
}

h3.entry {
	margin: 1em 0;
	clear: left;
}

dt {
    clear: left;
    float: left;
}

dd {
    width: 88%;
    margin: 0 0 .5em 12%;
}

.commands dd {
    width: 78%;
    margin: 0 0 .5em 22%;
}

td.version {
	text-align: center;
}

p {
	margin:  .5em 0;
}

pre {
	margin:  .5em 0;
	padding: .5em;
	background: #E8E0B0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: red;
}

img {
	border: 0;
}

span.yes, span.kinda, span.no {
	background: url(yes_no.png) no-repeat;
	height: 16px;
	float: left;
	margin-left: 1em;
}

span.yes span, span.kinda span, span.no span {
	visibility: hidden;
}

span.yes {
	background-position: 0 0;
}

span.kinda {
	background-position: 0 50%;
}

span.no {
	background-position: 0 100%;
}

#page {
	max-width: 72em;
	margin: 0 auto;
}

#content table {
	border-style: none;
	border-collapse: collapse; 
}

#content td {
	padding: 0 1em 0 0;
}

#content thead td {
	font-weight: bold;
}

#content tbody td {
	border-top: 1px solid #E8E0B0;
}

#content ul, #content ol {
	margin-left: 1.5em;
	list-style-position:	outside;
}

#toc ul {
	list-style-type: none;
	margin-left: 1.5em;
}

#toc div {
	border-right: 1px solid #E8E0B0;
	padding-right: .5em;
}

#navlist li {
	list-style: none;
	display: inline;
	position: relative;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#navlist li li {
	border: 0px solid black;
}
   
#navlist a {
	background: #D1CA9E;
	color: #666666;
	padding: 0 2px 0;
	text-decoration: none;
}

#navlist a:hover {
	color: black;
	background: #E8E0B0;
	position: relative;	/* Fix Opera */
}

#navlist ul {
	border: 1px solid black;
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0%;
	display: none;
}

#navlist ul a {
	padding: 0 3px;
	display: block;
	white-space: nowrap;
}

#navlist li:hover ul {
	display: block;
}

#header {
	margin: 25px 150px 1em 0;
	text-align: center;
}

#content {
	margin: 0 5em 0 12em;
	padding: 0 .5em;
}

#toc {
	position: fixed;
	margin-left: 1em;
	top: 10.3em;
	overflow: auto;
	bottom: 2em;
	float: left;
}

#footer {
	margin-top: 1em;
	text-align: center;
}

#title {
	font: bold 225% serif;
}

#subtitle {
	font-size: 125%;
	padding-bottom: .8em;
}

#navlist {
	text-align: center;
	display: inline;
}


