Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | * contributor license agreements. See the NOTICE file distributed with |
| 4 | * this work for additional information regarding copyright ownership. |
| 5 | * The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | * (the "License"); you may not use this file except in compliance with |
| 7 | * the License. You may obtain a copy of the License at |
| 8 | * |
| 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | * |
| 11 | * Unless required by applicable law or agreed to in writing, software |
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | * See the License for the specific language governing permissions and |
| 15 | * limitations under the License. |
| 16 | */ /* CSS Document */ |
| 17 | #main { |
| 18 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 19 | font-size: 10px; |
| 20 | color: black; |
| 21 | background-color: white; |
| 22 | border-collapse: collapse; |
| 23 | padding: 0px; |
Felix Meschberger | 99aab13 | 2009-05-11 08:48:39 +0000 | [diff] [blame] | 24 | margin: 30px; |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 25 | position: absolute; |
| 26 | text-align: left; |
| 27 | border-color: black; |
| 28 | } |
| 29 | |
| 30 | #lead { |
| 31 | color: #00678C; |
| 32 | /* color: #ffffff; */ |
| 33 | margin: 0px 0px 26px 0px; |
| 34 | padding: 0px; |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 35 | height: 100px; |
| 36 | } |
| 37 | |
| 38 | #lead h1 { /* |
| 39 | background-image: url(../imgs/banner_left.jpg); |
| 40 | background-repeat: no-repeat; |
| 41 | */ |
| 42 | margin: 0px; |
| 43 | padding: 5px 0 0 8px; |
Felix Meschberger | 4c66413 | 2008-06-02 13:52:15 +0000 | [diff] [blame] | 44 | font-size: 300%; |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 45 | font-weight: bold; |
| 46 | line-height: 120%; |
| 47 | height: 95px; |
| 48 | /* account for 5px top marging to get a total of 100px */ |
| 49 | float: left; |
| 50 | } |
| 51 | |
| 52 | #lead br { |
| 53 | line-height: 20px; |
| 54 | } |
| 55 | |
| 56 | #lead p { /* |
| 57 | background-image: url(../imgs/banner_right.jpg); |
| 58 | background-repeat: no-repeat; |
| 59 | border-left: 1px solid; |
| 60 | */ |
| 61 | margin: 0px; |
| 62 | padding: 0px; |
| 63 | height: 100px; |
| 64 | float: right; |
| 65 | } |
| 66 | |
| 67 | #technav { |
| 68 | border-bottom: 1px solid #6181A9; |
| 69 | border-top: 1px solid #6181A9; |
| 70 | color: black; |
| 71 | font-size: 10px; |
| 72 | font-weight: bold; |
| 73 | /* |
| 74 | border-top: 1px solid black; |
| 75 | */ |
Felix Meschberger | 8f906b8 | 2008-09-09 13:15:19 +0000 | [diff] [blame] | 76 | line-height: 21px; |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 77 | padding: 0; |
| 78 | margin: 0; |
| 79 | } |
| 80 | |
| 81 | #technav a { |
Felix Meschberger | 8f906b8 | 2008-09-09 13:15:19 +0000 | [diff] [blame] | 82 | /* |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 83 | display: block; |
| 84 | float: left; |
Felix Meschberger | 8f906b8 | 2008-09-09 13:15:19 +0000 | [diff] [blame] | 85 | */ |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 86 | text-decoration: none; |
| 87 | padding: 3px 10px 3px 10px; |
| 88 | color: #6181A9; |
| 89 | text-decoration: none; |
| 90 | } |
| 91 | |
| 92 | #technav a:hover { |
| 93 | background-color: black; |
| 94 | } |
| 95 | |
| 96 | #technav .technavat { |
Felix Meschberger | 8f906b8 | 2008-09-09 13:15:19 +0000 | [diff] [blame] | 97 | /* |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 98 | display: block; |
| 99 | float: left; |
Felix Meschberger | 8f906b8 | 2008-09-09 13:15:19 +0000 | [diff] [blame] | 100 | */ |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 101 | text-decoration: none; |
| 102 | padding: 3px 10px 3px 10px; |
| 103 | background-color: #B6CAE4; |
| 104 | color: black; |
| 105 | } |
| 106 | |
| 107 | #claim { |
| 108 | color: white; |
| 109 | background-color: black; |
| 110 | padding: 2px 10px 2px 10px; |
| 111 | } |
| 112 | |
| 113 | #claim p { |
| 114 | margin: 0; |
| 115 | padding: 0; |
| 116 | } |
| 117 | |
| 118 | #claim a { |
| 119 | color: #C5E2EE; |
| 120 | text-decoration: none; |
| 121 | } |
| 122 | |
| 123 | /* |
| 124 | .claimcell A:link { |
| 125 | color: #C5E2EE; |
| 126 | text-decoration: none; |
| 127 | } |
| 128 | |
| 129 | .claimcell A:visited { |
| 130 | color: #C5E2EE; |
| 131 | text-decoration: none; |
| 132 | } |
| 133 | */ |
| 134 | #claim a:hover { |
| 135 | color: #99FF33; |
| 136 | border-bottom: 1px solid; |
| 137 | } |
| 138 | |
| 139 | #claim a:active { |
| 140 | color: #FFFFFF; |
| 141 | } |
| 142 | |
| 143 | /* old styles */ |
| 144 | table { |
| 145 | text-align: left; |
| 146 | } |
| 147 | |
| 148 | table.content { |
| 149 | clear: both; |
| 150 | font-size: 10px; |
| 151 | line-height: 13px; |
| 152 | border: 0px solid #66dd44; |
| 153 | border-top: 1px solid #cccccc; |
| 154 | padding: 0px; |
| 155 | margin: 0px; |
| 156 | margin-top: 26px; |
| 157 | margin-bottom: 26px; |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 158 | text-align: left; |
| 159 | } |
| 160 | |
| 161 | tr { |
| 162 | border-left: 1px solid #cccccc; |
| 163 | border-right: 1px solid #cccccc; |
| 164 | } |
| 165 | |
| 166 | td.content { |
| 167 | color: #333333; |
| 168 | border: 0px solid #66dd44; |
| 169 | border-bottom: 1px solid #cccccc; |
| 170 | vertical-align: middle; |
| 171 | padding: 5px; |
| 172 | } |
| 173 | |
Felix Meschberger | 0704b05 | 2008-06-25 08:44:16 +0000 | [diff] [blame] | 174 | td.aligntop { |
| 175 | vertical-align: top; |
| 176 | } |
| 177 | |
Felix Meschberger | 0ca87d9 | 2008-06-13 15:27:57 +0000 | [diff] [blame] | 178 | td.content img { |
| 179 | width: 10px; |
| 180 | height: 10px; |
| 181 | } |
| 182 | |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 183 | td.disabled { |
| 184 | color: #999999; |
| 185 | } |
| 186 | |
| 187 | th.content { |
| 188 | color: #333333; |
| 189 | border: 0px solid #66dd44; |
| 190 | border-bottom: 1px solid #cccccc; |
| 191 | text-align: left; |
| 192 | padding: 5px; |
| 193 | padding-left: 10px; |
| 194 | } |
| 195 | |
| 196 | .right { |
| 197 | text-align: right; |
| 198 | } |
| 199 | .center { |
| 200 | text-align: center; |
| 201 | } |
| 202 | |
| 203 | th.container { |
| 204 | color: #6181A9; |
| 205 | background-color: #f0f0f0; |
| 206 | } |
| 207 | |
| 208 | th.important { |
| 209 | color: #B81833; |
| 210 | } |
| 211 | |
| 212 | .important { |
| 213 | color: #B81833; |
| 214 | } |
| 215 | |
| 216 | #maintable { /* postion: absolute; */ |
| 217 | font-size: 10px; |
| 218 | line-height: 13px; |
| 219 | border: 1px solid #000000; |
| 220 | padding: 0px; |
| 221 | margin: 0px; |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 222 | } |
| 223 | |
| 224 | .toolcell { |
| 225 | font-size: 10px; |
| 226 | color: #999999; |
| 227 | line-height: 10px; |
| 228 | background-color: #000000; |
| 229 | height: 18px; |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 230 | padding: 0px; |
| 231 | padding-bottom: 1px; |
| 232 | text-align: left; |
| 233 | } |
| 234 | |
| 235 | .toolcell A:link { |
| 236 | color: #C5E2EE; |
| 237 | text-decoration: none; |
| 238 | } |
| 239 | |
| 240 | .toolcell A:visited { |
| 241 | color: #C5E2EE; |
| 242 | text-decoration: none; |
| 243 | } |
| 244 | |
| 245 | .toolcell A:hover { |
| 246 | color: #99FF33; |
| 247 | text-decoration: none; |
| 248 | border-bottom: 1px solid; |
| 249 | } |
| 250 | |
| 251 | .toolcell A:active { |
| 252 | color: #FFFFFF; |
| 253 | text-decoration: none; |
| 254 | } |
| 255 | |
| 256 | .leadcell { |
| 257 | margin: 0px; |
| 258 | padding: 0px; |
| 259 | border: 0px solid #000000; |
| 260 | width: 718px; |
| 261 | height: 100px; |
| 262 | background-image: url(../imgs/banner_left.jpg); |
| 263 | vertical-align: top; |
| 264 | } |
| 265 | |
| 266 | .leadcelltext { |
| 267 | position: absolute; |
| 268 | border: 0px solid #000000; |
| 269 | font-size: 26px; |
| 270 | line-height: 32px; |
| 271 | margin-top: 5px; |
| 272 | margin-left: 8px; |
| 273 | color: #ffffff; |
| 274 | vertical-align: top; |
| 275 | } |
| 276 | |
| 277 | .logocell { |
| 278 | border-left: 1px solid #000000; |
| 279 | width: 239px; |
| 280 | background-image: url(../imgs/banner_right.jpg); |
| 281 | } |
| 282 | |
| 283 | #technavcell { |
| 284 | font-size: 10px; |
| 285 | font-weight: bold; |
| 286 | border: 0px solid #000000; |
| 287 | border-top: 1px solid #000000; |
| 288 | height: 21px; |
| 289 | background-color: #6181A9; |
| 290 | } |
| 291 | |
| 292 | /* |
| 293 | #technav A:link { |
| 294 | float: left; |
| 295 | display: block; |
| 296 | color: #ffffff; |
| 297 | border: 0px solid #000000; |
| 298 | border-right: 1px solid #000000; |
| 299 | height: 21px; |
| 300 | text-decoration: none; |
| 301 | padding: 0px 10px 0px 10px; |
| 302 | background-color: #6181A9; |
| 303 | } |
| 304 | |
| 305 | #technav A:visited { |
| 306 | float: left; |
| 307 | display: block; |
| 308 | color: #ffffff; |
| 309 | border-right: 1px solid #000000; |
| 310 | height: 21px; |
| 311 | text-decoration: none; |
| 312 | padding: 0px 10px 0px 10px; |
| 313 | background-color: #6181A9; |
| 314 | } |
| 315 | |
| 316 | #technav A:hover { |
| 317 | float: left; |
| 318 | display: block; |
| 319 | color: #ffffff; |
| 320 | border-right: 1px solid #000000; |
| 321 | height: 21px; |
| 322 | text-decoration: none; |
| 323 | padding: 0px 10px 0px 10px; |
| 324 | background-color: #000000; |
| 325 | } |
| 326 | |
| 327 | #technav A:active { |
| 328 | float: left; |
| 329 | display: block; |
| 330 | color: #ffffff; |
| 331 | border-right: 1px solid #000000; |
| 332 | height: 21px; |
| 333 | text-decoration: none; |
| 334 | padding: 0px 10px 0px 10px; |
| 335 | background-color: #6181A9; |
| 336 | } |
| 337 | */ |
Felix Meschberger | 99aab13 | 2009-05-11 08:48:39 +0000 | [diff] [blame] | 338 | .techcontentcell { |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 339 | border: 0px solid #000000; |
| 340 | border-top: 1px solid #000000; |
| 341 | } |
| 342 | |
| 343 | .relatedcell { |
| 344 | border-left: 1px solid #000000; |
| 345 | border-top: 1px solid #000000; |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 346 | background-color: #EBF0F6; |
| 347 | } |
| 348 | |
Felix Meschberger | 99aab13 | 2009-05-11 08:48:39 +0000 | [diff] [blame] | 349 | /* CENTRAL CONTENT AREA STYLING */ |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 350 | .content { |
| 351 | position: relative; |
| 352 | margin: 25px; |
| 353 | font-size: 11px; |
| 354 | line-height: 16px; |
| 355 | color: #000000; |
| 356 | } |
| 357 | |
| 358 | .content A:link { |
| 359 | color: #336600; |
| 360 | text-decoration: underline; |
| 361 | } |
| 362 | |
| 363 | .content A:visited { |
| 364 | color: #666666; |
| 365 | text-decoration: underline; |
| 366 | } |
| 367 | |
| 368 | .content A:hover { |
| 369 | color: #ffffff; |
| 370 | background-color: #336600; |
| 371 | text-decoration: none; |
| 372 | } |
| 373 | |
| 374 | .content A:active { |
| 375 | color: #ffffff; |
| 376 | background-color: #000000; |
| 377 | text-decoration: none; |
| 378 | } |
| 379 | |
| 380 | body { |
| 381 | background-color: white; |
| 382 | } |
| 383 | |
| 384 | /* TEXT STYLING */ /* |
| 385 | h1, h2, h3, h4, h5, h6, p |
| 386 | |
| 387 | { |
| 388 | margin: 0px; |
| 389 | margin-bottom: 8px; |
| 390 | font-size: 11px; |
| 391 | line-height: 16px; |
| 392 | font-weight:bold; |
| 393 | } |
| 394 | |
| 395 | */ /* |
| 396 | h1 |
| 397 | { |
| 398 | color: #000000; |
| 399 | margin-top: 32px; |
| 400 | clear: left; |
| 401 | } |
| 402 | |
| 403 | |
| 404 | h2 |
| 405 | { |
| 406 | color: #336699; |
| 407 | } |
| 408 | |
| 409 | |
| 410 | h3 |
| 411 | { |
| 412 | color: #336699; |
| 413 | } |
| 414 | */ /* |
| 415 | p |
| 416 | { |
| 417 | font-size: 11px; |
| 418 | line-height: 16px; |
| 419 | font-weight: normal; |
| 420 | color: #000000; |
| 421 | } |
| 422 | */ /* FORMS */ |
| 423 | form { |
| 424 | font-size: 9px; |
| 425 | border-top: 0px solid #000000; |
| 426 | border-bottom: 0px solid #000000; |
| 427 | border-left: 0px solid #000000; |
| 428 | border-right: 0px solid #000000; |
| 429 | margin: 0; |
| 430 | padding: 0; |
| 431 | clear: left; |
| 432 | } |
| 433 | |
| 434 | select,textarea { |
| 435 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 436 | font-size: 9px; |
| 437 | font-weight: normal; |
| 438 | display: block; |
| 439 | float: left; |
| 440 | padding-top: 3px; |
| 441 | margin-bottom: 10px; |
| 442 | } |
| 443 | |
| 444 | .input { |
| 445 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 446 | font-size: 9px; |
| 447 | font-weight: normal; |
| 448 | color: #184054; |
| 449 | background-color: #f0f0f0; |
| 450 | border: 1px solid #999999; |
| 451 | border-bottom: 1px solid #cccccc; |
| 452 | border-right: 1px solid #cccccc; |
| 453 | } |
| 454 | |
Carsten Ziegeler | a308d93 | 2009-02-05 20:02:07 +0000 | [diff] [blame] | 455 | .fileinput { |
| 456 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 457 | font-size: 9px; |
| 458 | font-weight: normal; |
| 459 | color: #184054; |
| 460 | } |
| 461 | |
Felix Meschberger | bb30b0c | 2008-05-16 11:59:32 +0000 | [diff] [blame] | 462 | .submit { |
| 463 | cursor: default; |
| 464 | width: 60px; |
| 465 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 466 | font-size: 10px; |
| 467 | font-weight: bold; |
| 468 | background-color: #f0f0f0; |
| 469 | height: 20px; |
| 470 | padding: 0px; |
| 471 | padding-bottom: 1px; |
| 472 | margin: 0px; |
| 473 | border: 1px solid #cccccc; |
| 474 | border-bottom: 1px solid #666666; |
| 475 | border-right: 1px solid #666666; |
| 476 | } |
| 477 | |
| 478 | input.important { |
| 479 | background-color: #B81833; |
| 480 | color: #ffffff; |
| 481 | } |
| 482 | |
| 483 | select { |
| 484 | color: #184054; |
| 485 | background-color: #f0f0f0; |
| 486 | border: 0px solid #999999; |
| 487 | } |
| 488 | |
| 489 | textarea { |
| 490 | color: #184054; |
| 491 | background-color: #f0f0f0; |
| 492 | width: 234px; |
| 493 | height: 100px; |
| 494 | border: 1px solid #999999; |
| 495 | border-bottom: 1px solid #cccccc; |
| 496 | border-right: 1px solid #cccccc; |
| 497 | } |
| 498 | |
| 499 | .clearleft { |
| 500 | clear: left; |
| 501 | } |
| 502 | |
| 503 | .clearboth { |
| 504 | clear: both; |
| 505 | } |
| 506 | |
| 507 | .checkradio { |
| 508 | background-color: #ffffff; |
| 509 | width: 20px; |
| 510 | padding: 0px; |
| 511 | padding-bottom: 10px; |
| 512 | margin: 0px; |
| 513 | margin-top: 2px; |
| 514 | border: 0px solid #999999; |
| 515 | } |
| 516 | |
| 517 | .checkradiotext { |
| 518 | font-size: 9px; |
| 519 | font-weight: normal; |
| 520 | line-height: 11px; |
| 521 | width: 100px; |
| 522 | color: #000000; |
| 523 | padding: 0px; |
| 524 | padding-bottom: 10px; |
| 525 | margin: 0px; |
| 526 | margin-top: 4px; |
| 527 | border: 0px solid #999999; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 528 | } |
| 529 | |
| 530 | div.buttons { |
Carsten Ziegeler | e291ee5 | 2008-11-04 16:56:30 +0000 | [diff] [blame] | 531 | background-color: #6181A9; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 532 | height: 30px; |
Carsten Ziegeler | 83fbe44 | 2009-02-09 20:48:31 +0000 | [diff] [blame] | 533 | text-align: right; |
| 534 | vertical-align: middle; |
| 535 | padding-right: 10px; |
| 536 | padding-top: 8px; |
Felix Meschberger | 2c4a606 | 2009-04-18 12:07:10 +0000 | [diff] [blame] | 537 | color: #F0F0F0; |
| 538 | font-size: 10px; |
| 539 | } |
| 540 | div.buttons select { |
| 541 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 542 | font-size: 9px; |
| 543 | font-weight: normal; |
| 544 | display: inline; |
| 545 | float:none; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 546 | } |
| 547 | div.button { |
Carsten Ziegeler | 83fbe44 | 2009-02-09 20:48:31 +0000 | [diff] [blame] | 548 | display: inline-block; |
| 549 | margin-left: 10px; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 550 | } |
| 551 | div.fullwidth { |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 552 | width: 100%; |
| 553 | } |
| 554 | div.statusline { |
Carsten Ziegeler | e291ee5 | 2008-11-04 16:56:30 +0000 | [diff] [blame] | 555 | margin-top: 10px; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 556 | background-color: #F5F5F5; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 557 | padding-left: 10px; |
| 558 | border: 1px solid #CCCCCC; |
Carsten Ziegeler | 83fbe44 | 2009-02-09 20:48:31 +0000 | [diff] [blame] | 559 | font-family: Verdana, Arial, Helvetica, san-serif; |
| 560 | font-size: 11px; |
| 561 | font-weight: normal; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 562 | color: #222222; |
| 563 | line-height: 19px; |
Carsten Ziegeler | e291ee5 | 2008-11-04 16:56:30 +0000 | [diff] [blame] | 564 | margin-bottom: 10px; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 565 | } |
| 566 | div.table { |
Carsten Ziegeler | e291ee5 | 2008-11-04 16:56:30 +0000 | [diff] [blame] | 567 | margin-left: 1px; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 568 | } |
| 569 | div.tablelayout { |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 570 | } |
| 571 | |
| 572 | /* tables */ |
| 573 | table.tablelayout { |
Carsten Ziegeler | e291ee5 | 2008-11-04 16:56:30 +0000 | [diff] [blame] | 574 | border-left: 1px solid #6181A9; |
| 575 | border-right: 1px solid #6181A9; |
| 576 | border-collapse: collapse; |
| 577 | font-family:arial; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 578 | background-color: #CDCDCD; |
| 579 | font-size: 8pt; |
| 580 | width: 100%; |
| 581 | text-align: left; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 582 | } |
Carsten Ziegeler | e291ee5 | 2008-11-04 16:56:30 +0000 | [diff] [blame] | 583 | table.tablelayout tbody tr { |
| 584 | border-left: 1px solid #6181A9; |
| 585 | border-right: 1px solid #6181A9; |
| 586 | } |
| 587 | |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 588 | table.tablelayout thead tr th, table.tablelayout tfoot tr th { |
| 589 | background-color: #e6EEEE; |
Carsten Ziegeler | e291ee5 | 2008-11-04 16:56:30 +0000 | [diff] [blame] | 590 | border-left: 1px solid #6181A9; |
| 591 | border-right: 1px solid #6181A9; |
| 592 | border-top: 1px solid #FFF; |
| 593 | border-bottom: 1px solid #FFF; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 594 | font-size: 8pt; |
| 595 | padding: 4px; |
| 596 | } |
| 597 | table.tablelayout thead tr .header { |
| 598 | background-image: url(../imgs/bg.gif); |
| 599 | background-repeat: no-repeat; |
| 600 | background-position: center right; |
| 601 | cursor: pointer; |
| 602 | } |
| 603 | table.tablelayout tbody td { |
| 604 | color: #3D3D3D; |
Carsten Ziegeler | e291ee5 | 2008-11-04 16:56:30 +0000 | [diff] [blame] | 605 | border-top: 1px solid #6181A9; |
| 606 | border-bottom: 1px solid #6181A9; |
Carsten Ziegeler | 7876ef9 | 2008-10-26 17:47:51 +0000 | [diff] [blame] | 607 | padding: 4px; |
| 608 | background-color: #FFF; |
| 609 | vertical-align: top; |
| 610 | } |
| 611 | table.tablelayout tbody tr.odd td { |
| 612 | background-color:#F0F0F6; |
| 613 | } |
| 614 | table.tablelayout thead tr .headerSortUp { |
| 615 | background-image: url(../imgs/asc.gif); |
| 616 | } |
| 617 | table.tablelayout thead tr .headerSortDown { |
| 618 | background-image: url(../imgs/desc.gif); |
| 619 | } |
| 620 | table.tablelayout thead tr .headerSortDown, table.tablelayout thead tr .headerSortUp { |
| 621 | background-color: #8dbdd8; |
| 622 | } |
Carsten Ziegeler | 6577bfa | 2009-02-05 10:45:35 +0000 | [diff] [blame] | 623 | .col_Id { |
| 624 | width: 40px; |
| 625 | } |
| 626 | .col_Status { |
| 627 | width: 50px; |
| 628 | } |
| 629 | .col_Actions { |
| 630 | width: 95px; |
Carsten Ziegeler | 60b9b35 | 2009-06-11 13:57:46 +0000 | [diff] [blame] | 631 | } |
| 632 | #plugin_content { |
| 633 | margin-top: 26px; |
| 634 | margin-bottom: 26px; |
| 635 | } |
| 636 | .contentheader { |
| 637 | border: 0px solid #66dd44; |
| 638 | border-bottom: 1px solid #cccccc; |
| 639 | text-align: left; |
| 640 | padding: 5px; |
| 641 | padding-left: 10px; |
| 642 | color: #6181A9; |
| 643 | background-color: #f0f0f0; |
| 644 | } |
| 645 | .contentline { |
| 646 | padding-top: 15px; |
| 647 | padding-left:10px; |
| 648 | clear: both; |
| 649 | width: 100%; |
| 650 | } |
| 651 | .contentleft { |
| 652 | padding-left: 9px; |
| 653 | float: left; |
| 654 | width:110px; |
| 655 | } |
| 656 | .contentright { |
| 657 | display: inline; |
| 658 | width: 225px; |
| 659 | } |