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;
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:16px;
513   font-weight:bold;
514   margin:0;
517 .icon-menu-item p{
518   margin:0;
522 /* Errors */
524 .error {
525   border-color:red ! important;
529 /* Date picker*/
531 div.datepicker {
532   position:absolute;
533   text-align:center;
534   border:1px #CCC solid;
535   font-family:arial;
536   background:#FFF;
537   font-size:10px;
538   padding:0;
539   box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
540   -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
541   -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
544 div.datepicker-calendar table {
545   font-size:10px;
546   border:1px solid #FFF;
547   margin:0;
548   padding:0;
549   text-align:center;
552 div.datepicker div.datepicker-header {
553   font-size:11px;
554   font-weight:bold;
555   background:#F0F0F0;
556   border-bottom:1px solid #CCC;
557   padding:2px;
558   text-align:center;
561 div.datepicker table.header {
562   width:175px;
563   border:0;
564   padding:0;
565   text-align:center;
568 td.prev,td.prev_year,td.next,td.next_year {
569   width:8%;
570   cursor:pointer;
571   font-weight:bold;
572   line-height:16px;
575 td.prev:hover,td.prev_year:hover,td.next:hover,td.next_year:hover {
576   background-color:#DDD;
579 td.header {
580   text-align:center;
581   width:68%;
582   font-weight:bold;
583   line-height:16px;
586 div.datepicker-header {
587   height:16px;
590 div.datepicker-calendar table tbody tr {
591   border:1px solid #FFF;
592   margin:0;
593   padding:0;
596 div.datepicker-calendar table tbody tr td {
597   border:1px #EEE solid;
598   margin:0;
599   padding:0;
600   text-align:center;
601   height:16px;
602   line-height:16px;
603   width:21px;
604   cursor:pointer;
607 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 {
608   border:1px #CCE9FF solid;
609   background:#E9F5FF;
610   cursor:pointer;
613 div.datepicker-calendar table tbody tr td.wday {
614   border:1px #AAA solid;
615   background:#CCC;
616   cursor:text;
617   width:21px;
618   height:16px;
619   line-height:16px;
620   font-weight:bold;
623 div.datepicker-calendar table tbody tr td.outbound {
624   background:#F3F3F3;
627 div.datepicker-calendar table tbody tr td.today {
628   border:1px #CCE9FF solid;
629   background:#E9F5FF;
630   background-image:url(../../images/date_active.gif);
631   background-repeat:no-repeat;
632   position:top left;
633   width:21px;
634   height:16px;
635   line-height:16px;
638 div.datepicker-calendar table tbody tr td.today:hover {
639   border:1px #CCE9FF solid;
640   background:#E9F5FF;
641   background-image:url(../../images/date_active.gif);
642   background-repeat:no-repeat;
643   position:top left;
646 div.datepicker-calendar table tbody tr td.nclick,div.datepicker-calendar table tbody tr td.nclick_outbound {
647   cursor:default;
648   color:#aaa;
649   width:21px;
650   height:16px;
651   line-height:16px;
654 div.datepicker-calendar table tbody tr td.nclick_outbound {
655   background:#E8E4E4;
656   width:21px;
657   height:16px;
658   line-height:16px;
661 div.datepicker-calendar table tbody tr td.nclick:hover,div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
662   border:1px #EAEAEA solid;
663   background:#FFF;
666 div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
667   background:#E8E4E4;
670 div.datepicker div.datepicker-footer {
671   font-size:10px;
672   background:#F0F0F0;
673   border-top:1px solid #AAA;
674   cursor:pointer;
675   text-align:center;
676   padding:2px;
679 .date {
680   float:left;
683 .datepicker-opener-table {
684   border:1px solid transparent;
685   padding:0;
686   border-spacing:0;
687   margin:0 0 0 3px;
688   background:transparent url(../../images/datepicker.gif) no-repeat 0 0;
689   width:18px;
690   height:18px;
691   cursor:pointer;
694 .Opera .datepicker-opener-table {
695   float:right;
698 .IE7 .datepicker-opener-table {
699   position:relative;
700   top:0;
701   left:3px;
704 .datepicker-opener-table:hover {
705   background:transparent url(../../images/datepicker_ro.gif) no-repeat 0 0;
708 .datepicker-opener {
709   width:16px;
710   height:16px;
711   margin:0 0 0 3px;
712   cursor:pointer;
716 /* Lists */
718 div.listContainer {
719   width:100%;
720   border-top:1px solid #CCC;
721   border-bottom:1px solid #CCC;
722   border-left:1px solid #CCC;
723   border-right:1px solid #CCC;
724   border-top-left-radius:2px;
725   border-top-right-radius:2px;
726   -moz-border-radius-topleft:2px;
727   -moz-border-radius-topright:2px;
728   -webkit-border-top-left-radius:2px;
729   -webkit-border-top-right-radius:2px;
732 .fixedListHeader tr {
733   position:relative;
734   height:auto;
735   font-weight:bold;
738 .fixedListHeader a {
739   color:#444;
742 .listHeaderFormat {
743   margin:3px;
744   padding:1px;
745   white-space:nowrap;
748 .listHeaderFormat tr td {
749   padding:4px;
750   background-color:#F5F5F5;
751   color:#444;
752   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
753   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
754   border-right:1px solid #CCC;
755   border-bottom:1px solid #CCC;
758 .listScrollContent {
759   height:100%;
760   overflow-x:hidden;
761   overflow-y:auto;
764 .listScrollContent tr {
765   height:auto;
766   white-space:nowrap;
769 .listScrollContent tr:nth-child(odd) {
770   background-color:#FFF;
773 .listScrollContent tr:nth-child(even) {
774   background-color:#F5F5F5;
777 .listScrollContent tr:last-child {
778   background-color:#FFF;
781 .listScrollContent tr td:last-child {
782   padding-right:20px;
785 .listBodyFormat tr td {
786   color:#000;
787   margin:3px;
788   padding:2px;
789   border-right:1px solid #CCC;
790   word-wrap:break-word;
791   white-space:normal;
792   max-width:500px;
795 div.nlistFooter {
796   background-color:#F5F5F5;
797   color:#444;
798   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
799   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
800   border-left:1px solid #CCC;
801   border-right:1px solid #CCC;
802   border-bottom:1px solid #CCC;
803   border-bottom-left-radius:2px;
804   border-bottom-right-radius:2px;
805   -moz-border-radius-bottomleft:2px;
806   -moz-border-radius-bottomright:2px;
807   -webkit-border-bottom-left-radius:2px;
808   -webkit-border-bottom-right-radius:2px;
809   padding:0;
810   width:100%;
814 /* List header, Filter, misc. */
816 #filter {
817   position:absolute;
818   right:0;
819   width:250px;
822 #mainlist {
823   position:absolute;
824   right:265px;
825   left:0;
828 .mainlist-header {
829   background-color:#F8F8F8;
830   border:1px solid #CCC;
831   border-radius:2px;
832   -moz-border-radius:2px;
833   -webkit-border-radius:2px;
834   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
835   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
836   margin-bottom:4px;
837   margin-right:-2px;
840 .mainlist-header p{
841   color:#444;
842   font-weight:bold;
843   font-size:14px;
844   margin:4px;
847 .mainlist-header div{
848   border-top:1px solid #CCC;
849   background-color:white;
852 ul.mainlist-header-nav {
853   list-style:none;
854   cursor:pointer;
855   padding:0;
856   margin:0;
857   color:#666;
860 ul.mainlist-header-nav li {
861   display:inline;
862   padding:5px;
863   padding-top:8px;
864   height:19px;
867 ul.mainlist-header-nav li:hover {
868   background-color: #E0E0E0;
869   background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0));
870   background: -moz-linear-gradient(top, #EEE, #E0E0E0);
874 /* Sortable Lists */
876 div.sortableListContainer {
877   border:1px solid #AAA;
878   overflow:auto;
879   margin-bottom:2px;
882 .sortableListContainer th {
883   background-color:#D8D8D8;
884   padding:3px;
885   text-align:left;
886   border-left:1px solid #AAA;
889 .sortableListContainer td {
890   padding:3px;
891   text-align:left;
892   border-left:1px solid #AAA;
895 tr.sortableListItem {
896   background-color:#FFF;
897   cursor:move;
898   color:#000;
901 tr.sortableListItemFill {
902   background-color:#FFF;
903   cursor:default;
906 tr.sortableListItemOdd ::-moz-selection,tr.sortableListItem ::-moz-selection {
907   background:transparent;
910 tr.sortableListItemOdd ::selection,tr.sortableListItem ::selection {
911   background:transparent;
914 tr.sortableListItemOdd code::-moz-selection,tr.sortableListItem code::-moz-selection {
915   background:transparent;
918 tr.sortableListItemOdd code::selection,tr.sortableListItem code::selection {
919   background:transparent;
922 tr.sortableListItemOdd {
923   background-color:#F5F5F5;
924   cursor:move;
925   color:#000;
928 tr.sortableListItem:hover,tr.sortableListItemOdd:hover {
929   background-color:#EEE;
932 tr.sortableListItemDisabled {
933   cursor:default;
934   color:#CCC;
937 table.sortableListTable {
938   border:0;
941 tr.sortableListItemMarked {
942   background-color:#FFD;
946 /* Tree List */
948 ul.treeList,ul.treeList ul {
949   list-style-type:none;
950   background:url(../../images/lists/vline.png) repeat-y;
951   margin:0;
952   padding:0;
955 ul.treeList ul {
956   margin-left:10px;
959 ul.treeList a:hover {
960   background-color:#DDD;
963 a.treeList {
964   padding:2px;
965   cursor:pointer;
968 a.treeListSelected {
969   font-weight:bold;
970   color:#1010AF;
971   background-color:#DDD;
972   padding:2px;
973   cursor:pointer;
976 a.treeList:hover,a.treeListSelected:hover {
977   background-color:#DDD;
978   padding:2px;
981 ul.treeList a {
982   padding:2px;
983   cursor:pointer;
986 ul.treeList li {
987   margin:0;
988   padding:0 12px;
989   line-height:20px;
990   background:url(../../images/lists/node.png) no-repeat;
993 li.treeListSelected a {
994   font-weight:bold;
995   color:#1010AF;
996   padding:2px;
999 ul.treeList li.last {
1000   background:#fff url(../../images/lists/lastnode.png) no-repeat;
1003 ul.treeList li:last-child {
1004   background:#fff url(../../images/lists/lastnode.png) no-repeat;
1007 div.treeList {
1008   background-color:#FFF;
1009   border:1px solid #AAA;
1010   padding:5px;
1011   position:absolute;
1012   z-index:500;
1013   overflow-y:auto;
1014   float:left;
1017 span.informal {
1018   color:#444;
1019   font-style:italic;
1023 /* Max height for IE */
1025 * html div.treeList {
1026   height: expression( this.scrollHeight > 500 ? "500px" : "auto" );
1029 span.mark {
1030   color:#B22;
1034 /* Message dialog */
1036 div.errorMsgTitle {
1037 width:100%;        
1038 font-size:1.4em;   
1039 padding-bottom:.3em;
1040 padding-top:.3em;   
1041 font-weight:bold;   
1042 background-color:#F0F0F0;
1043 }                        
1045 div.errorMsgDialog {
1046 width:60%;          
1047 background-color:#FFF;
1048 border:4px solid red; 
1049 z-index:150;          
1050 display:none;         
1051 position:absolute;    
1052 }                     
1054 div.infoMsgDialog {
1055 width:60%;         
1056 background-color:#FFF;
1057 border:2px solid #000;
1058 z-index:150;          
1059 display:none;         
1060 position:absolute;    
1061 }                     
1064 /* Autocompleter */
1066 div.autocomplete {
1067 position:absolute;
1068 background-color:#FFF;
1069 border:1px solid #AAA;
1070 margin:0;             
1071 padding:0;            
1072 z-index:600;          
1073 overflow:hidden;      
1074 word-wrap:break-word; 
1075 }                     
1077 div.autocomplete ul {
1078 list-style-type:none;
1079 margin:0;            
1080 padding:0;           
1081 }                    
1083 div.autocomplete ul li {
1084 list-style-type:none;   
1085 display:block;          
1086 margin:0;               
1087 padding:2px;            
1088 padding-left:4px;       
1089 cursor:pointer;         
1090 }                       
1092 div.autocomplete li:hover {
1093 background-color:#F0F0F0;  
1094 }                          
1096 div.autocomplete ul li.selected {
1097 background-color:#F0F0F0;        
1098 }                                
1101 /* Pulldown menu */
1103 #pulldown {
1104 background:#FFF;
1105 height:23px;    
1106 border:1px #CCC solid;
1107 background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
1108 background: -moz-linear-gradient(top, #F8F8F8, #EEE);
1109 }                             
1111 #pulldown ul {
1112 display:block;
1113 margin:0;     
1114 padding:0;    
1115 line-height:1em;
1116 list-style:none;
1117 z-index:90;     
1118 }               
1120 #pulldown ul li {
1121 float:left;      
1122 margin:0 3px 0 0;
1123 padding:0;       
1124 font-size:12px;  
1125 line-height:1 5em;
1126 list-style-type:none;
1127 }                    
1129 #pulldown ul li a {
1130 float:left;        
1131 display:block;     
1132 width:auto;        
1133 font-weight:normal;
1134 background:transparent;
1135 text-decoration:none;  
1136 margin:0;              
1137 padding:5px;           
1138 }                      
1140 #pulldown ul li a:hover {
1141 text-decoration:none;    
1142 }                        
1144 #pulldown ul li.sep {
1145 color:#AAA;          
1146 padding:.8em 0 .5em; 
1147 }                    
1149 /* Commented Backslash Hack hides rule from IE5-Mac \*/
1150 #pulldown ul li a {                                    
1151 float:none;                                            
1152 }                                                      
1154 /* End IE5-Mac hack */
1155 #pulldown ul.level2,#pulldown ul.level3 {
1156 position:absolute;                       
1157 top:0;                                   
1158 left:0;                                  
1159 visibility:hidden;                       
1160 border:1px #CCC solid;            
1161 background:#FFF;                         
1162 box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
1163 -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
1164 -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
1165 }                                        
1167 #pulldown ul.level2 li,#pulldown ul.level3 li {
1168 border-bottom:1px solid #fff;                  
1169 float:none;                                    
1170 margin:0;                                      
1171 padding:0;                                     
1172 width:200px;                                   
1173 }                                              
1175 #pulldown ul.level2 li a,#pulldown ul.level3 li a {
1176 padding:5px 9px 5px 5px;                           
1177 }                                                  
1179 #pulldown ul.level2 li a:hover,#pulldown ul.level3 li a:hover {
1180 font-weight:normal;                                            
1181 background-color:#418DD4;                                      
1182 background-image:none;                                         
1183 }