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