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