Code

Update styles
[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-container {
500   padding:0;
503 .icon-menu-item{
504   float:left;
505   background-repeat:no-repeat;
506   padding:0 10px 10px 56px;
507   min-height:70px;
508   min-width:150px;
509   cursor:pointer;
512 .icon-menu-item:hover{
513   background-color: #E0E0E0;
516 .icon-menu-item h1{
517   font-size:12px;
518   font-weight:bold;
519   margin:0;
520   color:#222;
523 h3.icon-menu-title{
524   font-size:14px;
525   font-weight:bold;
526   margin-top:8px;
529 .icon-menu-item p{
530   margin:0;
534 /* Errors */
536 .error {
537   border-color:red ! important;
541 /* Date picker*/
543 div.datepicker {
544   position:absolute;
545   text-align:center;
546   border:1px #CCC solid;
547   font-family:arial;
548   background:#FFF;
549   font-size:10px;
550   padding:0;
551   box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
552   -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
553   -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
556 div.datepicker-calendar table {
557   font-size:10px;
558   border:1px solid #FFF;
559   margin:0;
560   padding:0;
561   text-align:center;
564 div.datepicker div.datepicker-header {
565   font-size:11px;
566   font-weight:bold;
567   background:#F0F0F0;
568   border-bottom:1px solid #CCC;
569   padding:2px;
570   text-align:center;
573 div.datepicker table.header {
574   width:175px;
575   border:0;
576   padding:0;
577   text-align:center;
580 td.prev,td.prev_year,td.next,td.next_year {
581   width:8%;
582   cursor:pointer;
583   font-weight:bold;
584   line-height:16px;
587 td.prev:hover,td.prev_year:hover,td.next:hover,td.next_year:hover {
588   background-color:#DDD;
591 td.header {
592   text-align:center;
593   width:68%;
594   font-weight:bold;
595   line-height:16px;
598 div.datepicker-header {
599   height:16px;
602 div.datepicker-calendar table tbody tr {
603   border:1px solid #FFF;
604   margin:0;
605   padding:0;
608 div.datepicker-calendar table tbody tr td {
609   border:1px #EEE solid;
610   margin:0;
611   padding:0;
612   text-align:center;
613   height:16px;
614   line-height:16px;
615   width:21px;
616   cursor:pointer;
619 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 {
620   border:1px #CCE9FF solid;
621   background:#E9F5FF;
622   cursor:pointer;
625 div.datepicker-calendar table tbody tr td.wday {
626   border:1px #AAA solid;
627   background:#CCC;
628   cursor:text;
629   width:21px;
630   height:16px;
631   line-height:16px;
632   font-weight:bold;
635 div.datepicker-calendar table tbody tr td.outbound {
636   background:#F3F3F3;
639 div.datepicker-calendar table tbody tr td.today {
640   border:1px #CCE9FF solid;
641   background:#E9F5FF;
642   background-image:url(../../images/date_active.gif);
643   background-repeat:no-repeat;
644   position:top left;
645   width:21px;
646   height:16px;
647   line-height:16px;
650 div.datepicker-calendar table tbody tr td.today:hover {
651   border:1px #CCE9FF solid;
652   background:#E9F5FF;
653   background-image:url(../../images/date_active.gif);
654   background-repeat:no-repeat;
655   position:top left;
658 div.datepicker-calendar table tbody tr td.nclick,div.datepicker-calendar table tbody tr td.nclick_outbound {
659   cursor:default;
660   color:#aaa;
661   width:21px;
662   height:16px;
663   line-height:16px;
666 div.datepicker-calendar table tbody tr td.nclick_outbound {
667   background:#E8E4E4;
668   width:21px;
669   height:16px;
670   line-height:16px;
673 div.datepicker-calendar table tbody tr td.nclick:hover,div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
674   border:1px #EAEAEA solid;
675   background:#FFF;
678 div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
679   background:#E8E4E4;
682 div.datepicker div.datepicker-footer {
683   font-size:10px;
684   background:#F0F0F0;
685   border-top:1px solid #AAA;
686   cursor:pointer;
687   text-align:center;
688   padding:2px;
691 .date {
692   float:left;
695 .datepicker-opener-table {
696   border:1px solid transparent;
697   padding:0;
698   border-spacing:0;
699   margin:0 0 0 3px;
700   background:transparent url(../../images/datepicker.gif) no-repeat 0 0;
701   width:18px;
702   height:18px;
703   cursor:pointer;
706 .Opera .datepicker-opener-table {
707   float:right;
710 .IE7 .datepicker-opener-table {
711   position:relative;
712   top:0;
713   left:3px;
716 .datepicker-opener-table:hover {
717   background:transparent url(../../images/datepicker_ro.gif) no-repeat 0 0;
720 .datepicker-opener {
721   width:16px;
722   height:16px;
723   margin:0 0 0 3px;
724   cursor:pointer;
728 /* Lists */
730 div.listContainer {
731   width:100%;
732   border-top:1px solid #CCC;
733   border-bottom:1px solid #CCC;
734   border-left:1px solid #CCC;
735   border-right:1px solid #CCC;
736   border-top-left-radius:2px;
737   border-top-right-radius:2px;
738   -moz-border-radius-topleft:2px;
739   -moz-border-radius-topright:2px;
740   -webkit-border-top-left-radius:2px;
741   -webkit-border-top-right-radius:2px;
744 .fixedListHeader tr {
745   position:relative;
746   height:auto;
747   font-weight:bold;
750 .fixedListHeader a {
751   color:#444;
754 .listHeaderFormat {
755   margin:3px;
756   padding:1px;
757   white-space:nowrap;
760 .listHeaderFormat tr td {
761   padding:4px;
762   background-color:#F5F5F5;
763   color:#444;
764   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
765   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
766   border-right:1px solid #CCC;
767   border-bottom:1px solid #CCC;
770 .listScrollContent {
771   height:100%;
772   overflow-x:hidden;
773   overflow-y:auto;
776 .listScrollContent tr {
777   height:auto;
778   white-space:nowrap;
781 .listScrollContent tr:nth-child(odd) {
782   background-color:#FFF;
785 .listScrollContent tr:nth-child(even) {
786   background-color:#F5F5F5;
789 .listScrollContent tr:last-child {
790   background-color:#FFF;
793 .listScrollContent tr td:last-child {
794   padding-right:20px;
797 .listBodyFormat tr td {
798   color:#000;
799   margin:3px;
800   padding:2px;
801   border-right:1px solid #CCC;
802   word-wrap:break-word;
803   white-space:normal;
804   max-width:500px;
807 div.nlistFooter {
808   background-color:#F5F5F5;
809   color:#444;
810   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
811   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
812   border-left:1px solid #CCC;
813   border-right:1px solid #CCC;
814   border-bottom:1px solid #CCC;
815   border-bottom-left-radius:2px;
816   border-bottom-right-radius:2px;
817   -moz-border-radius-bottomleft:2px;
818   -moz-border-radius-bottomright:2px;
819   -webkit-border-bottom-left-radius:2px;
820   -webkit-border-bottom-right-radius:2px;
821   padding:0;
822   width:100%;
826 /* List header, Filter, misc. */
828 #filter {
829   position:absolute;
830   right:0;
831   width:250px;
834 #mainlist {
835   position:absolute;
836   right:265px;
837   left:0;
840 .mainlist-header {
841   background-color:#F8F8F8;
842   border:1px solid #CCC;
843   border-radius:2px;
844   -moz-border-radius:2px;
845   -webkit-border-radius:2px;
846   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
847   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
848   margin-bottom:4px;
849   margin-right:-2px;
852 .mainlist-header p{
853   color:#444;
854   font-weight:bold;
855   font-size:14px;
856   margin:4px;
859 .mainlist-header div{
860   border-top:1px solid #CCC;
861   background-color:white;
864 ul.mainlist-header-nav {
865   list-style:none;
866   cursor:pointer;
867   padding:0;
868   margin:0;
869   color:#666;
872 ul.mainlist-header-nav li {
873   display:inline;
874   padding:5px;
875   padding-top:8px;
876   height:19px;
879 ul.mainlist-header-nav li:hover {
880   background-color: #E0E0E0;
881   background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0));
882   background: -moz-linear-gradient(top, #EEE, #E0E0E0);
886 /* Sortable Lists */
888 div.sortableListContainer {
889   border:1px solid #AAA;
890   overflow:auto;
891   margin-bottom:2px;
894 .sortableListContainer th {
895   background-color:#D8D8D8;
896   padding:3px;
897   text-align:left;
898   border-left:1px solid #AAA;
901 .sortableListContainer td {
902   padding:3px;
903   text-align:left;
904   border-left:1px solid #AAA;
907 tr.sortableListItem {
908   background-color:#FFF;
909   cursor:move;
910   color:#000;
913 tr.sortableListItemFill {
914   background-color:#FFF;
915   cursor:default;
918 tr.sortableListItemOdd ::-moz-selection,tr.sortableListItem ::-moz-selection {
919   background:transparent;
922 tr.sortableListItemOdd ::selection,tr.sortableListItem ::selection {
923   background:transparent;
926 tr.sortableListItemOdd code::-moz-selection,tr.sortableListItem code::-moz-selection {
927   background:transparent;
930 tr.sortableListItemOdd code::selection,tr.sortableListItem code::selection {
931   background:transparent;
934 tr.sortableListItemOdd {
935   background-color:#F5F5F5;
936   cursor:move;
937   color:#000;
940 tr.sortableListItem:hover,tr.sortableListItemOdd:hover {
941   background-color:#EEE;
944 tr.sortableListItemDisabled {
945   cursor:default;
946   color:#CCC;
949 table.sortableListTable {
950   border:0;
953 tr.sortableListItemMarked {
954   background-color:#FFD;
958 /* Tree List */
960 ul.treeList,ul.treeList ul {
961   list-style-type:none;
962   background:url(../../images/lists/vline.png) repeat-y;
963   margin:0;
964   padding:0;
967 ul.treeList ul {
968   margin-left:10px;
971 ul.treeList a:hover {
972   background-color:#DDD;
975 a.treeList {
976   padding:2px;
977   cursor:pointer;
980 a.treeListSelected {
981   font-weight:bold;
982   color:#1010AF;
983   background-color:#DDD;
984   padding:2px;
985   cursor:pointer;
988 a.treeList:hover,a.treeListSelected:hover {
989   background-color:#DDD;
990   padding:2px;
993 ul.treeList a {
994   padding:2px;
995   cursor:pointer;
998 ul.treeList li {
999   margin:0;
1000   padding:0 12px;
1001   line-height:20px;
1002   background:url(../../images/lists/node.png) no-repeat;
1005 li.treeListSelected a {
1006   font-weight:bold;
1007   color:#1010AF;
1008   padding:2px;
1011 ul.treeList li.last {
1012   background:#fff url(../../images/lists/lastnode.png) no-repeat;
1015 ul.treeList li:last-child {
1016   background:#fff url(../../images/lists/lastnode.png) no-repeat;
1019 div.treeList {
1020   background-color:#FFF;
1021   border:1px solid #AAA;
1022   padding:5px;
1023   position:absolute;
1024   z-index:500;
1025   overflow-y:auto;
1026   float:left;
1029 span.informal {
1030   color:#444;
1031   font-style:italic;
1035 /* Max height for IE */
1037 * html div.treeList {
1038   height: expression( this.scrollHeight > 500 ? "500px" : "auto" );
1041 span.mark {
1042   color:#B22;
1046 /* Message dialog */
1048 div.errorMsgTitle {
1049 width:100%;        
1050 font-size:1.4em;   
1051 padding-bottom:.3em;
1052 padding-top:.3em;   
1053 font-weight:bold;   
1054 background-color:#F0F0F0;
1055 }                        
1057 div.errorMsgDialog {
1058 width:60%;          
1059 background-color:#FFF;
1060 border:4px solid red; 
1061 z-index:150;          
1062 display:none;         
1063 position:absolute;    
1064 }                     
1066 div.infoMsgDialog {
1067 width:60%;         
1068 background-color:#FFF;
1069 border:2px solid #000;
1070 z-index:150;          
1071 display:none;         
1072 position:absolute;    
1073 }                     
1076 /* Autocompleter */
1078 div.autocomplete {
1079 position:absolute;
1080 background-color:#FFF;
1081 border:1px solid #AAA;
1082 margin:0;             
1083 padding:0;            
1084 z-index:600;          
1085 overflow:hidden;      
1086 word-wrap:break-word; 
1087 }                     
1089 div.autocomplete ul {
1090 list-style-type:none;
1091 margin:0;            
1092 padding:0;           
1093 }                    
1095 div.autocomplete ul li {
1096 list-style-type:none;   
1097 display:block;          
1098 margin:0;               
1099 padding:2px;            
1100 padding-left:4px;       
1101 cursor:pointer;         
1102 }                       
1104 div.autocomplete li:hover {
1105 background-color:#F0F0F0;  
1106 }                          
1108 div.autocomplete ul li.selected {
1109 background-color:#F0F0F0;        
1110 }                                
1113 /* Pulldown menu */
1115 #pulldown {
1116 background:#FFF;
1117 height:23px;    
1118 border:1px #CCC solid;
1119 background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
1120 background: -moz-linear-gradient(top, #F8F8F8, #EEE);
1121 }                             
1123 #pulldown ul {
1124 display:block;
1125 margin:0;     
1126 padding:0;    
1127 line-height:1em;
1128 list-style:none;
1129 z-index:90;     
1130 }               
1132 #pulldown ul li {
1133 float:left;      
1134 margin:0 3px 0 0;
1135 padding:0;       
1136 font-size:12px;  
1137 line-height:1 5em;
1138 list-style-type:none;
1139 }                    
1141 #pulldown ul li a {
1142 float:left;        
1143 display:block;     
1144 width:auto;        
1145 font-weight:normal;
1146 background:transparent;
1147 text-decoration:none;  
1148 margin:0;              
1149 padding:5px;           
1150 }                      
1152 #pulldown ul li a:hover {
1153 text-decoration:none;    
1154 }                        
1156 #pulldown ul li.sep {
1157 color:#AAA;          
1158 padding:.8em 0 .5em; 
1159 }                    
1161 /* Commented Backslash Hack hides rule from IE5-Mac \*/
1162 #pulldown ul li a {                                    
1163 float:none;                                            
1164 }                                                      
1166 /* End IE5-Mac hack */
1167 #pulldown ul.level2,#pulldown ul.level3 {
1168 position:absolute;                       
1169 top:0;                                   
1170 left:0;                                  
1171 visibility:hidden;                       
1172 border:1px #CCC solid;            
1173 background:#FFF;                         
1174 box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
1175 -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
1176 -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
1177 }                                        
1179 #pulldown ul.level2 li,#pulldown ul.level3 li {
1180 border-bottom:1px solid #fff;                  
1181 float:none;                                    
1182 margin:0;                                      
1183 padding:0;                                     
1184 width:200px;                                   
1185 }                                              
1187 #pulldown ul.level2 li a,#pulldown ul.level3 li a {
1188 padding:5px 9px 5px 5px;                           
1189 }                                                  
1191 #pulldown ul.level2 li a:hover,#pulldown ul.level3 li a:hover {
1192 font-weight:normal;                                            
1193 background-color:#418DD4;                                      
1194 background-image:none;                                         
1195 }