| 1 | H1 {
|
|---|
| 2 | text-align: center;
|
|---|
| 3 | font-family: Arial, Helvetica, sans-serif;
|
|---|
| 4 | }
|
|---|
| 5 | H2 {
|
|---|
| 6 | font-family: Geneva, Arial, Helvetica, sans-serif;
|
|---|
| 7 | }
|
|---|
| 8 | CAPTION { font-weight: bold }
|
|---|
| 9 | DIV.qindex { width: 100%;
|
|---|
| 10 | background-color: #eeeeff;
|
|---|
| 11 | border: 4px solid #eeeeff;
|
|---|
| 12 | text-align: center;
|
|---|
| 13 | margin-bottom: 2px
|
|---|
| 14 | }
|
|---|
| 15 | A.qindex { text-decoration: none; font-weight: bold; color: #0000ee }
|
|---|
| 16 | A.qindex:visited { text-decoration: none; font-weight: bold; color: #0000ee }
|
|---|
| 17 | A.qindex:hover { text-decoration: none; background-color: #ddddff }
|
|---|
| 18 | A.qindexHL { text-decoration: none; font-weight: bold;
|
|---|
| 19 | background-color: #6666cc;
|
|---|
| 20 | color: #ffffff
|
|---|
| 21 | }
|
|---|
| 22 | A.qindexHL:hover { text-decoration: none; background-color: #6666cc; color: #ffffff }
|
|---|
| 23 | A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
|
|---|
| 24 | A.el { text-decoration: none; font-weight: bold }
|
|---|
| 25 | A.elRef { font-weight: bold }
|
|---|
| 26 | A.code { text-decoration: none; font-weight: normal; color: #4444ee }
|
|---|
| 27 | A.codeRef { font-weight: normal; color: #4444ee }
|
|---|
| 28 | A:hover { text-decoration: none; background-color: #f2f2ff }
|
|---|
| 29 | DL.el { margin-left: -1cm }
|
|---|
| 30 | DIV.fragment {
|
|---|
| 31 | width: 98%;
|
|---|
| 32 | border: 1px solid #CCCCCC;
|
|---|
| 33 | background-color: #f5f5f5;
|
|---|
| 34 | padding-left: 4px;
|
|---|
| 35 | margin: 4px;
|
|---|
| 36 | }
|
|---|
| 37 | DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
|
|---|
| 38 | TD.md { background-color: #f2f2ff; font-weight: bold; }
|
|---|
| 39 | TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; }
|
|---|
| 40 | TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; }
|
|---|
| 41 | DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
|
|---|
| 42 | DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
|
|---|
| 43 | BODY {
|
|---|
| 44 | background: white;
|
|---|
| 45 | color: black;
|
|---|
| 46 | margin-right: 20px;
|
|---|
| 47 | margin-left: 20px;
|
|---|
| 48 | }
|
|---|
| 49 | TD.indexkey {
|
|---|
| 50 | background-color: #eeeeff;
|
|---|
| 51 | font-weight: bold;
|
|---|
| 52 | padding-right : 10px;
|
|---|
| 53 | padding-top : 2px;
|
|---|
| 54 | padding-left : 10px;
|
|---|
| 55 | padding-bottom : 2px;
|
|---|
| 56 | margin-left : 0px;
|
|---|
| 57 | margin-right : 0px;
|
|---|
| 58 | margin-top : 2px;
|
|---|
| 59 | margin-bottom : 2px
|
|---|
| 60 | }
|
|---|
| 61 | TD.indexvalue {
|
|---|
| 62 | background-color: #eeeeff;
|
|---|
| 63 | font-style: italic;
|
|---|
| 64 | padding-right : 10px;
|
|---|
| 65 | padding-top : 2px;
|
|---|
| 66 | padding-left : 10px;
|
|---|
| 67 | padding-bottom : 2px;
|
|---|
| 68 | margin-left : 0px;
|
|---|
| 69 | margin-right : 0px;
|
|---|
| 70 | margin-top : 2px;
|
|---|
| 71 | margin-bottom : 2px
|
|---|
| 72 | }
|
|---|
| 73 | TR.memlist {
|
|---|
| 74 | background-color: #f0f0f0;
|
|---|
| 75 | }
|
|---|
| 76 | P.formulaDsp { text-align: center; }
|
|---|
| 77 | IMG.formulaDsp { }
|
|---|
| 78 | IMG.formulaInl { vertical-align: middle; }
|
|---|
| 79 | SPAN.keyword { color: #008000 }
|
|---|
| 80 | SPAN.keywordtype { color: #604020 }
|
|---|
| 81 | SPAN.keywordflow { color: #e08000 }
|
|---|
| 82 | SPAN.comment { color: #800000 }
|
|---|
| 83 | SPAN.preprocessor { color: #806020 }
|
|---|
| 84 | SPAN.stringliteral { color: #002080 }
|
|---|
| 85 | SPAN.charliteral { color: #008080 }
|
|---|
| 86 | .mdTable {
|
|---|
| 87 | border: 1px solid #868686;
|
|---|
| 88 | background-color: #f2f2ff;
|
|---|
| 89 | }
|
|---|
| 90 | .mdRow {
|
|---|
| 91 | padding: 8px 20px;
|
|---|
| 92 | }
|
|---|
| 93 | .mdescLeft {
|
|---|
| 94 | font-size: smaller;
|
|---|
| 95 | font-family: Arial, Helvetica, sans-serif;
|
|---|
| 96 | background-color: #FAFAFA;
|
|---|
| 97 | padding-left: 8px;
|
|---|
| 98 | border-top: 1px none #E0E0E0;
|
|---|
| 99 | border-right: 1px none #E0E0E0;
|
|---|
| 100 | border-bottom: 1px none #E0E0E0;
|
|---|
| 101 | border-left: 1px none #E0E0E0;
|
|---|
| 102 | margin: 0px;
|
|---|
| 103 | }
|
|---|
| 104 | .mdescRight {
|
|---|
| 105 | font-size: smaller;
|
|---|
| 106 | font-family: Arial, Helvetica, sans-serif;
|
|---|
| 107 | font-style: italic;
|
|---|
| 108 | background-color: #FAFAFA;
|
|---|
| 109 | padding-left: 4px;
|
|---|
| 110 | border-top: 1px none #E0E0E0;
|
|---|
| 111 | border-right: 1px none #E0E0E0;
|
|---|
| 112 | border-bottom: 1px none #E0E0E0;
|
|---|
| 113 | border-left: 1px none #E0E0E0;
|
|---|
| 114 | margin: 0px;
|
|---|
| 115 | padding-bottom: 0px;
|
|---|
| 116 | padding-right: 8px;
|
|---|
| 117 | }
|
|---|
| 118 | .memItemLeft {
|
|---|
| 119 | padding: 1px 0px 0px 8px;
|
|---|
| 120 | margin: 4px;
|
|---|
| 121 | border-top-width: 1px;
|
|---|
| 122 | border-right-width: 1px;
|
|---|
| 123 | border-bottom-width: 1px;
|
|---|
| 124 | border-left-width: 1px;
|
|---|
| 125 | border-top-style: solid;
|
|---|
| 126 | border-top-color: #E0E0E0;
|
|---|
| 127 | border-right-color: #E0E0E0;
|
|---|
| 128 | border-bottom-color: #E0E0E0;
|
|---|
| 129 | border-left-color: #E0E0E0;
|
|---|
| 130 | border-right-style: none;
|
|---|
| 131 | border-bottom-style: none;
|
|---|
| 132 | border-left-style: none;
|
|---|
| 133 | background-color: #FAFAFA;
|
|---|
| 134 | font-family: Geneva, Arial, Helvetica, sans-serif;
|
|---|
| 135 | font-size: 12px;
|
|---|
| 136 | }
|
|---|
| 137 | .memItemRight {
|
|---|
| 138 | padding: 1px 0px 0px 8px;
|
|---|
| 139 | margin: 4px;
|
|---|
| 140 | border-top-width: 1px;
|
|---|
| 141 | border-right-width: 1px;
|
|---|
| 142 | border-bottom-width: 1px;
|
|---|
| 143 | border-left-width: 1px;
|
|---|
| 144 | border-top-style: solid;
|
|---|
| 145 | border-top-color: #E0E0E0;
|
|---|
| 146 | border-right-color: #E0E0E0;
|
|---|
| 147 | border-bottom-color: #E0E0E0;
|
|---|
| 148 | border-left-color: #E0E0E0;
|
|---|
| 149 | border-right-style: none;
|
|---|
| 150 | border-bottom-style: none;
|
|---|
| 151 | border-left-style: none;
|
|---|
| 152 | background-color: #FAFAFA;
|
|---|
| 153 | font-family: Geneva, Arial, Helvetica, sans-serif;
|
|---|
| 154 | font-size: 13px;
|
|---|
| 155 | }
|
|---|
| 156 | .search { color: #0000ee;
|
|---|
| 157 | font-weight: bold;
|
|---|
| 158 | }
|
|---|
| 159 | FORM.search {
|
|---|
| 160 | margin-bottom: 0px;
|
|---|
| 161 | margin-top: 0px;
|
|---|
| 162 | }
|
|---|
| 163 | INPUT.search { font-size: 75%;
|
|---|
| 164 | color: #000080;
|
|---|
| 165 | font-weight: normal;
|
|---|
| 166 | background-color: #eeeeff;
|
|---|
| 167 | }
|
|---|
| 168 | TD.tiny { font-size: 75%;
|
|---|
| 169 | }
|
|---|