fsf changes, meant to be rebased on upstream
[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
894e61e8 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
894e61e8 116table.sm_readBody_table2 {
117 border: 1px solid #ababab /* __COLOR9__ */;
118 width: 100%;
119 margin-left: auto;
120 margin-right: auto;
121}
122
a7f6c9c0 123table.table2 td {
124 padding-left: 2px;
125 padding-right: 2px;
d53d16e0 126}
127
a7f6c9c0 128td.emptyList {
129 text-align: center;
130 font-weight: bold;
d53d16e0 131}
132
a7f6c9c0 133td.header1 {
c0d5a297 134 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 135 text-align: center;
136 font-weight: bold;
d53d16e0 137}
138
a7f6c9c0 139td.header2 {
c0d5a297 140 background: #ababab /* __COLOR9__ */;
a7f6c9c0 141 text-align: center;
142 font-weight: bold;
143 padding-top: 2px;
144 padding-bottom: 2px;
d53d16e0 145}
146
a7f6c9c0 147td.header3 {
148 text-align: center;
149 font-weight: bold;
150 padding-top: 4px;
151 padding-bottom: 4px;
d53d16e0 152}
a7f6c9c0 153
154td.header4 {
c0d5a297 155 background: #ffffcc /* __COLOR5__*/;
a7f6c9c0 156 font-weight: bold;
157 padding-top:2px;
158 padding-bottom: 2px;
159 text-align: center;
d53d16e0 160}
161
c0d5a297 162td.header5 {
163 background-color: #ababab /* __COLOR9__ */;
164 font-weight: bold;
165 text-align: left;
166}
167
168td.fieldName {
169 text-align: right;
170 width:25%;
171 font-weight: bold;
172 vertical-align:top;
f843d9f8 173 padding-left: 4px;
174 padding-right: 4px;
c0d5a297 175}
176
177td.fieldValue {
178 text-align: left;
179 width:75%;
180 font-weight: normal;
181}
182
a7f6c9c0 183tr.even {
c0d5a297 184 background: #ededed /* __COLOR12__*/;
d53d16e0 185}
a7f6c9c0 186tr.odd {
c0d5a297 187 background: #ffffff /* __COLOR4__*/;
d53d16e0 188}
189
e0a6645e 190tr.clicked_even {
191 background: #ff9933 /* __COLOR16__*/;
192}
193tr.clicked_odd {
194 background: #ff9933 /* __COLOR16__*/;
195}
196
a7f6c9c0 197.table_standard {
c0d5a297 198 border:1px solid #dcdcdc /* __COLOR0__ */;
f40969ae 199 width: 100%;
d53d16e0 200}
a7f6c9c0 201
202.sqm_loginOrgName, .sqm_signoutBar {
c0d5a297 203 background: #dcdcdc /* __COLOR0__ */;
d53d16e0 204}
205
a7f6c9c0 206.sqm_signout {
207 margin-top: 2em;
208 text-align: center;
d53d16e0 209}
210
5dc95bcb 211.sqm_wrapperTable {
212 border:0;
213 padding:0;
214 margin-left:0;
215 border-spacing:0;
216 width:99%
217}
218sqm_leftMain table {
219 border:0;
220 padding:0;
221 margin:0;
222 border-spacing:0;
223}
224.sqm_folderHeader {
225 font-size:18px;
226 font-weight:bold;
227 text-align:center;
228}
229.sqm_clock {
230}
231.sqm_lastRefreshTime {
232 white-space: nowrap;
233}
234.sqm_refreshButton {
235}
236
c0d5a297 237/* note.tpl defs */
238.sqm_noteWrapper {
239 text-align:center;
240 width:100%;
241}
242.sqm_note {
243 margin-left:auto;
244 margin-right:auto;
245 font-weight:bold;
246 text-align:center;
247}
248
249/* motd defs */
d53d16e0 250.sqm_motd {
c0d5a297 251 background: #ababab /* __COLOR9__ */;
d53d16e0 252}
253.sqm_motd td {
c0d5a297 254 background: #ffffff /* __COLOR4__*/;
d53d16e0 255}
256
257/* empty_folder.tpl defs */
3a729fa3 258div.sqm_emptyFolderWrapper {
259 width:100%;
260 text-align: center;
261}
262table.sqm_emptyFolder {
c0d5a297 263 background: #ababab /* __COLOR9__ */;
3a729fa3 264 width:95%;
265 margin-left:auto;
266 margin-right: auto;
d53d16e0 267}
3a729fa3 268table.sqm_emptyFolder td {
c0d5a297 269 background: #ffffff /* __COLOR4__*/;
3a729fa3 270 text-align: center;
d53d16e0 271}
272
273/* error_box.tpl definitions */
cb15d3c6 274.table_errorBoxWrapper {
c0d5a297 275 background: #ababab /* __COLOR9__ */;
276 margin-left: auto;
277 margin-right: auto;
278 text-align: center;
d53d16e0 279}
280
281.table_errorBox {
c0d5a297 282 background: #dcdcdc /* __COLOR0__ */;
d53d16e0 283}
d53d16e0 284.error_message {
c0d5a297 285 background: #ffffff /* __COLOR4__*/;
286}
287td.error_header {
288 font-weight: bold;
289 color: #cc0000 /* __COLOR2__*/;
d53d16e0 290}
291
cb15d3c6 292/* logout error screen */
293
294#sqm_errorLogout {
295 margin-top: 25px;
296 text-align: center;
297}
298
299#sqm_errorLogout table {
300 border: 0;
301 padding: 0;
302 margin-left: auto;
303 margin-right: auto;
304 width: 70%;
305}
306
307
d53d16e0 308/* page_header.tpl definitions */
309.sqm_currentFolder {
c0d5a297 310 background: #ababab /* __COLOR9__ */;
d53d16e0 311 text-align: left;
312}
313.sqm_headerSignout {
c0d5a297 314 background: #ababab /* __COLOR9__ */;
d53d16e0 315 text-align: right;
d53d16e0 316}
317.sqm_topNavigation {
d53d16e0 318 text-align: left;
319}
320.sqm_providerInfo {
d53d16e0 321 text-align: right;
322}
323
324/* message_list.tpl definitions */
f40969ae 325#message_list {
326 width: 100%;
327}
d53d16e0 328.table_messageListWrapper {
c0d5a297 329 background: #ababab /* __COLOR9__ */;
f40969ae 330 width:100%;
d53d16e0 331}
332
333.table_messageList {
c0d5a297 334 background: #ffffcc /* __COLOR5__*/;
6462ca70 335 width:100%;
d53d16e0 336}
337
d53d16e0 338.table_messageList tr.headerRow {
339 text-align: left;
d53d16e0 340}
341.table_messageList td.spacer {
c0d5a297 342 background: #dcdcdc /* __COLOR0__ */;
d53d16e0 343}
d53d16e0 344.table_messageList tr.mouse_over {
c0d5a297 345 background: #ffffcc /* __COLOR5__*/;
d53d16e0 346}
347.table_messageList tr.clicked {
c0d5a297 348 background: #ff9933 /* __COLOR16__*/;
d53d16e0 349}
d53d16e0 350.table_messageList td.col_check {
351 text-align: left;
352}
353.table_messageList td.col_subject {
354 text-align: left;
355}
356.table_messageList td.col_flags {
357 text-align: left;
358}
d53d16e0 359.table_messageList td.col_text {
360 text-align: left;
361}
191ed154 362td.message_count {
363 text-align: right;
364}
365.unread {
366 font-weight: bold;
367}
d53d16e0 368.deleted {
c0d5a297 369 color: #ababab /* __COLOR9__ */;
d53d16e0 370}
371.flagged {
c0d5a297 372 color: #cc0000 /* __COLOR2__ */;
d53d16e0 373}
374.high_priority {
c0d5a297 375 color: #800000 /* __COLOR13__*/;
d53d16e0 376}
377.low_priority {
c0d5a297 378 color: #000000 /* __COLOR4__*/;
d53d16e0 379}
380
d53d16e0 381.links_paginator {
382 text-align: left;
383}
384
d53d16e0 385.message_list_controls {
c0d5a297 386 background: #dcdcdc /* __COLOR0__ */;
d53d16e0 387}
388
d53d16e0 389.message_control_buttons {
390 text-align: left;
d53d16e0 391}
392.message_control_delete {
393 text-align: right;
d53d16e0 394}
395.message_control_move {
396 text-align: right;
d53d16e0 397}
398
399.spacer {
c0d5a297 400 background: #ffffff /* __COLOR4__*/;
d53d16e0 401}
a7f6c9c0 402
e6e2e7fd 403.sqm_squirrelcopyright, .sqm_squirrelcopyright a:link, .sqm_squirrelcopyright a:visited {
404 font-size: xx-small;
405 color: gray;
406 text-align: center;
407}
408.sqm_squirrelcopyright a:hover {
409 color: navy;
410}
411
46489d06 412/* dialog box defs */
413.dialogbox {
a7f6c9c0 414 text-align:center;
415}
416
46489d06 417.dialogbox td {
a7f6c9c0 418 text-align: center;
419 padding: 2px;
420}
421
46489d06 422.dialogbox table {
a7f6c9c0 423 margin-left: auto;
424 margin-right: auto;
425 padding-top: 8px;
426 padding-bottom: 8px;
427 border: 0;
428 width: 70%;
429}
430
46489d06 431.dialogbox table.wrapper {
c0d5a297 432 border: 1px solid #dcdcdc /* __COLOR0__ */;
a7f6c9c0 433 width: 95%;
434 margin-left: auto;
435 margin-right: auto;
436 padding: 0;
437}
438
46489d06 439.dialogbox div {
a7f6c9c0 440 margin-left: auto;
441 margin-right: auto;
442 width: 80%;
443 text-align: left;
444}
445
446/* login defs */
447#sqm_login {
448 margin-top: 25px;
449 text-align: center;
450}
451
452#sqm_login table {
453 border: 0;
454 padding: 0;
455 margin-left: auto;
456 margin-right: auto;
457 width: auto;
458}
459
460#sqm_login td {
461 padding-left: 2px;
462 padding-right: 2px;
463 padding-top: 0px;
464 padding-bottom: 0px;
465 width: auto;
466 text-align: center;
467}
468
469#sqm_login td.orgName {
470 font-weight: bold;
471 background: none;
472 font-size: 90%;
473}
474
475#sqm_login td.orgLogo {
476 width: 155px;
477 text-align: center;
d5fd72d0 478 vertical-align: middle;
a7f6c9c0 479}
480
481#sqm_login td.orgLogo img {
482 width: 150px;
483 padding:0;
484}
485
486#sqm_login td.attr {
487 font-size: 70%;
488 padding-top:5px;
489 padding-bottom: 10px;
490}
491
492#sqm_login td.fieldName {
493 font-size: 10pt;
494 font-weight: bold;
c0d5a297 495 text-align: right;
a7f6c9c0 496 width: 50%;
497}
498
499#sqm_login td.fieldInput {
c0d5a297 500 text-align: left;
a7f6c9c0 501 padding-top: 1px;
502 padding-bottom: 1px;
503}
504
505#sqm_login td.loginSubmit {
506 padding-top: 15px;
507}
508
509/* addressbook_list.tpl defs */
510#addressList {
511 text-align: center;
512}
513
514#addressList input {
515 font-size: 8pt;
516}
517
518#addressList select {
519 font-size: 75%;
520}
521
522#addressList table {
523 margin-left: auto;
524 margin-right: auto;
525 width: 95%;
c0d5a297 526 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 527 margin-top: 8px;
528 margin-bottom: 8px;
529}
530
531#addressList td {
532 text-align: left;
533 padding: 2px;
534}
535
536#addressList td.header1 {
537 text-align: center;
c0d5a297 538 background: #ababab /* __COLOR9__ */;
a7f6c9c0 539}
4fe67ca6 540
541#addressList select {
542 vertical-align: middle;
543}
544
545#addressList td.abookPaginationAndButtons {
c0d5a297 546 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 547 text-align: right;
548}
549
4fe67ca6 550#addressList div.abookPagination {
551 float: left;
552}
553
554#addressList td.abookSwitch {
c0d5a297 555 background: #dcdcdc /* __COLOR0__ */;
4fe67ca6 556 text-align: right;
a7f6c9c0 557}
558
559#addressList td.abookField {
c0d5a297 560 border-left: 1px solid #ababab /* __COLOR9__ */;
561 border-right: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 562 white-space: nowrap;
563 overflow: hidden;
564}
565
566#addressList td.colHeader {
567 text-align: center;
568 font-weight: bold;
569 font-size: 98%;
c0d5a297 570 background: #ababab /* __COLOR9__ */;
a7f6c9c0 571 padding-top: 0px;
572 padding-bottom: 0px;
573}
574
575#addressList td.abookEmpty {
576 text-align:center;
577 font-weight: bold;
578}
579
580#addressList td.abookCompose {
581 font-size: 8pt;
582 white-space: nowrap;
583}
584
585#addrBookSearch {
586 text-align: center;
587}
588
589#addrBookSearch table {
590 padding: 0;
591 border: 0;
592 margin-left: auto;
593 margin-right: auto;
594}
595
596#addrBookSearch table.wrapper {
c0d5a297 597 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 598 width: 95%;
599 margin-left: auto;
600 margin-right: auto;
601 padding: 0;
602}
603
604#addrBookSearch td {
605 padding: 2px;
606}
607
608#addrBookSearch label {
609 font-weight: bold;
610}
611
612#addrBookSearch input {
613 font-size: 75%;
614}
615
616#addrBookSearch select {
617 font-size: 75%;
618}
619
620#addrBookSearch td.buttons {
621 text-align: center;
622}
623
624#addrAddEdit {
625 text-align: center;
626}
627
628#addrAddEdit table {
c0d5a297 629 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 630 margin-left: auto;
631 margin-right: auto;
632 margin-top: 6px;
633 margin-bottom: 6px;
634 width: 95%
635}
636
637#addrAddEdit td.header {
c0d5a297 638 background: #ababab /* __COLOR9__ */;
a7f6c9c0 639 text-align: center;
640 font-weight: bold;
641}
642
643#addrAddEdit td.fieldName {
644 text-align: right;
645 width: 30%;
646}
647
648#addrAddEdit td.addButton {
649 text-align: center;
650}
651
652#addrAddEdit td {
653 text-align: left;
654 padding: 2px;
655}
656
657#addrAddEdit input {
658 font-size: 75%;
659}
660
661#addrAddEdit select {
662 font-size: 75%;
663}
664
665#optionGroups {
666 text-align: center;
667}
668
669/* help defs */
670#help {
671 text-align: center;
672}
673
674#help td.help {
675 text-align: left;
676}
677
678#help li {
679 padding-left: 0px;
680}
681
682#help ul {
683 padding-left: 20px;
684 padding-right: 75px;
685}
686
687#help td.nav {
688 text-align: center;
c0d5a297 689 color: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 690 padding-top: 15px;
691 padding-bottom: 5px;
692}
693
694#help h1 {
695 font-size: 14pt;
696 font-weight: bold;
697 margin-top: 2px;
698 margin-bottom: 0px;
699}
700
701#help h2 {
702 font-size: 10pt;
703 font-weight: normal;
704 margin-bottom: 2px;
705 margin-top: 0;
706}
707
708#help h3 {
709 font-weight: bold;
710 font-size: 10pt;
711 margin: 0;
712 padding: 0;
713}
714
715#help td.help p {
716 margin-top: 2px;
717 margin-bottom: 10px;
718}
719
720#help td.help li {
721 margin-left: 10px;
722}
723
724#optionsIdentity table {
725 margin-top: 10px;
726 margin-bottom: 10px;
727}
728
729#optionsIdentity table.table2 tr {
c0d5a297 730 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 731}
732
733#optionsIdentity td.fieldName {
734 text-align: right;
735 width: 30%;
736}
737
738#optionsIdentity td.fieldValue {
739 text-align: left;
740}
741
742#optionsIdentity td.actionButtons {
743 text-align: center;
744}
745
746#optionsIdentity hr {
747 width: 95%;
c0d5a297 748 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 749}
750
751#vCard {
752 text-align: center;
753}
754
755#vCard table {
756 margin-left: auto;
757 margin-right: auto;
758 margin-top: 10px;
759 margin-bottom: 10px;
760}
761
762#vCard td.fieldName {
763 text-align: right;
764 font-weight: bold;
765 vertical-align: top;
766}
767
768#vCard td.fieldValue {
769 text-align: left;
770}
771
772div.search table {
773 margin-top: 12px;
774 margin-bottom: 12px;
775}
776
777div.search td.header4 {
c0d5a297 778 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 779 vertical-align: bottom;
780}
781
782div.search td.queryAction {
783 text-align: center;
784 font-size: small;
785 width: 1%;
786 padding-left: 8px;
787 padding-right: 8px;
c0d5a297 788 border-left: 1px solid #ababab /* __COLOR9__ */;
789 border-top: 1px solid #ababab /* __COLOR9__ */;
790 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 791}
792
793div.search td.queryDesc {
c0d5a297 794 border-top: 1px solid #ababab /* __COLOR9__ */;
795 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 796}
797
798div.search span {
799 padding-left: 2px;
800 padding-right: 2px;
801}
802
803div.search span.operator {
804 font-weight: normal;
805 text-decoration: underline;
806 font-style: italic;
807}
808
809div.search span.mailbox {
810 font-weight: bold
811}
812
813div.search span.conditions {
814 font-weight: normal;
815 text-decoration: underline;
816 font-style: italic;
817}
818
819div.search span.value {
820 font-weight: bold;
821}
822
823div.search span.error {
c0d5a297 824 color: #cc0000 /* __COLOR2__ */;
a7f6c9c0 825 font-weight: bold;
826 font-size: 125%;
827}
828
829div.search td.searchForm {
c0d5a297 830 border-right: 1px solid #dcdcdc /* __COLOR0__ */;
831 border-left: 1px solid #dcdcdc /* __COLOR0__ */;
a7f6c9c0 832 font-weight: bold;
833 text-align: center;
834}
835
836div.search td.queryError {
c0d5a297 837 color: #cc0000 /* __COLOR2__ */;
a7f6c9c0 838 font-weight: bold;
839 text-align: center;
840 padding: 4px;
841}
842
843div.search td.header1 input {
844 font-size: 80%;
845 margin: 2px;
846}
847
848div.search h1 {
849 font-weight: bold;
850 font-size: 150%;
851 margin-top: 6px;
852 margin-bottom: 2px;
853}
854
855div.search h2 {
c0d5a297 856 color: #cc0000 /* __COLOR2__ */;
a7f6c9c0 857 font-weight: bold;
858 text-align: center;
859}
860
861div.compose {
862 text-align: center;
863}
864
865div.compose table {
866 margin-top: 10px;
867 margin-bottom: 10px;
868 margin-left: auto;
869 margin-right: auto;
870}
871
872div.compose td.fieldName {
873 text-align: right;
874 font-weight: bold;
875 width: 30%;
876 vertical-align: top;
877}
878
879div.compose td.fieldValue {
880 text-align: left;
881}
882
883div.compose td.buttons {
884 text-align: center;
885}
886
887div.compose input {
888 font-size: 80%;
889}
890
891div.compose textarea {
892 margin-top: 5px;
893 margin-bottom: 5px;
894}
895
896div.compose td.bottomSend {
897 text-align: center;
898}
899
900div.compose tr.header {
c0d5a297 901 background: #ababab /* __COLOR9__ */;
a7f6c9c0 902}
903
904div.compose tr.header td {
905 padding-top: 4px;
906 padding-bottom: 4px;
907}
908
909div.compose tr.attachment td {
c0d5a297 910 background: #dcdcdc /* __COLOR0__ */;
911 border-top: 1px solid #ababab /* __COLOR9__ */;
912 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 913}
914
915div.compose table.close {
916 width: 100%;
c0d5a297 917 background: #dcdcdc /* __COLOR0__ */;
918 border:1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 919 text-align: center;
920 margin: 0;
921}
922
c0d5a297 923div.readMenuBar table {
924 padding:0;
925 margin:0;
926 width: 100%;
927 border-left: 1px solid #ababab /* __COLOR9__ */;
928 border-right: 1px solid #ababab /* __COLOR9__ */;
929}
930
931div.readMenuBar table.top {
932 border-top: 1px solid #ababab /* __COLOR9__ */;
933}
934
935div.readMenuBar table.bottom {
936 border-bottom: 1px solid #ababab /* __COLOR9__ */;
937}
938
939div.readMenuBar td {
940 padding:2px;
941}
942
943div.readMenuBar td.nav {
944 padding-top:4px;
945 padding-bottom:4px;
946}
947
948div.readMenuBar tr.buttons {
949 background-color: #dcdcdc /* __COLOR0__ */;
950}
951
952div.readMenuBar td.buttons {
953 width:1%;
954 vertical-align: middle;
955 white-space: nowrap;
956}
957
958div.readMenuBar input, select {
959 padding:0;
960 font-size:100%;
961}
962
963div.readMenuBar td.move {
964 text-align: right;
965}
966
967div.readMenuBar form {
968 display:inline;
969}
970
971div.readHeaders table.table2 {
972 width:100%;
973 background-color: #dcdcdc /* __COLOR0__ */;
974}
975
976div.readHeaders td {
977 padding-left:4px;
978 padding-right:4px;
979}
980
981div.readHeaders table.spacer {
982 border: 0;
983 height: 5px;
984 width:100%;
985 background-color: #ffffff /* __COLOR4__ */;
986}
987
988div.readBody table {
894e61e8 989 /* Some HTML messages don't work well with this,
990 so we're trying it out without -- need feedback
991 width: 100%; */
c0d5a297 992}
993
994div.readBody table.table2 tr {
995 background-color: #ffffff /* __COLOR4__ */;
996}
997
998div.readBody table.table2 td {
999 padding: 10px;
1000 width:100%;
1001}
1002
1003div.readAttachments table {
a7f6c9c0 1004 width: 100%;
1005}
c0d5a297 1006
1007div.readAttachments td.attachSize, td.attachDesc {
1008 font-weight: bold;
1009}
1010
1011div.readAttachments td.attachActions {
1012 text-align: right;
1013}
1014
1015div.readInlineImages {
1016 width:100%;
1017 text-align: center;
1018}
1019
1020div.readInlineImages table {
a079cdc9 1021 /* width: 50%; */
c0d5a297 1022 margin-top:8px;
1023 margin-bottom:8px;
1024 margin-left: auto;
1025 margin-right: auto;
1026}
1027
1028div.readInlineImages td.header5 {
1029 padding-left:2px;
1030 padding-right:2px;
1031 width:60%;
1032 white-space:nowrap;
1033}
1034
1035div.readInlineImages td.header5 a {
1036 font-size:75%;
1037 font-weight: normal;
1038}
1039
1040div.readInlineImages td.image {
1041 border:1px solid #ababab /* __COLOR9__ */;
1042 padding:10px;
1043}
1044
a079cdc9 1045div.readInlineImages td img {
1046 width:100%;
1047}
1048
1049table.imageWrapper {
1050 margin-top:0 !important;
1051 margin-bottom:0 !important;
1052}
1053
d3558aef 1054div.viewHeader table.table1 {
1055 width: 100%;
1056}
f843d9f8 1057
d3558aef 1058div.viewHeader td.headers {
1059 padding-left:5px;
1060 font-family: monospace, sans-serif;
1061 font-size: small;
1062}
1063
1064div.viewHeader span.headerName {
1065 font-weight: bold;
1066}
c0d5a297 1067
79d58d4c 1068div.htmlIframe {
1069 text-align: center;
1070 margin-left: auto;
1071 margin-right: auto;
1072 width: 100%;
1073}
c0d5a297 1074
79d58d4c 1075div.htmlIframe iframe {
79d58d4c 1076 width:100%;
1077}
c0d5a297 1078
37683fa0 1079div.viewText table.table1 {
1080 width: 100%;
1081}
1082
1083div.viewText td.header2 a {
1084 font-size: smaller;
1085 font-weight: normal;
1086}
1087
e6e2e7fd 1088div.viewText td.actions { text-align: center;
37683fa0 1089 padding-top: 4px;
1090 padding-bottom: 4px;
1091}
1092
1093div.viewText td.text {
1094 padding: 10px;
1095 background-color: #ffffff /* __COLOR4__ */;
1096}
1097
1098div.viewText td.spacer {
1099 padding: 3px;
1100 background-color: #DCDCDC /* __COLOR0__ */;
1101}
1102
a6519f05 1103#printMessageBox {
1104 background-color: #fffff0;
1105 border: 1px solid #f2e93a;
1106 margin: 1em;
1107 padding: 1em;
1108 font-size: x-large;
1109}
c0b2f2e1 1110
1111#recpt_tail_to, #recpt_tail_cc {
1112 display: none;
1113}
1114#toggle_to, #toggle_cc {
1115 font-size: smaller;
1116}
ca83c73e 1117
1118hr.entity_sep {
1119 border: 0;
1120 height: 1px;
1121 background-color: gray;
1122}