/* $Date: 2009-07-24 $ */

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: 160%;
	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;
	margin-top: 1.5em;
}
h2.function {
	font-size: 200%;
	font-weight: bold;
	color: black;
	background: transparent;
	font-family: 'courier new', courier, monospace;
}
h3 {
	font-size: 120%;
	color: black;
	background: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 95%;
	color: black;
	background: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom: 0.2em;
}
h4.method {
	font-size: 100%;
	font-weight: bold;
	color: black;
	background: transparent;
	font-family: 'courier new', courier, monospace;
}
code {
	font-family: 'courier new', courier, monospace;
	font-size: 100%;
}
kbd {
	font-style: normal;
	font-weight: bold;
	font-family: 'courier new', courier, monospace;
}
var {
	font-style: italic;
	font-weight: normal;
	font-family: 'Andale Mono', 'Monotype.com', 'courier new', courier, monospace;
}
ol, ul {
	text-align: left;
}
li.tb {
	margin-bottom: .25em;
}
li.vs {
	margin-bottom: 1em;
}
li.ss {
	margin-bottom: .25em;
}
dt {
  font-weight: bold;
  margin-top: .8em;
}
/* table specs snarfed from MSDN.css table.dtTable */
table { 
	/* width: 100%; */ /* Forces tables to have correct right margin */ 
	margin-top: .6em; 
	margin-bottom: .3em; 
	border-width: 1px 1px 0px 0px; 
	border-style: solid; 
	border-color: #999999; 
	font-size: 100%; /* Text in Table is same size as text outside table */ 
	border-collapse: collapse;
} 
th, td {  
	border-style: solid; /* Creates the cell border and color */ 
	border-width: 0px 0px 1px 1px; 
	border-style: solid; 
	border-color: #999999; 
	padding: 4px 6px; 
	text-align: left; 
} 
th {  
	background: #cccccc; /* Creates the shaded table header row */ 
	vertical-align: bottom; 
} 
td { 
	vertical-align: top; 
}

table.ix {
	margin: 0 0 0 0;
	border-style: none;
	border-width: 0 0 0 0;
	padding: 0;
}
td.ix {
	width: 30%;
	margin: 0 0 0 0;
	border-style: none;
	border-width: 0 0 0 0;
	padding: 0;
}

/* OUR CLASSES */
.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;
}
.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
}
.btt {
	font-size: 80%;
	font-variant: small-caps;
}
.code {
	background: #efefef;
	color: black;
	overflow: auto;
}
.excode {
	background: #efefef;
	color: black;
	overflow: auto;
}
.vbcode {
	background: #efefef;
	color: black;
	overflow: auto;
}
.ccode {
	background: #ffff99;
	color: black;
	overflow: auto;
}
.vbnetcode {
	background: #e0ffff;
	color: black;
	overflow: auto;
}
.csharpcode {
	background: #ccff99;
	color: black;
	overflow: auto;
}
.aspcode {
	background-color: #ffcc33;
	color: black;
}
.output {
	background: #ffdead;
	color: black;
	overflow: auto;
}
.vbfunc {
	color: #990099;
	background: transparent;
}
.kw {
	color: blue;
	background: transparent;
}
.syntax {
	font-family: 'courier new', courier, monospace;
	font-size: 100%;
}
.quote {
	color: #cc0000;
	background: transparent;
	font-family: georgia, serif;
}
.manbanner {
	border-bottom:1px solid #999999;
	background-color:#99ccff;
	margin-left: -10em;
	margin-right: -10em;
}
.mantitle {
	padding:5px 0 5px 0;
	text-align:center;
	font-style: italic;
}
.manfooter {
	text-align:center;
	font-size: 80%;
}
.codetype {
	font-size: 1em;
	color: #a00000;
	font-family: verdana,helv;
	font-weight: bold;
	margin-bottom: 0;
}

@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;
	}
}


