<STYLE TITLE="doc-default">
  PRE.smallCode {
    font-size: x-small;
  }
  .cdK { color:black; font-weight:bold }
  .cdC { color:maroon; font-style:normal }
  .cdS { color:blue}
  .cdQ { color:green}
  .cdN { color:purple}
</STYLE>
.filename {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #00f;

}
.menu {
	font-family: "Courier New", Courier, mono;
	color: #CC3300;
}
.function {
	font-family: "Courier New", Courier, mono;
	color: #0000CC;
	background-color: #E6FFFF;
	white-space: nowrap;
	font-weight: bold;

}
.keyword {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.variable {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FF0000;
}
/* PRE tag 'borrowed' from http://www.sohtanaka.com/web-design/styling-pre-tags-with-css-code-block/ */
pre {
	font-size: 13px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border: 1px solid #ccc;
	line-height: 18px; /*--Height of each line of code--*/
	background: url(pre_code_bg.gif) repeat left top; /*--Background of lined paper--*/
	/* width: 600px; */
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
.folderName {
	font-family: "Courier New", Courier, mono;
	color: #0000CC;
	background-color: #E6FFFF;
	white-space: nowrap;
	font-weight: bold;
}
.fileName {
	font-family: "Courier New", Courier, mono;
	color: #0000CC;
	background-color: #E6FFFF;
	white-space: nowrap;
	font-weight: bold;
}
