Add option to ask users for personal information on first login.
[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
e6e2e7fd 388.sqm_squirrelcopyright, .sqm_squirrelcopyright a:link, .sqm_squirrelcopyright a:visited {
389 font-size: xx-small;
390 color: gray;
391 text-align: center;
392}
393.sqm_squirrelcopyright a:hover {
394 color: navy;
395}
396
a7f6c9c0 397/* folder_manip.tpl defs */
398#folderManip {
399 text-align:center;
400}
401
402#folderManip td {
403 text-align: center;
404 padding: 2px;
405}
406
407#folderManip table {
408 margin-left: auto;
409 margin-right: auto;
410 padding-top: 8px;
411 padding-bottom: 8px;
412 border: 0;
413 width: 70%;
414}
415
416#folderManip table.wrapper {
c0d5a297 417 border: 1px solid #dcdcdc /* __COLOR0__ */;
a7f6c9c0 418 width: 95%;
419 margin-left: auto;
420 margin-right: auto;
421 padding: 0;
422}
423
424#folderManip td.folderAction {
c0d5a297 425 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 426}
427
428#folderManip div {
429 margin-left: auto;
430 margin-right: auto;
431 width: 80%;
432 text-align: left;
433}
434
435/* login defs */
436#sqm_login {
437 margin-top: 25px;
438 text-align: center;
439}
440
441#sqm_login table {
442 border: 0;
443 padding: 0;
444 margin-left: auto;
445 margin-right: auto;
446 width: auto;
447}
448
449#sqm_login td {
450 padding-left: 2px;
451 padding-right: 2px;
452 padding-top: 0px;
453 padding-bottom: 0px;
454 width: auto;
455 text-align: center;
456}
457
458#sqm_login td.orgName {
459 font-weight: bold;
460 background: none;
461 font-size: 90%;
462}
463
464#sqm_login td.orgLogo {
465 width: 155px;
466 text-align: center;
d5fd72d0 467 vertical-align: middle;
a7f6c9c0 468}
469
470#sqm_login td.orgLogo img {
471 width: 150px;
472 padding:0;
473}
474
475#sqm_login td.attr {
476 font-size: 70%;
477 padding-top:5px;
478 padding-bottom: 10px;
479}
480
481#sqm_login td.fieldName {
482 font-size: 10pt;
483 font-weight: bold;
c0d5a297 484 text-align: right;
a7f6c9c0 485 width: 50%;
486}
487
488#sqm_login td.fieldInput {
c0d5a297 489 text-align: left;
a7f6c9c0 490 padding-top: 1px;
491 padding-bottom: 1px;
492}
493
494#sqm_login td.loginSubmit {
495 padding-top: 15px;
496}
497
498/* addressbook_list.tpl defs */
499#addressList {
500 text-align: center;
501}
502
503#addressList input {
504 font-size: 8pt;
505}
506
507#addressList select {
508 font-size: 75%;
509}
510
511#addressList table {
512 margin-left: auto;
513 margin-right: auto;
514 width: 95%;
c0d5a297 515 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 516 margin-top: 8px;
517 margin-bottom: 8px;
518}
519
520#addressList td {
521 text-align: left;
522 padding: 2px;
523}
524
525#addressList td.header1 {
526 text-align: center;
c0d5a297 527 background: #ababab /* __COLOR9__ */;
a7f6c9c0 528}
529#addressList td.abookSwitch {
c0d5a297 530 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 531 text-align: right;
532}
533
534#addressList td.abookButtons {
c0d5a297 535 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 536}
537
538#addressList td.abookField {
c0d5a297 539 border-left: 1px solid #ababab /* __COLOR9__ */;
540 border-right: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 541 white-space: nowrap;
542 overflow: hidden;
543}
544
545#addressList td.colHeader {
546 text-align: center;
547 font-weight: bold;
548 font-size: 98%;
c0d5a297 549 background: #ababab /* __COLOR9__ */;
a7f6c9c0 550 padding-top: 0px;
551 padding-bottom: 0px;
552}
553
554#addressList td.abookEmpty {
555 text-align:center;
556 font-weight: bold;
557}
558
559#addressList td.abookCompose {
560 font-size: 8pt;
561 white-space: nowrap;
562}
563
564#addrBookSearch {
565 text-align: center;
566}
567
568#addrBookSearch table {
569 padding: 0;
570 border: 0;
571 margin-left: auto;
572 margin-right: auto;
573}
574
575#addrBookSearch table.wrapper {
c0d5a297 576 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 577 width: 95%;
578 margin-left: auto;
579 margin-right: auto;
580 padding: 0;
581}
582
583#addrBookSearch td {
584 padding: 2px;
585}
586
587#addrBookSearch label {
588 font-weight: bold;
589}
590
591#addrBookSearch input {
592 font-size: 75%;
593}
594
595#addrBookSearch select {
596 font-size: 75%;
597}
598
599#addrBookSearch td.buttons {
600 text-align: center;
601}
602
603#addrAddEdit {
604 text-align: center;
605}
606
607#addrAddEdit table {
c0d5a297 608 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 609 margin-left: auto;
610 margin-right: auto;
611 margin-top: 6px;
612 margin-bottom: 6px;
613 width: 95%
614}
615
616#addrAddEdit td.header {
c0d5a297 617 background: #ababab /* __COLOR9__ */;
a7f6c9c0 618 text-align: center;
619 font-weight: bold;
620}
621
622#addrAddEdit td.fieldName {
623 text-align: right;
624 width: 30%;
625}
626
627#addrAddEdit td.addButton {
628 text-align: center;
629}
630
631#addrAddEdit td {
632 text-align: left;
633 padding: 2px;
634}
635
636#addrAddEdit input {
637 font-size: 75%;
638}
639
640#addrAddEdit select {
641 font-size: 75%;
642}
643
644#optionGroups {
645 text-align: center;
646}
647
648/* help defs */
649#help {
650 text-align: center;
651}
652
653#help td.help {
654 text-align: left;
655}
656
657#help li {
658 padding-left: 0px;
659}
660
661#help ul {
662 padding-left: 20px;
663 padding-right: 75px;
664}
665
666#help td.nav {
667 text-align: center;
c0d5a297 668 color: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 669 padding-top: 15px;
670 padding-bottom: 5px;
671}
672
673#help h1 {
674 font-size: 14pt;
675 font-weight: bold;
676 margin-top: 2px;
677 margin-bottom: 0px;
678}
679
680#help h2 {
681 font-size: 10pt;
682 font-weight: normal;
683 margin-bottom: 2px;
684 margin-top: 0;
685}
686
687#help h3 {
688 font-weight: bold;
689 font-size: 10pt;
690 margin: 0;
691 padding: 0;
692}
693
694#help td.help p {
695 margin-top: 2px;
696 margin-bottom: 10px;
697}
698
699#help td.help li {
700 margin-left: 10px;
701}
702
703#optionsIdentity table {
704 margin-top: 10px;
705 margin-bottom: 10px;
706}
707
708#optionsIdentity table.table2 tr {
c0d5a297 709 background: #dcdcdc /* __COLOR0__ */;
a7f6c9c0 710}
711
712#optionsIdentity td.fieldName {
713 text-align: right;
714 width: 30%;
715}
716
717#optionsIdentity td.fieldValue {
718 text-align: left;
719}
720
721#optionsIdentity td.actionButtons {
722 text-align: center;
723}
724
725#optionsIdentity hr {
726 width: 95%;
c0d5a297 727 border: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 728}
729
730#vCard {
731 text-align: center;
732}
733
734#vCard table {
735 margin-left: auto;
736 margin-right: auto;
737 margin-top: 10px;
738 margin-bottom: 10px;
739}
740
741#vCard td.fieldName {
742 text-align: right;
743 font-weight: bold;
744 vertical-align: top;
745}
746
747#vCard td.fieldValue {
748 text-align: left;
749}
750
751div.search table {
752 margin-top: 12px;
753 margin-bottom: 12px;
754}
755
756div.search td.header4 {
c0d5a297 757 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 758 vertical-align: bottom;
759}
760
761div.search td.queryAction {
762 text-align: center;
763 font-size: small;
764 width: 1%;
765 padding-left: 8px;
766 padding-right: 8px;
c0d5a297 767 border-left: 1px solid #ababab /* __COLOR9__ */;
768 border-top: 1px solid #ababab /* __COLOR9__ */;
769 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 770}
771
772div.search td.queryDesc {
c0d5a297 773 border-top: 1px solid #ababab /* __COLOR9__ */;
774 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 775}
776
777div.search span {
778 padding-left: 2px;
779 padding-right: 2px;
780}
781
782div.search span.operator {
783 font-weight: normal;
784 text-decoration: underline;
785 font-style: italic;
786}
787
788div.search span.mailbox {
789 font-weight: bold
790}
791
792div.search span.conditions {
793 font-weight: normal;
794 text-decoration: underline;
795 font-style: italic;
796}
797
798div.search span.value {
799 font-weight: bold;
800}
801
802div.search span.error {
c0d5a297 803 color: #cc0000 /* __COLOR2__ */;
a7f6c9c0 804 font-weight: bold;
805 font-size: 125%;
806}
807
808div.search td.searchForm {
c0d5a297 809 border-right: 1px solid #dcdcdc /* __COLOR0__ */;
810 border-left: 1px solid #dcdcdc /* __COLOR0__ */;
a7f6c9c0 811 font-weight: bold;
812 text-align: center;
813}
814
815div.search td.queryError {
c0d5a297 816 color: #cc0000 /* __COLOR2__ */;
a7f6c9c0 817 font-weight: bold;
818 text-align: center;
819 padding: 4px;
820}
821
822div.search td.header1 input {
823 font-size: 80%;
824 margin: 2px;
825}
826
827div.search h1 {
828 font-weight: bold;
829 font-size: 150%;
830 margin-top: 6px;
831 margin-bottom: 2px;
832}
833
834div.search h2 {
c0d5a297 835 color: #cc0000 /* __COLOR2__ */;
a7f6c9c0 836 font-weight: bold;
837 text-align: center;
838}
839
840div.compose {
841 text-align: center;
842}
843
844div.compose table {
845 margin-top: 10px;
846 margin-bottom: 10px;
847 margin-left: auto;
848 margin-right: auto;
849}
850
851div.compose td.fieldName {
852 text-align: right;
853 font-weight: bold;
854 width: 30%;
855 vertical-align: top;
856}
857
858div.compose td.fieldValue {
859 text-align: left;
860}
861
862div.compose td.buttons {
863 text-align: center;
864}
865
866div.compose input {
867 font-size: 80%;
868}
869
870div.compose textarea {
871 margin-top: 5px;
872 margin-bottom: 5px;
873}
874
875div.compose td.bottomSend {
876 text-align: center;
877}
878
879div.compose tr.header {
c0d5a297 880 background: #ababab /* __COLOR9__ */;
a7f6c9c0 881}
882
883div.compose tr.header td {
884 padding-top: 4px;
885 padding-bottom: 4px;
886}
887
888div.compose tr.attachment td {
c0d5a297 889 background: #dcdcdc /* __COLOR0__ */;
890 border-top: 1px solid #ababab /* __COLOR9__ */;
891 border-bottom: 1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 892}
893
894div.compose table.close {
895 width: 100%;
c0d5a297 896 background: #dcdcdc /* __COLOR0__ */;
897 border:1px solid #ababab /* __COLOR9__ */;
a7f6c9c0 898 text-align: center;
899 margin: 0;
900}
901
c0d5a297 902div.readMenuBar table {
903 padding:0;
904 margin:0;
905 width: 100%;
906 border-left: 1px solid #ababab /* __COLOR9__ */;
907 border-right: 1px solid #ababab /* __COLOR9__ */;
908}
909
910div.readMenuBar table.top {
911 border-top: 1px solid #ababab /* __COLOR9__ */;
912}
913
914div.readMenuBar table.bottom {
915 border-bottom: 1px solid #ababab /* __COLOR9__ */;
916}
917
918div.readMenuBar td {
919 padding:2px;
920}
921
922div.readMenuBar td.nav {
923 padding-top:4px;
924 padding-bottom:4px;
925}
926
927div.readMenuBar tr.buttons {
928 background-color: #dcdcdc /* __COLOR0__ */;
929}
930
931div.readMenuBar td.buttons {
932 width:1%;
933 vertical-align: middle;
934 white-space: nowrap;
935}
936
937div.readMenuBar input, select {
938 padding:0;
939 font-size:100%;
940}
941
942div.readMenuBar td.move {
943 text-align: right;
944}
945
946div.readMenuBar form {
947 display:inline;
948}
949
950div.readHeaders table.table2 {
951 width:100%;
952 background-color: #dcdcdc /* __COLOR0__ */;
953}
954
955div.readHeaders td {
956 padding-left:4px;
957 padding-right:4px;
958}
959
960div.readHeaders table.spacer {
961 border: 0;
962 height: 5px;
963 width:100%;
964 background-color: #ffffff /* __COLOR4__ */;
965}
966
967div.readBody table {
968 width: 100%;
969}
970
971div.readBody table.table2 tr {
972 background-color: #ffffff /* __COLOR4__ */;
973}
974
975div.readBody table.table2 td {
976 padding: 10px;
977 width:100%;
978}
979
980div.readAttachments table {
a7f6c9c0 981 width: 100%;
982}
c0d5a297 983
984div.readAttachments td.attachSize, td.attachDesc {
985 font-weight: bold;
986}
987
988div.readAttachments td.attachActions {
989 text-align: right;
990}
991
992div.readInlineImages {
993 width:100%;
994 text-align: center;
995}
996
997div.readInlineImages table {
998 width: 50%;
999 margin-top:8px;
1000 margin-bottom:8px;
1001 margin-left: auto;
1002 margin-right: auto;
1003}
1004
1005div.readInlineImages td.header5 {
1006 padding-left:2px;
1007 padding-right:2px;
1008 width:60%;
1009 white-space:nowrap;
1010}
1011
1012div.readInlineImages td.header5 a {
1013 font-size:75%;
1014 font-weight: normal;
1015}
1016
1017div.readInlineImages td.image {
1018 border:1px solid #ababab /* __COLOR9__ */;
1019 padding:10px;
1020}
1021
f843d9f8 1022div.printerFriendlyTop table {
1023 width:100%;
1024}
1025
1026div.printerFriendlyTop td {
1027 text-align: right;
1028}
1029
1030div.printerFriendly table.attach {
1031 width: 100%;
1032 margin-top:5px;
1033 margin-bottom:5px;
1034}
1035
1036div.printerFriendly td.attachField {
1037 width: 30%;
1038 font-weight: bold;
1039 text-align: right;
1040}
1041
1042div.printerFriendly td.attachName {
1043 font-weight: bold;
1044}
1045
d3558aef 1046div.viewHeader table.table1 {
1047 width: 100%;
1048}
f843d9f8 1049
d3558aef 1050div.viewHeader td.headers {
1051 padding-left:5px;
1052 font-family: monospace, sans-serif;
1053 font-size: small;
1054}
1055
1056div.viewHeader span.headerName {
1057 font-weight: bold;
1058}
c0d5a297 1059
79d58d4c 1060div.htmlIframe {
1061 text-align: center;
1062 margin-left: auto;
1063 margin-right: auto;
1064 width: 100%;
1065}
c0d5a297 1066
79d58d4c 1067div.htmlIframe iframe {
1068 height: 250px;
1069 width:100%;
1070}
c0d5a297 1071
37683fa0 1072div.viewText table.table1 {
1073 width: 100%;
1074}
1075
1076div.viewText td.header2 a {
1077 font-size: smaller;
1078 font-weight: normal;
1079}
1080
e6e2e7fd 1081div.viewText td.actions { text-align: center;
37683fa0 1082 padding-top: 4px;
1083 padding-bottom: 4px;
1084}
1085
1086div.viewText td.text {
1087 padding: 10px;
1088 background-color: #ffffff /* __COLOR4__ */;
1089}
1090
1091div.viewText td.spacer {
1092 padding: 3px;
1093 background-color: #DCDCDC /* __COLOR0__ */;
1094}
1095
1096