/* @group toc */

.table-of-contents {
	font-size: 90%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	float: left;
}

.table-of-contents h1 {
	width: 100%;
}

.table-of-contents h2, h3, h4 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 1px;
}

.table-of-contents h2 {
	font-size: inherit;
	font-style: inherit;
	position: relative;
	left: 2em;
}

.table-of-contents h3 {
	font-size: inherit;
	font-style: inherit;
	position: relative;
	left: 4em;
}

.table-of-contents h4 {
	font-size: inherit;
	font-style: inherit;
	position: relative;
	left: 6em;
}

.table-of-contents h5 {
	font-size: inherit;
	font-style: inherit;
	position: relative;
	left: 8px;
}
	
/* @end */

/* @group anchors */

a.none { 
	text-decoration: none;
	color:black }
	
a.none:visited { text-decoration: none; color:black }

a.none:active { text-decoration: none; color:black }

a.none:hover { text-decoration: none; color:black }

a { 
	text-decoration: none; 
	}
	
a:visited { 
	text-decoration: none; 
}

a:active { 
	text-decoration: underline; 
}

a:hover { 
	text-decoration: underline; 
}

/* @end */

/* @group Reference */

.reference {
	padding-bottom: 1em;
}

.reference h3 {
	margin-top: 2em;
	font-size: 110%;
	border-bottom: 1px solid silver;
	border-top: 4px solid gray;
	padding-top: 3px;
	padding-bottom: 3px;
}



/* @end */

/* @group navigation */

/*
.navigation li {
	display: inline;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-collapse: collapse;
	padding-right: 0.25em;
	padding-left: 0.25em;
	margin-right: 1em;
}
*/

.navigation {
	position: absolute;
	right: 2em;
	top: 1em;
	width: 15%;
	font-size: 80%;
}

.navigation h1 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.navigation li {
	list-style-type: none;
	margin-left: -1em;
	font-weight: bold;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
}

.navigation li ul li {
	margin-left: -1em;
	list-style-type: disc;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

.navigation ul li ul {
	margin-top: 0.5em;
}

/* @end */

/* @group documentation */

.hidden {
	visibility: hidden;
}

.documentation .header {
	display: block;
	position: relative;
	border-top-style: solid;
	border-top-width: 1pt;
	padding-top: 4px;
	margin-top: 1.2em;
}

.documentation .name-and-args {
	width: 80%;
	float: left;	
}

.documentation {
	margin-right: 1em;
	margin-left: 1em;
}

.function {
}

.documentation .contents {
	top: 10px;
	position: relative;
	clear: both;
	margin-bottom: 1.8em;
}

.documentation-name {
	font-weight: bold;
	float: left;
	padding-right: 10px;
}

.documentation-kind {
	float: right;
	font-style: italic;
	color: gray;
	padding-left: 10px;
}

.documentation-arguments {
	float: left;
	font-style: italic;
}

.documentation p {
	clear: both;
	margin-right: 1em;
	margin-left: 1em;
}

.documentation .marker {
	color: gray;
	font-size: 90%;
}



/* @end */

/*
body {
  font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 0.5in;
	margin-left: 0.5in;
	margin-bottom: 0.25px;
}
*/
#main-content {
	float: left;
	width: 80%;
	margin-bottom: 2em;
	line-height: 1.4;
}

#main-content ul {
	line-height: 1.2;
}

#footer {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 0.25em;
	border-top-style: inset;
	border-top-width: 3px;
	clear: both;
	width: 80%;
}
body h1 {
	width: 80%;	
}

h1, h2, h3, h4 { 
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3, h4 {
	font-style: italic;
}

pre {
	background-color: #cdcaff;
	overflow: auto;
	padding-bottom: 5px;
	margin-right: 1cm;
	margin-left: 1cm;
	font-family: "Courier New", Courier, mono;
	line-height: 1.0;
	border: 1px dotted #ccc;
}

dl {
	margin-left: 2em;
	line-height: 1.0;
}

dt {
	font-weight: bold;
}

dd {
}

.note {
	border: 2px inset gray;
	padding: 0.5em;
	margin-right: 2em;
	margin-left: 2em;
}

li {
	line-height: 1.1;
	margin-bottom: 0.4em;
}

.index li {
	line-height: 1.1;
	margin-bottom: 0.2em;
}

#timestamp {
	font-size: 80%;
	text-align: right;
}

