body 
{
   font-family: verdana;
   font-weight: normal;
   font-size: 10pt;
}
table, th, td
{
    font-family: verdana;
    font-weight: normal;
    font-size: 100%;
}
pre
{
    font-family: monospace,courier new;
    font-weight: normal;
    font-size: 10pt;
    background: whitesmoke;
    color: black;
}
pre b
{
    letter-spacing: .1em; /* opens kerning on bold in syntax/code */
}
h1
{
    margin-top: 0pt;
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 0pt;
    padding-bottom: 0px;
    color: navy;
    padding-top: 0pt;
    font-family: verdana;
    background-color: #eeeeee;
    text-align: center
}
h2
{
    margin-top: 0pt;
    font-weight: bold;
    font-size: 115%;
    margin-bottom: 0pt;
    padding-bottom: 0pt;
    color: maroon;
    padding-top: 0pt;
    font-family: verdana
}
h3
{
    font-size: 11pt;
    color: steelblue;
    margin-top: 7pt;
    font-weight: bold;
    margin-bottom: 2pt;
    padding-bottom: 0pt;
    padding-top: 0pt;
    font-family: verdana
}
h4
{
    margin-top: 0pt;
    font-weight: 800;
    font-size: 100%;
    margin-bottom: 0pt;
    padding-bottom: 0pt;
    color: black;
    padding-top: 0pt;
    font-family: verdana
}
ul,ol
{
    margin-bottom: 0pt;
    margin-top: 0pt;
    padding-bottom: 0pt;
    padding-top: 0pt;
}	
hr 
{ 
	color:darkblue; 
	background: darkblue; 
	border: 0; height:1px;
}
table
{ 
    border-collapse: collapse;
}
td
{
}
th
{
    background: steelblue;
    color: white;
    font-weight: bold;
    height: 23px
}
small
{
    font-size: 8pt;
}
.callout
{
	padding:7px;border: solid 1px;background:lightblue;
	font-size: 8pt;
}
.alternaterow 
{ 
   background-color: lavender;
}
.banner
{
    font-family: verdana;
    font-size: 100%;
    border-right: 1px;
    border-top: 1px;
    border-left: 1px;
    border-bottom: 1px outset;
    background-color: #9ccfff;
}
.projectname
{
	font: 8pt verdana;
	font-style:italic;
}	
.topicname
{
	font:10pt verdana;
	font-weight:bold;
}
.hotlinkbox
{
	position:absolute;
	left:-10px;
	top: 20px;
	margin-left:10pt;
	background:lightyellow;
	border:solid 1px black;
	width: 380px;
	padding:10px;
}
.contentpane
{
	margin-left:15pt;
	margin-right:10pt;
}
pre.syntaxbox 
{
	border: solid .1px black;
	padding: 7px ;
	margin-right: 10px;
	border-width: 1px;
	font-weight: bold;
	font-size: 10pt;
	background: #eeeeee;
	overflow: auto;
	font-family: courier new;
}
.notebox
{
}
.updatenotice
{
}
.outdent
{
	margin-left: -10px;
}
table.detailtable
{
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: steelblue;
}
.tocbody  /*  body for the html table of contents */
{
	font-size:8pt;
}

/* general code parsing */
.codec1
{color: blue;}
.codec2  /* keywords */
{color: blue;font-weight:bold;}
.codec3
{color: blue;}
.codec4
{color: blue;}
.codec5  / * literal */
{color: yellow;}
.codec6
{color: blue;}
.codec7
{color: blue;}
.codec8
{color: blue;}
.codec9
{color: blue;}
.codec10
{color: blue;}

.codecomment
{color: green; }

.codestring
{color: teal; }

.codestrong {
   border: black solid  1px;
   background-color: #ffd700;
   padding-left:1px;
   padding-right:1px;
}

.codestrike {
 text-decoration: line-through;
}


/* custom language styles that are attached to the wordfile.txt languages */
.vfpcode .programcontrol {color: blue;}
.vfpcode .functions {color: blue;}
.vfpcode .commands {color: blue;} 
.vfpcode .methods {color: blue;} 
.vfpcode .properties {color: blue; }
.vfpcode .classes {color: red; font-size: 120%; font-variant: small-caps;} 
.vfpcode .events {color: #483d8b;} 
.vfpcode .systemvars {color: blue;}

.vbcode .constants {color: blue; font-face: bold}
.vbcode .datatypes {color: darkblue;font-face: bold}
.vbcode .keywords {color: blue;} 
.vbcode .statements {color: blue;} 
.vbcode .functions {color: blue; }
.vbcode .depracated {color: grey; font-size: 120%; font-variant: small-caps;} 

.csharpcode .programcontrol {color: blue;}
.csharpcode .datatypes {color: blue; }
.csharpcode .literals {color: darkblue; } 
.csharpcode .operators {color:blue;} 
.csharpcode .preprocessor {color: lightblue;} 

.htmlcode .elements {color: blue; }
.htmlcode .attributes {color: red; }
.htmlcode .codestring { color: black; background: whitesmoke; }

.xmlcode .elements {color: blue; }
.xmlcode .attributes {color: red; }
.xmlcode .commands {color: darkred; font-weight:bold }
.xmlcode .codestring { color: black; background: whitesmoke; }
