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;
539 div.datepicker-calendar table {
540   font-size:10px;
541   border:1px solid #FFF;
542   margin:0;
543   padding:0;
544   text-align:center;
547 div.datepicker div.datepicker-header {
548   font-size:11px;
549   font-weight:bold;
550   background:#F0F0F0;
551   border-bottom:1px solid #CCC;
552   padding:2px;
553   text-align:center;
556 div.datepicker table.header {
557   width:175px;
558   border:0;
559   padding:0;
560   text-align:center;
563 td.prev,td.prev_year,td.next,td.next_year {
564   width:8%;
565   cursor:pointer;
566   font-weight:bold;
567   line-height:16px;
570 td.prev:hover,td.prev_year:hover,td.next:hover,td.next_year:hover {
571   background-color:#DDD;
574 td.header {
575   text-align:center;
576   width:68%;
577   font-weight:bold;
578   line-height:16px;
581 div.datepicker-header {
582   height:16px;
585 div.datepicker-calendar table tbody tr {
586   border:1px solid #FFF;
587   margin:0;
588   padding:0;
591 div.datepicker-calendar table tbody tr td {
592   border:1px #EEE solid;
593   margin:0;
594   padding:0;
595   text-align:center;
596   height:16px;
597   line-height:16px;
598   width:21px;
599   cursor:pointer;
602 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 {
603   border:1px #CCE9FF solid;
604   background:#E9F5FF;
605   cursor:pointer;
608 div.datepicker-calendar table tbody tr td.wday {
609   border:1px #AAA solid;
610   background:#CCC;
611   cursor:text;
612   width:21px;
613   height:16px;
614   line-height:16px;
615   font-weight:bold;
618 div.datepicker-calendar table tbody tr td.outbound {
619   background:#F3F3F3;
622 div.datepicker-calendar table tbody tr td.today {
623   border:1px #CCE9FF solid;
624   background:#E9F5FF;
625   background-image:url(../../images/date_active.gif);
626   background-repeat:no-repeat;
627   position:top left;
628   width:21px;
629   height:16px;
630   line-height:16px;
633 div.datepicker-calendar table tbody tr td.today:hover {
634   border:1px #CCE9FF solid;
635   background:#E9F5FF;
636   background-image:url(../../images/date_active.gif);
637   background-repeat:no-repeat;
638   position:top left;
641 div.datepicker-calendar table tbody tr td.nclick,div.datepicker-calendar table tbody tr td.nclick_outbound {
642   cursor:default;
643   color:#aaa;
644   width:21px;
645   height:16px;
646   line-height:16px;
649 div.datepicker-calendar table tbody tr td.nclick_outbound {
650   background:#E8E4E4;
651   width:21px;
652   height:16px;
653   line-height:16px;
656 div.datepicker-calendar table tbody tr td.nclick:hover,div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
657   border:1px #EAEAEA solid;
658   background:#FFF;
661 div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
662   background:#E8E4E4;
665 div.datepicker div.datepicker-footer {
666   font-size:10px;
667   background:#F0F0F0;
668   border-top:1px solid #AAA;
669   cursor:pointer;
670   text-align:center;
671   padding:2px;
674 .date {
675   float:left;
678 .datepicker-opener-table {
679   border:1px solid transparent;
680   padding:0;
681   border-spacing:0;
682   margin:0 0 0 3px;
683   background:transparent url(../../images/datepicker.gif) no-repeat 0 0;
684   width:18px;
685   height:18px;
686   cursor:pointer;
689 .Opera .datepicker-opener-table {
690   float:right;
693 .IE7 .datepicker-opener-table {
694   position:relative;
695   top:0;
696   left:3px;
699 .datepicker-opener-table:hover {
700   background:transparent url(../../images/datepicker_ro.gif) no-repeat 0 0;
703 .datepicker-opener {
704   width:16px;
705   height:16px;
706   margin:0 0 0 3px;
707   cursor:pointer;
711 /* Lists */
713 div.listContainer {
714   width:100%;
715   border-top:1px solid #CCC;
716   border-bottom:1px solid #CCC;
717   border-left:1px solid #CCC;
718   border-right:1px solid #CCC;
719   border-top-left-radius:2px;
720   border-top-right-radius:2px;
721   -moz-border-radius-topleft:2px;
722   -moz-border-radius-topright:2px;
723   -webkit-border-top-left-radius:2px;
724   -webkit-border-top-right-radius:2px;
727 .fixedListHeader tr {
728   position:relative;
729   height:auto;
730   font-weight:bold;
733 .fixedListHeader a {
734   color:#333;
737 .listHeaderFormat {
738   margin:3px;
739   padding:1px;
740   white-space:nowrap;
743 .listHeaderFormat tr td {
744   padding:4px;
745   background-color:#F5F5F5;
746   color:#333;
747   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
748   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
749   border-right:1px solid #CCC;
750   border-bottom:1px solid #CCC;
753 .listScrollContent {
754   height:100%;
755   overflow-x:hidden;
756   overflow-y:auto;
759 .listScrollContent tr {
760   height:auto;
761   white-space:nowrap;
764 .listScrollContent tr td:last-child {
765   padding-right:20px;
768 .listBodyFormat tr td {
769   color:#000;
770   margin:3px;
771   padding:2px;
772   border-right:1px solid #CCC;
773   word-wrap:break-word;
774   white-space:normal;
775   max-width:500px;
778 div.nlistFooter {
779   background-color:#F5F5F5;
780   color:#333;
781   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
782   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
783   border-left:1px solid #CCC;
784   border-right:1px solid #CCC;
785   border-bottom:1px solid #CCC;
786   border-bottom-left-radius:2px;
787   border-bottom-right-radius:2px;
788   -moz-border-radius-bottomleft:2px;
789   -moz-border-radius-bottomright:2px;
790   -webkit-border-bottom-left-radius:2px;
791   -webkit-border-bottom-right-radius:2px;
792   padding:0;
793   width:100%;
797 /* Sortable Lists */
799 div.sortableListContainer {
800   border:1px solid #AAA;
801   overflow:auto;
802   margin-bottom:2px;
805 .sortableListContainer th {
806   background-color:#D8D8D8;
807   padding:3px;
808   text-align:left;
809   border-left:1px solid #AAA;
812 .sortableListContainer td {
813   padding:3px;
814   text-align:left;
815   border-left:1px solid #AAA;
818 tr.sortableListItem {
819   background-color:#FFF;
820   cursor:move;
821   color:#000;
824 tr.sortableListItemFill {
825   background-color:#FFF;
826   cursor:default;
829 tr.sortableListItemOdd ::-moz-selection,tr.sortableListItem ::-moz-selection {
830   background:transparent;
833 tr.sortableListItemOdd ::selection,tr.sortableListItem ::selection {
834   background:transparent;
837 tr.sortableListItemOdd code::-moz-selection,tr.sortableListItem code::-moz-selection {
838   background:transparent;
841 tr.sortableListItemOdd code::selection,tr.sortableListItem code::selection {
842   background:transparent;
845 tr.sortableListItemOdd {
846   background-color:#F5F5F5;
847   cursor:move;
848   color:#000;
851 tr.sortableListItem:hover,tr.sortableListItemOdd:hover {
852   background-color:#EEE;
855 tr.sortableListItemDisabled {
856   cursor:default;
857   color:#CCC;
860 table.sortableListTable {
861   border:0;
864 tr.sortableListItemMarked {
865   background-color:#FFD;
869 /* Tree List */
871 ul.treeList,ul.treeList ul {
872   list-style-type:none;
873   background:url(../../images/lists/vline.png) repeat-y;
874   margin:0;
875   padding:0;
878 ul.treeList ul {
879   margin-left:10px;
882 ul.treeList a:hover {
883   background-color:#DDD;
886 a.treeList {
887   padding:2px;
888   cursor:pointer;
891 a.treeListSelected {
892   font-weight:bold;
893   color:#1010AF;
894   background-color:#DDD;
895   padding:2px;
896   cursor:pointer;
899 a.treeList:hover,a.treeListSelected:hover {
900   background-color:#DDD;
901   padding:2px;
904 ul.treeList a {
905   padding:2px;
906   cursor:pointer;
909 ul.treeList li {
910   margin:0;
911   padding:0 12px;
912   line-height:20px;
913   background:url(../../images/lists/node.png) no-repeat;
916 li.treeListSelected a {
917   font-weight:bold;
918   color:#1010AF;
919   padding:2px;
922 ul.treeList li.last {
923   background:#fff url(../../images/lists/lastnode.png) no-repeat;
926 ul.treeList li:last-child {
927   background:#fff url(../../images/lists/lastnode.png) no-repeat;
930 div.treeList {
931   background-color:#FFF;
932   border:1px solid #AAA;
933   padding:5px;
934   position:absolute;
935   z-index:500;
936   overflow-y:auto;
937   float:left;
940 span.informal {
941   color:#444;
942   font-style:italic;
946 /* Max height for IE */
948 * html div.treeList {
949   height: expression( this.scrollHeight > 500 ? "500px" : "auto" );
952 span.mark {
953   color:#B22;
957 /* Message dialog */
959 div.errorMsgTitle {
960 width:100%;        
961 font-size:1.4em;   
962 padding-bottom:.3em;
963 padding-top:.3em;   
964 font-weight:bold;   
965 background-color:#F0F0F0;
966 }                        
968 div.errorMsgDialog {
969 width:60%;          
970 background-color:#FFF;
971 border:4px solid red; 
972 z-index:150;          
973 display:none;         
974 position:absolute;    
975 }                     
977 div.infoMsgDialog {
978 width:60%;         
979 background-color:#FFF;
980 border:2px solid #000;
981 z-index:150;          
982 display:none;         
983 position:absolute;    
984 }                     
987 /* Autocompleter */
989 div.autocomplete {
990 position:absolute;
991 background-color:#FFF;
992 border:1px solid #AAA;
993 margin:0;             
994 padding:0;            
995 z-index:600;          
996 overflow:hidden;      
997 word-wrap:break-word; 
998 }                     
1000 div.autocomplete ul {
1001 list-style-type:none;
1002 margin:0;            
1003 padding:0;           
1004 }                    
1006 div.autocomplete ul li {
1007 list-style-type:none;   
1008 display:block;          
1009 margin:0;               
1010 padding:2px;            
1011 padding-left:4px;       
1012 cursor:pointer;         
1013 }                       
1015 div.autocomplete li:hover {
1016 background-color:#F0F0F0;  
1017 }                          
1019 div.autocomplete ul li.selected {
1020 background-color:#F0F0F0;        
1021 }                                
1024 /* Pulldown menu */
1026 #pulldown {
1027 background:#FFF;
1028 height:23px;    
1029 border-top:1px #D0D0D0 solid;
1030 border-left:1px #D0D0D0 solid;
1031 border-bottom:1px gray solid; 
1032 border-right:1px gray solid;  
1033 }                             
1035 #pulldown ul {
1036 display:block;
1037 margin:0;     
1038 padding:0;    
1039 line-height:1em;
1040 list-style:none;
1041 z-index:90;     
1042 }               
1044 #pulldown ul li {
1045 float:left;      
1046 margin:0 3px 0 0;
1047 padding:0;       
1048 font-size:12px;  
1049 line-height:1 5em;
1050 list-style-type:none;
1051 }                    
1053 #pulldown ul li a {
1054 float:left;        
1055 display:block;     
1056 width:auto;        
1057 font-weight:normal;
1058 background:transparent;
1059 text-decoration:none;  
1060 margin:0;              
1061 padding:5px;           
1062 }                      
1064 #pulldown ul li a:hover {
1065 text-decoration:none;    
1066 }                        
1068 #pulldown ul li.sep {
1069 color:#AAA;          
1070 padding:.8em 0 .5em; 
1071 }                    
1073 /* Commented Backslash Hack hides rule from IE5-Mac \*/
1074 #pulldown ul li a {                                    
1075 float:none;                                            
1076 }                                                      
1078 /* End IE5-Mac hack */
1079 #pulldown ul.level2,#pulldown ul.level3 {
1080 position:absolute;                       
1081 top:0;                                   
1082 left:0;                                  
1083 visibility:hidden;                       
1084 border-top:1px #D0D0D0 solid;            
1085 border-left:1px #D0D0D0 solid;           
1086 border-bottom:1px gray solid;            
1087 border-right:1px gray solid;             
1088 background:#FFF;                         
1089 }                                        
1091 #pulldown ul.level2 li,#pulldown ul.level3 li {
1092 border-bottom:1px solid #fff;                  
1093 float:none;                                    
1094 margin:0;                                      
1095 padding:0;                                     
1096 width:200px;                                   
1097 }                                              
1099 #pulldown ul.level2 li a,#pulldown ul.level3 li a {
1100 padding:5px 9px 5px 5px;                           
1101 }                                                  
1103 #pulldown ul.level2 li a:hover,#pulldown ul.level3 li a:hover {
1104 font-weight:normal;                                            
1105 background-color:#418DD4;                                      
1106 background-image:none;                                         
1107 }