/* cs-basic.css */
/*@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,i,b);*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,i,b,bi&display=swap);
#menu, #w3c, #other, #clustr, #logo, #logos, #crumbs {
  display : none;
}
.fancyimg {
	display: none;
}
body {
	background: #fffff0;
	margin-left: 1em;
	/*font-family: "Libre Baskerville", Georgia, "URW Bookman L", "DejaVu Serif", "Times New Roman", serif;*/
	font-family: "Lato", sans-serif;
	font-size: 16px;
	margin: 8px;
}
h1 {
	font-size: 1.5em;
	color: black;
	background: transparent;
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	background: transparent;
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	color: #242424;
	border-bottom: 1px solid #242424;
}
h3 {
	font-size: 1.125em;
	font-weight: normal;
	background: transparent;
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	color: #242424;
	margin-bottom: 0.3em;
}
h4 {
	font-size: 100%;
	margin-bottom: 0em;
}
p {
	line-height: 1.6em; 
}
pre {
	background: #efefef;
	color: black;
	overflow:auto;
	font-size: 0.875em;
	line-height: 1.2em;
}
code {
	font-size: 0.875em;
}
code.method {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", sans-serif;
}
code.filename {
	font-family: monospace;
	font-size: 0.875em;
	color: #d63384;
}
code.path {
	font-family: monospace;
	font-size: 0.875em;
	background: #efefef;
	color: black;
}
code.filenameb {
	font-family: Consolas, "Vera sans mono", "Lucida Typewriter", monospace;
	font-size: 100%;
	font-weight: bold;
}
code.md {
	padding: 1px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 3px;	
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea {
	max-width: 100%;
}
ul.keywords {
	list-style: none; 
	padding-left: 0; 
	text-indent: 0; 
	margin-left: 0; 
	font-size: 0.875em;
}

kbd {
	font-style: normal;
	font-weight: bold;
	font-family: 'courier new', courier, "Nimbus Mono L", monospace;
	font-size: 0.875em;
}

dt {
	font-weight: bold;
	font-size: 1.125em;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
dd {
	margin-bottom: 1em;
	line-height: 1.4em; 
}
samp {
	background: #ffdead;
	color: black;
}

ul.vs, ol.vs {
	margin-bottom: 1em;
	line-height: 1.4em;
}
.vs li {
	margin-bottom: inherit;
}
li.vs {
	margin-bottom: 1em;
}
ul.vss, ol.vss {
	margin-bottom: 0.5em;
}
.vss li {
	margin-bottom: inherit;
}
li.vss {
	margin-bottom: 0.5em;
}
ul.spaced li {
	margin-bottom: .5em;
}
.vsst {
	margin-top: .5em;
}
ul.nobull {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
table.ditable {
	margin: 0.5em;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
.ditable th, .ditable td {
	border: 1px #aaa solid;
	padding: 0.1em 0.5em;
}
.ditable th {
	background: #ccffff;
	text-align: center;
	vertical-align: bottom;
}
.ditable td {
	vertical-align: top;
}	
.ditable caption {
	font-weight: bold;
}
.smaller {
	font-size: 0.875em;
}
.sc {
	font-variant: small-caps;
}

.trademark {
	color: black;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.125em;
}

.product {
	color: #006699;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.125em;
}

.tm-api {
	color: #006600;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.125em;
}
.tm-pki {
	color: #cc0000;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.125em;
}
.tm-x {
	color: black;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.125em;
}
.tm-blf {
	color: #339966;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.tm-enc {
	color: #003399;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.tm-hsh {
	color: #ff9900;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.tm-kx {
	color: #808000;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.tm-sc14n {
	color: #000080;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.125em;
}
.tm-xmlsq {
	color: #666600;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.125em;
}
.tm-qrc {
	color: #990099;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.125em;
}
.tm-pqc {
	color: #733300;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.125em;
}
.fs1 {
	color: #239e46;
	background: transparent;
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold;
	font-size: 1.125em;
}
.fs2 {
	color: #be0027;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.125em;
}
.fsx {
	color: black;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.125em;
}
.tm-bdc {
	color: black;
	font-weight: normal;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1.25em;
}
.contents {
	font-size: 0.875em;
}
.qcontents {
	/*font-family:Arial,Helvetica,sans-serif;*/
	font-size: 0.875em;
	text-align: center;
	line-height:1.6em
}
.bcontents {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	text-align: center;
	line-height: 1.6em;
}
.plainquote {
	font-size: 0.875em;
	color: #cc0000;
	background: transparent;
	/*font-family: verdana, arial, helvetica, sans-serif;*/
}

.quote {
	color: #cc0000;
	background: transparent;
}

.highlight {
	color: red;
	background: transparent;
}

.comment {
	color: green;
	background: transparent;
}

.const {
	color: black;
	background: transparent;
	font-weight: bold;
}

.csharpcodex .comment {
	color: #92529B;
	background: transparent;
}

.code {
	background: #efefef;
	color: black;
}

.func {
	color: blue;
	background: transparent;
	font-weight: bold;
}

.vbfunc {
	color: #990099;
	background: transparent;
}

.vbcode {
	background: #efefef;
	color: black;
}

.vbcodex {
	background: #efefef;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.vbacodex {
	background: #f4ffff;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.ccode {
	background: #ffffcc;
	color: black;
}

.ccodex {
	background: #ffff99;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.vbnetcode {
	background: #e0ffff;
	color: black;
}

.vbnetcodex {
	background: #e0ffff;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.csharpcode {
	background: #dcffb9;
	color: black;
}

.csharpcodex {
	background: #dcffb9;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.pycode {
	background: #ffe0f7;
	color: black;
}

.aspcode {
	background: #ffcc33;
	color: black;
}
.aspcodex {
	background: #ffcc33;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.javacode {
	background: #ff9933;
	color: black;
}
.javacodex {
	background: #ff9933;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.output {
	background: #ffdead;
	color: black;
}

.outputx {
	background: #ffdead;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.codex {
	background: #efefef;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.kw {
	color: blue;
	background: transparent;
}
.syntax {
	font-family: 'courier new', courier, monospace;
	font-size: 100%;
}
.bb {
	border-bottom: 1px solid #00cc00;
	text-align: justify;
}
.btopb {
	border-top: 1px solid #00cc00;
	border-bottom: 1px solid #00cc00;
	text-align: justify;
}
.bleft {
	width: 160px;
}
table.tone {
	background: #e0ffff;
	color: black;
}

table.tbl {
	margin: 10px 10px; 
	border-bottom: 1px solid black;
}

.tblhdr {
	text-align: center; 
	font-weight: bold; 
	background: #e0ffff; 
	color: black; 
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}
.manwidget {
	margin:20px 0 20px 0; 
	float:right;
	/* display: none; */
}
blockquote.scn {
	border-left: 4px #000080 solid;
	padding: 0 10px;
}
blockquote.xo {
	border-left: 4px #ff6600 solid;
	padding: 0 10px;
}
/*
:lang(es) {
	font-style: italic;
}
*/

/* Links - no hover */
a:link, a:visited {color: blue; background: transparent; text-decoration: none}
a:active {color: #cc0000; background: transparent;}

.footer-pki {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #c00;
}
.footer-api {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #060;
}
.footer-scn {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #000080;
}
.footer-fsa {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #239e46;
	border-bottom: 2px solid #be0027;
}
.footer-xmlsq {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #666600;
}
.footer-qrc {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #990099;
}
.footer-pqc {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #733300;
}

.footer-gen {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #069;
}

.footer-links {	/* More in fancy.css */
	/*font-family:Arial,Helvetica,sans-serif;*/
	font-size: 0.875em;
	text-align: center;
	line-height:1.6em
}

.input-box {
	background: #ffff99;
	color: black;
	width: 18em !important;
}

.noshow {
	display: none;
}

.codetype {
	font-size: 1em;
	color: #a00000;
	font-family: verdana, helvetica;
	font-weight: bold;
	margin-bottom: 0;
}
.feedback {	/* margin, width in fancy */
	margin-bottom: 2em;
}
.feedback blockquote {
	margin: 1em 3em;
	color: #3b3b3b;
	border-left: 2px solid #999;
	padding-left: 1em;
	font-style: italic;
	font-family: "Libre Baskerville", Georgia, "URW Bookman L", "DejaVu Serif", "Times New Roman", serif;
	font-size: 90%;
}
.feedback h3 {
	margin-top: 0;
}
.feedback p {
	border-bottom: 1px #999 dashed;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.withdrawn {
	text-decoration:line-through;
	color:gray;
}
.replacedby {
	background: yellow;
}
span.obsol {
	color: red;
	background: transparent;
	font-weight: bold;
	font-style: italic;
	/*font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;*/
}
ul.contents-list {
	line-height: 2em;
}
div.boxed {
	border: 1px gray dashed;
}
div.breakout {	/* margin-right in fancy */
	margin: 10px;
	padding: 10px;
	border: 1px red dashed;
}
div.infobox {	/* margin-right in fancy */
	margin: 10px;
	padding: 5px 20px 10px 20px;
	border: 1px gray dashed;
	background: #efefef;
}
.shaded {
	background: #efefef;
}
.f-copyright {	/* margin-left in fancy */
	font-size:80%;
	text-align:center;
	padding: 1px;
	line-height: 1.5em;
}
div.latest-stuff {	/* margin-right in fancy */
	margin: 5px;
	padding: 10px; 
	border: 1px red dashed;
}
div.licensed {	/* width in fancy */
	margin: 10px;
	padding: 20px; 
	border: 1px gray dashed;
	/*font-family: Verdana,Geneva,'DejaVu Sans',sans-serif;*/
}
span.newthing {
	color:yellow;
	background: red;
	font-weight: bold;
	padding: 1px 4px;
	border: none;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	box-sizing: border-box;
	border-radius: 7px;	
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.searchButton {
	background-color:#ffff99;
	border:2px solid #005000;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:13px;
	padding:2px 80px;
}
.searchButton:link, .searchButton:visited {
	text-decoration: underline;
	color: #005000;
	background: #ffff99;
}
pre.console {
	padding: 10px 10px 10px 10px;
	background-color: #222;
	overflow: auto;
	/*font-size: 12px;*/
	color: #fff;
	font-family: Consolas,Calibri,monospace;
}
pre.hl	{ color:#000000; background-color:transparent; /*font-size:10pt;*/ font-family:monospace;}
.hl.num { color:#000000; }
.hl.esc { color:#a31515; }
.hl.str { color:#a31515; }
.hl.pps { color:#0000ff; }
.hl.slc { color:#008000; }
.hl.com { color:#008000; }
.hl.ppc { color:#0000ff; }
.hl.opt { color:#000000; }
.hl.ipl { color:#a31515; }
.hl.lin { color:#2b91af; }
.hl.kwa { color:#0000ff; }
.hl.kwb { color:#0000ff; }
.hl.kwc { color:#2b91af; }
.hl.kwd { color:#000000; }
