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