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