/* CSS Style Sheet by DI Management */
body {
	background: #fffff0;
	width: 90%;
	margin-left: 1em;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2; 
	font-size: 100%;
}
h1 {
	font-size: 150%;
	color: black;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 130%;
	color: black;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 110%;
	color: black;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
}
h4 {
	font-size: 100%;
	margin-bottom: 0em;
}
code {
	font-size: 100%;
}
code.method {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
code.filename {
	font-family: Consolas, "Vera sans mono", "Lucida Typewriter", monospace;
	font-size: 100%;
}
code.filenameb {
	font-family: Consolas, "Vera sans mono", "Lucida Typewriter", monospace;
	font-size: 100%;
	font-weight: bold;
}
pre {
	font-size: 90%;
}
ul.vs, ol.vs {
	margin-bottom: 1em;
}
.vs li {
	margin-bottom: inherit;
}
li.vs {
	margin-bottom: 1em;
}
li.vss {
	margin-bottom: 0.5em;
}
ul.spaced li {
	margin-bottom: .5em;
}
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: 80%;
}

.trademark {
	color: black;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.product {
	color: #006699;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.tm-api {
	color: #006600;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.tm-pki {
	color: #cc0000;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.tm-x {
	color: black;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 100%;
}
.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;
}
.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%;
}
.fsx {
	color: black;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 105%;
}
.tm-bdc {
	color: black;
	font-weight: normal;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 120%;
}
.contents {
	font-size: 80%;
	text-align: center;
}
.qcontents {
	font-size: 80%;
	text-align: center;
}
.bcontents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.plainquote {
	font-size: 80%;
	color: #cc0000;
	background: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
}

.quote {
	color: #cc0000;
	background: transparent;
	font-family: georgia, serif;
}

.highlight {
	color: red;
	background: transparent;
}

.comment {
	color: green;
	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;
}

.ccode {
	background: #ffff99;
	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: #ccff99;
	color: black;
}

.csharpcodex {
	background: #ccff99;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	overflow: auto;
}

.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;
}

pre {
	font-style: normal;
	font-weight: normal;
	/*font-size: 0.8em;*/
	font-family: 'Courier New', Courier, monospace;
	background: #efefef;
	color: black;
	overflow:auto;
}

ul.keywords {
	list-style: none; 
	padding-left: 0; 
	text-indent: 0; 
	margin-left: 0; 
	font-size: 80%;
}

dt {
	font-weight: bold;
	font-size: 110%;
}
dd {
	margin-bottom: 1em;
}

a:link, a:visited {color: blue; background: transparent; text-decoration: none}
a:hover {color: red; background: transparent; text-decoration: underline;}
a:active {color: #cc0000; background: transparent;}

a.side:link {color: #ffffff; background: transparent; text-decoration: none}
a.side:visited {color: #ffffff; background: transparent; text-decoration: none}
a.side:hover {text-decoration: underline overline}

a.hdr:link {color: black; background: transparent; text-decoration: none}
a.hdr:visited {color: black; background: transparent; text-decoration: none}
a.hdr:hover {color: red; background: transparent; text-decoration: none}

.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-gen {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #069;
}
.input-box {
	background: #ffff99;
	color: black;
}
img {
	border: 0;
	max-width: 100%;
}
input, textarea {
	max-width: 100%;
}
.noshow {
	display: none;
}
.footer-links {
	font-size: 80%;
	text-align: center;
}
.f-w3c {
	float:left;width:190px;
}
.f-copyright {
	margin-left:200px;
	font-size:80%;
	text-align:center;
	padding: 1px;
}
.h-logo {
	float:right;
	left:2%;
	padding:3px;
}
.h-search {
	float:right; 
	padding:5px;
	font-size:80%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
.l-logo {
	float:left;
	margin-right:10px;
	border: none;
}
.r-logo {
	float:right;
	padding: 0 0px 20px 20px;
	border: none;
}
.codetype {
	font-size: 1em;
	color: #a00000;
	font-family: verdana, helvetica;
	font-weight: bold;
	margin-bottom: 0;
}
.feedback {
	width: 80%;
	margin-bottom: 2em;
}
.feedback blockquote {
	margin: 1em 3em;
	color: #3b3b3b;
	border-left: 2px solid #999;
	padding-left: 1em;
	font-style: italic;
	font-family: Georgia,Helvetica,serif; 
	font-size: 90%;
}
.feedback h3 {
	margin-top: 0;
}
.feedback p {
	border-bottom: 1px #999 dashed;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
span.withdrawn {
	text-decoration:line-through;
	color:gray;
}
span.replacedby {
	background: yellow;
}
div.breakout {
	margin: 10px;
	padding: 10px;
	border: 1px red dashed;
	margin-right: 200px;
}
div.boxed {
	border: 1px gray dashed;
}
div.infobox {
	margin: 10px;
	padding: 5px 20px 10px 20px;
	border: 1px gray dashed;
	margin-right: 100px;
	background: #efefef;
}
span.newthing {
	color:yellow;
	background: red;
	font-weight: bold;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
pre.console {
	padding: 20px 10px 20px 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:'Courier New',Courier,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.lin { color:#2b91af; }
.hl.kwa { color:#0000ff; }
.hl.kwb { color:#0000ff; }
.hl.kwc { color:#2b91af; }
.hl.kwd { color:#000000; }
