No longer needed, removed at Paul's request
[squirrelmail.git] / templates / default / css / default.css
CommitLineData
d53d16e0 1/* page body formatting */
2body {
c0d5a297 3 color: #000000 /* __COLOR8__ */;
4 background-color: #ffffff /* __COLOR4__*/;
a7f6c9c0 5 font-family: Arial, Helvetica, sans-serif;
d53d16e0 6}
7body.sqm_leftMain {
c0d5a297 8 color: #000000 /* __COLOR6__*/;
9 background-color: #a0b8c8 /* __COLOR3__*/;
d53d16e0 10 text-align: left;
11}
12
a7f6c9c0 13img {
14 border:0;
15}
16
191ed154 17em {
18 font-weight: bold;
19 font-style: normal;
20}
21
c0d5a297 22.quote1 {
23 color: #800000 /* __COLOR13__*/;
24}
25
26.quote2 {
27 color: #ff0000 /* __COLOR14__*/;
28}
29
d53d16e0 30/* right links */
31a:link, a:visited, a:hover, a:active {
c0d5a297 32 color: #0000cc /* __COLOR7__ */;
d53d16e0 33}
34
35/* left links */
36.sqm_leftMain a:link, .sqm_leftMain a:visited, .sqm_leftMain a:hover, .sqm_leftMain a:active {
c0d5a297 37 color: #000000 /* __COLOR6__*/;
d53d16e0 38}
a7f6c9c0 39
d53d16e0 40.leftunseen, .leftspecial, .leftspecial a:link, .leftspecial a:visited, .leftspecial a:hover, .leftspecial a:active {
c0d5a297 41 color: #770000 /* __COLOR11__ */;
d53d16e0 42}
a7f6c9c0 43
d53d16e0 44.leftnoselect a:link, .leftnoselect a:visited, .leftnoselect a:hover, .leftnoselect a:active {
c0d5a297 45 color: #002266 /* __COLOR15__ */;
d53d16e0 46}
47
48/* highlighted texts */
49.highlight {
c0d5a297 50 color: #002266 /* __COLOR15__ */;
d53d16e0 51}
52
0b5be35d 53.thead_caption {
54 font-weight: bold;
55 text-align: center;
56}
57
d53d16e0 58.error_table {
c0d5a297 59 color: #ff0000 /* __COLOR14__*/;
60 border: 2px solid #dcdcdc /* __COLOR0__ */;
61 background-color: #a0b8c8 /* __COLOR3__*/;
d53d16e0 62}
63.error_thead {
c0d5a297 64 background-color: #666666 /* __COLOR10__*/;
d53d16e0 65}
66.error_thead_caption {
c0d5a297 67 background-color: #666666 /* __COLOR10__*/;
d53d16e0 68}
69.error_row {
c0d5a297 70 color: #ff0000 /* __COLOR14__*/;
d53d16e0 71}
72.error_val {
c0d5a297 73 color: #000000 /* __COLOR6__*/;
74 border: 2px solid #dcdcdc /* __COLOR0__ */;
d53d16e0 75
76}
77.error_key {
c0d5a297 78 border: 2px solid #dcdcdc /* __COLOR0__ */;
79 color: #ff0000 /* __COLOR14__*/;
80 background-color: #dcdcdc /* __COLOR0__ */;
d53d16e0 81}
82
5ff83abf 83table.table_empty,table.table_blank {
a7f6c9c0 84 margin: 0;
85 padding: 0;
86 border: 0;
87 width: 100%;
d53d16e0 88}
a7f6c9c0 89
c0d5a297 90table.spacer {
91 border: 0;
92 height: 5px;
93 width:100%;
94 background-color: #ffffff /* __COLOR4__ */;
95}
96
a7f6c9c0 97table.table1 {
c0d5a297 98 border: 1px solid #dcdcdc /* __COLOR0__ */;
a7f6c9c0 99 width: 90%;
100 margin-left: auto;
101 margin-right: auto;
d53d16e0 102}
a7f6c9c0 103
104table.table1 td {
105 padding-left: 2px;
106 padding-right: 2px;
d53d16e0 107}
a7f6c9c0 108
109table.table2 {
c0d5a297 110 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 111 width: 80%;
112 margin-left: auto;
113 margin-right: auto;
d53d16e0 114}
a7f6c9c0 115
116table.table2 td {
117 padding-left: 2px;
118 padding-right: 2px;
d53d16e0 119}
120
a7f6c9c0 121td.emptyList {
122 text-align: center;
123 font-weight: bold;
d53d16e0 124}
125
a7f6c9c0 126td.header1 {
c0d5a297 127 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 128 text-align: center;
129 font-weight: bold;
d53d16e0 130}
131
a7f6c9c0 132td.header2 {
c0d5a297 133 background: #ababab /* __COLOR9__ */;
a7f6c9c0 134 text-align: center;
135 font-weight: bold;
136 padding-top: 2px;
137 padding-bottom: 2px;
d53d16e0 138}
139
a7f6c9c0 140td.header3 {
141 text-align: center;
142 font-weight: bold;
143 padding-top: 4px;
144 padding-bottom: 4px;
d53d16e0 145}
a7f6c9c0 146
147td.header4 {
c0d5a297 148 background: #ffffcc /* __COLOR5__*/;
a7f6c9c0 149 font-weight: bold;
150 padding-top:2px;
151 padding-bottom: 2px;
152 text-align: center;
d53d16e0 153}
154
c0d5a297 155td.header5 {
156 background-color: #ababab /* __COLOR9__ */;
157 font-weight: bold;
158 text-align: left;
159}
160
161td.fieldName {
162 text-align: right;
163 width:25%;
164 font-weight: bold;
165 vertical-align:top;
166}
167
168td.fieldValue {
169 text-align: left;
170 width:75%;
171 font-weight: normal;
172}
173
a7f6c9c0 174tr.even {
c0d5a297 175 background: #ededed /* __COLOR12__*/;
d53d16e0 176}
a7f6c9c0 177tr.odd {
c0d5a297 178 background: #ffffff /* __COLOR4__*/;
d53d16e0 179}
180
a7f6c9c0 181.table_standard {
c0d5a297 182 border:1px solid #dcdcdc /* __COLOR0__ */;
f40969ae 183 width: 100%;
d53d16e0 184}
a7f6c9c0 185
186.sqm_loginOrgName, .sqm_signoutBar {
c0d5a297 187 background: #dcdcdc /* __COLOR0__ */;
d53d16e0 188}
189
a7f6c9c0 190.sqm_signout {
191 margin-top: 2em;
192 text-align: center;
d53d16e0 193}
194
5dc95bcb 195.sqm_wrapperTable {
196 border:0;
197 padding:0;
198 margin-left:0;
199 border-spacing:0;
200 width:99%
201}
202sqm_leftMain table {
203 border:0;
204 padding:0;
205 margin:0;
206 border-spacing:0;
207}
208.sqm_folderHeader {
209 font-size:18px;
210 font-weight:bold;
211 text-align:center;
212}
213.sqm_clock {
214}
215.sqm_lastRefreshTime {
216 white-space: nowrap;
217}
218.sqm_refreshButton {
219}
220
c0d5a297 221/* note.tpl defs */
222.sqm_noteWrapper {
223 text-align:center;
224 width:100%;
225}
226.sqm_note {
227 margin-left:auto;
228 margin-right:auto;
229 font-weight:bold;
230 text-align:center;
231}
232
233/* motd defs */
d53d16e0 234.sqm_motd {
c0d5a297 235 background: #ababab /* __COLOR9__ */;
d53d16e0 236}
237.sqm_motd td {
c0d5a297 238 background: #ffffff /* __COLOR4__*/;
d53d16e0 239}
240
241/* empty_folder.tpl defs */
d53d16e0 242.sqm_emptyFolder {
c0d5a297 243 background: #ababab /* __COLOR9__ */;
d53d16e0 244}
245.sqm_emptyFolder td {
c0d5a297 246 background: #ffffff /* __COLOR4__*/;
d53d16e0 247}
248
249/* error_box.tpl definitions */
250.table_errorBoxWrapper {
c0d5a297 251 background: #ababab /* __COLOR9__ */;
252 margin-left: auto;
253 margin-right: auto;
254 text-align: center;
d53d16e0 255}
256
257.table_errorBox {
c0d5a297 258 background: #dcdcdc /* __COLOR0__ */;
d53d16e0 259}
d53d16e0 260.error_message {
c0d5a297 261 background: #ffffff /* __COLOR4__*/;
262}
263td.error_header {
264 font-weight: bold;
265 color: #cc0000 /* __COLOR2__*/;
d53d16e0 266}
267
d53d16e0 268/* page_header.tpl definitions */
269.sqm_currentFolder {
c0d5a297 270 background: #ababab /* __COLOR9__ */;
d53d16e0 271 text-align: left;
272}
273.sqm_headerSignout {
c0d5a297 274 background: #ababab /* __COLOR9__ */;
d53d16e0 275 text-align: right;
d53d16e0 276}
277.sqm_topNavigation {
d53d16e0 278 text-align: left;
279}
280.sqm_providerInfo {
d53d16e0 281 text-align: right;
282}
283
284/* message_list.tpl definitions */
f40969ae 285#message_list {
286 width: 100%;
287}
d53d16e0 288.table_messageListWrapper {
c0d5a297 289 background: #ababab /* __COLOR9__ */;
f40969ae 290 width:100%;
d53d16e0 291}
292
293.table_messageList {
c0d5a297 294 background: #ffffcc /* __COLOR5__*/;
d53d16e0 295}
296
d53d16e0 297.table_messageList tr.headerRow {
298 text-align: left;
d53d16e0 299}
300.table_messageList td.spacer {
c0d5a297 301 background: #dcdcdc /* __COLOR0__ */;
d53d16e0 302}
d53d16e0 303.table_messageList tr.mouse_over {
c0d5a297 304 background: #ffffcc /* __COLOR5__*/;
d53d16e0 305}
306.table_messageList tr.clicked {
c0d5a297 307 background: #ff9933 /* __COLOR16__*/;
d53d16e0 308}
d53d16e0 309.table_messageList td.col_check {
310 text-align: left;
311}
312.table_messageList td.col_subject {
313 text-align: left;
314}
315.table_messageList td.col_flags {
316 text-align: left;
317}
d53d16e0 318.table_messageList td.col_text {
319 text-align: left;
320}
191ed154 321td.message_count {
322 text-align: right;
323}
324.unread {
325 font-weight: bold;
326}
d53d16e0 327.deleted {
c0d5a297 328 color: #ababab /* __COLOR9__ */;
d53d16e0 329}
330.flagged {
c0d5a297 331 color: #cc0000 /* __COLOR2__ */;
d53d16e0 332}
333.high_priority {
c0d5a297 334 color: #800000 /* __COLOR13__*/;
d53d16e0 335}
336.low_priority {
c0d5a297 337 color: #000000 /* __COLOR4__*/;
d53d16e0 338}
339
d53d16e0 340.links_paginator {
341 text-align: left;
342}
343
d53d16e0 344.message_list_controls {
c0d5a297 345 background: #dcdcdc /* __COLOR0__ */;
d53d16e0 346}
347
d53d16e0 348.message_control_buttons {
349 text-align: left;
d53d16e0 350}
351.message_control_delete {
352 text-align: right;
d53d16e0 353}
354.message_control_move {
355 text-align: right;
d53d16e0 356}
357
358.spacer {
c0d5a297 359 background: #ffffff /* __COLOR4__*/;
d53d16e0 360}
a7f6c9c0 361
362/* folder_manip.tpl defs */
363#folderManip {
364 text-align:center;
365}
366
367#folderManip td {
368 text-align: center;
369 padding: 2px;
370}
371
372#folderManip table {
373 margin-left: auto;
374 margin-right: auto;
375 padding-top: 8px;
376 padding-bottom: 8px;
377 border: 0;
378 width: 70%;
379}
380
381#folderManip table.wrapper {
c0d5a297 382 border: 1px solid #dcdcdc /* __COLOR0__ */;
a7f6c9c0 383 width: 95%;
384 margin-left: auto;
385 margin-right: auto;
386 padding: 0;
387}
388
389#folderManip td.folderAction {
c0d5a297 390 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 391}
392
393#folderManip div {
394 margin-left: auto;
395 margin-right: auto;
396 width: 80%;
397 text-align: left;
398}
399
400/* login defs */
401#sqm_login {
402 margin-top: 25px;
403 text-align: center;
404}
405
406#sqm_login table {
407 border: 0;
408 padding: 0;
409 margin-left: auto;
410 margin-right: auto;
411 width: auto;
412}
413
414#sqm_login td {
415 padding-left: 2px;
416 padding-right: 2px;
417 padding-top: 0px;
418 padding-bottom: 0px;
419 width: auto;
420 text-align: center;
421}
422
423#sqm_login td.orgName {
424 font-weight: bold;
425 background: none;
426 font-size: 90%;
427}
428
429#sqm_login td.orgLogo {
430 width: 155px;
431 text-align: center;
432 vertical-align: center;
433}
434
435#sqm_login td.orgLogo img {
436 width: 150px;
437 padding:0;
438}
439
440#sqm_login td.attr {
441 font-size: 70%;
442 padding-top:5px;
443 padding-bottom: 10px;
444}
445
446#sqm_login td.fieldName {
447 font-size: 10pt;
448 font-weight: bold;
c0d5a297 449 text-align: right;
a7f6c9c0 450 width: 50%;
451}
452
453#sqm_login td.fieldInput {
c0d5a297 454 text-align: left;
a7f6c9c0 455 padding-top: 1px;
456 padding-bottom: 1px;
457}
458
459#sqm_login td.loginSubmit {
460 padding-top: 15px;
461}
462
463/* addressbook_list.tpl defs */
464#addressList {
465 text-align: center;
466}
467
468#addressList input {
469 font-size: 8pt;
470}
471
472#addressList select {
473 font-size: 75%;
474}
475
476#addressList table {
477 margin-left: auto;
478 margin-right: auto;
479 width: 95%;
c0d5a297 480 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 481 margin-top: 8px;
482 margin-bottom: 8px;
483}
484
485#addressList td {
486 text-align: left;
487 padding: 2px;
488}
489
490#addressList td.header1 {
491 text-align: center;
c0d5a297 492 background: #ababab /* __COLOR9__ */;
a7f6c9c0 493}
494#addressList td.abookSwitch {
c0d5a297 495 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 496 text-align: right;
497}
498
499#addressList td.abookButtons {
c0d5a297 500 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 501}
502
503#addressList td.abookField {
c0d5a297 504 border-left: 1px solid #ababab /* __COLOR9__ */;
505 border-right: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 506 white-space: nowrap;
507 overflow: hidden;
508}
509
510#addressList td.colHeader {
511 text-align: center;
512 font-weight: bold;
513 font-size: 98%;
c0d5a297 514 background: #ababab /* __COLOR9__ */;
a7f6c9c0 515 padding-top: 0px;
516 padding-bottom: 0px;
517}
518
519#addressList td.abookEmpty {
520 text-align:center;
521 font-weight: bold;
522}
523
524#addressList td.abookCompose {
525 font-size: 8pt;
526 white-space: nowrap;
527}
528
529#addrBookSearch {
530 text-align: center;
531}
532
533#addrBookSearch table {
534 padding: 0;
535 border: 0;
536 margin-left: auto;
537 margin-right: auto;
538}
539
540#addrBookSearch table.wrapper {
c0d5a297 541 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 542 width: 95%;
543 margin-left: auto;
544 margin-right: auto;
545 padding: 0;
546}
547
548#addrBookSearch td {
549 padding: 2px;
550}
551
552#addrBookSearch label {
553 font-weight: bold;
554}
555
556#addrBookSearch input {
557 font-size: 75%;
558}
559
560#addrBookSearch select {
561 font-size: 75%;
562}
563
564#addrBookSearch td.buttons {
565 text-align: center;
566}
567
568#addrAddEdit {
569 text-align: center;
570}
571
572#addrAddEdit table {
c0d5a297 573 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 574 margin-left: auto;
575 margin-right: auto;
576 margin-top: 6px;
577 margin-bottom: 6px;
578 width: 95%
579}
580
581#addrAddEdit td.header {
c0d5a297 582 background: #ababab /* __COLOR9__ */;
a7f6c9c0 583 text-align: center;
584 font-weight: bold;
585}
586
587#addrAddEdit td.fieldName {
588 text-align: right;
589 width: 30%;
590}
591
592#addrAddEdit td.addButton {
593 text-align: center;
594}
595
596#addrAddEdit td {
597 text-align: left;
598 padding: 2px;
599}
600
601#addrAddEdit input {
602 font-size: 75%;
603}
604
605#addrAddEdit select {
606 font-size: 75%;
607}
608
609#optionGroups {
610 text-align: center;
611}
612
613/* help defs */
614#help {
615 text-align: center;
616}
617
618#help td.help {
619 text-align: left;
620}
621
622#help li {
623 padding-left: 0px;
624}
625
626#help ul {
627 padding-left: 20px;
628 padding-right: 75px;
629}
630
631#help td.nav {
632 text-align: center;
c0d5a297 633 color: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 634 padding-top: 15px;
635 padding-bottom: 5px;
636}
637
638#help h1 {
639 font-size: 14pt;
640 font-weight: bold;
641 margin-top: 2px;
642 margin-bottom: 0px;
643}
644
645#help h2 {
646 font-size: 10pt;
647 font-weight: normal;
648 margin-bottom: 2px;
649 margin-top: 0;
650}
651
652#help h3 {
653 font-weight: bold;
654 font-size: 10pt;
655 margin: 0;
656 padding: 0;
657}
658
659#help td.help p {
660 margin-top: 2px;
661 margin-bottom: 10px;
662}
663
664#help td.help li {
665 margin-left: 10px;
666}
667
668#optionsIdentity table {
669 margin-top: 10px;
670 margin-bottom: 10px;
671}
672
673#optionsIdentity table.table2 tr {
c0d5a297 674 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 675}
676
677#optionsIdentity td.fieldName {
678 text-align: right;
679 width: 30%;
680}
681
682#optionsIdentity td.fieldValue {
683 text-align: left;
684}
685
686#optionsIdentity td.actionButtons {
687 text-align: center;
688}
689
690#optionsIdentity hr {
691 width: 95%;
c0d5a297 692 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 693}
694
695#vCard {
696 text-align: center;
697}
698
699#vCard table {
700 margin-left: auto;
701 margin-right: auto;
702 margin-top: 10px;
703 margin-bottom: 10px;
704}
705
706#vCard td.fieldName {
707 text-align: right;
708 font-weight: bold;
709 vertical-align: top;
710}
711
712#vCard td.fieldValue {
713 text-align: left;
714}
715
716div.search table {
717 margin-top: 12px;
718 margin-bottom: 12px;
719}
720
721div.search td.header4 {
c0d5a297 722 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 723 vertical-align: bottom;
724}
725
726div.search td.queryAction {
727 text-align: center;
728 font-size: small;
729 width: 1%;
730 padding-left: 8px;
731 padding-right: 8px;
c0d5a297 732 border-left: 1px solid #ababab /* __COLOR9__ */;
733 border-top: 1px solid #ababab /* __COLOR9__ */;
734 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 735}
736
737div.search td.queryDesc {
c0d5a297 738 border-top: 1px solid #ababab /* __COLOR9__ */;
739 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 740}
741
742div.search span {
743 padding-left: 2px;
744 padding-right: 2px;
745}
746
747div.search span.operator {
748 font-weight: normal;
749 text-decoration: underline;
750 font-style: italic;
751}
752
753div.search span.mailbox {
754 font-weight: bold
755}
756
757div.search span.conditions {
758 font-weight: normal;
759 text-decoration: underline;
760 font-style: italic;
761}
762
763div.search span.value {
764 font-weight: bold;
765}
766
767div.search span.error {
c0d5a297 768 color: #cc0000 /* __COLOR2__ */;
a7f6c9c0 769 font-weight: bold;
770 font-size: 125%;
771}
772
773div.search td.searchForm {
c0d5a297 774 border-right: 1px solid #dcdcdc /* __COLOR0__ */;
775 border-left: 1px solid #dcdcdc /* __COLOR0__ */;
a7f6c9c0 776 font-weight: bold;
777 text-align: center;
778}
779
780div.search td.queryError {
c0d5a297 781 color: #cc0000 /* __COLOR2__ */;
a7f6c9c0 782 font-weight: bold;
783 text-align: center;
784 padding: 4px;
785}
786
787div.search td.header1 input {
788 font-size: 80%;
789 margin: 2px;
790}
791
792div.search h1 {
793 font-weight: bold;
794 font-size: 150%;
795 margin-top: 6px;
796 margin-bottom: 2px;
797}
798
799div.search h2 {
c0d5a297 800 color: #cc0000 /* __COLOR2__ */;
a7f6c9c0 801 font-weight: bold;
802 text-align: center;
803}
804
805div.compose {
806 text-align: center;
807}
808
809div.compose table {
810 margin-top: 10px;
811 margin-bottom: 10px;
812 margin-left: auto;
813 margin-right: auto;
814}
815
816div.compose td.fieldName {
817 text-align: right;
818 font-weight: bold;
819 width: 30%;
820 vertical-align: top;
821}
822
823div.compose td.fieldValue {
824 text-align: left;
825}
826
827div.compose td.buttons {
828 text-align: center;
829}
830
831div.compose input {
832 font-size: 80%;
833}
834
835div.compose textarea {
836 margin-top: 5px;
837 margin-bottom: 5px;
838}
839
840div.compose td.bottomSend {
841 text-align: center;
842}
843
844div.compose tr.header {
c0d5a297 845 background: #ababab /* __COLOR9__ */;
a7f6c9c0 846}
847
848div.compose tr.header td {
849 padding-top: 4px;
850 padding-bottom: 4px;
851}
852
853div.compose tr.attachment td {
c0d5a297 854 background: #dcdcdc /* __COLOR0__ */;
855 border-top: 1px solid #ababab /* __COLOR9__ */;
856 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 857}
858
859div.compose table.close {
860 width: 100%;
c0d5a297 861 background: #dcdcdc /* __COLOR0__ */;
862 border:1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 863 text-align: center;
864 margin: 0;
865}
866
c0d5a297 867div.readMenuBar table {
868 padding:0;
869 margin:0;
870 width: 100%;
871 border-left: 1px solid #ababab /* __COLOR9__ */;
872 border-right: 1px solid #ababab /* __COLOR9__ */;
873}
874
875div.readMenuBar table.top {
876 border-top: 1px solid #ababab /* __COLOR9__ */;
877}
878
879div.readMenuBar table.bottom {
880 border-bottom: 1px solid #ababab /* __COLOR9__ */;
881}
882
883div.readMenuBar td {
884 padding:2px;
885}
886
887div.readMenuBar td.nav {
888 padding-top:4px;
889 padding-bottom:4px;
890}
891
892div.readMenuBar tr.buttons {
893 background-color: #dcdcdc /* __COLOR0__ */;
894}
895
896div.readMenuBar td.buttons {
897 width:1%;
898 vertical-align: middle;
899 white-space: nowrap;
900}
901
902div.readMenuBar input, select {
903 padding:0;
904 font-size:100%;
905}
906
907div.readMenuBar td.move {
908 text-align: right;
909}
910
911div.readMenuBar form {
912 display:inline;
913}
914
915div.readHeaders table.table2 {
916 width:100%;
917 background-color: #dcdcdc /* __COLOR0__ */;
918}
919
920div.readHeaders td {
921 padding-left:4px;
922 padding-right:4px;
923}
924
925div.readHeaders table.spacer {
926 border: 0;
927 height: 5px;
928 width:100%;
929 background-color: #ffffff /* __COLOR4__ */;
930}
931
932div.readBody table {
933 width: 100%;
934}
935
936div.readBody table.table2 tr {
937 background-color: #ffffff /* __COLOR4__ */;
938}
939
940div.readBody table.table2 td {
941 padding: 10px;
942 width:100%;
943}
944
945div.readAttachments table {
a7f6c9c0 946 width: 100%;
947}
c0d5a297 948
949div.readAttachments td.attachSize, td.attachDesc {
950 font-weight: bold;
951}
952
953div.readAttachments td.attachActions {
954 text-align: right;
955}
956
957div.readInlineImages {
958 width:100%;
959 text-align: center;
960}
961
962div.readInlineImages table {
963 width: 50%;
964 margin-top:8px;
965 margin-bottom:8px;
966 margin-left: auto;
967 margin-right: auto;
968}
969
970div.readInlineImages td.header5 {
971 padding-left:2px;
972 padding-right:2px;
973 width:60%;
974 white-space:nowrap;
975}
976
977div.readInlineImages td.header5 a {
978 font-size:75%;
979 font-weight: normal;
980}
981
982div.readInlineImages td.image {
983 border:1px solid #ababab /* __COLOR9__ */;
984 padding:10px;
985}
986
987
988
989