/* @group toc */

.table-of-contents {
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: 1em;
	float: left;
	overflow: hidden;
	width: 60%;
	min-width: 300px;
}

.table-of-contents h1 {
   font-size: 90%;
	margin-top: 0;
	margin-bottom: 1em;
}

.table-of-contents h2:first-line,
.table-of-contents h3:first-line, 
.table-of-contents h4:first-line, 
.table-of-contents h5:first-line {
}

.table-of-contents h2, h3, h4, h5 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
        margin-bottom: 0.2em;
        font-size: 80%;
}

.table-of-contents h2 {
	margin-left: 2em;
}

.table-of-contents h3 {
	margin-left: 4em;
}

.table-of-contents h4 {
	margin-left: 6em;
}

.table-of-contents h5 {
	margin-left: 8em;
}
	
/* @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 {
	float: right;
	width: 15%;
	min-width: 200px;
	font-size: 70%;
	padding-left: 1em;
	margin-left: 1.5em;
	border-left-style: ridge;
	border-left-width: 2px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
}

.navigation h1 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
}

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

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

.navigation ul li ul {
	margin-top: 0.5em;
	margin-bottom: -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;
	clear: both;
}

.function {
}

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

.documentation-name {
	font-weight: bold;
	float: left;
	padding-right: 0.1em;
}

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

.documentation-arguments {
	float: left;
	font-style: italic;
	margin-left: 2em;
	clear: both;
	white-space: normal;
}

.documentation-arguments .argument {
	white-space: nowrap;	
}

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

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

.docs-group .name-and-args span {
	float: left;
	margin-right: 1em;
	clear: right;
}

.docs-group .documentation-name  {
	margin-right: 0em;
	margin-left: -1.9em;
	clear: right;
}

.functor .documentation-arguments {
	white-space: pre;
}

/* @end */

/* @group header */

#header h1 {
	width: 100%;
	background-color: #e26222;
	color: white;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
}

#search-form {
	margin-left: 1em;
	margin-bottom: -0.5em;
}



/* @end */

/* @group footer */

div#footer img {
	float: right;
}

#footer {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 0.25em;
	border-top-style: inset;
	border-top-width: 3px;
	clear: both;
	width: 100%;
	font-size: 90%;
	color: #333;
	text-indent: 1em;
}

#timestamp {
	margin-top: -1em; /*??*/
	padding: 0;
	font-size: 80%;
	text-align: right;
	float: left;
}


/* @end */

/* @group cl-markdown */

.markdown-warning {
	color: maroon;
	font-style: italic;
	display: inline;
}



/* @end */

/* @group ag */

div#freetext-stop-words {
	margin-right: 1.5in;
	margin-left: 1.5in;
}

div#freetext-query-language dt {
	line-height: 130%;	
}

span.freetext-stop-word {
	font-style: italic;
	padding-right: 0.25cm;
}

table#freetext-examples {
	margin-left: .5in;
	margin-right: .5in;
}

table#freetext-examples tr {
	line-height: 130%;
}

table#freetext-examples td {
	border-bottom: 1px dotted #666;
}

/* @end */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.25px;
}

#contents {
	margin-left: 2em;
	margin-right: 2em;
}

#main-content {
	width: 100%;
	margin-bottom: 2em;
	line-height: 1.4;
	clear: left;
}

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

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

#main-content h2 {
	font-size: 120%;
}

#main-content h3 {
	font-size: 110%;
}

#main-content h4 {
	font-size: 90%;
}

#main-content h5 {
	font-size: 80%;
}

h3, h5 {
	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;
}

div ul li {
	font-weight: bold;
	margin-top: 0.07in;
}

div ul li ul li {
	font-weight: normal;
}

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

.example {
	float: right;
	position: relative;
	overflow: auto;
	width: 75%;
	clear: none;
	border-style: solid;
	border-width: 1px;
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}

.example h4 {
	text-align: center;
}

.sidenote {
	float: right;
	clear: none;
	width: 75%;
	clear: none;
	border-style: solid;
	border-width: 1px;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}

#federation-example-1 {
	float: right;
	width: 300px;
	clear: both;
}


#federation-example-2 {
	float: left;
	width: 200px;
	clear: both;
}

div#new-http-server-note.note {
	color: red;
}


