Code

Updated 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-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:#444;
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:#444;
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:nth-child(odd) {
768   background-color:#FFF;
771 .listScrollContent tr:nth-child(even) {
772   background-color:#F5F5F5;
775 .listScrollContent tr:last-child {
776   background-color:#FFF;
779 .listScrollContent tr td:last-child {
780   padding-right:20px;
783 .listBodyFormat tr td {
784   color:#000;
785   margin:3px;
786   padding:2px;
787   border-right:1px solid #CCC;
788   word-wrap:break-word;
789   white-space:normal;
790   max-width:500px;
793 div.nlistFooter {
794   background-color:#F5F5F5;
795   color:#444;
796   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
797   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
798   border-left:1px solid #CCC;
799   border-right:1px solid #CCC;
800   border-bottom:1px solid #CCC;
801   border-bottom-left-radius:2px;
802   border-bottom-right-radius:2px;
803   -moz-border-radius-bottomleft:2px;
804   -moz-border-radius-bottomright:2px;
805   -webkit-border-bottom-left-radius:2px;
806   -webkit-border-bottom-right-radius:2px;
807   padding:0;
808   width:100%;
812 /* List header, Filter, misc. */
814 #filter {
815   position:absolute;
816   right:0;
817   width:250px;
820 #mainlist {
821   position:absolute;
822   right:265px;
823   left:0;
826 .mainlist-header {
827   background-color:#F8F8F8;
828   border:1px solid #CCC;
829   border-radius:2px;
830   -moz-border-radius:2px;
831   -webkit-border-radius:2px;
832   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
833   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
834   margin-bottom:4px;
835   margin-right:-2px;
838 .mainlist-header p{
839   color:#444;
840   font-weight:bold;
841   font-size:14px;
842   margin:4px;
845 .mainlist-header div{
846   border-top:1px solid #CCC;
847   background-color:white;
850 ul.mainlist-header-nav {
851   list-style:none;
852   cursor:pointer;
853   padding:0;
854   margin:0;
855   color:#666;
858 ul.mainlist-header-nav li {
859   display:inline;
860   padding:5px;
861   padding-top:8px;
862   height:19px;
865 ul.mainlist-header-nav li:hover {
866   background-color: #E0E0E0;
867   background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0));
868   background: -moz-linear-gradient(top, #EEE, #E0E0E0);
872 /* Sortable Lists */
874 div.sortableListContainer {
875   border:1px solid #AAA;
876   overflow:auto;
877   margin-bottom:2px;
880 .sortableListContainer th {
881   background-color:#D8D8D8;
882   padding:3px;
883   text-align:left;
884   border-left:1px solid #AAA;
887 .sortableListContainer td {
888   padding:3px;
889   text-align:left;
890   border-left:1px solid #AAA;
893 tr.sortableListItem {
894   background-color:#FFF;
895   cursor:move;
896   color:#000;
899 tr.sortableListItemFill {
900   background-color:#FFF;
901   cursor:default;
904 tr.sortableListItemOdd ::-moz-selection,tr.sortableListItem ::-moz-selection {
905   background:transparent;
908 tr.sortableListItemOdd ::selection,tr.sortableListItem ::selection {
909   background:transparent;
912 tr.sortableListItemOdd code::-moz-selection,tr.sortableListItem code::-moz-selection {
913   background:transparent;
916 tr.sortableListItemOdd code::selection,tr.sortableListItem code::selection {
917   background:transparent;
920 tr.sortableListItemOdd {
921   background-color:#F5F5F5;
922   cursor:move;
923   color:#000;
926 tr.sortableListItem:hover,tr.sortableListItemOdd:hover {
927   background-color:#EEE;
930 tr.sortableListItemDisabled {
931   cursor:default;
932   color:#CCC;
935 table.sortableListTable {
936   border:0;
939 tr.sortableListItemMarked {
940   background-color:#FFD;
944 /* Tree List */
946 ul.treeList,ul.treeList ul {
947   list-style-type:none;
948   background:url(../../images/lists/vline.png) repeat-y;
949   margin:0;
950   padding:0;
953 ul.treeList ul {
954   margin-left:10px;
957 ul.treeList a:hover {
958   background-color:#DDD;
961 a.treeList {
962   padding:2px;
963   cursor:pointer;
966 a.treeListSelected {
967   font-weight:bold;
968   color:#1010AF;
969   background-color:#DDD;
970   padding:2px;
971   cursor:pointer;
974 a.treeList:hover,a.treeListSelected:hover {
975   background-color:#DDD;
976   padding:2px;
979 ul.treeList a {
980   padding:2px;
981   cursor:pointer;
984 ul.treeList li {
985   margin:0;
986   padding:0 12px;
987   line-height:20px;
988   background:url(../../images/lists/node.png) no-repeat;
991 li.treeListSelected a {
992   font-weight:bold;
993   color:#1010AF;
994   padding:2px;
997 ul.treeList li.last {
998   background:#fff url(../../images/lists/lastnode.png) no-repeat;
1001 ul.treeList li:last-child {
1002   background:#fff url(../../images/lists/lastnode.png) no-repeat;
1005 div.treeList {
1006   background-color:#FFF;
1007   border:1px solid #AAA;
1008   padding:5px;
1009   position:absolute;
1010   z-index:500;
1011   overflow-y:auto;
1012   float:left;
1015 span.informal {
1016   color:#444;
1017   font-style:italic;
1021 /* Max height for IE */
1023 * html div.treeList {
1024   height: expression( this.scrollHeight > 500 ? "500px" : "auto" );
1027 span.mark {
1028   color:#B22;
1032 /* Message dialog */
1034 div.errorMsgTitle {
1035 width:100%;        
1036 font-size:1.4em;   
1037 padding-bottom:.3em;
1038 padding-top:.3em;   
1039 font-weight:bold;   
1040 background-color:#F0F0F0;
1041 }                        
1043 div.errorMsgDialog {
1044 width:60%;          
1045 background-color:#FFF;
1046 border:4px solid red; 
1047 z-index:150;          
1048 display:none;         
1049 position:absolute;    
1050 }                     
1052 div.infoMsgDialog {
1053 width:60%;         
1054 background-color:#FFF;
1055 border:2px solid #000;
1056 z-index:150;          
1057 display:none;         
1058 position:absolute;    
1059 }                     
1062 /* Autocompleter */
1064 div.autocomplete {
1065 position:absolute;
1066 background-color:#FFF;
1067 border:1px solid #AAA;
1068 margin:0;             
1069 padding:0;            
1070 z-index:600;          
1071 overflow:hidden;      
1072 word-wrap:break-word; 
1073 }                     
1075 div.autocomplete ul {
1076 list-style-type:none;
1077 margin:0;            
1078 padding:0;           
1079 }                    
1081 div.autocomplete ul li {
1082 list-style-type:none;   
1083 display:block;          
1084 margin:0;               
1085 padding:2px;            
1086 padding-left:4px;       
1087 cursor:pointer;         
1088 }                       
1090 div.autocomplete li:hover {
1091 background-color:#F0F0F0;  
1092 }                          
1094 div.autocomplete ul li.selected {
1095 background-color:#F0F0F0;        
1096 }                                
1099 /* Pulldown menu */
1101 #pulldown {
1102 background:#FFF;
1103 height:23px;    
1104 border:1px #CCC solid;
1105 background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
1106 background: -moz-linear-gradient(top, #F8F8F8, #EEE);
1107 }                             
1109 #pulldown ul {
1110 display:block;
1111 margin:0;     
1112 padding:0;    
1113 line-height:1em;
1114 list-style:none;
1115 z-index:90;     
1116 }               
1118 #pulldown ul li {
1119 float:left;      
1120 margin:0 3px 0 0;
1121 padding:0;       
1122 font-size:12px;  
1123 line-height:1 5em;
1124 list-style-type:none;
1125 }                    
1127 #pulldown ul li a {
1128 float:left;        
1129 display:block;     
1130 width:auto;        
1131 font-weight:normal;
1132 background:transparent;
1133 text-decoration:none;  
1134 margin:0;              
1135 padding:5px;           
1136 }                      
1138 #pulldown ul li a:hover {
1139 text-decoration:none;    
1140 }                        
1142 #pulldown ul li.sep {
1143 color:#AAA;          
1144 padding:.8em 0 .5em; 
1145 }                    
1147 /* Commented Backslash Hack hides rule from IE5-Mac \*/
1148 #pulldown ul li a {                                    
1149 float:none;                                            
1150 }                                                      
1152 /* End IE5-Mac hack */
1153 #pulldown ul.level2,#pulldown ul.level3 {
1154 position:absolute;                       
1155 top:0;                                   
1156 left:0;                                  
1157 visibility:hidden;                       
1158 border:1px #CCC solid;            
1159 background:#FFF;                         
1160 box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
1161 -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
1162 -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
1163 }                                        
1165 #pulldown ul.level2 li,#pulldown ul.level3 li {
1166 border-bottom:1px solid #fff;                  
1167 float:none;                                    
1168 margin:0;                                      
1169 padding:0;                                     
1170 width:200px;                                   
1171 }                                              
1173 #pulldown ul.level2 li a,#pulldown ul.level3 li a {
1174 padding:5px 9px 5px 5px;                           
1175 }                                                  
1177 #pulldown ul.level2 li a:hover,#pulldown ul.level3 li a:hover {
1178 font-weight:normal;                                            
1179 background-color:#418DD4;                                      
1180 background-image:none;                                         
1181 }