Code

Updated setup step 4 to support 100% width
[gosa.git] / html / themes / default / style.css
1 table.listframe {
2         width:600px;
3         background:#F3F3F3;
4 }
6 tr.listrow {
7         background:#EAEAEA;
8 }
10 tr.rowxp {
11 }
13 tr.rowxp:hover {
14         background-color:#D8D8D8;
15 }
17 td.listheader {
18         background:#E5E5E5;
19         font-weight:bold;
20         border-right:1px solid #C0C0C0;
21         border-bottom: 1px solid #b0b0b0;
22         padding:3px;
23         height:22px;
24 }
26 td.scrollhead {
27         vertical-align:top;
28         padding:0px;
29 }
31 td.scrollbody {
32         vertical-align:top;
33         padding:0px;
34 }
36 div.scrollbody {
37         background-color:#ffffff;
38         overflow:auto;
39         text-align:left;
40 }
42 td.listheader#icon {
43         width:20px;
44 }
46 td.listheader#entry {
47 }
49 td.listheader#property {
50         width:50px;
51 }
53 td.listheader#info {
54         width:200px;
55 }
57 td.listheader#properties7 {
58         width:136px;
59 }
61 td.listheader#properties8 {
62         width:152px;
63 }
65 td.listheader#properties9 {
66         width:168px;
67 }
69 td.listheader#properties10 {
70         width:186px;
71 }
73 td.listheader#actions {
74         width:52px;
75         border-right:0px;
76         text-align:right;
77 }
79 td.listheader#scrollbar {
80         width:13px;
81         border-right:0px;
82 }
84 tr.rowxp0 {
85         background:white;
86 }
88 tr.rowxp0:hover {
89         background-color:#D8D8D8;
90 }
92 td.list0 {
93         background:transparent;
94         border-right:1px solid #B0B0B0;
95         padding:3px;
96         height:22px;
97 }
99 td.list0#icon {
100         width:20px;
101         text-align:center;
104 td.list0#entry {
107 td.list0#info {
108         width:200px;
111 td.list0#property {
112         width:50px;
115 td.list0#properties7 {
116         width:136px;
119 td.list0#properties8 {
120         width:152px;
123 td.list0#properties9 {
124         width:168px;
127 td.list0#properties10 {
128         width:186px;
131 td.list0#actions {
132         width:52px;
133         border-right:0px;
134         text-align:right;
137 tr.rowxp1 {
138         background:#F0F0F0;
141 tr.rowxp1:hover {
142         background-color:#D8D8D8;
145 td.list1 {
146         background:transparent;
147         border-right:1px solid #C0C0C0;
148         padding:3px;
149         height:22px;
152 td.list1nohighlight {
153         background:white;
154         border-right:1px solid #C0C0C0;
155         padding:3px;
156         height:22px;
158 td.list1nohighlightdisabled {
159         background-color:#DFDBD7;
160         border-right:1px solid #C0C0C0;
161         padding:3px;
162         height:22px;
166 td.list1#fill {
167         height:100%;
170 td.list1#icon {
171         width:0px;
172         text-align:center;
175 td.list1#entry {
178 td.list1#info {
179         width:200px;
182 td.list1#property {
183         width:50px;
186 td.list1#properties7 {
187         width:136px;
190 td.list1#properties8 {
191         width:152px;
194 td.list1#properties9 {
195         width:168px;
198 td.list1#properties10 {
199         width:186px;
202 td.list1#actions {
203         width:52px;
204         border-right:0px;
205         text-align:right;
208 body {
209         margin-left:0px;
210         margin-right:0px;
211         margin-top:0px;
212         margin-bottom:0px;
213         background-color:white;
214         background-image:url("images/border.png"); 
215         background-repeat:repeat-y;
216         color:#00008F;
217         font-family:arial,helvetica,sans-serif;
218         font-size:12px;
221 h1 {
222         font-size:14px;
223         color: #00378a;
226 h2, h3, h4, h5, h6 {
227         font-size:13px;
228         color:#00378a;
231 td, p, b {
232         font-size:12px;
235 /* Title bar */
236 a.maintitlebar, div.maintitlebar {
237         font-family:arial,helvetica,sans-serif;
238         text-decoration:none;
239         color:#00348B;
240         font-size:12px;
241         text-align:center;
242         vertical-align:middle;
245 a.maintitlebar:hover {
246         text-decoration:none;
247         background-color:#B0D3A0;
250 p.menuheader {
251         font-family:arial,helvetica,sans-serif;
252         color:#00378a;
253         text-decoration:none;
254         background-color:#CDF6BD;
255         font-weight:bold;
256         font-size:12px;
257         text-align:center;
258         width:100%;
259         vertical-align:middle;
260         padding:3px;
261         margin-top:20px;
264 p.menuitem {
265         font-family:arial,helvetica,sans-serif;
266         color:#00378a;
267         text-decoration:none;
268         font-weight:normal;
269         font-size:12px;
270         text-align:left;
271         padding-left:15px;
272         padding-top:2px;
273         padding-bottom:2px;
274         vertical-align:middle;
275         margin:2px;
276         background-color:#dfffdf;
277         padding-right:5px;
280 p.menuitem:hover {
281         background-color:#d2f6c2;
284 table.menuitem {
285         width:100%;
286         margin-top:10px;
287         margin-bottom:10px;
288         margin-right:10px;
289         background-color:#f0f0f0;
292 table.menuitem:hover {
293         background-color:#c5c5c5;
297 td.phonelist:hover {
298         background-color:#d2d2d2;
301 td.phonelist {
302         border-right:1px solid #B0B0B0;
305 h1.menuheader {
306         border-style:solid;
307         border-color:#707070;
308         width:100%;
309         border-top-width:1px;
310         border-bottom-width:0px;
311         border-left-width:0px;
312         border-right-width:0px;
313         padding-top:10px;
314         padding-bottom:0px;
317 div.copynotice{
318         border-style:solid;
319         border-color:#707070;
320         width:100%;
321         border-top-width:1px;
322         border-bottom-width:0px;
323         border-left-width:0px;
324         border-right-width:0px;
325         padding-top:3px;
326         padding-bottom:0px;
327         text-align:right;
328         font-family:arial,helvetica,sans-serif;
329         font-size:10px;
332 a:link {
333         text-decoration:none;
334         color:#00008f;
337 a:visited {
338         text-decoration:none;
339         color:#00008f;
342 a.menuitem:link {
343         text-decoration:none;
344         color:#00008f;
347 a.menuitem:visited {
348         text-decoration:none;
349         color:#00008f;
352 a.menuitem:hover {
353         text-decoration:none;
356 a.iconmenu:link {
357         text-decoration:none;
358         color:#00008f;
361 td.iconmenu:hover {
362         background-color:#e0e0e0;
365 a.iconmenu:visited {
366         text-decoration:none;
367         color:#00008f;
370 a.iconmenu:hover {
371         text-decoration:none;
374 h1.plugtop{
375         border-style:solid;
376         border-color:#707070;
377         width:100%;
378         border-top-width:0px;
379         border-bottom-width:1px;
380         border-left-width:0px;
381         border-right-width:0px;
382         padding-top:0px;
383         margin-top:0px;
384         padding-bottom:6px;
385         text-align:left;
386         background-color:red;
387         font-family:arial,helvetica,sans-serif;
388         font-size:24px;
391 div.plugtop {
392         border-style:solid;
393         border-color:#b0b0b0;
394         width:100%;
395         border-top-color:#e0e0f0;
396         border-top-width:6px;
397         border-bottom-width:1px;
398         border-left-width:0px;
399         border-right-width:0px;
400         padding-top:0px;
401         padding-bottom:6px;
402         margin-bottom: 0px;
403         text-align:left;
404         vertical-align:middle;
405         background-color:#e0e0f0;
406         font-family:arial,helvetica,sans-serif;
407         font-weight:bold;
408         font-size:24px;
411 div.pluginfo {
412         border:solid;
413         border:0px;
414         width:100%;
415         padding-top:2px;
416         padding-bottom:2px;
417         margin-bottom:10px;
418         text-align:right;
419         vertical-align:middle;
420         background-color:#c0c0e0;
421         font-family:arial,helvetica,sans-serif;
422         font-size:11px;
425 p.seperator {
426         border-style:solid;
427         border-color:#a0a0a0;
428         width:100%;
429         border-top-width:0px;
430         border-bottom-width:1px;
431         border-left-width:0px;
432         border-right-width:0px;
433         padding-top:0px;
434         padding-bottom:0px;
435         margin-top:0px;
436         margin-bottom:0px;
437         text-align:left;
440 p.plugbottom {
441         border-style:solid;
442         border-color:#a0a0a0;
443         width:100%;
444         border-top-width:1px;
445         border-bottom-width:0px;
446         border-left-width:0px;
447         border-right-width:0px;
448         padding-top:10px;
449         padding-bottom:0px;
450         text-align:right;
451         font-family:arial,helvetica,sans-serif;
454 font.must {
455         color:red;
456         font-family:arial,helvetica,sans-serif;
459 div.tab_active {
460         text-align:center;
461         background-color:#f0f0f0;
462         border-style:solid;
463         border-color:black;
464         border-top-width:1px;
465         border-bottom-width:0px;
466         border-left-width:1px;
467         border-right-width:1px;
468         margin-top:0px;
469         padding-top:2px;
470         padding-bottom:8px;
471         padding-left:8px;
472         padding-right:8px;
475 div.tab_left {
476         text-align:center;
477         background-color:#c0c0c0;
478         border-style:solid;
479         border-color:black;
480         border-top-width:1px;
481         border-bottom-width:1px;
482         border-left-width:1px;
483         border-right-width:0px;
484         margin-top:5px;
485         padding-top:1px;
486         padding-bottom:5px;
487         padding-left:8px;
488         padding-right:8px;
491 div.tab_right {
492         text-align:center;
493         background-color:#c0c0c0;
494         border-style:solid;
495         border-color:black;
496         border-top-width:1px;
497         border-bottom-width:1px;
498         border-left-width:0px;
499         border-right-width:1px;
500         margin-top:5px;
501         padding-top:1px;
502         padding-left:8px;
503         padding-right:8px;
504         padding-bottom:5px;
507 div.tab_near_active {
508         text-align:center;
509         background-color:#c0c0c0;
510         border-style:solid;
511         border-color:black;
512         border-top-width:1px;
513         border-bottom-width:1px;
514         border-left-width:1px;
515         border-right-width:1px;
516         margin-top:5px;
517         padding-top:1px;
518         padding-left:8px;
519         padding-right:8px;
520         padding-bottom:5px;
523 div.tab_border {
524         width:100%;
525         border-style:solid;
526         border-color:black;
527         border-top-width:0px;
528         border-bottom-width:1px;
529         border-left-width:0px;
530         border-right-width:0px;
533 a.tab_active, input.tab_active {
534         border:0px;
535         margin:0px;
536         height:22px;
537         font-family:arial,helvetica,sans-serif;
538         background-color:#f0f0f0;
539         text-decoration:none;
540         color:#00348B;
541         font-size:13px;
542         font-weight:bold;
545 a.tab_right, input.tab_right {
546         height:20px;
547         border:0px;
548         margin:0px;
549         font-family:arial,helvetica,sans-serif;
550         background-color:#c0c0c0;
551         text-decoration:none;
552         color:#00348b;
553         font-size:13px;
554         font-weight:bold;
557 a.tab_left, input.tab_left {
558         height:20px;
559         border:0px;
560         margin:0px;
561         font-family:arial,helvetica,sans-serif;
562         background-color:#c0c0c0;
563         text-decoration:none;
564         color:#00348b;
565         font-size:13px;
566         font-weight:bold;
569 a.tab_near_active, input.tab_near_active {
570         height:20px;
571         border:0px;
572         margin:0px;
573         font-family:arial,helvetica,sans-serif;
574         background-color:#c0c0c0;
575         text-decoration:none;
576         color:#00348b;
577         font-size:13px;
578         font-weight:bold;
581 img.center {
582         text-align:center;
583         vertical-align:middle;
586 input.center {
587         text-align:left;
588         vertical-align:middle;
591 select.center {
592         text-align:left;
593         vertical-align:middle;
596 a.center {
597         text-align:left;
598         vertical-align:middle;
601 /********************** Template migration *********************/
603 /* Login screen */
604 div.gosaLoginSpacer {
605         height:100px;
608 table.gosaLoginMask {
609         background-color:#8b898b;
610         text-align:center;
611         border:0px;
614 td.gosaLoginBack {
615         width:606px;
616         height:406px;
617         background:url(images/login.png);
618         vertical-align:top;
621 div.gosaLoginBack {
622         padding-top:35px;
623         margin-left:100px;
624         margin-right:50px;
625         padding-bottom:0px;
626         vertical-align:top;
629 p.gosaLoginHeader {
630         text-align:center;
631         font-size:14px;
632         font-weight:bold;
633         margin-bottom:15px;
634
636 p.gosaLoginWarning {
637         text-align:center;
638         color:red;
639         font-weight:bold;
640         font-size:12px;
643 /* Account Expired screen */
644 td.gosaAccountExpiredBack {
645   width:550px;
646   height:300px;
647   background:url(images/accountexpired.png);
648   vertical-align:top;
651 div.gosaAccountExpiredBack {
652   padding-top:40px;
653   margin-left:90px;
654   margin-right:50px;
655   padding-bottom:0px;
656   vertical-align:top;
659 p.gosaAccountExpiredHeader {
660   text-align:left;
661   font-size:14px;
662   font-weight:bold;
663   margin-bottom:15px;
664
666 table.framework {
667         width:100%;
668         height:100%;
669         border:0px;
670         border-spacing:0px;
671         padding:0px;
672         margin:0px;
673         background-color:#cdf6bd;
674         vertical-align:top;
677 table.maintab {
678         width:100%;
679         height:100%;
680         border:0px;
681         border-spacing:0px;
682         padding:0px;
683         margin:0px;
684         background-color:#cdf6bd;
685         vertical-align:top;
689 input {
690         font-size:12px;
693 input:focus {
694         font-size:12px;
697 select {
698         font-size:12px;
701 textarea {
702         font-size:12px;
705 textarea:focus {
706         font-size:12px;
709 div.contentboxh {
710         background-color:#e8e8e8;
711         border:1px solid #b0b0b0;
712         border-bottom-width:0px;
713         height:26px;
714         vertical-align:middle;
717 p.contentboxh {
718         margin:2px;
719         font-family:arial,helvetica,sans-serif;
720         font-size:16px;
721         font-weight:bold;
722         vertical-align:middle;
725 div.contentboxb {
726         border:1px solid #b0b0b0;
727         border-top-width:0px;
728         vertical-align:middle;
731 p.contentboxb {
732         padding-bottom:0px;
733         margin:0px;
734         border:4px solid #f8f8f8;
735         vertical-align:middle;
738 a.alphaselect:hover {
739         text-decoration:none;
740         background-color:#a0a0a0;
741         color:white;
744 table.check {
745         background-color:#e1e1f1;
746         color:black;
747         border:1px dashed #a0a0a0;
748         width:95%;
749         margin-left:20px;
752 td.check {
753         border-right:1px dashed #a0a0a0;
756 option.select {
757         background-repeat:no-repeat;
758         background-position:0px top;
759         border:0;
760         padding-left:20px;
761         padding-bottom:1px;
762         height:18px;
765 input.menubar{
766         text-decoration:none;
767         height:19px;
768         padding:0px;
769         width:100%;
772 td.tbhead {
773         border-right:1px solid #B0B0B0;
774         border-bottom:1px solid #B0B0B0;
777 td.tbrhead {
778         border-bottom:1px solid #B0B0B0;
782 /*********
783  * Setup
784  *********/
786 /* The body style */
787 body.setup_body {
788         background-image: none;
789         background-color: #979797;
790         margin: 10px;
793 /* The setup complete setup dialog */
794 div.setup_dialog {
795         background-color: #F0F0F0;
796         border-right: solid 2px #444444;
797         border-bottom: solid 2px #666666;
798         border-top: solid 1px #666;
799         border-left: solid 1px #666;
800         text-align: left;
801         width:100%;
804 /* Header col */
805 div.setup_header {
806     background-color: #D2F6C2;
807         font-size: 2.0em;
808         font-weight: bold;
809 /*      vertical-align: center;*/
810 /*      padding:7px;*/
813 /* Setup content header container */
814 div.setup_plug_header_container {
817 /* Setup content container */
818 div.setup_contents_container { 
821 /* Setup footer */
822 div.setup_bottom {
823         clear: left;
824         background-color:#DDDDDD;       
825         border-top: solid 1px #D0D0D0; 
828 /*******
829 <div.setup_header_and_content_container_1>
830  <div.setup_header_and_content_container_2>
831   <div.setup_plug_header>
832   </div>
833   <div.setup_content>   
834   </div>
835  </div>
836 </div>
837 ********/
839 /* Header col */
840 div.setup_plug_header {
841         margin: 1px;
842         padding: 5px;
843         border-top: solid 2px #D0D0D0;
844         border-bottom: solid 2px #D0D0D0;
845         background-color:#E3E3E3
848 /* Content col */
849 div.setup_contents {
850         padding: 5px;
851         max-height: 400px;
852         width:100%;
855 /* default.*/
856 div.default {
857         padding: 2px;
858         vertical-align: middle;
861 /* Navigation col */
862 div.setup_navigation {
863         width:200px;
864         min-height:300px;
865         clear:bottom;
866         background-color:#E8E8E8;
867         border-right: solid 1px #D0D0D0; 
868         float:left ; 
869         padding-left: 2px;;
870         padding-right: 2px;;
874 /* Navigation title */
875 div.setup_navigation_title {
876         font-size: 1.7em;
877         background: #D8D8D8 ;
878         text-decoration:none;
879         width:100%;
880         padding-top:8px;
881         padding-bottom:8px;
882         border-right: solid 1px #AAAAAA;
883         border-bottom: solid 1px #BBBBBB;
886 /* The box used for each setup step */
887 a.navigation_element, div.navigation_element {
888         background: #E8E8E8;
889         text-decoration:none;
890         border-right: solid 1px #AAAAAA;
891         border-bottom: solid 1px #BBBBBB;
892         float:left;
893         width:100%;
896 /* The box used for each setup step */
897 a.navigation_element_active, div.navigation_element_active {
898         background: #E8E8E8;
899         text-decoration:none;
900         float:left;
901         width:100%;
902         border-right: solid 1px #AAAAAA;
903         border-bottom: solid 1px #BBBBBB;
906 /* An enabled setup step will use this style in navigation*/
907 div.navigation_title_active {
908         font-size: 1.2em;
909         font-weight: bold;
910         cursor: pointer;
911         padding: 3px;
914 /* Disabled setup steps */
915 div.navigation_title_disabled {
916         font-size: 1.2em;
917         font-weight: bold;
918         padding: 3px;
919         cursor: default;        
920         text-decoration:none;
921         color: #AAAAAA;
924 /* Disabled setup steps */
925 div.navigation_title_inactive {
926         font-size: 1.2em;
927         font-weight: bold;
928         text-decoration:none;
929         cursor: pointer;
930         padding: 3px;
933 /* The style for the info of an active setup */
934 div.navigation_info {
935         font-size: 1em;
936         color: black;
937         padding: 4px 4px 3px 10px;
938         margin: 0px;
939         cursor: pointer;
944 /*
945         Setup step 2 styles 
946 */
948 /* used to hide display info div */
949 div.solution_hidden {
950         display: none;
953 /* used to hide display info div */
954 div.solution_visible {
955         display: block;
956         background-color: orange;
957         background-image: url('images/personal.png');
958         border: dotted 2px red;
959         width: 100%;
960         text-align:left;
963 /* Container headline */
964 h2.step2_container_title {
965         background-color:#DDDDDD;
966         border: solid 1px #CCCCCC;
969 /* Container for name and status */
970 div.step2_entry_container { 
971         width:100%; 
972         cursor:default;
975 /* Container for name and status, when status is failed */
976 div.step2_entry_container_info { 
977         width:100%;
978         background: #DDDDFF;
979         cursor:default;
982 /* Text shown for each entry */
983 div.step2_entry_name {
984         float:left;
985     padding: 2px;
986     vertical-align: middle;
989 /* Status container */
990 div.step2_entry_status {
991         float:none;
992         text-align:right;
993     padding: 2px;
994     vertical-align: middle;
997 /* Status failed */
998 div.step2_failed {
999         color:red;
1002 /* Status failed but not necessary for setup */
1003 div.step2_warning {
1004         color:blue;
1007 /* Status successful */
1008 div.step2_successful {
1009         color:green;
1012 /* Text used in info div. */
1013 div.step2_failed_text {
1014         background-image: url('images/error.png'); 
1015         background-repeat: no-repeat;     
1016         padding-left: 35px;
1019 /* Text used in info div. On warnings */
1020 div.step2_warning_text{
1021         background-repeat: no-repeat;     
1022         padding-left: 35px;
1026 /*
1027         Setup step 4 styles 
1028 */
1030 li.step4_name, div.step4_name {
1031     vertical-align: middle;
1032         float:left;
1033         overflow: hidden;
1034         width:25%;
1035         height:2.0em;
1036         background-color: #DDDDDD;
1039 li.step4_value, div.step4_value {
1040         float:left;
1041         width:50%;
1042         overflow: hidden;
1043     vertical-align: middle;
1044         height:2.0em;
1047 li.step4_status, div.step4_status {
1048     vertical-align: middle;
1049         overflow: hidden;
1050         height:2.0em;
1051         width:25%;
1052         text-decoration: none;
1053         background-color: #DDDDDD;
1057 ul.step4_container, div.step4_container {
1058         background-color: #E7E7E7;
1059         border: solid 2px #D7D7D7;
1060         width:100%;
1061         height:2.0em;
1062         margin-top:2px;
1063         overflow: hidden;
1064         margin-left:2px;
1065         margin-right:2px;
1066         float:left;
1076 /************************
1077  * Sieve 
1078  *  The following styles are 
1079  *  used to display the sieve 
1080  *  management user interface  
1081  ************************/
1083 /* Editing dialog styles 
1084  */
1086 table.sieve_default_table {
1087         width:100%;
1088         margin: 0px;
1089         border-spacing: 0px ;
1090         padding:0px;
1094 /* Editing surface */
1095 table.editing_surface {
1096         width:100%;
1097         margin: 0px;
1098         padding:0px;
1101 /* Editing surface menu */
1102 td.editing_surface_menu {
1103         background-color: #CCCCCC; 
1104         border: 1px solid #AAAAAA;
1105         padding:5px;
1108 /* Editing surface content */
1109 td.editing_surface_content {
1110         background-color: #FFFFFF; 
1111         margin: 0px;
1112         padding:0px;
1115 /* Error message will be displayed as follows */
1116 div.sieve_error_msgs { 
1117         background-color: #ff8d00;
1118         color: #000000;
1119         padding:5px;
1120         background-image: url("images/warning.png"); 
1121         background-repeat: no-repeat;     
1122         font-weight: bold;
1125 /* Source editing area */
1126 textarea.editing_source {
1127         width:100%;
1128         height:330px;
1132 /*************
1133  * Object container  
1134  *************/
1136 /* The container itself */
1137 table.object_container_container { 
1138         width:100%;
1139         border-spacing: 0px ;
1140         background-color:#EEEEEE;
1141         border: solid 1px #AAAAAA;
1144 /* Container cell top left */
1145 td.object_container_cell_top_left {
1146         background-color: #DDDDDD; 
1147         text-align:center; 
1150 /* Container cell top right */
1151 td.object_container_cell_top_right {
1152         background-color: #DDDDDD; 
1153         text-align:left; 
1154         padding:2px;  
1155         border-bottom: solid 1px #AAAAAA;
1158 /* Container cell bottom left */
1159 td.object_container_cell_bottom_left {
1160         width:5px; 
1161         background-color: #DDDDDD; 
1162         text-align:center; 
1163         border-right: solid 1px #AAAAAA;
1167 /*************
1168  * Sieve comment 
1169  *************/
1171 /* Container */
1172 table.sieve_comment_container {
1173         margin:0px;
1174         padding:0px;
1175         border-spacing: 0px ;
1176         width:100%;
1177         background-color: #EEEEEE;
1180 /* Editing area */
1181 textarea.sieve_comment_area {
1182         width:100%;
1183         height:80px;
1187 /*************
1188  * Sieve require 
1189  *************/
1191 /* Container */
1192 table.sieve_require_container {
1193         margin:0px;
1194         padding:0px;
1195         border-spacing: 0px ;
1196         width:100%;
1197         background-color: #EEEEEE;
1200 /* Editing area */
1201 input.sieve_require_input {
1202         width:100%;
1203         border-spacing: 0px ;
1207 /*************
1208  * Sieve fileinto 
1209  *************/
1211 /* Container */
1212 table.sieve_fileinto_container {
1213         margin:0px;
1214         padding:0px;
1215         border-spacing: 0px ;
1216         width:100%;
1217         background-color: #EEEEEE;
1220 /* Editing area */
1221 input.sieve_fileinto_input {
1222         width:300px;
1224 select.sieve_fileinto_input {
1225         width:300px;
1229 /*************
1230  * Sieve keep 
1231  *************/
1233 /* Container */
1234 table.sieve_keep_container {
1235         margin:0px;
1236         padding:0px;
1237         border-spacing: 0px ;
1238         width:100%;
1239         background-color: #EEEEEE;
1242 /* Editing area */
1243 td.sieve_keep_input {
1244         padding-left:20px;
1248 /*************
1249  * Sieve discard 
1250  *************/
1252 /* Container */
1253 table.sieve_discard_container {
1254         margin:0px;
1255         padding:0px;
1256         border-spacing: 0px ;
1257         width:100%;
1258         background-color: #EEEEEE;
1261 /* Editing area */
1262 td.sieve_discard_input {
1263         padding-left:20px;
1267 /*************
1268  * Sieve redirect 
1269  *************/
1271 /* Container */
1272 table.sieve_redirect_container {
1273         margin:0px;
1274         padding:0px;
1275         border-spacing: 0px ;
1276         width:100%;
1277         background-color: #EEEEEE;
1280 /* Editing area */
1281 td.sieve_redirect_input {
1282         padding-left:20px;
1284 textarea.sieve_redirect_input {
1285         width:100%; 
1286         height:30px;
1290 /*************
1291  * Sieve reject
1292  *************/
1294 /* Container */
1295 table.sieve_reject_container {
1296         margin:0px;
1297         padding:0px;
1298         border-spacing: 0px ;
1299         width:100%;
1300         background-color: #EEEEEE;
1303 /* Editing area */
1304 td.sieve_reject_input {
1305         padding-left:20px;
1307 textarea.sieve_reject_input {
1308         width:100%; 
1309         height:55px;
1313 /*************
1314  * Sieve end 
1315  *************/
1317 /* Container */
1318 table.sieve_stop_container {
1319         margin:0px;
1320         padding:0px;
1321         border-spacing: 0px ;
1322         width:100%;
1323         background-color: #EEEEEE;
1326 /* Editing area */
1327 td.sieve_stop_input {
1328         padding-left:20px;
1332 /*************
1333  * Sieve vacation 
1334  *************/
1336 /* Container */
1337 table.sieve_vacation_container {
1338         margin:0px;
1339         padding:0px;
1340         border-spacing: 0px ;
1341         width:100%;
1342         background-color: #EEEEEE;
1345 /* Editing area */
1346 td.sieve_vacation_input {
1347         padding-left:20px;
1350 /* Editing area */
1351 textarea.sieve_vacation_input {
1352         width:100%;
1353         height : 55px;
1357 /*************
1358  * Sieve allof 
1359  *************/
1361 table.sieve_allof_container {
1362     width:100%;
1363     border-spacing: 0px ;
1364     margin: 0px;
1365     padding:0px;
1366         border: solid 1px #999999;
1369 /* Container */
1370 td.sieve_allof_left {
1371         text-align:center;
1372         vertical-align: middle;
1373         width:35px;
1374         background-color: #CCCCCC;
1375         border: solid 0px #EEEEEE
1378 /* Container */
1379 td.sieve_allof_right {
1380         background-color:#BDBDBD ; 
1383 /*************
1384  * Sieve anyof 
1385  *************/
1387 table.sieve_anyof_container {
1388     width:100%;
1389     margin: 0px;
1390     border-spacing: 0px ;
1391     padding:0px;
1392         border: solid 2px #CCCCCC;
1395 /* Container */
1396 td.sieve_anyof_left {
1397         text-align:center;
1398         vertical-align: middle;
1399         width:35px;
1400         background-color: #CCCCCC;
1401         border: solid 0px #EEEEEE
1404 /* Container */
1405 td.sieve_anyof_right {
1406         background-color:#BDBDBD ; 
1407         border: solid 1px #AAAAAA;
1410 /*************
1411  * Sieve Test Cases  
1412  *************/
1414 table.sieve_test_container {
1415         width:100%;
1416         background-color:#EEEEEE;
1417         margin: 0px;
1418         border-spacing: 0px ;
1419         padding:0px;
1420         border: solid 1px #AAAAAA;
1423 table.sieve_test_case {
1424         width:100%;
1425         margin: 0px;
1426         border-spacing: 0px ;
1427         padding:0px;
1432 td.container_, div.container_{
1433         padding-left:2px;
1434         border-left: solid 2px #EEEEEE;
1437 td.container_:hover,div.container_:hover {
1438         border-left: solid 2px #777777;
1439         display:block;