[358] | 1 | a:link {
|
---|
| 2 | text-decoration: none;
|
---|
| 3 | color: #660033;
|
---|
| 4 | }
|
---|
| 5 | a:visited {
|
---|
| 6 | text-decoration: none;
|
---|
| 7 | color: #660000;
|
---|
| 8 | }
|
---|
| 9 | a:hover {
|
---|
| 10 | color: #CC2222;
|
---|
| 11 | }
|
---|
| 12 | body , html {
|
---|
| 13 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 14 | font-size: 13px;
|
---|
| 15 | font-style: normal;
|
---|
| 16 | font-weight: normal;
|
---|
| 17 | margin-right: 0;
|
---|
| 18 | margin-left: 0;
|
---|
| 19 | margin-top: 0;
|
---|
| 20 | text-align: center;
|
---|
| 21 | background-color: #FFFFFF;
|
---|
| 22 | color: #333333;
|
---|
| 23 | }
|
---|
| 24 |
|
---|
| 25 | div#container{
|
---|
| 26 |
|
---|
| 27 | width: 75%;
|
---|
| 28 | margin: auto; /*centra */
|
---|
| 29 |
|
---|
| 30 | }
|
---|
| 31 |
|
---|
| 32 | table {
|
---|
| 33 | margin-right: auto;
|
---|
| 34 | margin-left: auto;
|
---|
| 35 | text-align: left;
|
---|
| 36 | margin-top: 0px;
|
---|
| 37 |
|
---|
| 38 | }
|
---|
| 39 | td {
|
---|
| 40 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 41 | font-size: 13px;
|
---|
| 42 | margin-top: 0px;
|
---|
| 43 | margin: 0;
|
---|
| 44 | }
|
---|
| 45 |
|
---|
| 46 | hr {
|
---|
| 47 | color: #000000;
|
---|
| 48 | background-color: #FFFFFF;
|
---|
| 49 | border-bottom: 1px dotted #CCCCCC;
|
---|
| 50 | }
|
---|
| 51 | form {
|
---|
| 52 |
|
---|
| 53 | font-size: 12px;
|
---|
| 54 | color: #000066;
|
---|
| 55 | text-decoration: none;
|
---|
| 56 | margin-right: 0px;
|
---|
| 57 | margin-left: 0px;
|
---|
| 58 | margin-top: 0px;
|
---|
| 59 | margin-bottom: 0px;
|
---|
| 60 | width: 100%;
|
---|
| 61 | }
|
---|
| 62 | p {
|
---|
| 63 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 64 | font-size: 13px;
|
---|
| 65 | padding-right: 8px;
|
---|
| 66 | padding-bottom: 0px;
|
---|
| 67 | padding-left: 8px;
|
---|
| 68 | padding-top: 0px;
|
---|
| 69 | margin: 2px 2px 4px;
|
---|
| 70 | }
|
---|
| 71 | h1 {
|
---|
| 72 | font-size: 16px;
|
---|
| 73 | font-weight: bold;
|
---|
| 74 | color: #222266;
|
---|
| 75 | text-decoration: none;
|
---|
| 76 | border-bottom-width: 1px;
|
---|
| 77 | border-bottom-style: dotted;
|
---|
| 78 | border-bottom-color: #222266;
|
---|
| 79 | margin-top: 6px;
|
---|
| 80 | margin-bottom: 8px;
|
---|
| 81 | padding-right: 0px;
|
---|
| 82 | padding-left: 0px;
|
---|
| 83 | }
|
---|
| 84 | h2 {
|
---|
| 85 | font-size: 14px;
|
---|
| 86 | font-weight: bold;
|
---|
| 87 | color: #660000;
|
---|
| 88 | text-decoration: none;
|
---|
| 89 | border-bottom-width: 1px;
|
---|
| 90 | border-bottom-style: dotted;
|
---|
| 91 | border-bottom-color: #CCCCCC;
|
---|
| 92 | margin-top: 9px;
|
---|
| 93 | margin-bottom: 2px;
|
---|
| 94 | padding-right: 1px;
|
---|
| 95 | padding-left: 4px;
|
---|
| 96 | }
|
---|
| 97 | h4 {
|
---|
| 98 | font-size: 14px;
|
---|
| 99 | color: #003366;
|
---|
| 100 | text-decoration: none;
|
---|
| 101 | background-position: center;
|
---|
| 102 | bottom: 9px;
|
---|
| 103 | margin: 20px;
|
---|
| 104 | text-align: center;
|
---|
| 105 | border: 1px dotted #666666;
|
---|
| 106 | padding: 2px;
|
---|
| 107 | width: auto;
|
---|
| 108 | background-color: #EEEFEF;
|
---|
| 109 | font-variant: small-caps;
|
---|
| 110 | }
|
---|
| 111 | h5 {
|
---|
| 112 | font-size: 14px;
|
---|
| 113 | font-weight: bold;
|
---|
| 114 | color: #333333;
|
---|
| 115 | text-decoration: none;
|
---|
| 116 | border-bottom-width: 1px;
|
---|
| 117 | border-bottom-style: dotted;
|
---|
| 118 | border-bottom-color: #CCCCCC;
|
---|
| 119 | margin-top: 0px;
|
---|
| 120 | margin-bottom: 4px;
|
---|
| 121 | padding-right: 1px;
|
---|
| 122 | padding-left: 4px;
|
---|
| 123 | background-color: #EFEFEF;
|
---|
| 124 | background-position: center;
|
---|
| 125 | text-align: center;
|
---|
| 126 | }
|
---|
| 127 | h6 {
|
---|
| 128 | font-size: 12px;
|
---|
| 129 | font-weight: bold;
|
---|
| 130 | color: #333333;
|
---|
| 131 | text-decoration: none;
|
---|
| 132 | border-bottom-style: dotted;
|
---|
| 133 | padding-left: 4px;
|
---|
| 134 | background-position: center;
|
---|
| 135 | border-bottom-color: #EEEEEE;
|
---|
| 136 | border-bottom-width: 1px;
|
---|
| 137 | padding-top: 3px;
|
---|
| 138 | padding-right: 2px;
|
---|
| 139 | padding-bottom: 0px;
|
---|
| 140 | bottom: 9px;
|
---|
| 141 | margin-top: 1px;
|
---|
| 142 | margin-bottom: 3px;
|
---|
| 143 | }
|
---|
| 144 |
|
---|
| 145 |
|
---|
| 146 | /* usate per blocco */
|
---|
| 147 |
|
---|
| 148 | .sidebar {
|
---|
| 149 |
|
---|
| 150 | text-align:left;
|
---|
| 151 | margin-top:0px;
|
---|
| 152 | width: 200px;
|
---|
| 153 | border: none;
|
---|
| 154 | padding: 0px;
|
---|
| 155 | /*background-color:#b0b0b0;*/
|
---|
| 156 | }
|
---|
| 157 | .sidebar a{
|
---|
| 158 | color:#5D81A6;
|
---|
| 159 | }
|
---|
| 160 | .sidebar a:hover{
|
---|
| 161 | text-decoration: underline;
|
---|
| 162 | /*color:#FFFFFF;*/
|
---|
| 163 | }
|
---|
| 164 | .sidebar a:visited{
|
---|
| 165 | color:#5D81A6;
|
---|
| 166 | }
|
---|
| 167 |
|
---|
| 168 |
|
---|
| 169 |
|
---|
| 170 | .footbar {
|
---|
| 171 | background-image: url(images/footer.jpg);
|
---|
| 172 | font-size: 10px;
|
---|
| 173 | color: #330000;
|
---|
| 174 | padding-right: 10px;
|
---|
| 175 | padding-bottom: 2px;
|
---|
| 176 | padding-left: 8px;
|
---|
| 177 | padding-top: 2px;
|
---|
| 178 | height: 24px;
|
---|
| 179 | }
|
---|
| 180 | .modulo {
|
---|
| 181 | text-decoration: none;
|
---|
| 182 | border: 1px solid #666699;
|
---|
| 183 | font-size: 10px;
|
---|
| 184 | }
|
---|
| 185 | .moduloform {
|
---|
| 186 | text-decoration: none;
|
---|
| 187 | border: 1px solid #666699;
|
---|
| 188 | font-size: 13px;
|
---|
| 189 | text-align: left;
|
---|
| 190 | }
|
---|
| 191 | .modulo-extranet {
|
---|
| 192 | text-decoration: none;
|
---|
| 193 | border: 1px dotted #000033;
|
---|
| 194 | width: 100px;
|
---|
| 195 | background-color: #FFFFFF;
|
---|
| 196 | color: #CCCCCC;
|
---|
| 197 | }
|
---|
| 198 | .modulo-button {
|
---|
| 199 | color: #663366;
|
---|
| 200 | text-decoration: none;
|
---|
| 201 | background-color: #FFFFEE;
|
---|
| 202 | border: 1px solid #660033;
|
---|
| 203 | width: 50%;
|
---|
| 204 | text-align: center;
|
---|
| 205 | font-size: 10px;
|
---|
| 206 | padding: 3px;
|
---|
| 207 | }
|
---|
| 208 | .modulosmall {
|
---|
| 209 | font-size: 9px;
|
---|
| 210 | color: #000066;
|
---|
| 211 | text-decoration: none;
|
---|
| 212 | background-color: #FFFFFF;
|
---|
| 213 | border: 0px;
|
---|
| 214 | width: 100%;
|
---|
| 215 | margin: 0px;
|
---|
| 216 | padding: 2px;
|
---|
| 217 | }
|
---|
| 218 | .modulo-table {
|
---|
| 219 | font-size: 10px;
|
---|
| 220 | color: #000066;
|
---|
| 221 | text-decoration: none;
|
---|
| 222 | background-color: #FFFFFF;
|
---|
| 223 | border-top: 1px dotted #000033;
|
---|
| 224 | border-bottom: 1px dotted #000033;
|
---|
| 225 | width: 100%;
|
---|
| 226 | }
|
---|
| 227 | .modulo-titolo {
|
---|
| 228 | font-size: 13px;
|
---|
| 229 | font-weight: bold;
|
---|
| 230 | color: #336633;
|
---|
| 231 | text-decoration: none;
|
---|
| 232 | border-top: 1px dotted #000033;
|
---|
| 233 | margin-top: 10px;
|
---|
| 234 | margin-bottom: 0px;
|
---|
| 235 | margin-right: 0px;
|
---|
| 236 | margin-left: 0px;
|
---|
| 237 | padding: 0px;
|
---|
| 238 | background-color: #EFEFEF;
|
---|
| 239 | text-align: left;
|
---|
| 240 | width: 100%;
|
---|
| 241 | }
|
---|
| 242 | .table-main {
|
---|
| 243 | border: 1px solid #DEDEDC;
|
---|
| 244 | font-size: 13px;
|
---|
| 245 | background-position: center top;
|
---|
| 246 | padding: 0px;
|
---|
| 247 | color: #666666;
|
---|
| 248 | text-align:center;
|
---|
| 249 | width: 798px;
|
---|
| 250 | }
|
---|
| 251 |
|
---|
| 252 | .table-blocco {
|
---|
| 253 | border: 1px solid #DEDEDC;
|
---|
| 254 | font-size: 10px;
|
---|
| 255 | background-position: center top;
|
---|
| 256 | padding: 0px;
|
---|
| 257 | color: #666666;
|
---|
| 258 | }
|
---|
| 259 |
|
---|
| 260 |
|
---|
| 261 |
|
---|
| 262 |
|
---|
| 263 | .table-central {
|
---|
| 264 | border-top-width: 1px;
|
---|
| 265 | border-right-width: 1px;
|
---|
| 266 | border-bottom-width: 1px;
|
---|
| 267 | border-left-width: 1px;
|
---|
| 268 | border-right-style: dotted;
|
---|
| 269 | border-left-style: dotted;
|
---|
| 270 | border-top-color: #CC3300;
|
---|
| 271 | border-right-color: #CC3300;
|
---|
| 272 | border-bottom-color: #CC3300;
|
---|
| 273 | border-left-color: #CC3300;
|
---|
| 274 | border-top-style: none;
|
---|
| 275 | border-bottom-style: none;
|
---|
| 276 | height: 100%;
|
---|
| 277 | width: 100%;
|
---|
| 278 | margin: 0px;
|
---|
| 279 | padding: 8px;
|
---|
| 280 | }
|
---|
| 281 | .table-info {
|
---|
| 282 | font-size: 10px;
|
---|
| 283 | padding-right: 4px;
|
---|
| 284 | padding-bottom: 2px;
|
---|
| 285 | padding-left: 2px;
|
---|
| 286 | padding-top: 4px;
|
---|
| 287 | margin: 2px 2px 4px;
|
---|
| 288 | }
|
---|
| 289 | .table-main-secondary {
|
---|
| 290 | background-position: center top;
|
---|
| 291 | border-top: none;
|
---|
| 292 | border-left: 1px dotted #DEDEDC;
|
---|
| 293 | border-bottom: none;
|
---|
| 294 | border-right: none;
|
---|
| 295 | }
|
---|
| 296 | .table-docs {
|
---|
| 297 | font-size: 9px;
|
---|
| 298 | padding: 1px;
|
---|
| 299 | color: #000000;
|
---|
| 300 | /* margin: 4px 4px 40px;*/
|
---|
| 301 | border-bottom: thin dotted #666666;
|
---|
| 302 | text-align:center;
|
---|
| 303 | }
|
---|
| 304 | .omniainternet {
|
---|
| 305 | font-size: 13px;
|
---|
| 306 | color: #993366;
|
---|
| 307 | text-decoration: none;
|
---|
| 308 | background-position: center;
|
---|
| 309 | bottom: 5px;
|
---|
| 310 | margin: 20px;
|
---|
| 311 | text-align: center;
|
---|
| 312 | border: 1px dotted #FF6666;
|
---|
| 313 | padding: 2px;
|
---|
| 314 | width: auto;
|
---|
| 315 | background-color: #FFEFEF;
|
---|
| 316 | font-variant: small-caps;
|
---|
| 317 | }
|
---|
| 318 | .message {
|
---|
| 319 | font-size: 13px;
|
---|
| 320 | color: #EE3366;
|
---|
| 321 | text-decoration: none;
|
---|
| 322 | background-position: center;
|
---|
| 323 | bottom: 5px;
|
---|
| 324 | margin: 10px auto;
|
---|
| 325 | text-align: left;
|
---|
| 326 | border: 1px dotted #FF6666;
|
---|
| 327 | padding: 2px;
|
---|
| 328 | width: 100%;
|
---|
| 329 | background-color: #FFFFEF;
|
---|
| 330 | }
|
---|
| 331 | .td-main {
|
---|
| 332 |
|
---|
| 333 | border-top: none;
|
---|
| 334 | border-right: 1px dotted #DEDEDC;
|
---|
| 335 | border-bottom: none;
|
---|
| 336 | border-left: 1px dotted #DEDEDC;
|
---|
| 337 | }
|
---|
| 338 | .news {
|
---|
| 339 | font-size: 10px;
|
---|
| 340 | border: none;
|
---|
| 341 | padding-right: 8px;
|
---|
| 342 | padding-bottom: 0px;
|
---|
| 343 | padding-left: 8px;
|
---|
| 344 | padding-top: 0px;
|
---|
| 345 | color: #330000;
|
---|
| 346 | }
|
---|
| 347 | .headlines {
|
---|
| 348 | font-size: 10px;
|
---|
| 349 | color: #333333;
|
---|
| 350 | text-decoration: none;
|
---|
| 351 | margin-top: 10px;
|
---|
| 352 | margin-bottom: 16px;
|
---|
| 353 | width: 366px;
|
---|
| 354 | text-align: left;
|
---|
| 355 | border: 0px dotted #FFFFFF;
|
---|
| 356 | }
|
---|
| 357 |
|
---|
| 358 |
|
---|
| 359 |
|
---|
| 360 | .tavola {
|
---|
| 361 | background-image: url(images/back.gif);
|
---|
| 362 | font-size: 13px;
|
---|
| 363 | border: none;
|
---|
| 364 | color: #330000;
|
---|
| 365 | }
|
---|
| 366 |
|
---|
| 367 | /* tabelle specifiche */
|
---|
| 368 |
|
---|
| 369 | .piccolo {
|
---|
| 370 | BACKGROUND: none;
|
---|
| 371 | COLOR: #cccccc;
|
---|
| 372 | FONT-SIZE: 10px;
|
---|
| 373 | FONT-WEIGHT: normal;
|
---|
| 374 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 375 | TEXT-DECORATION: none}
|
---|
| 376 |
|
---|
| 377 | .table-80 {
|
---|
| 378 | margin: 0px auto;
|
---|
| 379 | font-size: 13px;
|
---|
| 380 | border: none;
|
---|
| 381 | color: #330000;
|
---|
| 382 | width: 80%;
|
---|
| 383 | }
|
---|
| 384 | .table-762 {
|
---|
| 385 | text-align: center;
|
---|
| 386 | margin: 0px auto;
|
---|
| 387 | font-size: 13px;
|
---|
| 388 | border: none;
|
---|
| 389 | color: #330000;
|
---|
| 390 | width: 762px;
|
---|
| 391 | margin-top: 0px;
|
---|
| 392 |
|
---|
| 393 | padding: 0px;
|
---|
| 394 | }
|
---|
| 395 | .td-image {
|
---|
| 396 | text-align: center;
|
---|
| 397 | border: none;
|
---|
| 398 | margin: 0px;
|
---|
| 399 | padding: 0px;
|
---|
| 400 | }
|
---|
| 401 | .image {
|
---|
| 402 | /*float: center;*/
|
---|
| 403 | border: none;
|
---|
| 404 | margin: 0px;
|
---|
| 405 | padding: 0px;
|
---|
| 406 | }
|
---|
| 407 |
|
---|
| 408 | .td-2 {
|
---|
| 409 |
|
---|
| 410 | margin: 0px 0 0 0px;
|
---|
| 411 |
|
---|
| 412 | border: none;
|
---|
| 413 | background-color: #d2d2d2;
|
---|
| 414 | padding: 0px;
|
---|
| 415 | FONT-SIZE: 13px;
|
---|
| 416 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 417 | text-align: center;
|
---|
| 418 | }
|
---|
| 419 | .td-5 {
|
---|
| 420 |
|
---|
| 421 | margin: 0px 0 0 0px;
|
---|
| 422 | width: 5%;
|
---|
| 423 | border: none;
|
---|
| 424 | background-color: #d2d2d2;
|
---|
| 425 | padding: 0px;
|
---|
| 426 | FONT-SIZE: 13px;
|
---|
| 427 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 428 | text-align: center;
|
---|
| 429 | }
|
---|
| 430 |
|
---|
| 431 | .td-30 {
|
---|
| 432 |
|
---|
| 433 |
|
---|
| 434 | width: 30%;
|
---|
| 435 | text-align: left;
|
---|
| 436 |
|
---|
| 437 |
|
---|
| 438 | FONT-SIZE: 13px;
|
---|
| 439 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 440 | }
|
---|
| 441 | .td-149 {
|
---|
| 442 | float: right;
|
---|
| 443 | margin-top:0px;
|
---|
| 444 | /*margin: 0px 0 0 0px;*/
|
---|
| 445 | width: 200px;
|
---|
| 446 | border: none;
|
---|
| 447 | background-color: #d2d2d2;
|
---|
| 448 | padding: 0px;
|
---|
| 449 | }
|
---|
| 450 | .td-130 {
|
---|
| 451 | float: right;
|
---|
| 452 | margin: 0px 0 0 1px;
|
---|
| 453 | width: 130px;
|
---|
| 454 | border: none;
|
---|
| 455 | background-color: #d2d2d2;
|
---|
| 456 | padding: 0px;
|
---|
| 457 |
|
---|
| 458 | }
|
---|
| 459 | .td-130c {
|
---|
| 460 | text-align:left;
|
---|
| 461 | margin: 0px 0 0 0px;
|
---|
| 462 | width: 130px;
|
---|
| 463 | padding: 0px;
|
---|
| 464 | border: .5px solid black;
|
---|
| 465 | }
|
---|
| 466 | .td-130b {
|
---|
| 467 | border: .5px solid black;
|
---|
| 468 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 469 | font-size: 12px;
|
---|
| 470 | margin-top: 0px;
|
---|
| 471 | margin: 0;
|
---|
| 472 | }
|
---|
| 473 | .td-vuoto {
|
---|
| 474 |
|
---|
| 475 |
|
---|
| 476 | width: 100%;
|
---|
| 477 | border: none;
|
---|
| 478 | text-align: left;
|
---|
| 479 |
|
---|
| 480 | }
|
---|
| 481 | .td-vuotoc {
|
---|
| 482 |
|
---|
| 483 |
|
---|
| 484 | width: 100%;
|
---|
| 485 | border: none;
|
---|
| 486 | text-align: center;
|
---|
| 487 |
|
---|
| 488 | }
|
---|
| 489 |
|
---|
| 490 | .td-89 {
|
---|
| 491 |
|
---|
| 492 |
|
---|
| 493 | width: 89%;
|
---|
| 494 | border: none;
|
---|
| 495 | text-align: left;
|
---|
| 496 |
|
---|
| 497 | }
|
---|
| 498 | .td-640 {
|
---|
| 499 | float: left;
|
---|
| 500 | margin: 0px 0 0 10px;
|
---|
| 501 | width: 610px;
|
---|
| 502 | border: none;
|
---|
| 503 | background-color: #ffffff;
|
---|
| 504 | padding: 0px;
|
---|
| 505 | text-align: left;
|
---|
| 506 | }
|
---|
| 507 |
|
---|
| 508 |
|
---|
| 509 | div#sx{
|
---|
| 510 | width: 610px;
|
---|
| 511 | float: left;
|
---|
| 512 | text-align: left;
|
---|
| 513 | }
|
---|
| 514 |
|
---|
| 515 | div#dx{
|
---|
| 516 | width: 200px;
|
---|
| 517 | float: right;
|
---|
| 518 | text-align: left;
|
---|
| 519 | }
|
---|
| 520 |
|
---|
| 521 | div#divbutton{
|
---|
| 522 | width: 798px;
|
---|
| 523 |
|
---|
| 524 | text-align: right;
|
---|
| 525 | }
|
---|
| 526 |
|
---|
| 527 |
|
---|
| 528 | div#flash{
|
---|
| 529 | width: 410px;
|
---|
| 530 | float: left;
|
---|
| 531 | text-align: left;
|
---|
| 532 | }
|
---|
| 533 |
|
---|
| 534 |
|
---|
| 535 |
|
---|
| 536 | .noblocco {
|
---|
| 537 | border: 0px;
|
---|
| 538 | margin-right:0px;
|
---|
| 539 | margin-left:130px;
|
---|
| 540 | text-align: right;
|
---|
| 541 | vertical-align: middle;
|
---|
| 542 | width:18px;
|
---|
| 543 | height:18px;
|
---|
| 544 | }
|
---|
| 545 |
|
---|
| 546 |
|
---|
| 547 | .normal{
|
---|
| 548 | margin: 0px 0 0 1px;
|
---|
| 549 | float: left;
|
---|
| 550 | text-align: left;
|
---|
| 551 | }
|
---|
| 552 |
|
---|
| 553 | .stemmapic {
|
---|
| 554 | /*float: center;*/
|
---|
| 555 | border: none;
|
---|
| 556 | margin: 0px;
|
---|
| 557 | padding: 0px;
|
---|
| 558 | width:30px;
|
---|
| 559 | height:30px;
|
---|
| 560 | }
|
---|
| 561 | .stemma {
|
---|
| 562 | /*float: center;*/
|
---|
| 563 | border: none;
|
---|
| 564 | margin: 0px;
|
---|
| 565 | padding: 0px;
|
---|
| 566 | width:50px;
|
---|
| 567 | height:50px;
|
---|
| 568 | text-align: center;
|
---|
| 569 | }
|
---|
| 570 |
|
---|
| 571 | /**********************************************************************BOTTONI W3C*****************************************************/
|
---|
| 572 |
|
---|
| 573 | .w3cbutton3 {
|
---|
| 574 | margin: 0px 0px 0px 5px;
|
---|
| 575 | width: 95px;
|
---|
| 576 | border: 1px solid #6A6A6A;
|
---|
| 577 | font-family: helvetica,arial,sans-serif;
|
---|
| 578 | font-size: 10px;
|
---|
| 579 | float: left;
|
---|
| 580 | }
|
---|
| 581 |
|
---|
| 582 | .w3cbutton3 a {
|
---|
| 583 | display: block;
|
---|
| 584 | width: 100%;
|
---|
| 585 | }
|
---|
| 586 |
|
---|
| 587 | .w3cbutton3 a:link, .w3cbutton3 a:visited {
|
---|
| 588 | background-color: #8CC8C7;
|
---|
| 589 | color: #2A290B;
|
---|
| 590 | text-decoration: none;
|
---|
| 591 | }
|
---|
| 592 |
|
---|
| 593 | .w3cbutton3 a:hover {
|
---|
| 594 | background-color: #C9F4F3;
|
---|
| 595 | color: #2A290B;
|
---|
| 596 | text-decoration: none;
|
---|
| 597 | }
|
---|
| 598 |
|
---|
| 599 | .w3cbutton3 span.w3c {
|
---|
| 600 | font-weight: bold;
|
---|
| 601 | padding: 0 0.4em;
|
---|
| 602 | background-color: #FFFFCC;
|
---|
| 603 | color: #0C479D;
|
---|
| 604 | }
|
---|
| 605 |
|
---|
| 606 | .w3cbutton3 span.spec {
|
---|
| 607 | color: #333333;
|
---|
| 608 | }
|
---|
| 609 |
|
---|
| 610 | .w3cbutton3 span.specRed {
|
---|
| 611 | color: #FF0000;
|
---|
| 612 | }
|
---|
| 613 |
|
---|
| 614 |
|
---|
| 615 | /******************** font e backcolor******************************/
|
---|
| 616 | .blu {
|
---|
| 617 | BACKGROUND: none;
|
---|
| 618 | font-weight: bold;
|
---|
| 619 | COLOR: #003366;
|
---|
| 620 | FONT-SIZE: 12px;
|
---|
| 621 | FONT-FAMILY: Verdana, Helvetica
|
---|
| 622 | }
|
---|
| 623 |
|
---|
| 624 |
|
---|
| 625 | .red {
|
---|
| 626 | BACKGROUND: none;
|
---|
| 627 | COLOR: #ff0000;
|
---|
| 628 | FONT-SIZE: 12px;
|
---|
| 629 | FONT-FAMILY: Verdana, Helvetica
|
---|
| 630 | }
|
---|
| 631 |
|
---|
| 632 | .redbig {
|
---|
| 633 | BACKGROUND: none;
|
---|
| 634 | COLOR: #ff0000;
|
---|
| 635 | FONT-SIZE: 16px;
|
---|
| 636 | FONT-FAMILY: Verdana, Helvetica
|
---|
| 637 | }
|
---|
| 638 |
|
---|
| 639 | .bgw {
|
---|
| 640 | BACKGROUND: #ffffff;
|
---|
| 641 | FONT-SIZE: 12px;
|
---|
| 642 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 643 | text-align: center;
|
---|
| 644 | }
|
---|
| 645 |
|
---|
| 646 | .bggray {
|
---|
| 647 | BACKGROUND: #d2d2d2;
|
---|
| 648 | FONT-SIZE: 12px;
|
---|
| 649 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 650 | text-align: center;
|
---|
| 651 | }
|
---|
| 652 |
|
---|
| 653 | .bggray2 {
|
---|
| 654 | BACKGROUND: #EFEFEF;
|
---|
| 655 | FONT-SIZE: 12px;
|
---|
| 656 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 657 | text-align: center;
|
---|
| 658 | }
|
---|
| 659 |
|
---|
| 660 | .bggray3 {
|
---|
| 661 | BACKGROUND: #EFEFEF;
|
---|
| 662 | FONT-SIZE: 12px;
|
---|
| 663 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 664 | text-align: left;
|
---|
| 665 | }
|
---|
| 666 |
|
---|
| 667 | .normale {
|
---|
| 668 | BACKGROUND: none;
|
---|
| 669 | COLOR: #000000;
|
---|
| 670 | FONT-SIZE: 12px;
|
---|
| 671 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 672 | text-align: left;
|
---|
| 673 | }
|
---|
| 674 |
|
---|
| 675 | .nobordo {
|
---|
| 676 | border: 0px;
|
---|
| 677 | text-align: center;
|
---|
| 678 | vertical-align: middle;
|
---|
| 679 | }
|
---|
| 680 |
|
---|
| 681 | .bordo {
|
---|
| 682 | border: 1px solid #ff0000;
|
---|
| 683 | text-align: left;
|
---|
| 684 | vertical-align: middle;
|
---|
| 685 | }
|
---|
| 686 |
|
---|
| 687 |
|
---|