Code

Updated style
[gosa.git] / gosa-core / html / themes / modern / style.css
1 body, html {
2   border:0;
3   margin:0;
4   background-color:#FFF;
5   color:#000;
6   font-size:12px;
7   font-family:"Lucida Grande",Arial,Verdana,sans-serif;
8   height:100%;
9 }
11 .left{
12   float:left;
13 }
15 .right{
16   float:right;
17 }
19 .v-spacer{
20   height:8px;
21 }
23 hr {
24   border:0;
25   border-bottom:1px solid #CCC;
26 }
28 a:link {
29   text-decoration:none;
30   color:#000;
31 }
33 a:visited {
34   text-decoration:none;
35   color:#000;
36 }
38 input[type=checkbox]{
39   border:1px solid #CCC;
40 }
42 input[type=text]{
43   border:1px solid #CCC;
44   padding:3px;
45 }
47 input[type=text]:active, input[type=text]:focus{
48   border:1px solid #777;
49 }
51 input[type=text]:hover{
52   border-color:#777;
53 }
55 input[disabled] {
56 color:#888;      
57 background-color:#DDD;
58 }                     
60 textarea[disabled] {
61 color:#000;         
62 background-color:#DDD;
63 }                     
65 select[disabled] {
66 color:#000;       
67 background-color:#DDD;
68 }                     
71 h1, h2, h3 {
72   margin-top:2px;
73 }
75 h3 {
76   font-size:12px;
77   font-weight:bold;
78 }
81 /* Title bar definitions */
83 div.title-bar{
84   padding:0px;
85   height:40px;
86   border-top:1px solid #111;
87   border-bottom:1px solid #222;
88   background:url('images/title-bar.png') repeat-x;
89   color:#FFF;
90   cursor:default;
91 }
93 div.title-bar ul, div.title-bar ul li{
94   list-style:none;
95   display:inline;
96   margin:0;
97   padding:0;
98 }
100 span.logged-in-user{
101   font-style:italic;
104 li.table-wrapper {
105   display:table;
108 div.logged-in-label {
109   display:table-cell;
110   height:40px;
111   vertical-align:middle;
112   padding:0 5px 0 5px;
115 div.logout-label {
116   display:table-cell;
117   height:40px;
118   vertical-align:middle;
119   padding:0 5px 0 5px;
122 #log-out{
123   width:16px;
124   height:16px;
125   border:0;
126   background-color:transparent;
127   background-image:url('images/btn-logout.png');
128   cursor:pointer;
131 #log-out:hover{
132   background-image:url('images/btn-logout-hover.png')
136 /* Screen areas */
138 div.navigation {
139   float:left;
140   position:absolute;
141   width:150px;
142   min-height:600px;
143   padding-left:6px;
144   margin-top:8px;
147 div.plugin-area {
148   float:right;
149   position:absolute;
150   left:164px;
151   right:0;
152   padding-right:6px;
153   min-height:600px;
154   min-width:700px;
155   cursor:default;
159 /* Plugin decorations */
161 .plugin {
162   clear:both;
163   padding:5px 8px;
164   position:relative;
165   border:1px solid #CCC;
166   border-radius:5px;
167   box-shadow: 0 1px 0 rgba(0,0,0,0.2);
168   -webkit-border-radius:5px;
169   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
170   -moz-border-radius:5px;
171   -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
174 .plugin-actions {
175   padding-top:5px;
176   text-align:right;
180 /* Plugin navigation bar */
182 .plugin-path {
183   margin-top:8px;
184   margin-bottom:8px;
185   height:32px;
186   background-color:#F8F8F8;
187   border:1px solid #CCC;
188   border-radius:5px;
189   -moz-border-radius:5px;
190   -webkit-border-radius:5px;
191   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
192   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
195 ul.path-navigation {
196   list-style:none;
197   cursor:pointer;
198   padding:0;
199   margin:0;
200   color:#666;
203 ul.path-navigation li {
204   display:inline;
205   padding:5px;
206   padding-top:8px;
207   height:19px;
210 ul.path-navigation li:hover {
211   background-color: #E0E0E0;
212   background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0));
213   background: -moz-linear-gradient(top, #EEE, #E0E0E0);
216 div.nav-home {
217   height:14px;
218   width:20px;
219   background-image:url(images/home.png);
222 .right-border {
223   border-right:1px solid #C2C2C2;
226 .left-border {
227   border-left:1px solid #C2C2C2;
231 /* Side menu */
233 div.menu {
234   background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#F5F5F5));
235   background: -moz-linear-gradient(top, #FFF, #F5F5F5);
238 div.menu div {
239   height:3px;
240   border-right:1px solid #C2C2C2;
241   border-left:1px solid #C2C2C2;
242   border-bottom:1px solid #C2C2C2;
243   border-bottom-left-radius:5px;
244   border-bottom-right-radius:5px;
245   box-shadow: 0 1px 0 rgba(0,0,0,0.2);
246   -webkit-border-bottom-left-radius:5px;
247   -webkit-border-bottom-right-radius:5px;
248   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
249   -moz-border-radius:5px;
250   -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
253 div.menu ul {
254   list-style:none;
255   margin:0;
256   padding:0;
259 div.menu ul li {
260   padding:5px; 
261   cursor:pointer;
262   border-left:1px solid #C2C2C2;
263   border-right:1px solid #C2C2C2;
266 div.menu ul li:hover {
267   background-color: #E0E0E0;
270 div.menu ul li.menu-header {
271   cursor:default;
272   text-align:center;
273   font-weight:bold;
274   color:#FFF;
275   border:0;
276   background-color: #415A84;
277   background: -webkit-gradient(linear, 0 0, 0 100%, from(#5B6B8E), to(#2A4A79));
278   background: -moz-linear-gradient(top, #5B6B8E, #2A4A79);
279   border-top-left-radius:5px;
280   border-top-right-radius:5px;
281   -moz-border-radius-topleft:5px;
282   -moz-border-radius-topright:5px;
283   -webkit-border-top-left-radius:5px;
284   -webkit-border-top-right-radius:5px;
288 /* Buttons */
290 .button {
291   padding:2px 6px;
292   margin:0;
293   background-color:#F8F8F8;
294   background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#BBB));
295   background: -moz-linear-gradient(top, #FFF, #BBB);
296   border:1px solid #BBB;
297   border-radius:2px;
298   -webkit-border-radius:2px;
299   -moz-border-radius:2px;
300   outline:none;
303 .button:active {
304   background-color:#CCC;
305   background: -webkit-gradient(linear, 0 100%, 0 0, from(#FFF), to(#BBB));
306   background: -moz-linear-gradient(top, #BBB, #FFF);
309 .button:hover {
310   cursor:pointer;
311   border-color:#777 !important;
314 .button:focus, .button:active {
315   border-color:#777;
319 /* Tabs */
321 .tabs {
322   width:100%;
323   height:25px;
326 .tab-content {
327   padding:5px 8px;
328   z-index:0;
329   margin-top:-2px;
330   position:relative;
331   border:1px solid #CCC;
332   border-top-right-radius:5px;
333   border-bottom-right-radius:5px;
334   border-bottom-left-radius:5px;
335   box-shadow: 0 1px 0 rgba(0,0,0,0.2);
336   -webkit-border-top-right-radius:5px;
337   -webkit-border-bottom-right-radius:5px;
338   -webkit-border-bottom-left-radius:5px;
339   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
340   -moz-border-radius-topright:5px;
341   -moz-border-radius-bottomright:5px;
342   -moz-border-radius-bottomleft:5px;
343   -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
346 .tabs ul {
347   margin:0;
348   padding:0;
349   list-style:none;
352 .tabs li {
353   float:left;
354   margin:0;
355   padding:4px 8px;
356   border-top:1px solid #C8C8C8;
357   border-left:1px solid #C8C8C8;
358   border-right:1px solid #C8C8C8;
359   border-top-right-radius:5px;
360   border-top-left-radius:5px;
361   -webkit-border-top-right-radius:5px;
362   -webkit-border-top-left-radius:5px;
363   -moz-border-radius-topleft:5px;
364   -moz-border-radius-topright:5px;
365   background-color:#F8F8F8;
366   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
367   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
368   color:#AAA;
371 .tabs li.current {
372   background-color:#FFF;
373   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#FFF));
374   background: -moz-linear-gradient(top, #F8F8F8, #FFF);
375   margin-top:-2px;
376   max-height:14px;
377   padding-bottom:6px;
378   border-bottom:1px solid #FFF;
379   position:relative;
380   z-index:1;
381   color:#000;
384 .tabs a {
385   float:left;
386   display:block;
387   text-decoration:none;
388   font-weight:bold;
389   color:#777;
392 .tabs li a:visited {
393   color:#777;
396 .tabs li.current a:visited {
397   color:#000;
401 /* Fieldsets */
403 fieldset {
404   border:0;
405   padding:4px;
406   margin:0;
409 fieldset legend{
410   text-align:left;
411   padding:0px 0px;
412   margin-left:0px;
413   font-weight:bold;
416 fieldset label{
417   width:8em;
418   float:left;
419   text-align:left;
420   clear:left;
421   padding-top:3px;
422   margin-top:3px;
425 fieldset input[type=text]{
426   float:left;
427   width:10em;
428   margin-top:3px;
431 fieldset input[type=checkbox]{
432   clear:left;
433   float:left;
434   margin-top:1px;
435   margin-left:0;
438 fieldset select{
439   margin-top:5px;
442 fieldset textarea{
443   width:100%;
444   resize:none;
445   border:1px solid #CCC;
448 fieldset textarea:hover{
449   border-color:#777;
452 .fieldset-left {
453   padding-right:10px;
454   border-right:1px solid #CCC;
455   height:100%;
458 .fieldset-middle {
459   padding:0 10px;
460   border-right:1px solid #CCC;
461   height:100%;
464 .fieldset-right {
465   padding:0 10px;
466   height:100%;
469 /* Containers */
471 .container{
472   float:none;
473   clear:both;
474   height:100%;
477 .container-element{
478   float:left;
479   height:100%;
482 .clear-left{
483   clear:left;
486 .clear{
487   clear:both;
490 .line-clear{
491   clear:both;
492   padding:2px 0;
493   border-bottom:1px solid #CCC;
497 /* Icon menu */
499 .icon-menu-item{
500   float:left;
501   background-repeat:no-repeat;
502   padding:0 10px 10px 56px;
505 .icon-menu-item:hover{
506   background-color: #E0E0E0;
509 .icon-menu-item h1{
510   font-size:16px;
511   font-weight:bold;
512   margin:0;
515 .icon-menu-item p{
516   margin:0;
520 /* Errors */
522 .error {
523   border-color:red ! important;
527 /* Date picker*/
529 div.datepicker {
530   position:absolute;
531   text-align:center;
532   border:1px #CCC solid;
533   font-family:arial;
534   background:#FFF;
535   font-size:10px;
536   padding:0;
537   box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
538   -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
539   -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
542 div.datepicker-calendar table {
543   font-size:10px;
544   border:1px solid #FFF;
545   margin:0;
546   padding:0;
547   text-align:center;
550 div.datepicker div.datepicker-header {
551   font-size:11px;
552   font-weight:bold;
553   background:#F0F0F0;
554   border-bottom:1px solid #CCC;
555   padding:2px;
556   text-align:center;
559 div.datepicker table.header {
560   width:175px;
561   border:0;
562   padding:0;
563   text-align:center;
566 td.prev,td.prev_year,td.next,td.next_year {
567   width:8%;
568   cursor:pointer;
569   font-weight:bold;
570   line-height:16px;
573 td.prev:hover,td.prev_year:hover,td.next:hover,td.next_year:hover {
574   background-color:#DDD;
577 td.header {
578   text-align:center;
579   width:68%;
580   font-weight:bold;
581   line-height:16px;
584 div.datepicker-header {
585   height:16px;
588 div.datepicker-calendar table tbody tr {
589   border:1px solid #FFF;
590   margin:0;
591   padding:0;
594 div.datepicker-calendar table tbody tr td {
595   border:1px #EEE solid;
596   margin:0;
597   padding:0;
598   text-align:center;
599   height:16px;
600   line-height:16px;
601   width:21px;
602   cursor:pointer;
605 div.datepicker-calendar table tbody tr td:hover,div.datepicker-calendar table tbody tr td.outbound:hover,div.datepicker-calendar table tbody tr td.today:hover {
606   border:1px #CCE9FF solid;
607   background:#E9F5FF;
608   cursor:pointer;
611 div.datepicker-calendar table tbody tr td.wday {
612   border:1px #AAA solid;
613   background:#CCC;
614   cursor:text;
615   width:21px;
616   height:16px;
617   line-height:16px;
618   font-weight:bold;
621 div.datepicker-calendar table tbody tr td.outbound {
622   background:#F3F3F3;
625 div.datepicker-calendar table tbody tr td.today {
626   border:1px #CCE9FF solid;
627   background:#E9F5FF;
628   background-image:url(../../images/date_active.gif);
629   background-repeat:no-repeat;
630   position:top left;
631   width:21px;
632   height:16px;
633   line-height:16px;
636 div.datepicker-calendar table tbody tr td.today:hover {
637   border:1px #CCE9FF solid;
638   background:#E9F5FF;
639   background-image:url(../../images/date_active.gif);
640   background-repeat:no-repeat;
641   position:top left;
644 div.datepicker-calendar table tbody tr td.nclick,div.datepicker-calendar table tbody tr td.nclick_outbound {
645   cursor:default;
646   color:#aaa;
647   width:21px;
648   height:16px;
649   line-height:16px;
652 div.datepicker-calendar table tbody tr td.nclick_outbound {
653   background:#E8E4E4;
654   width:21px;
655   height:16px;
656   line-height:16px;
659 div.datepicker-calendar table tbody tr td.nclick:hover,div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
660   border:1px #EAEAEA solid;
661   background:#FFF;
664 div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
665   background:#E8E4E4;
668 div.datepicker div.datepicker-footer {
669   font-size:10px;
670   background:#F0F0F0;
671   border-top:1px solid #AAA;
672   cursor:pointer;
673   text-align:center;
674   padding:2px;
677 .date {
678   float:left;
681 .datepicker-opener-table {
682   border:1px solid transparent;
683   padding:0;
684   border-spacing:0;
685   margin:0 0 0 3px;
686   background:transparent url(../../images/datepicker.gif) no-repeat 0 0;
687   width:18px;
688   height:18px;
689   cursor:pointer;
692 .Opera .datepicker-opener-table {
693   float:right;
696 .IE7 .datepicker-opener-table {
697   position:relative;
698   top:0;
699   left:3px;
702 .datepicker-opener-table:hover {
703   background:transparent url(../../images/datepicker_ro.gif) no-repeat 0 0;
706 .datepicker-opener {
707   width:16px;
708   height:16px;
709   margin:0 0 0 3px;
710   cursor:pointer;
714 /* Lists */
716 div.listContainer {
717   width:100%;
718   border-top:1px solid #CCC;
719   border-bottom:1px solid #CCC;
720   border-left:1px solid #CCC;
721   border-right:1px solid #CCC;
722   border-top-left-radius:2px;
723   border-top-right-radius:2px;
724   -moz-border-radius-topleft:2px;
725   -moz-border-radius-topright:2px;
726   -webkit-border-top-left-radius:2px;
727   -webkit-border-top-right-radius:2px;
730 .fixedListHeader tr {
731   position:relative;
732   height:auto;
733   font-weight:bold;
736 .fixedListHeader a {
737   color:#333;
740 .listHeaderFormat {
741   margin:3px;
742   padding:1px;
743   white-space:nowrap;
746 .listHeaderFormat tr td {
747   padding:4px;
748   background-color:#F5F5F5;
749   color:#333;
750   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
751   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
752   border-right:1px solid #CCC;
753   border-bottom:1px solid #CCC;
756 .listScrollContent {
757   height:100%;
758   overflow-x:hidden;
759   overflow-y:auto;
762 .listScrollContent tr {
763   height:auto;
764   white-space:nowrap;
767 .listScrollContent tr td:last-child {
768   padding-right:20px;
771 .listBodyFormat tr td {
772   color:#000;
773   margin:3px;
774   padding:2px;
775   border-right:1px solid #CCC;
776   word-wrap:break-word;
777   white-space:normal;
778   max-width:500px;
781 div.nlistFooter {
782   background-color:#F5F5F5;
783   color:#333;
784   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
785   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
786   border-left:1px solid #CCC;
787   border-right:1px solid #CCC;
788   border-bottom:1px solid #CCC;
789   border-bottom-left-radius:2px;
790   border-bottom-right-radius:2px;
791   -moz-border-radius-bottomleft:2px;
792   -moz-border-radius-bottomright:2px;
793   -webkit-border-bottom-left-radius:2px;
794   -webkit-border-bottom-right-radius:2px;
795   padding:0;
796   width:100%;
800 /* Sortable Lists */
802 div.sortableListContainer {
803   border:1px solid #AAA;
804   overflow:auto;
805   margin-bottom:2px;
808 .sortableListContainer th {
809   background-color:#D8D8D8;
810   padding:3px;
811   text-align:left;
812   border-left:1px solid #AAA;
815 .sortableListContainer td {
816   padding:3px;
817   text-align:left;
818   border-left:1px solid #AAA;
821 tr.sortableListItem {
822   background-color:#FFF;
823   cursor:move;
824   color:#000;
827 tr.sortableListItemFill {
828   background-color:#FFF;
829   cursor:default;
832 tr.sortableListItemOdd ::-moz-selection,tr.sortableListItem ::-moz-selection {
833   background:transparent;
836 tr.sortableListItemOdd ::selection,tr.sortableListItem ::selection {
837   background:transparent;
840 tr.sortableListItemOdd code::-moz-selection,tr.sortableListItem code::-moz-selection {
841   background:transparent;
844 tr.sortableListItemOdd code::selection,tr.sortableListItem code::selection {
845   background:transparent;
848 tr.sortableListItemOdd {
849   background-color:#F5F5F5;
850   cursor:move;
851   color:#000;
854 tr.sortableListItem:hover,tr.sortableListItemOdd:hover {
855   background-color:#EEE;
858 tr.sortableListItemDisabled {
859   cursor:default;
860   color:#CCC;
863 table.sortableListTable {
864   border:0;
867 tr.sortableListItemMarked {
868   background-color:#FFD;
872 /* Tree List */
874 ul.treeList,ul.treeList ul {
875   list-style-type:none;
876   background:url(../../images/lists/vline.png) repeat-y;
877   margin:0;
878   padding:0;
881 ul.treeList ul {
882   margin-left:10px;
885 ul.treeList a:hover {
886   background-color:#DDD;
889 a.treeList {
890   padding:2px;
891   cursor:pointer;
894 a.treeListSelected {
895   font-weight:bold;
896   color:#1010AF;
897   background-color:#DDD;
898   padding:2px;
899   cursor:pointer;
902 a.treeList:hover,a.treeListSelected:hover {
903   background-color:#DDD;
904   padding:2px;
907 ul.treeList a {
908   padding:2px;
909   cursor:pointer;
912 ul.treeList li {
913   margin:0;
914   padding:0 12px;
915   line-height:20px;
916   background:url(../../images/lists/node.png) no-repeat;
919 li.treeListSelected a {
920   font-weight:bold;
921   color:#1010AF;
922   padding:2px;
925 ul.treeList li.last {
926   background:#fff url(../../images/lists/lastnode.png) no-repeat;
929 ul.treeList li:last-child {
930   background:#fff url(../../images/lists/lastnode.png) no-repeat;
933 div.treeList {
934   background-color:#FFF;
935   border:1px solid #AAA;
936   padding:5px;
937   position:absolute;
938   z-index:500;
939   overflow-y:auto;
940   float:left;
943 span.informal {
944   color:#444;
945   font-style:italic;
949 /* Max height for IE */
951 * html div.treeList {
952   height: expression( this.scrollHeight > 500 ? "500px" : "auto" );
955 span.mark {
956   color:#B22;
960 /* Message dialog */
962 div.errorMsgTitle {
963 width:100%;        
964 font-size:1.4em;   
965 padding-bottom:.3em;
966 padding-top:.3em;   
967 font-weight:bold;   
968 background-color:#F0F0F0;
969 }                        
971 div.errorMsgDialog {
972 width:60%;          
973 background-color:#FFF;
974 border:4px solid red; 
975 z-index:150;          
976 display:none;         
977 position:absolute;    
978 }                     
980 div.infoMsgDialog {
981 width:60%;         
982 background-color:#FFF;
983 border:2px solid #000;
984 z-index:150;          
985 display:none;         
986 position:absolute;    
987 }                     
990 /* Autocompleter */
992 div.autocomplete {
993 position:absolute;
994 background-color:#FFF;
995 border:1px solid #AAA;
996 margin:0;             
997 padding:0;            
998 z-index:600;          
999 overflow:hidden;      
1000 word-wrap:break-word; 
1001 }                     
1003 div.autocomplete ul {
1004 list-style-type:none;
1005 margin:0;            
1006 padding:0;           
1007 }                    
1009 div.autocomplete ul li {
1010 list-style-type:none;   
1011 display:block;          
1012 margin:0;               
1013 padding:2px;            
1014 padding-left:4px;       
1015 cursor:pointer;         
1016 }                       
1018 div.autocomplete li:hover {
1019 background-color:#F0F0F0;  
1020 }                          
1022 div.autocomplete ul li.selected {
1023 background-color:#F0F0F0;        
1024 }                                
1027 /* Pulldown menu */
1029 #pulldown {
1030 background:#FFF;
1031 height:23px;    
1032 border:1px #CCC solid;
1033 background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
1034 background: -moz-linear-gradient(top, #F8F8F8, #EEE);
1035 }                             
1037 #pulldown ul {
1038 display:block;
1039 margin:0;     
1040 padding:0;    
1041 line-height:1em;
1042 list-style:none;
1043 z-index:90;     
1044 }               
1046 #pulldown ul li {
1047 float:left;      
1048 margin:0 3px 0 0;
1049 padding:0;       
1050 font-size:12px;  
1051 line-height:1 5em;
1052 list-style-type:none;
1053 }                    
1055 #pulldown ul li a {
1056 float:left;        
1057 display:block;     
1058 width:auto;        
1059 font-weight:normal;
1060 background:transparent;
1061 text-decoration:none;  
1062 margin:0;              
1063 padding:5px;           
1064 }                      
1066 #pulldown ul li a:hover {
1067 text-decoration:none;    
1068 }                        
1070 #pulldown ul li.sep {
1071 color:#AAA;          
1072 padding:.8em 0 .5em; 
1073 }                    
1075 /* Commented Backslash Hack hides rule from IE5-Mac \*/
1076 #pulldown ul li a {                                    
1077 float:none;                                            
1078 }                                                      
1080 /* End IE5-Mac hack */
1081 #pulldown ul.level2,#pulldown ul.level3 {
1082 position:absolute;                       
1083 top:0;                                   
1084 left:0;                                  
1085 visibility:hidden;                       
1086 border:1px #CCC solid;            
1087 background:#FFF;                         
1088 box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
1089 -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
1090 -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
1091 }                                        
1093 #pulldown ul.level2 li,#pulldown ul.level3 li {
1094 border-bottom:1px solid #fff;                  
1095 float:none;                                    
1096 margin:0;                                      
1097 padding:0;                                     
1098 width:200px;                                   
1099 }                                              
1101 #pulldown ul.level2 li a,#pulldown ul.level3 li a {
1102 padding:5px 9px 5px 5px;                           
1103 }                                                  
1105 #pulldown ul.level2 li a:hover,#pulldown ul.level3 li a:hover {
1106 font-weight:normal;                                            
1107 background-color:#418DD4;                                      
1108 background-image:none;                                         
1109 }