+.directory {
+ font-size: 9pt;
+ font-weight: bold;
+}
+.directory h3 {
+ margin: 0px;
+ margin-top: 1em;
+ font-size: 11pt;
+}
+.directory > h3 {
+ margin-top: 0;
+}
+.directory p {
+ margin: 0px;
+ white-space: nowrap;
+}
+.directory div {
+ display: none;
+ margin: 0px;
+}
+.directory img {
+ vertical-align: -30%;
+}
+
+
+
+/*
+ wxWidgets docs specific styles
+ ==============================
+*/
+
+IMG.logo {
+ float: right;
+ margin: 20px;
+}
+
+IMG.appearance {
+ margin: 20px;
+}
+
+TABLE.appearance {
+ width: 100%;
+ text-align: center;
+ font-style: italic;
+ font-size: 90%;
+ /*font-weight: bold;*/
+}
+
+SPAN.literal {
+ text-decoration: none;
+ font-weight: bold;
+ font-family: monospace, fixed;
+ color: #008800;
+}
+
+/* we make all the following <span> tags render the text just like
+ the standard Doxygen @remarks, @see tags do, to obtain a uniform
+ look and feel */
+SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.flags, SPAN.appearance, SPAN.impl, SPAN.avail {
+ font-weight: bold;
+ line-height: 130%;
+}
+
+SPAN.style, SPAN.event, SPAN.flag {
+ font-weight: bold;
+ color: #880000;