Code

f3659248c092b8c93608c78324b97206287c1af7
[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: #A9FBA6;
808         height:30px;
809         padding:4px 5px 2px 5px;
810         border-bottom: 1px solid #999;
813 div.setup_menu {
814         background-color: #F8F8F8;
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:#F0F0F0;
964         border: solid 1px #CCCCCC;
965         width:100%; 
966         padding:3px;
969 /* Container for name and status */
970 div.step2_entry_container { 
971         padding:3px;
972         width:99%; 
973         cursor:default;
976 /* Container for name and status, when status is failed */
977 div.step2_entry_container_info { 
978         padding:3px;
979         border: 1px dashed #AAAAAA;
980         width:99%;
981         cursor:default;
984 /* Text shown for each entry */
985 div.step2_entry_name {
986         float:left;
987         padding-bottom:4px;
988         vertical-align: middle;
991 /* Status container */
992 div.step2_entry_status {
993         float:none;
994         text-align:right;
995         padding-bottom:4px;
996         vertical-align: middle;
999 /* Status failed */
1000 div.step2_failed {
1001         color:red;
1002         padding-bottom:4px;
1005 /* Status failed but not necessary for setup */
1006 div.step2_warning {
1007         color:orange;
1008         padding-bottom:4px;
1011 /* Status successful */
1012 div.step2_successful {
1013         color:green;
1016 /* Text used in info div. */
1017 div.step2_failed_text {
1018         background-repeat: no-repeat;     
1019         padding-left: 25px;
1022 /* Text used in info div. On warnings */
1023 div.step2_warning_text{
1024         background-repeat: no-repeat;     
1025         padding-left: 25px;
1029 /*
1030         Setup step 4 styles 
1031 */
1033 li.step4_name, div.step4_name {
1034         float:left;
1035         width:20%;
1036         height:2.0em;
1039 li.step4_value, div.step4_value {
1040         float:left;
1041         width:50%;
1042         height:2.0em;
1045 ul.step4_container, div.step4_container {
1046         height:2.0em;
1047         margin-top:2px;
1048         margin-left:2px;
1049         margin-right:2px;
1053 /************************
1054  * Sieve 
1055  *  The following styles are 
1056  *  used to display the sieve 
1057  *  management user interface  
1058  ************************/
1060 /* Editing dialog styles 
1061  */
1063 table.sieve_default_table {
1064         width:100%;
1065         margin: 0px;
1066         border-spacing: 0px ;
1067         padding:0px;
1071 /* Editing surface */
1072 table.editing_surface {
1073         width:100%;
1074         margin: 0px;
1075         padding:0px;
1078 /* Editing surface menu */
1079 td.editing_surface_menu {
1080         background-color: #EEE;
1081         border: 1px solid #BBB;
1082         padding:5px;
1085 /* Editing surface content */
1086 td.editing_surface_content {
1087         background-color: #FFFFFF; 
1088         margin: 0px;
1089         padding:0px;
1092 /* Error message will be displayed as follows */
1093 div.sieve_error_msgs { 
1094         background-color: #ff8d00;
1095         color: #000000;
1096         padding:5px;
1097         background-image: url("images/warning.png"); 
1098         background-repeat: no-repeat;     
1099         font-weight: bold;
1102 /* Source editing area */
1103 textarea.editing_source {
1104         width:100%;
1105         height:330px;
1109 /*************
1110  * Object container  
1111  *************/
1113 /* The container itself */
1114 table.object_container_container { 
1115         width:100%;
1116         border-spacing: 0px ;
1117         background-color: #F8F8F8;
1118         border: solid 1px #AAAAAA;
1121 /* Container cell top left */
1122 td.object_container_cell_top_left {
1123         background-color: #EEE; 
1124         text-align:center; 
1127 /* Container cell top right */
1128 td.object_container_cell_top_right {
1129         background-color: #EEE; 
1130         text-align:left; 
1131         padding:2px;  
1132         border-bottom: solid 1px #AAAAAA;
1135 /* Container cell bottom left */
1136 td.object_container_cell_bottom_left {
1137         width:5px; 
1138         background-color: #EEE; 
1139         text-align:center; 
1140         border-right: solid 1px #AAAAAA;
1144 /*************
1145  * Sieve comment 
1146  *************/
1148 /* Container */
1149 table.sieve_comment_container {
1150         margin:0px;
1151         padding:0px;
1152         border-spacing: 0px ;
1153         width:100%;
1154         background-color: #F8F8F8;
1157 /* Editing area */
1158 textarea.sieve_comment_area {
1159         width:100%;
1160         height:80px;
1164 /*************
1165  * Sieve require 
1166  *************/
1168 /* Container */
1169 table.sieve_require_container {
1170         margin:0px;
1171         padding:0px;
1172         border-spacing: 0px ;
1173         width:100%;
1174         background-color: #F8F8F8;
1177 /* Editing area */
1178 input.sieve_require_input {
1179         width:100%;
1180         border-spacing: 0px ;
1184 /*************
1185  * Sieve fileinto 
1186  *************/
1188 /* Container */
1189 table.sieve_fileinto_container {
1190         margin:0px;
1191         padding:0px;
1192         border-spacing: 0px ;
1193         width:100%;
1194         background-color: #F8F8F8;
1197 /* Editing area */
1198 input.sieve_fileinto_input {
1199         width:300px;
1201 select.sieve_fileinto_input {
1202         width:300px;
1206 /*************
1207  * Sieve keep 
1208  *************/
1210 /* Container */
1211 table.sieve_keep_container {
1212         margin:0px;
1213         padding:0px;
1214         border-spacing: 0px ;
1215         width:100%;
1216         background-color: #F8F8F8;
1219 /* Editing area */
1220 td.sieve_keep_input {
1221         padding-left:20px;
1225 /*************
1226  * Sieve discard 
1227  *************/
1229 /* Container */
1230 table.sieve_discard_container {
1231         margin:0px;
1232         padding:0px;
1233         border-spacing: 0px ;
1234         width:100%;
1235         background-color: #F8F8F8;
1238 /* Editing area */
1239 td.sieve_discard_input {
1240         padding-left:20px;
1244 /*************
1245  * Sieve redirect 
1246  *************/
1248 /* Container */
1249 table.sieve_redirect_container {
1250         margin:0px;
1251         padding:0px;
1252         border-spacing: 0px ;
1253         width:100%;
1254         background-color: #F8F8F8;
1257 /* Editing area */
1258 td.sieve_redirect_input {
1259         padding-left:20px;
1261 textarea.sieve_redirect_input {
1262         width:100%; 
1263         height:30px;
1267 /*************
1268  * Sieve reject
1269  *************/
1271 /* Container */
1272 table.sieve_reject_container {
1273         margin:0px;
1274         padding:0px;
1275         border-spacing: 0px ;
1276         width:100%;
1277         background-color: #F8F8F8;
1280 /* Editing area */
1281 td.sieve_reject_input {
1282         padding-left:20px;
1284 textarea.sieve_reject_input {
1285         width:100%; 
1286         height:55px;
1290 /*************
1291  * Sieve end 
1292  *************/
1294 /* Container */
1295 table.sieve_stop_container {
1296         margin:0px;
1297         padding:0px;
1298         border-spacing: 0px ;
1299         width:100%;
1300         background-color: #F8F8F8;
1303 /* Editing area */
1304 td.sieve_stop_input {
1305         padding-left:20px;
1309 /*************
1310  * Sieve vacation 
1311  *************/
1313 /* Container */
1314 table.sieve_vacation_container {
1315         margin:0px;
1316         padding:0px;
1317         border-spacing: 0px ;
1318         width:100%;
1319         background-color: #F8F8F8;
1322 /* Editing area */
1323 td.sieve_vacation_input {
1324         padding-left:20px;
1327 /* Editing area */
1328 textarea.sieve_vacation_input {
1329         width:100%;
1330         height : 55px;
1334 /*************
1335  * Sieve allof 
1336  *************/
1338 table.sieve_allof_container {
1339     width:100%;
1340     border-spacing: 0px ;
1341     margin: 0px;
1342     padding:0px;
1343         border: solid 1px #999999;
1346 /* Container */
1347 td.sieve_allof_left {
1348         text-align:center;
1349         vertical-align: middle;
1350         width:35px;
1351         background-color: #CCCCCC;
1352         border: solid 0px #EEE;
1355 /* Container */
1356 td.sieve_allof_right {
1357         background-color:#BDBDBD ; 
1360 /*************
1361  * Sieve anyof 
1362  *************/
1364 table.sieve_anyof_container {
1365     width:100%;
1366     margin: 0px;
1367     border-spacing: 0px ;
1368     padding:0px;
1369         border: solid 2px #CCCCCC;
1372 /* Container */
1373 td.sieve_anyof_left {
1374         text-align:center;
1375         vertical-align: middle;
1376         width:35px;
1377         background-color: #CCCCCC;
1378         border: solid 0px #EEEEEE
1381 /* Container */
1382 td.sieve_anyof_right {
1383         background-color:#BDBDBD ; 
1384         border: solid 1px #AAAAAA;
1387 /*************
1388  * Sieve Test Cases  
1389  *************/
1391 table.sieve_test_container {
1392         width:100%;
1393         background-color:#F8F8F8;
1394         margin: 0px;
1395         border-spacing: 0px ;
1396         padding:0px;
1397         border: solid 1px #AAAAAA;
1400 table.sieve_test_case {
1401         width:100%;
1402         margin: 0px;
1403         border-spacing: 0px ;
1404         padding:0px;
1409 td.container_, div.container_{
1410         padding-left:2px;
1411         border-left: solid 2px #F8F8F8;
1414 td.container_:hover,div.container_:hover {
1415         border-left: solid 2px black;
1416         display:block;