admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 1 | body {
|
| 2 | margin: 0;
|
| 3 | padding: 0;
|
| 4 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 5 | font-size: 14px;
|
| 6 | color: #4F5155;
|
Derek Allard | 8ae071e | 2007-04-30 11:57:01 +0000 | [diff] [blame] | 7 | background-color: #fff;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 8 | }
|
| 9 |
|
| 10 | a {
|
| 11 | color: #003399;
|
| 12 | background-color: transparent;
|
| 13 | text-decoration: none;
|
| 14 | font-weight: normal;
|
| 15 | }
|
| 16 | a:visited {
|
| 17 | color: #003399;
|
| 18 | background-color: transparent;
|
| 19 | text-decoration: none;
|
| 20 | }
|
| 21 | a:hover {
|
| 22 | color: #000;
|
| 23 | text-decoration: none;
|
| 24 | background-color: transparent;
|
| 25 | }
|
| 26 |
|
| 27 | #breadcrumb {
|
| 28 | float: left;
|
| 29 | background-color: transparent;
|
| 30 | margin: 10px 0 0 42px;
|
| 31 | padding: 0;
|
| 32 | font-size: 10px;
|
| 33 | color: #666;
|
| 34 | }
|
| 35 | #breadcrumb_right {
|
| 36 | float: right;
|
| 37 | width: 175px;
|
| 38 | background-color: transparent;
|
| 39 | padding: 8px 8px 3px 0;
|
| 40 | text-align: right;
|
| 41 | font-size: 10px;
|
| 42 | color: #666;
|
| 43 | }
|
| 44 | #nav {
|
| 45 | background-color: #5d5d5d;
|
| 46 | margin: 0;
|
| 47 | padding: 0;
|
| 48 | }
|
| 49 | #nav2 {
|
| 50 | background: #fff url(images/nav_bg.jpg) repeat-x left top;
|
admin | 43c36af | 2006-10-11 19:40:39 +0000 | [diff] [blame] | 51 | padding: 0 240px 0 0;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 52 | margin: 0;
|
| 53 | text-align: right;
|
| 54 | }
|
| 55 | #nav_inner {
|
| 56 | background-color: transparent;
|
| 57 | padding: 8px 12px 0 20px;
|
| 58 | margin: 0;
|
| 59 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 60 | font-size: 11px;
|
| 61 | }
|
| 62 |
|
| 63 | #nav_inner h3 {
|
| 64 | font-size: 12px;
|
| 65 | color: #fff;
|
| 66 | margin: 0;
|
| 67 | padding: 0;
|
| 68 | }
|
| 69 |
|
| 70 | #nav_inner .td_sep {
|
| 71 | background: transparent url(images/nav_separator.jpg) repeat-y left top;
|
| 72 | width: 25%;
|
| 73 | padding: 0 0 0 20px;
|
| 74 | }
|
| 75 | #nav_inner .td {
|
| 76 | width: 25%;
|
| 77 | }
|
| 78 | #nav_inner p {
|
| 79 | color: #eee;
|
| 80 | background-color: transparent;
|
| 81 | padding:0;
|
| 82 | margin: 0 0 10px 0;
|
| 83 | }
|
| 84 | #nav_inner ul {
|
| 85 | list-style-image: url(images/arrow.gif);
|
| 86 | padding: 0 0 0 18px;
|
| 87 | margin: 8px 0 12px 0;
|
| 88 | }
|
| 89 | #nav_inner li {
|
| 90 | padding: 0;
|
| 91 | margin: 0 0 4px 0;
|
| 92 | }
|
| 93 |
|
| 94 | #nav_inner a {
|
| 95 | color: #eee;
|
| 96 | background-color: transparent;
|
| 97 | text-decoration: none;
|
| 98 | font-weight: normal;
|
| 99 | }
|
| 100 |
|
| 101 | #nav_inner a:visited {
|
| 102 | color: #eee;
|
| 103 | background-color: transparent;
|
| 104 | text-decoration: none;
|
| 105 | }
|
| 106 |
|
| 107 | #nav_inner a:hover {
|
| 108 | color: #ccc;
|
| 109 | text-decoration: none;
|
| 110 | background-color: transparent;
|
| 111 | }
|
| 112 |
|
| 113 | #masthead {
|
| 114 | margin: 0 40px 0 35px;
|
| 115 | padding: 0 0 0 6px;
|
| 116 | border-bottom: 1px solid #999;
|
| 117 | }
|
| 118 |
|
| 119 | #masthead h1 {
|
| 120 | background-color: transparent;
|
| 121 | color: #003399;
|
| 122 | font-size: 18px;
|
| 123 | font-weight: normal;
|
| 124 | margin: 0;
|
| 125 | padding: 0 0 6px 0;
|
| 126 | }
|
| 127 |
|
| 128 | #searchbox {
|
| 129 | background-color: transparent;
|
| 130 | padding: 6px 40px 0 0;
|
| 131 | text-align: right;
|
| 132 | font-size: 10px;
|
| 133 | color: #666;
|
| 134 | }
|
| 135 |
|
| 136 | #img_welcome {
|
| 137 | border-bottom: 1px solid #D0D0D0;
|
| 138 | margin: 0 40px 0 40px;
|
| 139 | padding: 0;
|
| 140 | text-align: center;
|
| 141 | }
|
| 142 |
|
| 143 | #content {
|
| 144 | margin: 20px 40px 0 40px;
|
| 145 | padding: 0;
|
| 146 | }
|
| 147 |
|
| 148 | #content p {
|
| 149 | margin: 10px 20px 12px 0;
|
| 150 | }
|
| 151 |
|
| 152 | #content h1 {
|
| 153 | color: #333;
|
admin | 78ce3cc | 2006-10-02 02:58:03 +0000 | [diff] [blame] | 154 | background-color: #efefef;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 155 | font-weight: normal;
|
| 156 | font-size: 22px;
|
| 157 | margin: 0 0 15px 0;
|
admin | 78ce3cc | 2006-10-02 02:58:03 +0000 | [diff] [blame] | 158 | padding: 3px 2px 3px 10px;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 159 | }
|
| 160 |
|
| 161 | #content h2 {
|
| 162 | background-color: transparent;
|
| 163 | border-bottom: 1px solid #D0D0D0;
|
| 164 | color: #444;
|
| 165 | font-size: 16px;
|
| 166 | font-weight: bold;
|
| 167 | margin: 24px 0 2px 0;
|
| 168 | padding: 5px 0 6px 0;
|
| 169 | }
|
| 170 |
|
| 171 | #content h3 {
|
| 172 | background-color: transparent;
|
| 173 | color: #333;
|
| 174 | font-size: 14px;
|
| 175 | font-weight: bold;
|
| 176 | margin: 22px 0 12px 0;
|
| 177 | padding: 0 0 0 0;
|
| 178 | }
|
| 179 |
|
| 180 | #content h4 {
|
| 181 | background-color: transparent;
|
| 182 | color: #444;
|
| 183 | font-size: 14px;
|
| 184 | font-weight: bold;
|
| 185 | margin: 22px 0 0 0;
|
| 186 | padding: 0 0 0 0;
|
| 187 | }
|
| 188 |
|
| 189 | #content img {
|
| 190 | margin: auto;
|
| 191 | padding: 0;
|
| 192 | }
|
| 193 |
|
| 194 | #content code {
|
| 195 | font-family: Monaco, Verdana, Sans-serif;
|
| 196 | font-size: 12px;
|
| 197 | background-color: #f9f9f9;
|
| 198 | border: 1px solid #D0D0D0;
|
| 199 | color: #002166;
|
| 200 | display: block;
|
| 201 | margin: 14px 0 14px 0;
|
| 202 | padding: 12px 10px 12px 10px;
|
| 203 | }
|
| 204 |
|
| 205 | #content pre {
|
| 206 | font-family: Monaco, Verdana, Sans-serif;
|
| 207 | font-size: 12px;
|
| 208 | background-color: #f9f9f9;
|
| 209 | border: 1px solid #D0D0D0;
|
| 210 | color: #002166;
|
| 211 | display: block;
|
| 212 | margin: 14px 0 14px 0;
|
| 213 | padding: 12px 10px 12px 10px;
|
| 214 | }
|
| 215 |
|
| 216 | #content .path {
|
| 217 | background-color: #EBF3EC;
|
| 218 | border: 1px solid #99BC99;
|
| 219 | color: #005702;
|
| 220 | text-align: center;
|
| 221 | margin: 0 0 14px 0;
|
| 222 | padding: 5px 10px 5px 8px;
|
| 223 | }
|
| 224 |
|
| 225 | #content dfn {
|
| 226 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 227 | color: #00620C;
|
| 228 | font-weight: bold;
|
| 229 | font-style: normal;
|
| 230 | }
|
| 231 | #content var {
|
| 232 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 233 | color: #8F5B00;
|
| 234 | font-weight: bold;
|
| 235 | font-style: normal;
|
| 236 | }
|
| 237 | #content samp {
|
| 238 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 239 | color: #480091;
|
| 240 | font-weight: bold;
|
| 241 | font-style: normal;
|
| 242 | }
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 243 | #content kbd {
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 244 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 245 | color: #A70000;
|
| 246 | font-weight: bold;
|
| 247 | font-style: normal;
|
| 248 | }
|
| 249 |
|
| 250 | #content ul {
|
| 251 | list-style-image: url(images/arrow.gif);
|
| 252 | padding: 0 0 0 18px;
|
| 253 | margin: 8px 0 12px 0;
|
| 254 | }
|
| 255 |
|
| 256 | #content li {
|
| 257 | padding: 0;
|
| 258 | margin: 0 0 6px 0;
|
| 259 | }
|
| 260 |
|
| 261 | #content li p {
|
| 262 | margin-left: 0;
|
| 263 | margin-right: 0;
|
| 264 | }
|
| 265 |
|
| 266 | #content .tableborder {
|
| 267 | border: 1px solid #999;
|
| 268 | }
|
| 269 | #content th {
|
| 270 | font-weight: bold;
|
| 271 | text-align: left;
|
| 272 | font-size: 12px;
|
| 273 | background-color: #666;
|
| 274 | color: #fff;
|
| 275 | padding: 4px;
|
| 276 | }
|
| 277 |
|
| 278 | #content .td {
|
| 279 | font-weight: normal;
|
| 280 | font-size: 12px;
|
| 281 | padding: 6px;
|
| 282 | background-color: #f3f3f3;
|
| 283 | }
|
| 284 |
|
| 285 | #content .tdpackage {
|
| 286 | font-weight: normal;
|
| 287 | font-size: 12px;
|
| 288 | }
|
| 289 |
|
| 290 | #content .important {
|
| 291 | background: #FBE6F2;
|
| 292 | border: 1px solid #D893A1;
|
| 293 | color: #333;
|
| 294 | margin: 10px 0 5px 0;
|
| 295 | padding: 10px;
|
| 296 | }
|
| 297 |
|
| 298 | #content .important p {
|
| 299 | margin: 6px 0 8px 0;
|
| 300 | padding: 0;
|
| 301 | }
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 302 |
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 303 | #content .important .leftpad {
|
| 304 | margin: 6px 0 8px 0;
|
| 305 | padding-left: 20px;
|
| 306 | }
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 307 |
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 308 | #content .critical {
|
| 309 | background: #FBE6F2;
|
| 310 | border: 1px solid #E68F8F;
|
| 311 | color: #333;
|
| 312 | margin: 10px 0 5px 0;
|
| 313 | padding: 10px;
|
| 314 | }
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 315 |
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 316 | #content .critical p {
|
| 317 | margin: 5px 0 6px 0;
|
| 318 | padding: 0;
|
| 319 | }
|
| 320 |
|
| 321 |
|
| 322 | #footer {
|
| 323 | background-color: transparent;
|
| 324 | font-size: 10px;
|
| 325 | padding: 16px 0 15px 0;
|
| 326 | margin: 20px 0 0 0;
|
| 327 | text-align: center;
|
| 328 | }
|
| 329 |
|
| 330 | #footer p {
|
| 331 | font-size: 10px;
|
| 332 | color: #999;
|
| 333 | text-align: center;
|
| 334 | }
|
| 335 | #footer address {
|
| 336 | font-style: normal;
|
| 337 | }
|
| 338 |
|
| 339 | .center {
|
| 340 | text-align: center;
|
| 341 | }
|
| 342 |
|
| 343 | img {
|
| 344 | padding:0;
|
| 345 | border: 0;
|
| 346 | margin: 0;
|
| 347 | }
|
| 348 |
|
| 349 | .nopad {
|
| 350 | padding:0;
|
| 351 | border: 0;
|
| 352 | margin: 0;
|
| 353 | }
|
| 354 |
|
| 355 |
|
| 356 | form {
|
| 357 | margin: 0;
|
| 358 | padding: 0;
|
| 359 | }
|
| 360 |
|
| 361 | .input {
|
| 362 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 363 | font-size: 11px;
|
| 364 | color: #333;
|
| 365 | border: 1px solid #B3B4BD;
|
| 366 | width: 100%;
|
| 367 | font-size: 11px;
|
| 368 | height: 1.5em;
|
| 369 | padding: 0;
|
| 370 | margin: 0;
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 371 | }
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 372 |
|
| 373 | .textarea {
|
| 374 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 375 | font-size: 14px;
|
| 376 | color: #143270;
|
| 377 | background-color: #f9f9f9;
|
| 378 | border: 1px solid #B3B4BD;
|
| 379 | width: 100%;
|
| 380 | padding: 0;
|
| 381 | margin: 0;
|
| 382 | }
|
| 383 |
|
| 384 | .select {
|
| 385 | background-color: #fff;
|
| 386 | font-size: 11px;
|
| 387 | font-weight: normal;
|
| 388 | color: #333;
|
| 389 | padding: 0;
|
| 390 | margin: 0 0 3px 0;
|
| 391 | }
|
| 392 |
|
| 393 | .checkbox {
|
| 394 | background-color: transparent;
|
| 395 | padding: 0;
|
| 396 | border: 0;
|
| 397 | }
|
| 398 |
|
| 399 | .submit {
|
| 400 | background-color: #000;
|
| 401 | color: #fff;
|
| 402 | font-weight: normal;
|
| 403 | font-size: 10px;
|
| 404 | border: 1px solid #fff;
|
| 405 | margin: 0;
|
| 406 | padding: 1px 5px 2px 5px;
|
| 407 | } |