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;
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 6 | color: #333;
|
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 {
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 11 | color: #0134c5;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 12 | background-color: transparent;
|
| 13 | text-decoration: none;
|
| 14 | font-weight: normal;
|
| 15 | }
|
| 16 | a:visited {
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 17 | color: #0134c5;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 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 {
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 45 | background-color: #494949;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 46 | margin: 0;
|
| 47 | padding: 0;
|
| 48 | }
|
| 49 | #nav2 {
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 50 | background: #fff url(images/nav_bg_darker.jpg) repeat-x left top;
|
| 51 | padding: 0 310px 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 {
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 71 | background: transparent url(images/nav_separator_darker.jpg) repeat-y left top;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 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;
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 121 | color: #e13300;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 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 {
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 149 | margin: 12px 20px 12px 0;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 150 | }
|
| 151 |
|
| 152 | #content h1 {
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 153 | color: #e13300;
|
| 154 | border-bottom: 1px solid #666;
|
| 155 | background-color: transparent;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 156 | font-weight: normal;
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 157 | font-size: 24px;
|
| 158 | margin: 0 0 20px 0;
|
| 159 | padding: 3px 0 7px 3px;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 160 | }
|
| 161 |
|
| 162 | #content h2 {
|
| 163 | background-color: transparent;
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 164 | border-bottom: 1px solid #999;
|
| 165 | color: #000;
|
| 166 | font-size: 18px;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 167 | font-weight: bold;
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 168 | margin: 28px 0 16px 0;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 169 | padding: 5px 0 6px 0;
|
| 170 | }
|
| 171 |
|
| 172 | #content h3 {
|
| 173 | background-color: transparent;
|
| 174 | color: #333;
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 175 | font-size: 16px;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 176 | font-weight: bold;
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 177 | margin: 16px 0 15px 0;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 178 | padding: 0 0 0 0;
|
| 179 | }
|
| 180 |
|
| 181 | #content h4 {
|
| 182 | background-color: transparent;
|
| 183 | color: #444;
|
| 184 | font-size: 14px;
|
| 185 | font-weight: bold;
|
| 186 | margin: 22px 0 0 0;
|
| 187 | padding: 0 0 0 0;
|
| 188 | }
|
| 189 |
|
| 190 | #content img {
|
| 191 | margin: auto;
|
| 192 | padding: 0;
|
| 193 | }
|
| 194 |
|
| 195 | #content code {
|
| 196 | font-family: Monaco, Verdana, Sans-serif;
|
| 197 | font-size: 12px;
|
| 198 | background-color: #f9f9f9;
|
| 199 | border: 1px solid #D0D0D0;
|
| 200 | color: #002166;
|
| 201 | display: block;
|
| 202 | margin: 14px 0 14px 0;
|
| 203 | padding: 12px 10px 12px 10px;
|
| 204 | }
|
| 205 |
|
| 206 | #content pre {
|
| 207 | font-family: Monaco, Verdana, Sans-serif;
|
| 208 | font-size: 12px;
|
| 209 | background-color: #f9f9f9;
|
| 210 | border: 1px solid #D0D0D0;
|
| 211 | color: #002166;
|
| 212 | display: block;
|
| 213 | margin: 14px 0 14px 0;
|
| 214 | padding: 12px 10px 12px 10px;
|
| 215 | }
|
| 216 |
|
| 217 | #content .path {
|
| 218 | background-color: #EBF3EC;
|
| 219 | border: 1px solid #99BC99;
|
| 220 | color: #005702;
|
| 221 | text-align: center;
|
| 222 | margin: 0 0 14px 0;
|
| 223 | padding: 5px 10px 5px 8px;
|
| 224 | }
|
| 225 |
|
| 226 | #content dfn {
|
| 227 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 228 | color: #00620C;
|
| 229 | font-weight: bold;
|
| 230 | font-style: normal;
|
| 231 | }
|
| 232 | #content var {
|
| 233 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 234 | color: #8F5B00;
|
| 235 | font-weight: bold;
|
| 236 | font-style: normal;
|
| 237 | }
|
| 238 | #content samp {
|
| 239 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 240 | color: #480091;
|
| 241 | font-weight: bold;
|
| 242 | font-style: normal;
|
| 243 | }
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 244 | #content kbd {
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 245 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 246 | color: #A70000;
|
| 247 | font-weight: bold;
|
| 248 | font-style: normal;
|
| 249 | }
|
| 250 |
|
| 251 | #content ul {
|
| 252 | list-style-image: url(images/arrow.gif);
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 253 | margin: 10px 0 12px 0;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 254 | }
|
| 255 |
|
| 256 | #content li {
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 257 | margin-bottom: 9px;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 258 | }
|
| 259 |
|
| 260 | #content li p {
|
| 261 | margin-left: 0;
|
| 262 | margin-right: 0;
|
| 263 | }
|
| 264 |
|
| 265 | #content .tableborder {
|
| 266 | border: 1px solid #999;
|
| 267 | }
|
| 268 | #content th {
|
| 269 | font-weight: bold;
|
| 270 | text-align: left;
|
| 271 | font-size: 12px;
|
| 272 | background-color: #666;
|
| 273 | color: #fff;
|
| 274 | padding: 4px;
|
| 275 | }
|
| 276 |
|
| 277 | #content .td {
|
| 278 | font-weight: normal;
|
| 279 | font-size: 12px;
|
| 280 | padding: 6px;
|
| 281 | background-color: #f3f3f3;
|
| 282 | }
|
| 283 |
|
| 284 | #content .tdpackage {
|
| 285 | font-weight: normal;
|
| 286 | font-size: 12px;
|
| 287 | }
|
| 288 |
|
| 289 | #content .important {
|
| 290 | background: #FBE6F2;
|
| 291 | border: 1px solid #D893A1;
|
| 292 | color: #333;
|
| 293 | margin: 10px 0 5px 0;
|
| 294 | padding: 10px;
|
| 295 | }
|
| 296 |
|
| 297 | #content .important p {
|
| 298 | margin: 6px 0 8px 0;
|
| 299 | padding: 0;
|
| 300 | }
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 301 |
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 302 | #content .important .leftpad {
|
| 303 | margin: 6px 0 8px 0;
|
| 304 | padding-left: 20px;
|
| 305 | }
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 306 |
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 307 | #content .critical {
|
| 308 | background: #FBE6F2;
|
| 309 | border: 1px solid #E68F8F;
|
| 310 | color: #333;
|
| 311 | margin: 10px 0 5px 0;
|
| 312 | padding: 10px;
|
| 313 | }
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 314 |
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 315 | #content .critical p {
|
| 316 | margin: 5px 0 6px 0;
|
| 317 | padding: 0;
|
| 318 | }
|
| 319 |
|
| 320 |
|
| 321 | #footer {
|
| 322 | background-color: transparent;
|
| 323 | font-size: 10px;
|
| 324 | padding: 16px 0 15px 0;
|
| 325 | margin: 20px 0 0 0;
|
| 326 | text-align: center;
|
| 327 | }
|
| 328 |
|
| 329 | #footer p {
|
| 330 | font-size: 10px;
|
| 331 | color: #999;
|
| 332 | text-align: center;
|
| 333 | }
|
| 334 | #footer address {
|
| 335 | font-style: normal;
|
| 336 | }
|
| 337 |
|
| 338 | .center {
|
| 339 | text-align: center;
|
| 340 | }
|
| 341 |
|
| 342 | img {
|
| 343 | padding:0;
|
| 344 | border: 0;
|
| 345 | margin: 0;
|
| 346 | }
|
| 347 |
|
| 348 | .nopad {
|
| 349 | padding:0;
|
| 350 | border: 0;
|
| 351 | margin: 0;
|
| 352 | }
|
| 353 |
|
| 354 |
|
| 355 | form {
|
| 356 | margin: 0;
|
| 357 | padding: 0;
|
| 358 | }
|
| 359 |
|
| 360 | .input {
|
| 361 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 362 | font-size: 11px;
|
| 363 | color: #333;
|
| 364 | border: 1px solid #B3B4BD;
|
| 365 | width: 100%;
|
| 366 | font-size: 11px;
|
| 367 | height: 1.5em;
|
| 368 | padding: 0;
|
| 369 | margin: 0;
|
admin | e334c47 | 2006-10-21 19:44:22 +0000 | [diff] [blame] | 370 | }
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 371 |
|
| 372 | .textarea {
|
| 373 | font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
|
| 374 | font-size: 14px;
|
| 375 | color: #143270;
|
| 376 | background-color: #f9f9f9;
|
| 377 | border: 1px solid #B3B4BD;
|
| 378 | width: 100%;
|
Rick Ellis | 4a56760 | 2008-08-26 18:25:04 +0000 | [diff] [blame^] | 379 | padding: 6px;
|
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 380 | margin: 0;
|
| 381 | }
|
| 382 |
|
| 383 | .select {
|
| 384 | background-color: #fff;
|
| 385 | font-size: 11px;
|
| 386 | font-weight: normal;
|
| 387 | color: #333;
|
| 388 | padding: 0;
|
| 389 | margin: 0 0 3px 0;
|
| 390 | }
|
| 391 |
|
| 392 | .checkbox {
|
| 393 | background-color: transparent;
|
| 394 | padding: 0;
|
| 395 | border: 0;
|
| 396 | }
|
| 397 |
|
| 398 | .submit {
|
| 399 | background-color: #000;
|
| 400 | color: #fff;
|
| 401 | font-weight: normal;
|
| 402 | font-size: 10px;
|
| 403 | border: 1px solid #fff;
|
| 404 | margin: 0;
|
| 405 | padding: 1px 5px 2px 5px;
|
| 406 | } |