


/* 2021-05 */

body {
	background: #fffff0;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size:90%;
	margin-left: 1em;
	margin-right: 2em;
	margin-top: 0;
	border-top: 0;
}
h1 {
	font-size: 200%;
	color: black;
	background: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	background:  #eef;
	margin-top: 1em;
	margin-left: -3pt;
	margin-right: -3pt;
	padding-left: 3pt;
	padding-right: 3pt;
	padding-top: 4pt;
	padding-bottom: 3pt;
	border-bottom: 2px solid #aaf;
}
h2.function {
	font-size: 200%;
	font-weight: bold;
	color: black;
	background: transparent;
	font-family: Consolas, monaco, "DejaVu Sans Mono", monospace;
}
h3 {
	font-size: 150%;
	color: black;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 120%;
	color: black;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0.2em;
}
h4.method {
	font-size: 100%;
	font-weight: bold;
	color: black;
	background: transparent;
	font-family: Consolas, monaco, "DejaVu Sans Mono", monospace;
}
code {
	font-family: Consolas, monaco, "DejaVu Sans Mono", monospace;
	font-size: 100%;
	padding-right: 3px; /* for translation */
}
kbd {
	font-style: normal;
	font-weight: bold;
	font-family: Consolas, monaco, "DejaVu Sans Mono", monospace;
}
var {
	font-style: italic;
	font-weight: normal;
	font-family: 'Andale Mono', 'Monotype.com', Consolas, monaco, "DejaVu Sans Mono", monospace;
}
samp {
	background: #ffdead;
	color: black;
}
ol, ul {
	text-align: left;
}
li.tb {
	margin-bottom: .25em;
}
li.vs {
	margin-bottom: 1em;
}
li.ss {
	margin-bottom: .25em;
}
ul.spaced li {
	margin-bottom: .5em;
}
ul.vss, ol.vss {
	margin-bottom: 0.5em;
}
.vss li {
	margin-bottom: inherit;
}
.vsst {
    margin-top: 0.5em;
}

dt {
  font-weight: bold;
  margin-top: .8em;
}
pre {
	margin-top: 0;
	margin-bottom: 1em;
	overflow: auto;
	font-family: Consolas, monaco, "DejaVu Sans Mono", monospace;
}

td.ctr {
	text-align: center;
}

table.ix {
	margin: 0 0 0 0;
	border-style: none;
	border-width: 0 0 0 0;
	padding: 0;
}
.ix td {
	width: 30%;
	margin: 0 0 0 0;
	border-style: none;
	border-width: 0 0 0 0;
	padding: 0;
	vertical-align: top; 
}

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;
}


/* From highlight.css */
.highlight-comment { color: #006633; }
.highlight-literal { color: #CC0000; }
.highlight-number { color: #009966; }
.highlight-keyword { color: #0000FF; }
.highlight-preprocessor { color: #996666; }

/* OUR CLASSES */
.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;
}
.fs1 {
	color: #239e46;
	background: transparent;
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold;
	font-size: 105%;
}
.fs2 {
	color: #be0027;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 105%;
}
.contents {
	font-size: 80%;
	margin-left: 20px;
	margin-right: 10%;
	padding: 10px; 
	border: 1px green dashed;
	width: 80%;
}
.highlight {
	color: red;
	background: transparent;
}
.comment {
	color: green;
	background: transparent;
}
.smaller {
	font-size: 80%;
}
.ix {
	font-weight: normal;
	margin-top: 0;
}
div.bbox {
	margin: 10px; 
	padding: 10px; 
	border: 1px black solid;
	width: 80%;
}
.btt {
	font-size: 80%;
	font-variant: small-caps;
}
.code {
	background: #efefef;
	color: black;
	/* overflow: auto; */
}
span.code {
	font-family: Consolas, monaco, "DejaVu Sans Mono", monospace;
	color:	#000066; 
}
code.method {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", sans-serif;
	font-size: 90%;
}
code.filename {
	font-family: monospace;
	color: #d63384;
}
.excode {
	background: #efefef;
	color: black;
	overflow: auto; 
}
.vbcode {
	background: #efefef;
	color: black;
	overflow: auto;
}
.vbcodex {
	background: #efefef;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	/* overflow: auto; */
}
.ccode {
	background: #ffff99;
	color: black;
	overflow: auto;
}
.ccodex {
	background: #ffff99;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}
.vbnetcode {
	background: #e0ffff;
	color: black;
	overflow: auto;
}
.vbnetcodex {
	background: #e0ffff;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}
.csharpcode {
	background: #ECFFD9;
	color: black;
	/* overflow: auto; */
}
.csharpcodex {
	background: #ECFFD9;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}
.aspcode {
	background-color: #ffcc33;
	color: black;
	overflow: auto;
}
.output {
	background: #ffdead;
	color: black;
	overflow: auto;
}
.vbfunc {
	color: #990099;
	background: transparent;
}
.codex {
	background: #efefef;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}
.vbafunc {
	color: #3366cc;
	font-weight: bold;
}
.vbawrap {
	background: #b3ffec;
	color: black;
}
.vbawrapfunc {
	font-size: 125%;
	color: #404040;
	font-weight: bold;
}
.vbacode {
	background: #cdfff2;
	color: black;
	overflow: auto;
}
.kw {
	color: blue;
	background: transparent;
}
.syntax {
	font-family: Consolas, monaco, "DejaVu Sans Mono", monospace;
	font-size: 100%;
}
.quote {
	color: #cc0000;
	background: transparent;
	font-family: georgia, serif;
}
.manbanner {
	border-bottom:1px solid #999999;
	background-color:#99ccff;
	margin-left: -1em;
	margin-right: -2em;
}
.mantitle {
	padding:5px 0 5px 0;
	text-align:center;
	font-style: italic;
}
.manfooter {
	text-align:center;
	font-size: 80%;
}
.manwidget {
	margin:20px 0 20px 0; 
	float:right;
	/* display: none; */
}
.codetype {
	font-size: 1em;
	color: #a00000;
	font-weight: bold;
	margin-bottom: 0;
}
.parameter {
	font-style: italic;
	font-weight: normal;
}

@media screen {
	a:link, a:visited {
		color: blue;
		background: transparent;
		text-decoration: underline;
	}
	a:hover {
		color: red;
		background: yellow;
		text-decoration: underline;
	}
	a:active {
		color: blue;
		background: transparent;
		text-decoration: underline;
	}
}
@media print {
	a:link, a:visited, a:hover, a:active {
		color: black;
		background: white;
		text-decoration: none;
	}
}

.withdrawn {
	text-decoration:line-through;
	color:gray;
}
.replacedby {
	background: yellow;
}

ul.contents-list {
	line-height: 2em;
}
.nobull {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	margin-left: -1em;
}
.list-title {
	font-weight: bold;
	font-style: italic;
}
	
.paratop {
	margin-top: 1em;
}
blockquote.xo {
	border-left: 5px #ff6600 solid;
	padding: 0 10px;
	margin-left: 1em;
}
.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; }

/* Used in VBA Wrappers */
.doccode {
	margin-top: 0.5em;
	font-size: 13px;
	background: #efefef;
	color: black;
	overflow: auto;
}	
span.keyword {
	color: #871F78;
}
h3.function {
	font-size: 175%;
	font-weight: bold;
	font-family: Consolas, monaco, "DejaVu Sans Mono", monospace;
}

.funclist dt {
	font-weight: bold;
}
.funclist a {
	color: #3D578C;
}
div.deprecated {
	padding-left:3px; 
	border-left: 4px solid #cc0000;
}

:lang(es) {
	font-style: italic;
}


