body { font-family: Tahoma, Geneva, sans-serif; font-size: 14px; }
.ui-widget { font-size:12px; }
#DocBody { position: absolute; left: 280px; top: 10px; }
#Menu { width: 250px;}
#TopicType { margin-left: 10px; font-size:16px; }
#Deprecated { font-size:16px; color:red; }
#SearchForm { float: right; padding: 10px; }
#lblProduct, #lblClass, #lblType, .lblTip, .lblIsOptimization, .Bold {
   font-weight: bold;
   margin-right: 6px;
}

table, th, td { border: 1px solid black; border-collapse: collapse; }
table {margin-bottom: 16px; }
td { padding-left: 12px; padding-right: 12px; padding-top: 2px; padding-bottom: 2px; }

#Summary, #Syntax, #Remarks, #Tips, #SeeAlso, .Example,
#Enum, #Parameters, #Restrictions, #Return, #DLLImport { margin-bottom: 16px; }
#Summary { margin-top: 16px; }
#Footer { margin-top: 64px; }

#lblSyntax, #lblRemarks, #lblParameters, #lblReturn, #lblRestrictions, #lblTips,
#lblExamples, #lblMembers, #lblDLLImport, #lblSeeAlso {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 6px;
}

#Product, #Class, #Type, #PassBy { font-size: 10px; }
#Syntax, .Snippet { font-family: "Courier New", Courier, monospace; }

.ParamName { font-weight: bold; display: inline; }
#ReturnType, .DataType, .Default, .ExampleDescr { display: inline; font-size: 12px; }
#ReturnDescr, .ParamDescr, #lblRestrictions+div { margin-bottom: 6px; }
#Copyright, #PrevNext { text-align: center; }
.IndentBody, .ParamDescr, #ReturnDescr { margin-left: 16px; }

.hlQuote { color: brown; }
.hlKeyword { color: blue; }
.hlMainWord { color: red; font-weight: bold; }
.hlUserWord { color: mediumturquoise; }
.hlComment { color: green; }