﻿
.docSection { margin-bottom: 25px; }
.docSectionTitle { font-size: 14px; font-weight: bold; color: #282741; border-bottom: 1px solid #44436a; }

table.docListing th { font-weight: bold; font-size: 13px; }
table.docListing th, table.docListing td { border: 1px solid #dedede; padding: 6px; vertical-align: top; }

.docColName { text-align: left; width: 150px; }
.docColType { text-align: left; width: 150px; }
.docColMethod { text-align: left; width: 250px; }
.docColEvent { width: 200px; }
.docColArgs { width: 200px; }
.docColDescription { text-align: left; }


.codeBlock { font-weight: normal; margin-bottom: 25px; }
.codeBlue { color: Blue; }
.codeGreen { color: #008000; }
.codeObject { color: #2b91af; }
.codeRed { color: Red; }
.codeBurgandy { color: #a31515; }



