BODY {
    background-color: #feffe2
}
H1 {
    text-align: center;
}
dt	{font-weight:bold}
A.qindex {}
A.qindexRef {}

A.elRef {
    font-weight: bold
}
A.code {
    text-decoration: none;
    font-weight: normal;
    color: #4444ee
}
A.codeRef {
    font-weight: normal;
    color: #4444ee
}

li{
	line-height:150%
}

pre{
	border:solid black thin;
	color: #5000a0;
	background:#fffff0;
	padding-left: 5px;
	margin-right: 5px;
}

DIV.ah {
    background-color: black;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 3px;
    margin-top: 3px
}
TD.memname {
    color: #0050a0;
    font-weight: bold;
    white-space: nowrap;
}
TD.memitem {
    color: #0050a0;
    font-weight: bold;
    white-space: nowrap;
}
.proto	{border:solid black thin;background:#fdfff8;padding:5px;font-size:larger}
.p	{color:green;font-weight:600}
code	{font-weight:bold}
.code	{text-decoration:none;font-family:monospace;font-weight:bold}
.o	{text-decoration:overline}

.memproto {
    border-style: solid;
    border-color: black;
    border-width: thin;
    background-color: #fdfff8;
    padding-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
}

TD.paramtype {
    font-weight: bold;
    color: #0050a0;
    white-space: nowrap;
}
TD.paramname {
    font-weight: bold;
    color: #702020;
    white-space: nowrap;
}
TD.mdRow {
    background-color: #feffe2;
    font-weight: bold;
}
TD.md {
    background-color: #feffe2;
    color: #0050a0;
    font-weight: bold;
}
TD.mdname1 {
    background-color: #feffe2;
    font-weight: bold; color: #702020;
}
TD.mdname {
    background-color: #feffe2;
    font-weight: bold;
    color: #702020;
    width: 600px;
}
DIV.groupHeader {
    margin-left: 16px;
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: bold
}
DIV.groupText {
    margin-left: 16px;
    font-style: italic;
    font-size: smaller
}

.k      { color: #008000 }
.kt   { color: #604020 }	/* keyword type */
.keywordflow   { color: #e08000 }
.comment       { color: #800000 }
.p { color: #806020 }
.s { color: #002080 }
.charliteral   { color: #008080 }

pre .sh_keyword {
  font-weight: bold;
}

pre .sh_type {
  color: #a52a2a;
  font-weight: bold;
}

pre .sh_string {
  color: #006400;
  font-weight: normal;
}

pre .sh_specialchar {
  color: #2e8b57;
}

pre .sh_comment {
  font-style: italic;
}

pre .sh_number {
  color: #006400;
}

pre .sh_preproc {
  color: #27408b;
}

pre .sh_symbol {
  font-weight: bold;
}

pre .sh_function {
}

pre .sh_cbracket {
  font-weight: bold;
}

pre .sh_variable {
  color: #dda0dd;
  font-weight: bold;
}
