/* tags */
body {
	background:#000;
	font-family:sans-serif;
}

a {
	border-bottom:1px dashed #888;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0.2em 0 0.1em 0;
	padding-top: .5em;
}

h2 { border-bottom: 1px solid #AAA; }

h1 { font-size:1.5em; color:#888; }
h2 { font-size:1.5em; }
h3 { font-size:1.2em; }
h4 { font-size:1.1em; }
h5 { font-size:1.0em; }
h6 { font-size:0.8em; }

table {
	border:1px solid #000;
	border-collapse:collapse;
}

table th {
	border:1px solid #000;
	background:#CCC;
	font-weight:bold;
}

table td {
	border:1px solid #000;
}

pre {
	overflow:auto;
	width:95%;
	margin:0.5em;
	padding:0.5em;
	background:#CCC;
	border:1px dotted #000;
}

/* sidebar */
#sidebar {
	position:absolute;
	top:1em;
	left:1em;
	width:9em;
}

#sidebar a {
	color:#888 !important;
	border:0;
}

#sidebar #logo {
	width:100%;
	text-align:center;
}

#sidebar #logo * {
	border:0;
}

#sidebar h5 {
	margin:1em 0 0 0;
	color:#FFF;
	font-size:1.1em;
	font-style:italic;
	font-family:monospace;
	font-weight:normal;
}

#sidebar ul, #sidebar li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	font-size:0.9em;
	color:#888;
}

#sidebar li {
	margin-left:1em;
}

/* tabs */
#tabs {
	margin-bottom:3px;
	font-size:0.8em;
}

#tabs a {
	color:#888;
}

#tabs .brokenlink a {
	text-decoration:line-through;
	font-style:italic;
}

#tabs * {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

#tabs li {
	display:inline;
	height:1em;
	padding:0 0.2em;
	background:#000;
}

#tabs a:hover {
	color:#FFF;
}

#tabs #current {
      border:1px dashed #888 !important;
     }

/* content */
.section {
	border:1px solid #CCC;
	padding:0.5em;
	margin-bottom:1em;
}

#toc {
	border:1px solid #CCC;
	padding:0.5em;
	font-size:0.9em;
}

#content-column {
	position:absolute;
	top:2em;
	left:10em;
}

#content {
	padding: 0 1em 1em 1em;
	background:#FFF;
	color:#000 !important;
	font-size:0.9em;
}

#content p {
	width:35em;
}

/* Forms */
input, textarea, select {
	background:#000;
	border:1px solid #000;
	color:#FFF;
}

input {
	margin:1px;
}

textarea {
	padding:0.5em;
	font-family:monospace;
	font-size:0.95em;
}

input:hover, textarea:hover, select:hover {
	background:#333;
}

input:focus, textarea:focus {
	border:1px solid #0F0;
}

input[type=submit] {
	width:10em;
	padding:1em;
	font-size:1.3em;
}

input[type=reset] {
	width:14.44em;
	font-size:0.9em;
}

fieldset {
	margin:1em 0;
	border-color:gray;
}

legend {
	font-style:italic;
}

fieldset p.instruction {
	width:30em;
	margin: 0 0 0 0.5em;
	font-style:italic;
	margin-bottom:5px;
}

textarea {
	height:12em;
	width:100%;
}

/* debug */
.fail,
.neutral,
.success {
	margin:0;
	padding:0.5em;
	border:1px solid #000;
	border-left-width:1em;
} 
.success { border-color:#0C0; }
.fail    { border-color:#C00; }
.neutral { border-color:#CCC; }

/* source code */
#source h3 + a {
	margin:0 0 0.5em 0.5em;
	font-size:0.9em;
}

.source {
	width:95%;
	overflow:auto;
	padding:1em;
	border:1px dashed #000;
	background: #F9F9F9;
}

/* about */
#license {
	margin:1em;
	padding:1em;
	border:1px solid #000;
}