
.gp_code1 {
	font-family: 'andale mono', 'bitstream vera sans mono', 'lucida console', 'courier new', monospace;
	font-size: 12px;
	line-height: 16px;

	background-color: #FFFAEF;
	display: block;

	border: 1px solid #CCC;
	/*
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	*/
	margin: 6px 0px 6px;

	padding: 4px 14px 0px 12px;

	overflow: auto;
	color: #302D28;
}
.md-content {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.md-content h1, .md-content h2,
.md-content h3, .md-content h4,
.md-content h5, .md-content h6 {
	margin-top: 24px;
	margin-bottom: 16px;
	font-weight: 600;
	line-height: 1.25;
}
.md-content h1 {
	padding-bottom: 0.3em;
	font-size: 2em;
	border-bottom: 1px solid #eaecef
}

.md-content h2 {
	padding-bottom: 0.3em;
	font-size: 1.5em;
	border-bottom: 1px solid #eaecef
}

.md-content h3 {
	font-size: 1.25em
}

.md-content h4 {
	font-size: 1em
}

.md-content h5 {
	font-size: 0.875em
}

.md-content h6 {
	font-size: 0.85em;
	color: #6a737d
}

.md-content b, .md-content strong {
	font-weight: 600;
}

.md-content .md-code-inline {
	padding: 0 5px 2px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;

	font-family: Monaco, "DejaVu Sans Mono", "Courier New", monospace;
	font-size: 13px;
	color: #666;
}
.md-content .md-link {

}
.md-content .md-topics {
	display: flex;
	flex-direction: row;

	width: 100%;
	overflow: auto;

	margin-top: 0;
	margin-bottom: 16px;
	padding: 1em 1em;

	background-color: #F9F9F9;
}
.md-content .md-topics-entries, .md-content .md-topics-title {
	display: flex;
	flex-direction: column;
}
.md-content .md-topics-title {
	flex-grow: 1;
	margin-right: 1em;
	
	font-weight: 600;
	font-size: 24px;		
	padding: .5em .5em;
}

.md-content .md-topics-entries {
	flex-grow: 3;
	padding: .5em .5em;
}
.md-content .md-topics-entry {
	vertical-align: top;
	padding: .20em .20em .50em .20em;
}
.md-content .md-topics-entry:not(:first-child) {
	padding-top: 1em;
}
.md-content table.md-table {
	display: block;
	width: 100%;
	overflow: auto;

	margin-top: 0;
	margin-bottom: 16px;
}
.md-content table.md-table th {
	font-weight: 600;
}

.md-content  table.md-table th, .md-content table.md-table td {
	padding: 6px 13px;
	border: 1px solid #dfe2e5
}
.md-content table.md-table tr {
	background-color: #fff;
	border-top: 1px solid #c6cbd1
}

.md-content table.md-table tr:nth-child(2n) {
	background-color: #f6f8fa
}

.md-content table.md-table img {
	background-color: transparent
}
.md-content blockquote {
	padding: 0 1em;
	color: #6a737d;
	border-left: 0.25em solid #dfe2e5
}
.md-content blockquote.note-warn {
	padding: .25em 1em;
	color: #721c24;
	border-left: 0.25em solid #721c24;
	background-color: #f8d7da;
}
.md-content blockquote.note-info {
	padding: .25em 1em;
	color: #0c5460;
	border-left: 0.25em solid #0c5460;
	background-color: #d1ecf1;
}
.md-content blockquote.note-success {
	padding: .25em 1em;
	color: #155724;
	border-left: 0.25em solid #81A98A;
	background-color: #d4edda;
}
.md-content blockquote.note {
	padding: .25em 1em;
	color: #383d41;
	border-left: 0.25em solid #8E9093;
	background-color: #e2e3e5;
}

.wiki_body {
	font-size: 12px;
	color: #222222;
}
.wiki_body h2 {

	color: #666;
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0 8px 0;
	border-bottom: 1px solid #E5E5E5;
}
.wiki_body h3 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0px 4px 0px;
}
.wiki_table {
	border: 2px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;

}
.wiki_table td {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;

/*	border: 1px solid #404040; */
	padding: .1em .25em;
	font: 11px/1.5 Helvetica Neue,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	color: #222222;
}
.wiki_table td.last {
	border-right: 1px solid #CCCCCC;
}
.wiki_note {
	background-color: #FBE6F2;
	border: 1px solid #D893A1;
	margin: 2px 0 2px 0;
	padding: 10px;
}
.wiki_footer {
	margin-top: 12px;
}
.wiki_files {
	margin-top: 10px;
	border: 1px solid #999999;
	background-color: #cccccc;
	padding: 6px;
}
.wiki_files h2 {
	font-size: 12px;
	border-bottom: 1px solid #999999;
}
.wiki_files td {
	font-size: 11px;
	border: 1px solid #cccccc;
}

.wiki_link, .wiki_link:visited {
	background-image: url(../extlink.gif);
	background-repeat: no-repeat;

	background-position-y: 50%;

	padding-left: 16px;

	border-bottom: 1px dotted #BBB;
	text-decoration: none;

	color: #104C72;
}
.wiki_linki, .wiki_linki:visited {
	border-bottom: 1px dotted #BBB;
	text-decoration: none;

	color: #104C72;
}
.wiki_linki:hover, .wiki_link:hover{
	background-color: #eee; color: #555
}
.wiki_index {

}

.wiki_index a, .wiki_index a:visited {
	background-image: url(../media/extlink.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	text-decoration: none;
	color: #333333;
}
.wiki_index a:hover {
	text-decoration: underline;
}