[2] | 1 | #debug {
|
---|
| 2 | background-color: #990066;
|
---|
[24] | 3 | padding: 2px;
|
---|
[2] | 4 | }
|
---|
| 5 |
|
---|
| 6 | /* General settings */
|
---|
| 7 | body {
|
---|
| 8 | font-family: Verdana, Helvetica, sans-serif;
|
---|
| 9 | font-size: 12px;
|
---|
| 10 | margin-left: 0px;
|
---|
| 11 | margin-right: 0px;
|
---|
| 12 | /* background-color: #deadDD;*/
|
---|
[39] | 13 | background-color: #f8f8f8;
|
---|
[2] | 14 | }
|
---|
| 15 | hr {
|
---|
| 16 | background-color: #666;
|
---|
| 17 | height: 1px;
|
---|
| 18 | border: 0;
|
---|
| 19 | }
|
---|
[38] | 20 | img {
|
---|
| 21 | border: 0px;
|
---|
| 22 | }
|
---|
[84] | 23 | /* Use Gecko-style list elements */
|
---|
| 24 | ul, ol, li {
|
---|
| 25 | margin-left: 0;
|
---|
| 26 | padding-left: 40px;
|
---|
[100] | 27 | /* border: thin solid #FF0000;*/
|
---|
[84] | 28 | }
|
---|
[38] | 29 | fieldset {
|
---|
| 30 | border: none;
|
---|
| 31 | padding: 0px;
|
---|
| 32 | margin: 0px;
|
---|
| 33 | }
|
---|
[2] | 34 |
|
---|
| 35 | table.list {
|
---|
| 36 | background-color: #F0F0F0;
|
---|
| 37 | }
|
---|
[532] | 38 | .container {
|
---|
[38] | 39 | background-color: #FFFFFF;
|
---|
| 40 | border: none;
|
---|
| 41 | }
|
---|
[2] | 42 | table.wholepage {
|
---|
| 43 | width: 100%;
|
---|
| 44 | }
|
---|
[65] | 45 | table.border {
|
---|
| 46 | border: thin solid #000000;
|
---|
| 47 | }
|
---|
[38] | 48 |
|
---|
[2] | 49 | tr.row0 {
|
---|
| 50 | background-color: #FFFFFF;
|
---|
| 51 | }
|
---|
| 52 | tr.row1 {
|
---|
| 53 | background-color: #DDDDDD;
|
---|
| 54 | }
|
---|
| 55 | tr.tableheader {
|
---|
| 56 | background-color: #CCCCCC;
|
---|
| 57 | padding: 3px;
|
---|
[48] | 58 | text-align: left;
|
---|
[2] | 59 | }
|
---|
| 60 | tr.darkrowheader {
|
---|
| 61 | background-color: #CCCCCC;
|
---|
| 62 | padding: 3px;
|
---|
| 63 | }
|
---|
| 64 | tr.datalinelight {
|
---|
| 65 | background-color: #F0F0F0;
|
---|
[48] | 66 | text-align: left;
|
---|
[2] | 67 | }
|
---|
[38] | 68 |
|
---|
[65] | 69 | th {
|
---|
| 70 | background-color: #F0F0F0;
|
---|
| 71 | font-size: 1.1em;
|
---|
| 72 | font-weight:normal;
|
---|
| 73 | padding: 4px;
|
---|
| 74 | }
|
---|
| 75 |
|
---|
[2] | 76 | td.tblsubmit {
|
---|
[38] | 77 | background-color: #F0F0F0;
|
---|
[2] | 78 | text-align: center;
|
---|
| 79 | }
|
---|
| 80 | td.inputlabel {
|
---|
| 81 | text-align: right;
|
---|
| 82 | padding: 3px;
|
---|
| 83 | }
|
---|
[39] | 84 | td.datahead_l {
|
---|
| 85 | background-color: #F0F0F0;
|
---|
| 86 | border-bottom: 1px solid #666666;
|
---|
| 87 | text-align: left;
|
---|
| 88 | }
|
---|
| 89 | td.datahead_s {
|
---|
| 90 | background-color: #F0F0F0;
|
---|
| 91 | border-bottom: 1px solid #666666;
|
---|
| 92 | width: 1%;
|
---|
| 93 | white-space: nowrap;
|
---|
| 94 | }
|
---|
[59] | 95 | td.data_nowrap {
|
---|
| 96 | white-space: nowrap;
|
---|
| 97 | }
|
---|
[2] | 98 | td.data {
|
---|
| 99 | padding: 3px;
|
---|
| 100 | }
|
---|
| 101 | td.title {
|
---|
| 102 | text-align: center;
|
---|
| 103 | }
|
---|
| 104 | td.menu {
|
---|
| 105 | width: 200px;
|
---|
| 106 | white-space: nowrap;
|
---|
| 107 | border: thin solid #000000;
|
---|
[166] | 108 | background-color: #f0f0f0;
|
---|
[2] | 109 | vertical-align: top;
|
---|
| 110 | }
|
---|
| 111 | td.defaults {
|
---|
| 112 | background-color: #DDDDDD;
|
---|
| 113 | }
|
---|
[34] | 114 | td.errhead {
|
---|
| 115 | font-weight: bold;
|
---|
| 116 | font-size: 110%;
|
---|
| 117 | color: red;
|
---|
| 118 | background-color: #404040;
|
---|
| 119 | text-align: center;
|
---|
| 120 | padding: 3px;
|
---|
| 121 | border: solid 2px #FF0000;
|
---|
| 122 | }
|
---|
[33] | 123 | td.err {
|
---|
| 124 | border: solid 2px #FF0000;
|
---|
| 125 | color: red;
|
---|
| 126 | background-color: #e0e0e0;
|
---|
| 127 | }
|
---|
| 128 | td.warn {
|
---|
| 129 | border: solid 2px #FFFF00;
|
---|
| 130 | color: #333300;
|
---|
| 131 | background-color: #e0e0e0;
|
---|
| 132 | }
|
---|
[41] | 133 | td.leftthird {
|
---|
| 134 | width: 36%;
|
---|
| 135 | text-align: left;
|
---|
| 136 | }
|
---|
| 137 | td.rightthird {
|
---|
| 138 | width: 36%;
|
---|
| 139 | text-align: right;
|
---|
| 140 | }
|
---|
[65] | 141 | td.border {
|
---|
| 142 | background-color: #e0e0e0;
|
---|
| 143 | border: solid 1px #101010;
|
---|
| 144 | padding: 2px;
|
---|
| 145 | }
|
---|
| 146 | td.noaccess {
|
---|
[146] | 147 | background-color: #ffd8d8;
|
---|
| 148 | color: #3f0000;
|
---|
[65] | 149 | }
|
---|
[33] | 150 |
|
---|
[2] | 151 | input {
|
---|
| 152 | font-size: 10px;
|
---|
| 153 | }
|
---|
[65] | 154 |
|
---|
[69] | 155 |
|
---|
[2] | 156 | /* general classes */
|
---|
[144] | 157 | .result {
|
---|
| 158 | border: solid 1px #00CC00;
|
---|
| 159 | color: #000000;
|
---|
| 160 | background-color: #f0f0f0;
|
---|
| 161 | text-align: center;
|
---|
| 162 | padding: 5px;
|
---|
[543] | 163 | width: 55%;
|
---|
[144] | 164 | }
|
---|
| 165 | .warning {
|
---|
| 166 | border: solid 2px #FFFF00;
|
---|
| 167 | color: #333300;
|
---|
| 168 | background-color: #e0e0e0;
|
---|
| 169 | text-align: center;
|
---|
| 170 | padding: 5px;
|
---|
| 171 | width: 70%;
|
---|
| 172 | }
|
---|
[2] | 173 | .errmsg {
|
---|
| 174 | font-weight: bold;
|
---|
| 175 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 176 | font-size:100%;
|
---|
| 177 | color: red;
|
---|
| 178 | background-color: #404040;
|
---|
| 179 | text-align: center;
|
---|
| 180 | border: thin solid #FFFFFF;
|
---|
| 181 | padding: 5px;
|
---|
| 182 | width: 70%;
|
---|
[173] | 183 | margin: 1% auto;
|
---|
[2] | 184 | }
|
---|
| 185 | .right {
|
---|
| 186 | right: 3px;
|
---|
| 187 | }
|
---|
[39] | 188 | .center {
|
---|
| 189 | text-align: center;
|
---|
| 190 | }
|
---|
[128] | 191 | /* not sure this really does what I think it does. is it really not
|
---|
| 192 | possible to center an arbitrary <blah> in some other arbitrary <foo>? */
|
---|
| 193 | .loccenter {
|
---|
| 194 | margin-left: 10%;
|
---|
| 195 | margin-right: 10%;
|
---|
| 196 | }
|
---|
[100] | 197 | .maintitle {
|
---|
| 198 | font-size: 1.3em;
|
---|
| 199 | }
|
---|
[590] | 200 | .hidden {
|
---|
| 201 | display: none;
|
---|
| 202 | }
|
---|
[2] | 203 |
|
---|
| 204 | #footer {
|
---|
| 205 | border-top: thin solid #000000;
|
---|
| 206 | clear: both;
|
---|
[166] | 207 | margin-top: 20px;
|
---|
[2] | 208 | }
|
---|
| 209 | #contact {
|
---|
| 210 | font-size: 10px;
|
---|
| 211 | position: absolute;
|
---|
| 212 | right: 10px;
|
---|
| 213 | text-align: right;
|
---|
| 214 | }
|
---|
| 215 |
|
---|
| 216 | #main {
|
---|
| 217 | position: relative;
|
---|
| 218 | float: right;
|
---|
| 219 | width: 100%;
|
---|
[166] | 220 | margin:bottom: 50px;
|
---|
[2] | 221 | }
|
---|
| 222 | #login {
|
---|
[166] | 223 | margin: 17% auto;
|
---|
[2] | 224 | padding: 3px;
|
---|
[210] | 225 | font-size: 1.1em;
|
---|
| 226 | }
|
---|
| 227 | #login2 {
|
---|
| 228 | margin: auto;
|
---|
[2] | 229 | border: thin solid #000000;
|
---|
| 230 | }
|
---|
| 231 | #tableholder {
|
---|
| 232 | padding: 2px;
|
---|
| 233 | background: #FFFFFF;
|
---|
| 234 | width: 70%;
|
---|
| 235 | }
|
---|
| 236 | #menu {
|
---|
| 237 | border-right: thin solid #000000;
|
---|
| 238 | margin-right: 5px;
|
---|
[66] | 239 | padding: 5px;
|
---|
[2] | 240 | }
|
---|
[39] | 241 | #soadetail {
|
---|
| 242 | text-align: left;
|
---|
| 243 | }
|
---|
[173] | 244 | #badpage {
|
---|
| 245 | margin: 5% auto;
|
---|
| 246 | border: solid 2px #FFFF00;
|
---|
| 247 | color: #333300;
|
---|
| 248 | background-color: #e0e0e0;
|
---|
| 249 | text-align: center;
|
---|
| 250 | padding: 5px;
|
---|
| 251 | width: 70%;
|
---|
| 252 | }
|
---|
[39] | 253 | /* somewhat generic/reusable */
|
---|
[41] | 254 | #datatablewrapper {
|
---|
| 255 | border: none;
|
---|
[39] | 256 | width: 98%;
|
---|
[41] | 257 | margin-left: 1%;
|
---|
[100] | 258 | margin-right: 1%;
|
---|
| 259 | vertical-align: top;
|
---|
[39] | 260 | }
|
---|
[100] | 261 | table.csubtable {
|
---|
| 262 | margin-left: auto;
|
---|
| 263 | margin-right: auto;
|
---|
| 264 | }
|
---|
| 265 | td.main {
|
---|
| 266 | vertical-align: top;
|
---|
| 267 | }
|
---|
[117] | 268 |
|
---|
| 269 | /* Allow current group in list to be easily flagged */
|
---|
| 270 | /* For reasons of "CSS is stupid" you apparently can't apply the font to the <li> *eyeroll* */
|
---|
| 271 | label.curgrp {
|
---|
| 272 | font-weight: bold;
|
---|
| 273 | font-size: 1.2em;
|
---|
| 274 | }
|
---|
| 275 | span.curgrp {
|
---|
| 276 | font-weight: bold;
|
---|
| 277 | font-size: 1.2em;
|
---|
| 278 | }
|
---|