	/*
	d-fens main stylesheet
	Copyright 2002, 2003, d-fens
	Version: 1.01.0021
	Update:  2003-03-16, adjusted classes to support underline of hyperlinks 
	                     without script.
	         2003-09-14	ADDED and CHANGED a lot...
	         2003-11-09	ADD: clsListNone, clsQuote, clsProdVersion
	*/

.clsBody {
	color: black;
	background-color: white;
	border: 0;
	padding: 0;
	margin: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.clsLogoItem {
	margin-left: 0.5em; 
	margin-right: 0.5em; 
	color: black;
}
.clsMenu {
	width: 100%;
	color: white;
	background-color: #D3D3D3; 
	margin-bottom: 0.5em;
	border-top: 0.5em solid #D3D3D3;
	border-bottom: 0.5em solid #D3D3D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
}
.clsContent {
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
	color: black;
	background-color: white; 
	line-height: 140%;
	margin-top: 0.5em;
}
.clsBand {
	width: 90%;
	color: black;
	margin-bottom: 0.5em;
	background-color: white; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
}
.clsParagraph {
	margin-bottom: 0.5em;
}
.clsLink {
	text-decoration: none;
	color: blue;
}
a:hover.clsLink {
	color: #FFA500;
}
.clsLinkActive {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a:hover.clsLinkActive {
	text-decoration: none;
	cursor: default;
}
.clsLinkHelper {
	text-decoration: none;
	color: gray;
	font-size: 8pt;
}
a:hover.clsLinkHelper {
	text-decoration: underline;
	color: gray;
}
.clsPageFooter {
	font-size: 8pt;
	word-spacing: 0pt;
	line-height: 120%;
}
.clsMenuLink {
	text-decoration: none;
	margin-left: 0.5em; 
	margin-right: 0.5em; 
	color: white;
}
.clsMenuLinkActive {
	text-decoration: none;
	margin-left: 0.5em; 
	margin-right: 0.5em; 
	color: black;
}
.clsCode {
	color: black;
	background-color: #D3D3D3;
	font-family: 'Courier New', monospace, Fixedsys;
	font-size: 80%;
	padding: 0.5em; 
	padding-right: 0em;
}
.clsImage {
		border-width: 0;
		text-align: center;
		vertical-align: middle;
}
.clsLine {
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: gray;
}

a:hover {
	text-decoration: underline;
}

/* d-fens knowledge base style sheet, 2003-03-24 */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 80%;
	margin: 1em;
	word-spacing: 1pt;
	line-height: 140%;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 140%; 
	margin-top: 0.5em; 
	margin-bottom: 0.5em; 
}

h2 {
	margin-top: 0.5em; 
}

.clsProducts {
	font-family: 'Courier New', monospace, Fixedsys; 
	margin: 0em;
	margin-bottom: 0.5em;
	text-align: left;
}
.clsProductList {
	list-style-type: square;
	margin-top: 0.25em;
	margin-left: 1.5em;
	margin-bottom: 0.25em;
}
.clsTextHeadline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 0.5em;
}
.clsTextHeadline:first-letter {
	text-transform: uppercase;
}
.clsTextPre {
	font-family: 'Courier New', monospace, Fixedsys; 
	word-spacing: 1pt;
	line-height: 140%;
	margin-bottom: 1em;
}
.clsAdditionalQueryWords {
	font-family: 'Courier New', monospace, Fixedsys; 
	margin-bottom: 0.5em;
}
.clsTailSummary {
	font-family: 'Courier New', monospace, Fixedsys; 
	vertical-align: top;
	text-align: left; 
}
.clsVersionInformation {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
}
.clsCopyright {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
}
.clsError {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-style: italic;
	font-size: 10pt;
	color: red;
	margin-bottom: 0.25em;
}
.clsSubmenu {
	padding: 0.25em;
	margin-top: 0.25em;
	margin-bottom: 0.25em; 
	background-color: white;
}
.clsSubmenuLink {
	text-decoration: none;
	margin-left: 0.5em; 
	margin-right: 0.5em; 
	color: gray;
	font-size: 10pt;
	font-weight: bold;
}
a:hover.clsSubmenuLink {
	color: #FFA500;
}
.clsSubmenuLinkActive {
	text-decoration: none;
	margin-left: 0.5em; 
	margin-right: 0.5em; 
	color: black;
	font-size: 10pt;
	font-weight: bold;
}
a:hover.clsSubmenuLinkActive {
	text-decoration: none;
	cursor: default;
}
.clsButton {
	background-color: white; 
	color: blue; 
	border: 1px solid gray; 
}
.clsListNone {
	list-style-type: none;
	margin-left: 1em;
}
.clsQuote {
font-family: Arial, Helvetica, sans-serif; 
font-size: 100%; 
padding: 0.5em; 
padding-right: 0em;
}
.clsProdVersion {
	color: black; 
	font-stretch: condensed; 
	border: 1px dashed red;
	margin-left: -1em;
}

/* 
	for rendering index.xml/index.xsl
	knowledge base index
*/
.clsLinkIndex {
	color: black;
	text-decoration: none;
}



.clsCodeLine:first-letter {
	margin-left: -4em;
	border-left: 0px solid black;
	border-top: 0px dashed black;
}
.clsCodeLine {
	border-top: 0px dashed black;
}
.clsTab {
	margin-bottom: -1em;
	margin-right: 0em;
	margin-top: 0em;
	margin-left: 2em;
	border: 0em;
	white-space: nowrap;
}

