Code

4066ac0d7794ba43976e829a388327885a4c2855
[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         margin-left:0px;
789         margin-right:0px;
790         margin-top:0px;
791         margin-bottom:0px;
792         color:#00008F;
793         font-family:arial,helvetica,sans-serif;
794         font-size:12px;
795         background-color: white;
796         background-image: none;
799 /* The setup complete setup dialog */
800 div.setup_dialog {
801         background-color:#FFF;
802         text-align: left;
805 /* Header col */
806 div.setup_header {
807         background-color: #D2F6C2;
808         height:30px;
809         padding:2px 5px 2px 5px;
810         border-bottom: 1px solid #778F6E;
813 div.setup_menu {
814         background-color: #F0F0F9;
815         padding:4px 5px 4px 5px;
816         border-bottom: 1px solid #B0B0B0;
819 /* Setup content header container */
820 div.setup_plug_header_container {
823 /* Setup content container */
824 div.setup_contents_container { 
827 /* Setup footer */
828 div.setup_bottom {
829         clear: left;
830         background-color:#DDDDDD;       
831         border-top: solid 1px red;
834 /*******
835 <div.setup_header_and_content_container_1>
836  <div.setup_header_and_content_container_2>
837   <div.setup_plug_header>
838   </div>
839   <div.setup_content>   
840   </div>
841  </div>
842 </div>
843 ********/
845 /* Header col */
846 div.setup_plug_header {
847         padding: 10px;
848         border-bottom: solid 1px #D0D0D0;
849         background-color: #E0E0F0;
850         border: 10px solid #FFFFFF;
851         
854 /* Content col */
855 div.setup_contents {
856         margin-right:2px;
857         background-color:white;
858         width:80%;
859         margin-left:20%;
860         border:1px solid #AAAAAA;
861         padding:2px;
864 /* default.*/
865 div.default {
866         padding: 2px;
867         vertical-align: middle;
870 /* Navigation col */
871 div.setup_navigation {
872         width:19%;
873         background-color:white;
874         padding-left: 2px;
875         padding-right: 2px;
876         border:1px solid #AAAAAA;
877         float:left;
881 /* Navigation title */
882 div.setup_navigation_title {
883         font-size: 1.2em;
884         font-weight: bold;
885         text-decoration:none;
886         width:100%;
887         padding-top:8px;
888         padding-bottom:8px;
889         border-top:1px dashed #AAAAAA;
892 /* The box used for each setup step */
893 a.navigation_element, div.navigation_element {
894         text-decoration:none;
895         padding-top:8px;
896         padding-bottom:8px;
897         border-top:1px dashed #AAAAAA;
898         width:100%;
901 /* The box used for each setup step */
902 a.navigation_element_active, div.navigation_element_active {
903         text-decoration:none;
904         width:100%;
905         padding-top:8px;
906         padding-bottom:8px;
907         border-top:1px dashed #AAAAAA;
908         background-color:#F0F0F0;
911 /* An enabled setup step will use this style in navigation*/
912 div.navigation_title_active {
913         font-size: 1.2em;
914         background-color:#F0F0F0;
915         font-weight: bold;
916         cursor: default;
917         padding: 3px;
920 /* Disabled setup steps */
921 div.navigation_title_disabled {
922         font-size: 1.2em;
923         font-weight: bold;
924         padding: 3px;
925         cursor: default;        
926         text-decoration:none;
927         color: #AAAAAA;
930 /* Disabled setup steps */
931 div.navigation_title_inactive {
932         font-size: 1.2em;
933         font-weight: bold;
934         text-decoration:none;
935         cursor: pointer;
936         padding: 3px;
939 /* The style for the info of an active setup */
940 div.navigation_info {
941         font-size: 1em;
942         color: black;
943         padding: 4px 4px 3px 23px;
944         margin: 0px;
945         cursor: default;
950 /*
951         Setup step 2 styles 
952 */
954 /* used to hide display info div */
955 div.solution_visible {
956         display: block;
957         width: 100%;
958         text-align:left;
961 /* Container headline */
962 h2.step2_container_title {
963         background-color:#DDDDDD;
964         border: solid 1px #CCCCCC;
965         padding:2px;
968 /* Container for name and status */
969 div.step2_entry_container { 
970         padding:1px;
971         width:100%; 
972         cursor:default;
975 /* Container for name and status, when status is failed */
976 div.step2_entry_container_info { 
977         padding:1px;
978         border: 1px dashed #AAAAAA;
979         width:100%;
980         cursor:default;
983 /* Text shown for each entry */
984 div.step2_entry_name {
985         float:left;
986         padding-bottom:4px;
987         vertical-align: middle;
990 /* Status container */
991 div.step2_entry_status {
992         float:none;
993         text-align:right;
994         padding-bottom:4px;
995         vertical-align: middle;
998 /* Status failed */
999 div.step2_failed {
1000         color:red;
1001         padding-bottom:4px;
1004 /* Status failed but not necessary for setup */
1005 div.step2_warning {
1006         color:orange;
1007         padding-bottom:4px;
1010 /* Status successful */
1011 div.step2_successful {
1012         color:green;
1015 /* Text used in info div. */
1016 div.step2_failed_text {
1017         background-repeat: no-repeat;     
1018         padding-left: 25px;
1021 /* Text used in info div. On warnings */
1022 div.step2_warning_text{
1023         background-repeat: no-repeat;     
1024         padding-left: 25px;
1028 /*
1029         Setup step 4 styles 
1030 */
1032 li.step4_name, div.step4_name {
1033         float:left;
1034         width:15%;
1035         height:2.0em;
1038 li.step4_value, div.step4_value {
1039         float:left;
1040         width:50%;
1041         height:2.0em;
1044 ul.step4_container, div.step4_container {
1045         height:2.0em;
1046         margin-top:2px;
1047         margin-left:2px;
1048         margin-right:2px;
1052 /************************
1053  * Sieve 
1054  *  The following styles are 
1055  *  used to display the sieve 
1056  *  management user interface  
1057  ************************/
1059 /* Editing dialog styles 
1060  */
1062 table.sieve_default_table {
1063         width:100%;
1064         margin: 0px;
1065         border-spacing: 0px ;
1066         padding:0px;
1070 /* Editing surface */
1071 table.editing_surface {
1072         width:100%;
1073         margin: 0px;
1074         padding:0px;
1077 /* Editing surface menu */
1078 td.editing_surface_menu {
1079         background-color: #CCCCCC; 
1080         border: 1px solid #AAAAAA;
1081         padding:5px;
1084 /* Editing surface content */
1085 td.editing_surface_content {
1086         background-color: #FFFFFF; 
1087         margin: 0px;
1088         padding:0px;
1091 /* Error message will be displayed as follows */
1092 div.sieve_error_msgs { 
1093         background-color: #ff8d00;
1094         color: #000000;
1095         padding:5px;
1096         background-image: url("images/warning.png"); 
1097         background-repeat: no-repeat;     
1098         font-weight: bold;
1101 /* Source editing area */
1102 textarea.editing_source {
1103         width:100%;
1104         height:330px;
1108 /*************
1109  * Object container  
1110  *************/
1112 /* The container itself */
1113 table.object_container_container { 
1114         width:100%;
1115         border-spacing: 0px ;
1116         background-color:#EEEEEE;
1117         border: solid 1px #AAAAAA;
1120 /* Container cell top left */
1121 td.object_container_cell_top_left {
1122         background-color: #DDDDDD; 
1123         text-align:center; 
1126 /* Container cell top right */
1127 td.object_container_cell_top_right {
1128         background-color: #DDDDDD; 
1129         text-align:left; 
1130         padding:2px;  
1131         border-bottom: solid 1px #AAAAAA;
1134 /* Container cell bottom left */
1135 td.object_container_cell_bottom_left {
1136         width:5px; 
1137         background-color: #DDDDDD; 
1138         text-align:center; 
1139         border-right: solid 1px #AAAAAA;
1143 /*************
1144  * Sieve comment 
1145  *************/
1147 /* Container */
1148 table.sieve_comment_container {
1149         margin:0px;
1150         padding:0px;
1151         border-spacing: 0px ;
1152         width:100%;
1153         background-color: #EEEEEE;
1156 /* Editing area */
1157 textarea.sieve_comment_area {
1158         width:100%;
1159         height:80px;
1163 /*************
1164  * Sieve require 
1165  *************/
1167 /* Container */
1168 table.sieve_require_container {
1169         margin:0px;
1170         padding:0px;
1171         border-spacing: 0px ;
1172         width:100%;
1173         background-color: #EEEEEE;
1176 /* Editing area */
1177 input.sieve_require_input {
1178         width:100%;
1179         border-spacing: 0px ;
1183 /*************
1184  * Sieve fileinto 
1185  *************/
1187 /* Container */
1188 table.sieve_fileinto_container {
1189         margin:0px;
1190         padding:0px;
1191         border-spacing: 0px ;
1192         width:100%;
1193         background-color: #EEEEEE;
1196 /* Editing area */
1197 input.sieve_fileinto_input {
1198         width:300px;
1200 select.sieve_fileinto_input {
1201         width:300px;
1205 /*************
1206  * Sieve keep 
1207  *************/
1209 /* Container */
1210 table.sieve_keep_container {
1211         margin:0px;
1212         padding:0px;
1213         border-spacing: 0px ;
1214         width:100%;
1215         background-color: #EEEEEE;
1218 /* Editing area */
1219 td.sieve_keep_input {
1220         padding-left:20px;
1224 /*************
1225  * Sieve discard 
1226  *************/
1228 /* Container */
1229 table.sieve_discard_container {
1230         margin:0px;
1231         padding:0px;
1232         border-spacing: 0px ;
1233         width:100%;
1234         background-color: #EEEEEE;
1237 /* Editing area */
1238 td.sieve_discard_input {
1239         padding-left:20px;
1243 /*************
1244  * Sieve redirect 
1245  *************/
1247 /* Container */
1248 table.sieve_redirect_container {
1249         margin:0px;
1250         padding:0px;
1251         border-spacing: 0px ;
1252         width:100%;
1253         background-color: #EEEEEE;
1256 /* Editing area */
1257 td.sieve_redirect_input {
1258         padding-left:20px;
1260 textarea.sieve_redirect_input {
1261         width:100%; 
1262         height:30px;
1266 /*************
1267  * Sieve reject
1268  *************/
1270 /* Container */
1271 table.sieve_reject_container {
1272         margin:0px;
1273         padding:0px;
1274         border-spacing: 0px ;
1275         width:100%;
1276         background-color: #EEEEEE;
1279 /* Editing area */
1280 td.sieve_reject_input {
1281         padding-left:20px;
1283 textarea.sieve_reject_input {
1284         width:100%; 
1285         height:55px;
1289 /*************
1290  * Sieve end 
1291  *************/
1293 /* Container */
1294 table.sieve_stop_container {
1295         margin:0px;
1296         padding:0px;
1297         border-spacing: 0px ;
1298         width:100%;
1299         background-color: #EEEEEE;
1302 /* Editing area */
1303 td.sieve_stop_input {
1304         padding-left:20px;
1308 /*************
1309  * Sieve vacation 
1310  *************/
1312 /* Container */
1313 table.sieve_vacation_container {
1314         margin:0px;
1315         padding:0px;
1316         border-spacing: 0px ;
1317         width:100%;
1318         background-color: #EEEEEE;
1321 /* Editing area */
1322 td.sieve_vacation_input {
1323         padding-left:20px;
1326 /* Editing area */
1327 textarea.sieve_vacation_input {
1328         width:100%;
1329         height : 55px;
1333 /*************
1334  * Sieve allof 
1335  *************/
1337 table.sieve_allof_container {
1338     width:100%;
1339     border-spacing: 0px ;
1340     margin: 0px;
1341     padding:0px;
1342         border: solid 1px #999999;
1345 /* Container */
1346 td.sieve_allof_left {
1347         text-align:center;
1348         vertical-align: middle;
1349         width:35px;
1350         background-color: #CCCCCC;
1351         border: solid 0px #EEEEEE
1354 /* Container */
1355 td.sieve_allof_right {
1356         background-color:#BDBDBD ; 
1359 /*************
1360  * Sieve anyof 
1361  *************/
1363 table.sieve_anyof_container {
1364     width:100%;
1365     margin: 0px;
1366     border-spacing: 0px ;
1367     padding:0px;
1368         border: solid 2px #CCCCCC;
1371 /* Container */
1372 td.sieve_anyof_left {
1373         text-align:center;
1374         vertical-align: middle;
1375         width:35px;
1376         background-color: #CCCCCC;
1377         border: solid 0px #EEEEEE
1380 /* Container */
1381 td.sieve_anyof_right {
1382         background-color:#BDBDBD ; 
1383         border: solid 1px #AAAAAA;
1386 /*************
1387  * Sieve Test Cases  
1388  *************/
1390 table.sieve_test_container {
1391         width:100%;
1392         background-color:#EEEEEE;
1393         margin: 0px;
1394         border-spacing: 0px ;
1395         padding:0px;
1396         border: solid 1px #AAAAAA;
1399 table.sieve_test_case {
1400         width:100%;
1401         margin: 0px;
1402         border-spacing: 0px ;
1403         padding:0px;
1408 td.container_, div.container_{
1409         padding-left:2px;
1410         border-left: solid 2px #EEEEEE;
1413 td.container_:hover,div.container_:hover {
1414         border-left: solid 2px #777777;
1415         display:block;