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;
503   min-height:70px;
504   min-width:150px;
507 .icon-menu-item:hover{
508   background-color: #E0E0E0;
511 .icon-menu-item h1{
512   font-size:14px;
513   font-weight:bold;
514   margin:0;
515   color:#222;
518 .icon-menu-title h3{
519   font-size:16px;
520   font-weight:bold;
521   margin-top:8px;
524 .icon-menu-item p{
525   margin:0;
529 /* Errors */
531 .error {
532   border-color:red ! important;
536 /* Date picker*/
538 div.datepicker {
539   position:absolute;
540   text-align:center;
541   border:1px #CCC solid;
542   font-family:arial;
543   background:#FFF;
544   font-size:10px;
545   padding:0;
546   box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
547   -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
548   -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
551 div.datepicker-calendar table {
552   font-size:10px;
553   border:1px solid #FFF;
554   margin:0;
555   padding:0;
556   text-align:center;
559 div.datepicker div.datepicker-header {
560   font-size:11px;
561   font-weight:bold;
562   background:#F0F0F0;
563   border-bottom:1px solid #CCC;
564   padding:2px;
565   text-align:center;
568 div.datepicker table.header {
569   width:175px;
570   border:0;
571   padding:0;
572   text-align:center;
575 td.prev,td.prev_year,td.next,td.next_year {
576   width:8%;
577   cursor:pointer;
578   font-weight:bold;
579   line-height:16px;
582 td.prev:hover,td.prev_year:hover,td.next:hover,td.next_year:hover {
583   background-color:#DDD;
586 td.header {
587   text-align:center;
588   width:68%;
589   font-weight:bold;
590   line-height:16px;
593 div.datepicker-header {
594   height:16px;
597 div.datepicker-calendar table tbody tr {
598   border:1px solid #FFF;
599   margin:0;
600   padding:0;
603 div.datepicker-calendar table tbody tr td {
604   border:1px #EEE solid;
605   margin:0;
606   padding:0;
607   text-align:center;
608   height:16px;
609   line-height:16px;
610   width:21px;
611   cursor:pointer;
614 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 {
615   border:1px #CCE9FF solid;
616   background:#E9F5FF;
617   cursor:pointer;
620 div.datepicker-calendar table tbody tr td.wday {
621   border:1px #AAA solid;
622   background:#CCC;
623   cursor:text;
624   width:21px;
625   height:16px;
626   line-height:16px;
627   font-weight:bold;
630 div.datepicker-calendar table tbody tr td.outbound {
631   background:#F3F3F3;
634 div.datepicker-calendar table tbody tr td.today {
635   border:1px #CCE9FF solid;
636   background:#E9F5FF;
637   background-image:url(../../images/date_active.gif);
638   background-repeat:no-repeat;
639   position:top left;
640   width:21px;
641   height:16px;
642   line-height:16px;
645 div.datepicker-calendar table tbody tr td.today:hover {
646   border:1px #CCE9FF solid;
647   background:#E9F5FF;
648   background-image:url(../../images/date_active.gif);
649   background-repeat:no-repeat;
650   position:top left;
653 div.datepicker-calendar table tbody tr td.nclick,div.datepicker-calendar table tbody tr td.nclick_outbound {
654   cursor:default;
655   color:#aaa;
656   width:21px;
657   height:16px;
658   line-height:16px;
661 div.datepicker-calendar table tbody tr td.nclick_outbound {
662   background:#E8E4E4;
663   width:21px;
664   height:16px;
665   line-height:16px;
668 div.datepicker-calendar table tbody tr td.nclick:hover,div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
669   border:1px #EAEAEA solid;
670   background:#FFF;
673 div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
674   background:#E8E4E4;
677 div.datepicker div.datepicker-footer {
678   font-size:10px;
679   background:#F0F0F0;
680   border-top:1px solid #AAA;
681   cursor:pointer;
682   text-align:center;
683   padding:2px;
686 .date {
687   float:left;
690 .datepicker-opener-table {
691   border:1px solid transparent;
692   padding:0;
693   border-spacing:0;
694   margin:0 0 0 3px;
695   background:transparent url(../../images/datepicker.gif) no-repeat 0 0;
696   width:18px;
697   height:18px;
698   cursor:pointer;
701 .Opera .datepicker-opener-table {
702   float:right;
705 .IE7 .datepicker-opener-table {
706   position:relative;
707   top:0;
708   left:3px;
711 .datepicker-opener-table:hover {
712   background:transparent url(../../images/datepicker_ro.gif) no-repeat 0 0;
715 .datepicker-opener {
716   width:16px;
717   height:16px;
718   margin:0 0 0 3px;
719   cursor:pointer;
723 /* Lists */
725 div.listContainer {
726   width:100%;
727   border-top:1px solid #CCC;
728   border-bottom:1px solid #CCC;
729   border-left:1px solid #CCC;
730   border-right:1px solid #CCC;
731   border-top-left-radius:2px;
732   border-top-right-radius:2px;
733   -moz-border-radius-topleft:2px;
734   -moz-border-radius-topright:2px;
735   -webkit-border-top-left-radius:2px;
736   -webkit-border-top-right-radius:2px;
739 .fixedListHeader tr {
740   position:relative;
741   height:auto;
742   font-weight:bold;
745 .fixedListHeader a {
746   color:#444;
749 .listHeaderFormat {
750   margin:3px;
751   padding:1px;
752   white-space:nowrap;
755 .listHeaderFormat tr td {
756   padding:4px;
757   background-color:#F5F5F5;
758   color:#444;
759   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
760   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
761   border-right:1px solid #CCC;
762   border-bottom:1px solid #CCC;
765 .listScrollContent {
766   height:100%;
767   overflow-x:hidden;
768   overflow-y:auto;
771 .listScrollContent tr {
772   height:auto;
773   white-space:nowrap;
776 .listScrollContent tr:nth-child(odd) {
777   background-color:#FFF;
780 .listScrollContent tr:nth-child(even) {
781   background-color:#F5F5F5;
784 .listScrollContent tr:last-child {
785   background-color:#FFF;
788 .listScrollContent tr td:last-child {
789   padding-right:20px;
792 .listBodyFormat tr td {
793   color:#000;
794   margin:3px;
795   padding:2px;
796   border-right:1px solid #CCC;
797   word-wrap:break-word;
798   white-space:normal;
799   max-width:500px;
802 div.nlistFooter {
803   background-color:#F5F5F5;
804   color:#444;
805   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
806   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
807   border-left:1px solid #CCC;
808   border-right:1px solid #CCC;
809   border-bottom:1px solid #CCC;
810   border-bottom-left-radius:2px;
811   border-bottom-right-radius:2px;
812   -moz-border-radius-bottomleft:2px;
813   -moz-border-radius-bottomright:2px;
814   -webkit-border-bottom-left-radius:2px;
815   -webkit-border-bottom-right-radius:2px;
816   padding:0;
817   width:100%;
821 /* List header, Filter, misc. */
823 #filter {
824   position:absolute;
825   right:0;
826   width:250px;
829 #mainlist {
830   position:absolute;
831   right:265px;
832   left:0;
835 .mainlist-header {
836   background-color:#F8F8F8;
837   border:1px solid #CCC;
838   border-radius:2px;
839   -moz-border-radius:2px;
840   -webkit-border-radius:2px;
841   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
842   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
843   margin-bottom:4px;
844   margin-right:-2px;
847 .mainlist-header p{
848   color:#444;
849   font-weight:bold;
850   font-size:14px;
851   margin:4px;
854 .mainlist-header div{
855   border-top:1px solid #CCC;
856   background-color:white;
859 ul.mainlist-header-nav {
860   list-style:none;
861   cursor:pointer;
862   padding:0;
863   margin:0;
864   color:#666;
867 ul.mainlist-header-nav li {
868   display:inline;
869   padding:5px;
870   padding-top:8px;
871   height:19px;
874 ul.mainlist-header-nav li:hover {
875   background-color: #E0E0E0;
876   background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0));
877   background: -moz-linear-gradient(top, #EEE, #E0E0E0);
881 /* Sortable Lists */
883 div.sortableListContainer {
884   border:1px solid #AAA;
885   overflow:auto;
886   margin-bottom:2px;
889 .sortableListContainer th {
890   background-color:#D8D8D8;
891   padding:3px;
892   text-align:left;
893   border-left:1px solid #AAA;
896 .sortableListContainer td {
897   padding:3px;
898   text-align:left;
899   border-left:1px solid #AAA;
902 tr.sortableListItem {
903   background-color:#FFF;
904   cursor:move;
905   color:#000;
908 tr.sortableListItemFill {
909   background-color:#FFF;
910   cursor:default;
913 tr.sortableListItemOdd ::-moz-selection,tr.sortableListItem ::-moz-selection {
914   background:transparent;
917 tr.sortableListItemOdd ::selection,tr.sortableListItem ::selection {
918   background:transparent;
921 tr.sortableListItemOdd code::-moz-selection,tr.sortableListItem code::-moz-selection {
922   background:transparent;
925 tr.sortableListItemOdd code::selection,tr.sortableListItem code::selection {
926   background:transparent;
929 tr.sortableListItemOdd {
930   background-color:#F5F5F5;
931   cursor:move;
932   color:#000;
935 tr.sortableListItem:hover,tr.sortableListItemOdd:hover {
936   background-color:#EEE;
939 tr.sortableListItemDisabled {
940   cursor:default;
941   color:#CCC;
944 table.sortableListTable {
945   border:0;
948 tr.sortableListItemMarked {
949   background-color:#FFD;
953 /* Tree List */
955 ul.treeList,ul.treeList ul {
956   list-style-type:none;
957   background:url(../../images/lists/vline.png) repeat-y;
958   margin:0;
959   padding:0;
962 ul.treeList ul {
963   margin-left:10px;
966 ul.treeList a:hover {
967   background-color:#DDD;
970 a.treeList {
971   padding:2px;
972   cursor:pointer;
975 a.treeListSelected {
976   font-weight:bold;
977   color:#1010AF;
978   background-color:#DDD;
979   padding:2px;
980   cursor:pointer;
983 a.treeList:hover,a.treeListSelected:hover {
984   background-color:#DDD;
985   padding:2px;
988 ul.treeList a {
989   padding:2px;
990   cursor:pointer;
993 ul.treeList li {
994   margin:0;
995   padding:0 12px;
996   line-height:20px;
997   background:url(../../images/lists/node.png) no-repeat;
1000 li.treeListSelected a {
1001   font-weight:bold;
1002   color:#1010AF;
1003   padding:2px;
1006 ul.treeList li.last {
1007   background:#fff url(../../images/lists/lastnode.png) no-repeat;
1010 ul.treeList li:last-child {
1011   background:#fff url(../../images/lists/lastnode.png) no-repeat;
1014 div.treeList {
1015   background-color:#FFF;
1016   border:1px solid #AAA;
1017   padding:5px;
1018   position:absolute;
1019   z-index:500;
1020   overflow-y:auto;
1021   float:left;
1024 span.informal {
1025   color:#444;
1026   font-style:italic;
1030 /* Max height for IE */
1032 * html div.treeList {
1033   height: expression( this.scrollHeight > 500 ? "500px" : "auto" );
1036 span.mark {
1037   color:#B22;
1041 /* Message dialog */
1043 div.errorMsgTitle {
1044 width:100%;        
1045 font-size:1.4em;   
1046 padding-bottom:.3em;
1047 padding-top:.3em;   
1048 font-weight:bold;   
1049 background-color:#F0F0F0;
1050 }                        
1052 div.errorMsgDialog {
1053 width:60%;          
1054 background-color:#FFF;
1055 border:4px solid red; 
1056 z-index:150;          
1057 display:none;         
1058 position:absolute;    
1059 }                     
1061 div.infoMsgDialog {
1062 width:60%;         
1063 background-color:#FFF;
1064 border:2px solid #000;
1065 z-index:150;          
1066 display:none;         
1067 position:absolute;    
1068 }                     
1071 /* Autocompleter */
1073 div.autocomplete {
1074 position:absolute;
1075 background-color:#FFF;
1076 border:1px solid #AAA;
1077 margin:0;             
1078 padding:0;            
1079 z-index:600;          
1080 overflow:hidden;      
1081 word-wrap:break-word; 
1082 }                     
1084 div.autocomplete ul {
1085 list-style-type:none;
1086 margin:0;            
1087 padding:0;           
1088 }                    
1090 div.autocomplete ul li {
1091 list-style-type:none;   
1092 display:block;          
1093 margin:0;               
1094 padding:2px;            
1095 padding-left:4px;       
1096 cursor:pointer;         
1097 }                       
1099 div.autocomplete li:hover {
1100 background-color:#F0F0F0;  
1101 }                          
1103 div.autocomplete ul li.selected {
1104 background-color:#F0F0F0;        
1105 }                                
1108 /* Pulldown menu */
1110 #pulldown {
1111 background:#FFF;
1112 height:23px;    
1113 border:1px #CCC solid;
1114 background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
1115 background: -moz-linear-gradient(top, #F8F8F8, #EEE);
1116 }                             
1118 #pulldown ul {
1119 display:block;
1120 margin:0;     
1121 padding:0;    
1122 line-height:1em;
1123 list-style:none;
1124 z-index:90;     
1125 }               
1127 #pulldown ul li {
1128 float:left;      
1129 margin:0 3px 0 0;
1130 padding:0;       
1131 font-size:12px;  
1132 line-height:1 5em;
1133 list-style-type:none;
1134 }                    
1136 #pulldown ul li a {
1137 float:left;        
1138 display:block;     
1139 width:auto;        
1140 font-weight:normal;
1141 background:transparent;
1142 text-decoration:none;  
1143 margin:0;              
1144 padding:5px;           
1145 }                      
1147 #pulldown ul li a:hover {
1148 text-decoration:none;    
1149 }                        
1151 #pulldown ul li.sep {
1152 color:#AAA;          
1153 padding:.8em 0 .5em; 
1154 }                    
1156 /* Commented Backslash Hack hides rule from IE5-Mac \*/
1157 #pulldown ul li a {                                    
1158 float:none;                                            
1159 }                                                      
1161 /* End IE5-Mac hack */
1162 #pulldown ul.level2,#pulldown ul.level3 {
1163 position:absolute;                       
1164 top:0;                                   
1165 left:0;                                  
1166 visibility:hidden;                       
1167 border:1px #CCC solid;            
1168 background:#FFF;                         
1169 box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
1170 -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
1171 -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
1172 }                                        
1174 #pulldown ul.level2 li,#pulldown ul.level3 li {
1175 border-bottom:1px solid #fff;                  
1176 float:none;                                    
1177 margin:0;                                      
1178 padding:0;                                     
1179 width:200px;                                   
1180 }                                              
1182 #pulldown ul.level2 li a,#pulldown ul.level3 li a {
1183 padding:5px 9px 5px 5px;                           
1184 }                                                  
1186 #pulldown ul.level2 li a:hover,#pulldown ul.level3 li a:hover {
1187 font-weight:normal;                                            
1188 background-color:#418DD4;                                      
1189 background-image:none;                                         
1190 }