default.css revision eb41035fcfe1c223a794a24ee2fe8a8b133e67b1
1/* color definitions */
2/* 16 column layout */
3/* clearfix idiom */
4/* common mixins */
5/* page layout + top-level styles */
6::-webkit-selection,
7::-moz-selection,
8::selection {
9  background-color: #0099cc;
10  color: #fff; }
11
12html, body {
13  height: 100%;
14  margin: 0;
15  padding: 0;
16  background-color:#F9F9F9;
17  -webkit-font-smoothing: antialiased;
18  /* prevent subpixel antialiasing, which thickens the text */
19  /* text-rendering: optimizeLegibility; */
20  /* turned off ligatures due to bug 5945455 */ }
21
22body {
23  color: #222;
24  font: 14px/19px Roboto, sans-serif;
25  font-weight: 400;
26  letter-spacing:.1;
27  padding:0 10px; }
28
29#page-container {
30  width: 940px;
31  margin: 0 40px; }
32
33#page-header {
34  height: 80px;
35  margin-bottom: 20px;
36  font-size: 48px;
37  line-height: 48px;
38  font-weight: 100;
39  padding-left: 10px; }
40  #page-header a {
41    display: block;
42    position: relative;
43    top: 20px;
44    text-decoration: none;
45    color: #555555 !important; }
46
47#main-row {
48  display: inline-block; }
49  #main-row:after {
50    content: ".";
51    display: block;
52    height: 0;
53    clear: both;
54    visibility: hidden; }
55  * html #main-row {
56    height: 1px; }
57
58#page-footer {
59  margin-left: 190px;
60  margin-top: 80px;
61  color: #999999;
62  padding-bottom: 40px;
63  font-size: 12px;
64  line-height: 15px; }
65  #page-footer a {
66    color: #777777; }
67  #page-footer #copyright {
68    margin-bottom: 10px; }
69
70#nav-container {
71  width: 160px;
72  min-height: 10px;
73  margin-right: 20px;
74  float: left; }
75
76#nav {
77  margin:0;
78  padding:0 0 30px;
79}
80
81#side-nav {
82  min-height:5px; /* silly way to avoid doc floating left when nav goes fixed */
83  margin-bottom:1px;
84}
85#devdoc-nav {
86  outline:none;
87  width:auto;
88  margin: 20px 0 0; }
89
90#devdoc-nav h2 {
91  border:0;
92}
93
94#devdoc-nav.fixed {
95  position: fixed;
96  margin:0;
97  top: 20px; }
98
99#devdoc-nav span.small {
100  font-size:12px;
101  font-weight:normal;
102}
103
104#content {
105  width: 760px;
106  float: left; }
107
108a:hover,
109acronym:hover {
110  color: #7aa1b0 !important; }
111
112a:focus,
113a:active {
114  color: #33b5e5 !important; }
115
116a.external-link {
117  background:url('../images/styles/open_new_page.png') no-repeat 100% 50%;
118  padding-right:16px;
119}
120
121img {
122  border: none; }
123#jd-content img {
124  margin-bottom:15px;
125}
126
127ul {
128  margin: 0;
129  padding: 0; }
130
131strong {
132  font-weight: 500; }
133
134em {
135  font-style: italic; }
136
137acronym,
138.tooltip-link {
139  border-bottom: 1px dotted #555555;
140  cursor: help; }
141
142acronym:hover,
143.tooltip-link:hover {
144  color: #7aa1b0;
145  border-bottom-color: #7aa1b0; }
146
147img.with-shadow,
148video.with-shadow {
149  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
150
151/* disclosures mixin */
152/* content layout */
153.layout-content-row {
154  display: inline-block;
155  margin-bottom: 10px; }
156  .layout-content-row:after {
157    content: ".";
158    display: block;
159    height: 0;
160    clear: both;
161    visibility: hidden; }
162  * html .layout-content-row {
163    height: 1px; }
164
165.layout-content-col {
166  float: left;
167  margin-left: 20px; }
168  .layout-content-col:first-child {
169    margin-left: 0; }
170  .layout-content-col h3,
171  .layout-content-col h4 {
172    margin-top:0; }
173
174.layout-content-col.span-1 {
175  width: 40px; }
176
177.layout-content-col.span-2 {
178  width: 100px; }
179
180.layout-content-col.span-3 {
181  width: 160px; }
182
183.layout-content-col.span-4 {
184  width: 220px; }
185
186.layout-content-col.span-5 {
187  width: 280px; }
188
189.layout-content-col.span-6 {
190  width: 340px; }
191
192.layout-content-col.span-7 {
193  width: 400px; }
194
195.layout-content-col.span-8 {
196  width: 460px; }
197
198.layout-content-col.span-9 {
199  width: 520px; }
200
201.layout-content-col.span-10 {
202  width: 580px; }
203
204.layout-content-col.span-11 {
205  width: 640px; }
206
207.layout-content-col.span-12 {
208  width: 700px; }
209
210.layout-content-col.span-13 {
211  width: 760px; }
212
213.vspace.size-1 {
214  height: 10px; }
215
216.vspace.size-2 {
217  height: 20px; }
218
219.vspace.size-3 {
220  height: 30px; }
221
222.vspace.size-4 {
223  height: 40px; }
224
225.vspace.size-5 {
226  height: 50px; }
227
228.vspace.size-6 {
229  height: 60px; }
230
231.vspace.size-7 {
232  height: 70px; }
233
234.vspace.size-8 {
235  height: 80px; }
236
237.vspace.size-9 {
238  height: 90px; }
239
240.vspace.size-10 {
241  height: 100px; }
242
243.vspace.size-11 {
244  height: 110px; }
245
246.vspace.size-12 {
247  height: 120px; }
248
249.vspace.size-13 {
250  height: 130px; }
251
252.vspace.size-14 {
253  height: 140px; }
254
255.vspace.size-15 {
256  height: 150px; }
257
258.vspace.size-16 {
259  height: 160px; }
260
261/* nav */
262#nav {
263  /* section header divs */
264  /* expanded section header divs */
265  /* sublinks */ }
266  #nav li {
267    list-style-type: none;
268    font-size: 14px;
269    margin:0;
270    padding:0;
271    line-height: 15px; }
272  #nav a {
273    color: #555555;
274    text-decoration: none;
275    word-wrap:break-word; }
276  #nav .nav-section-header {
277    position: relative;
278    margin-bottom: 1px;
279    padding: 0 30px 0 0; }
280  #nav li.selected a, #nav li.selected > .nav-section-header > a {
281    color: #09C;
282  }
283  #nav li.selected ul li a {
284  /* don't highlight child items */
285    color: #555555; }
286  #nav .nav-section .nav-section .nav-section-header {
287    /* no white line between second level sections */
288    margin-bottom: 0; }
289    /* section header links */
290    #nav > li > div > a {
291      display: block;
292      color: #333333;
293      font-weight: 500;
294      padding: 10px 0 10px 10px; }
295    #nav .nav-section-header:after {
296      content: '';
297      background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
298      width: 34px;
299      height: 34px;
300      display: block;
301      position: absolute;
302      top: 0;
303      right: 0; }
304    #nav .nav-section-header.empty:after {
305      display: none; }
306    /* nested nav headers */
307    #nav .nav-section .nav-section {
308      position: relative;
309      padding: 0;
310      margin: 0; }
311    #nav .nav-section li a {
312    /* first gen child (2nd level li) */
313      display:block;
314      font-weight: normal;
315      text-transform: none;
316      padding: 7px 5px 7px 10px;
317       }
318    #nav .nav-section li li a {
319    /* second gen child (3rd level li) */
320      padding: 5px 5px 5px 10px;
321       }
322  #nav li.expanded .nav-section-header {
323    background:#e9e9e9;
324    background: rgba(0, 0, 0, 0.05); }
325  #nav li.expanded li .nav-section-header {
326    background: transparent; }
327  #nav li.expanded li ul {
328  /* 3rd level ul */
329    padding:0 0 0 10px;
330  }
331    #nav li.expanded > .nav-section-header:after {
332      content: '';
333      background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
334      width: 34px;
335      height: 34px; }
336  #nav li.expanded li ul.tree-list-children {
337    padding:0;
338  }
339  #nav li.expanded li ul.tree-list-children .tree-list-children {
340    padding:0 0 0 10px;
341  }
342  #nav li span.tree-list-subtitle {
343    display:inline-block;
344    padding:5px 0 0 10px;
345    color:#555;
346    text-transform:uppercase;
347    font-size:12px;
348  }
349  #nav li span.tree-list-subtitle:before {
350    content: '—';
351  }
352  #nav li span.tree-list-subtitle:after {
353    content: '—';
354  }
355  #nav li ul {
356    display:none;
357    overflow: hidden;
358    margin: 0; }
359    #nav li ul.animate-height-in {
360      -webkit-transition: height 0.25s ease-in;
361      -moz-transition: height 0.25s ease-in;
362      transition: height 0.25s ease-in; }
363    #nav li ul.animate-height-out {
364      -webkit-transition: height 0.25s ease-out;
365      -moz-transition: height 0.25s ease-out;
366      transition: height 0.25s ease-out; }
367    #nav li ul li {
368      padding: 0; }
369      #nav li li li {
370        padding: 0; }
371  #nav li.expanded ul {
372    }
373    #nav li ul > li {
374      padding:0;
375    }
376    #nav li ul > li:last-child {
377      padding-bottom:5px;
378    }
379    #nav li ul.tree-list-children > li:last-child {
380      padding-bottom:0;
381    }
382    #nav li.expanded ul > li {
383      background:#efefef;
384      background: rgba(0, 0, 0, 0.03); }
385    #nav li.expanded ul > li li {
386      background:inherit; }
387  #nav li ul.tree-list-children ul {
388    display:block; }
389
390.new,
391.new-child {
392  font-size: .78em;
393  font-weight: bold;
394  color: #ff3d3d;
395  vertical-align:top;
396  white-space:nowrap;
397}
398
399/* content header */
400.content-header {
401  height: 30px;
402  margin:20px 0 25px;
403  padding:0 0 10px;}
404.content-header.just-links {
405  margin-bottom:0;
406  padding-bottom:0;}
407
408.content-header h1 {
409  color:#000;
410  margin:0;
411  border-bottom:0;
412  padding:0;
413}
414
415.content-footer {
416  border-top: 1px solid #ccc;
417  margin-top: 10px;
418  padding-top:10px;
419  height: 30px; }
420
421.content-footer .col-9 {
422  margin-left:0;
423}
424.content-footer .col-4 {
425  margin-right:0;
426}
427.content-footer.wrap {
428  width:940px;
429}
430
431.paging-links {
432  position: relative; }
433  .paging-links a {
434    position: absolute; }
435  .paging-links a,
436  .training-nav-top a {
437    font-size: 14px;
438    line-height: 30px;
439    color: #555555;
440    text-decoration: none;
441    text-transform: uppercase; }
442    .paging-links .prev-page-link:before,
443    .training-nav-top .prev-page-link:before {
444      content: '';
445      background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
446      width: 10px;
447      height: 10px;
448      display: inline-block;
449      margin-right: 5px; }
450    .training-nav-top .next-page-link,
451    .training-nav-top .start-class-link,
452    .training-nav-top .start-course-link {
453    right: 10px; }
454    .paging-links .prev-page-link {
455      left: -15px; }
456    .paging-links .next-page-link {
457      right: 0px; }
458    .next-page-link:after,
459    .start-class-link:after,
460    .start-course-link:after,
461    .next-class-link:after {
462      content: '';
463      background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
464      width: 10px;
465      height: 10px;
466      display: inline-block;
467      margin-left: 5px; }
468
469
470  .training-nav-top a {
471    display:block;
472    float:left;
473    width:122px;
474    height:28px;
475    padding: 8px;
476    line-height:28px;
477    text-align:center;
478    border:1px solid #DADADA;
479    border-bottom:0;
480  }
481
482  .training-nav-top a.next-page-link {
483    border-left:0;
484    width:123px;
485  }
486
487  .paging-links a.disabled,
488  .training-nav-top a.disabled,
489  .content-footer a.disabled {
490    color:#bbb;
491  }
492
493  .paging-links a.disabled:hover,
494  .training-nav-top a.disabled:hover,
495  .content-footer a.disabled:hover {
496    cursor:default;
497    color:#bbb !important;
498  }
499
500  .training-nav-top a.start-class-link,
501  .training-nav-top a.start-course-link {
502    width:262px;
503  }
504
505  /* list of classes on course landing page */
506  ol.class-list {
507    list-style:none;
508    margin-left:0;
509  }
510  ol.class-list>li {
511    margin:0 0 15px;
512    padding:5px 0 0;
513    overflow:hidden;
514    border-top:1px solid #ccc;
515  }
516  ol.class-list li a.title {
517    font-size:16px;
518    margin:0;
519    clear:left;
520    display:block;
521    height:32px;
522    padding:0 4px;
523  }
524  ol.class-list li a.title h2 {
525    color:inherit;
526    margin:0 0 10px;
527    display:block;
528    float:left;
529    width:675px;
530  }
531  ol.class-list li a.title span {
532    display:none;
533    float:left;
534    font-size:18px;
535    font-weight:bold;
536    background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
537    width: 10px;
538    height: 32px;
539  }
540  ol.class-list li a.title:hover {
541    background:#ddd;
542    color:#258AAF !important;
543  }
544  ol.class-list li a.title:hover span {
545    display:block;
546  }
547
548  #jd-content
549  ol.class-list li img {
550    float:left;
551    clear:left;
552    width:64px;
553    margin:0 20px 0 0;
554  }
555  ol.class-list li p.description {
556    float:left;
557    display:block;
558    width:250px;
559    margin:0;
560  }
561  ol.class-list li p.description.article {
562    width: 550px;
563  }
564  ol.class-list ol {
565    float:left;
566    width:320px;
567    margin:0 0 0 30px;
568    list-style:none;
569    margin:0 0 0 20px;
570  }
571  ol.class-list div.lessons li {
572    margin:0 0 6px;
573    line-height:16px;
574  }
575
576
577  .hide {
578    display:none !important;
579  }
580
581  .content-footer.next-class {
582    display:block;
583    border:0;
584    margin-top:0;
585    padding-top:0;
586  }
587
588  .content-footer.next-class a.next-class-link {
589    display:block;
590    float:right;
591    text-transform:uppercase;
592  }
593
594
595
596  /* inner-doc tabs w/ title */
597
598div#title-tabs-wrapper {
599  border-bottom:1px solid #ccc;
600  margin:20px 0 30px;
601}
602h1.with-title-tabs {
603  display:inline-block;
604  margin:0 0 -1px 0;
605  padding:0 60px 0 0;
606  border-bottom:1px solid #F9F9F9;
607}
608ul#title-tabs {
609  list-style:none;
610  padding:0;
611  height:29px;
612  margin:0;
613  font-size:16px;
614  line-height:26px;
615  display:inline-block;
616  vertical-align:bottom;
617}
618ul#title-tabs li {
619  display:block;
620  float:left;
621  margin-right:40px;
622  border-bottom: 3px solid transparent;
623}
624ul#title-tabs li.selected {
625  border-bottom: 3px solid #93C;
626}
627ul#title-tabs li a {
628  color:#333;
629}
630ul#title-tabs li a:hover,
631ul#title-tabs li a:active {
632  color:#93C !important;
633}
634
635
636
637/* content body */
638@-webkit-keyframes glowheader {
639  from {
640    background-color: #33b5e5;
641    color: #000;
642    border-bottom-color: #000; }
643
644  to {
645    background-color: transparent;
646    color: #33b5e5;
647    border-bottom-color: #33b5e5; } }
648
649@-moz-keyframes glowheader {
650  from {
651    background-color: #33b5e5;
652    color: #000;
653    border-bottom-color: #000; }
654
655  to {
656    background-color: transparent;
657    color: #33b5e5;
658    border-bottom-color: #33b5e5; } }
659
660@keyframes glowheader {
661  from {
662    background-color: #33b5e5;
663    color: #000;
664    border-bottom-color: #000; }
665
666  to {
667    background-color: transparent;
668    color: #33b5e5;
669    border-bottom-color: #33b5e5; } }
670
671h2:target,
672h3:target {
673    -webkit-animation-name: glowheader;
674    -moz-animation-name: glowheader;
675    animation-name: glowheader;
676    -webkit-animation-duration: 0.7s;
677    -moz-animation-duration: 0.7s;
678    animation-duration: 0.7s;
679    -webkit-animation-timing-function: ease-out;
680    -moz-animation-timing-function: ease-out;
681    animation-timing-function: ease-out; }
682
683.design ol h4 {
684  margin-bottom:0;
685}
686.design ol {
687  counter-reset: item; }
688  .design ol>li {
689    font-size: 14px;
690    line-height: 20px;
691    list-style-type: none;
692    position: relative; }
693    .design ol>li:before {
694      content: counter(item) ". ";
695      counter-increment: item;
696      position: absolute;
697      left: -20px;
698      top: 0; }
699    .design ol li.value-1:before {
700      content: "1. "; }
701    .design ol li.value-2:before {
702      content: "2. "; }
703    .design ol li.value-3:before {
704      content: "3. "; }
705    .design ol li.value-4:before {
706      content: "4. "; }
707    .design ol li.value-5:before {
708      content: "5. "; }
709    .design ol li.value-6:before {
710      content: "6. "; }
711    .design ol li.value-7:before {
712      content: "7. "; }
713    .design ol li.value-8:before {
714      content: "8. "; }
715    .design ol li.value-9:before {
716      content: "9. "; }
717    .design ol li.value-10:before {
718      content: "10. "; }
719.design .with-callouts ol>li {
720  list-style-position: inside;
721  margin-left: 0; }
722  .design .with-callouts ol>li:before {
723    display: inline;
724    left: -20px;
725    float: left;
726    width: 17px;
727    color: #33b5e5;
728    font-weight: 500; }
729.design .with-callouts ul>li {
730  list-style-position: outside; }
731
732/* special list items */
733li.no-bullet {
734  list-style-type: none !important; }
735li.no-bullet *{
736  margin:0; }
737
738.design li.with-icon {
739  position: relative;
740  margin-left: 20px;
741  min-height: 30px; }
742  .design li.with-icon p {
743    margin-left: 0 !important; }
744  .design li.with-icon:before {
745    position: absolute;
746    left: -40px;
747    top: 0;
748    content: '';
749    width: 30px;
750    height: 30px; }
751  .design li.with-icon.tablet:before {
752    background-image: url(../images/styles/ico_phone_tablet.png); }
753  .design li.with-icon.web:before {
754    background-image: url(../images/styles/ico_web.png); }
755  .design li.with-icon.action:before {
756    background-image: url(../images/styles/ico_action.png); }
757  .design li.with-icon.use:before {
758    background-image: url(../images/styles/ico_use.png); }
759
760/* figures and callouts */
761.figure {
762  position: relative; }
763  .figure.pad-below {
764    margin-bottom: 20px; }
765  .figure .figure-callout {
766    position: absolute;
767    color: #fff;
768    font-weight: 500;
769    font-size: 16px;
770    line-height: 23px;
771    text-align: center;
772    background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
773    padding-right: 2px;
774    width: 30px;
775    height: 29px;
776    z-index: 1000; }
777    .figure .figure-callout.top {
778      top: -9px; }
779    .figure .figure-callout.right {
780      right: -5px; }
781
782.figure-caption {
783  margin: 0 10px 20px 0;
784  font-size: 14px;
785  line-height: 20px;
786  font-style: italic; }
787
788/* rows of figures */
789.figure-row {
790  font-size: 0;
791  line-height: 0;
792  /* to prevent space between figures */ }
793  .figure-row .figure {
794    display: inline-block;
795    vertical-align: top; }
796  .figure-row .figure + .figure {
797    margin-left: 10px;
798    /* reintroduce space between figures */ }
799
800/* video  containers */
801.framed-galaxynexus-land-span-13 {
802  background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) no-repeat
803scroll top left;
804  padding: 42px 122px 62px 126px;
805  overflow: hidden; }
806  .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
807.framed-galaxynexus-land-span-13 img {
808    width: 512px;
809    height: 286px; }
810
811
812.framed-galaxynexus-land-span-8{
813  background: transparent url(../images/styles/device_galaxynexus_blank_land_span8.png) no-repeat
814scroll top left;
815  padding: 26px 68px 38px 72px;
816  overflow: hidden; }
817  .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
818.framed-galaxynexus-land-span-8 img {
819    width: 320px;
820    height: 180px; }
821
822.framed-galaxynexus-port-span-9 {
823  background: transparent url(../images/styles/device_galaxynexus_blank_port_span9.png) no-repeat
824scroll top left;
825  padding: 95px 122px 107px 124px;
826  overflow: hidden; }
827  .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
828.framed-galaxynexus-port-span-9 img {
829    width: 274px;
830    height: 488px; }
831
832.framed-galaxynexus-port-span-5 {
833  background: transparent url(../images/styles/device_galaxynexus_blank_port_span5.png) no-repeat
834scroll top left;
835  padding: 75px 31px 76px 33px;
836  overflow: hidden; }
837  .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
838.framed-galaxynexus-port-span-5 img {
839    width: 216px;
840    height: 384px; }
841
842/* landing page disclosures */
843.landing-page-link {
844  text-decoration: none;
845  font-weight: 500;
846  color: #333333; }
847  .landing-page-link:after {
848    content: '';
849    background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
850    width: 10px;
851    height: 10px;
852    display: inline-block;
853    margin-left: 5px; }
854
855/* tooltips */
856.tooltip-box {
857  position: absolute;
858  background-color: rgba(0, 0, 0, 0.9);
859  border-radius: 2px;
860  font-size: 14px;
861  line-height: 20px;
862  color: #fff;
863  padding: 6px 10px;
864  max-width: 250px;
865  z-index: 10000; }
866  .tooltip-box.below:after {
867    position: absolute;
868    content: '';
869    line-height: 0;
870    display: block;
871    top: -10px;
872    left: 5px;
873    border: 5px solid transparent;
874    border-bottom-color: rgba(0, 0, 0, 0.9); }
875
876/* video note */
877.video-instructions {
878  margin-top: 10px;
879  margin-bottom: 10px; }
880  .video-instructions:before {
881    content: '';
882    background: transparent url(../images/styles/ico_movie_inline.png) no-repeat scroll top left;
883    display: inline-block;
884    width: 12px;
885    height: 12px;
886    margin-right: 8px; }
887  .video-instructions:after {
888    content: 'Click device screen to replay movie.'; }
889
890/* download buttons */
891.download-button {
892  display: block;
893  margin-bottom: 5px;
894  text-decoration: none;
895  background-color: #33b5e5;
896  color: #fff !important;
897  font-weight: 500;
898  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
899  padding: 6px 12px;
900  border-radius: 2px; }
901  .download-button:hover, .download-button:focus {
902    background-color: #0099cc;
903    color: #fff !important; }
904  .download-button:active {
905    background-color: #006699; }
906
907/* UI tables and other things found in Writing style and Settings pattern */
908.ui-table {
909  width: 100%;
910  background-color: #282828;
911  color: #fff;
912  border-radius: 2px;
913  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
914  border-collapse: separate; }
915  .ui-table th,
916  .ui-table td {
917    padding: 5px 10px;
918    background-color: inherit;
919    border:0;}
920  .ui-table thead th {
921    font-weight: bold; }
922  .ui-table tfoot td {
923    border-top: 1px solid #494949;
924    border-right: 1px solid #494949;
925    text-align: center; }
926    .ui-table tfoot td:last-child {
927      border-right: 0; }
928
929.layout-with-list-item-margins {
930  margin-left: 30px !important; }
931
932.emulate-content-left-padding {
933  margin-left: 10px; }
934
935.do-dont-label {
936  margin-bottom: 10px;
937  padding-left: 20px;
938  background: transparent none no-repeat scroll 0px 3px; }
939  .do-dont-label.bad {
940    background-image: url(../images/styles/ico_wrong.png); }
941  .do-dont-label.good {
942    background-image: url(../images/styles/ico_good.png); }
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962/***** PREVIOUSLY style.css ******************/
963
964
965
966
967
968@media screen, projection, print {
969[dir='rtl'] {
970    direction: rtl;
971}
972html {
973    line-height: 20px;
974}
975pre, table, input, textarea, code {
976    font-size: 1em;
977}
978address, abbr, cite {
979    font-style: normal;
980}
981[dir='rtl'] th {
982    text-align: right;
983}
984html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q,
985html[lang^=zh] blockquote, html[lang^=zh] q {
986    font-style: normal;
987}
988q {
989    font-style: italic;
990}
991fieldset, iframe, img {
992    border: 0;
993}
994img {
995	-ms-interpolation-mode: bicubic;
996	vertical-align: middle;
997	max-width: 100%;
998}
999q {
1000    quotes: none;
1001}
1002sup, sub {
1003    font-size: 11px;
1004    line-height: 0;
1005}
1006}
1007
1008@media screen, projection {
1009
1010table, fieldset {
1011    margin: 0;
1012}
1013h1 {
1014    color:#333;
1015    font-size: 22px;
1016    margin: 20px 0 20px;
1017    padding:0 0 10px;
1018}
1019h1, h2 {
1020    line-height: 32px;
1021}
1022h1.short {
1023  margin-right:320px;
1024}
1025h1.short {
1026  margin-right:320px;
1027}
1028h1.super {
1029    font-size: 37px;
1030}
1031h2 {
1032    color:#333;
1033    font-size: 20px;
1034    margin: 20px 0 20px;
1035    padding:0;
1036}
1037h3 {
1038    color:#333;
1039    font-size: 18px;
1040}
1041h3, h4 {
1042    color:#333;
1043    line-height: 20px;
1044    margin: 10px 0;
1045}
1046h4 {
1047	font-size: 16px;
1048}
1049h5 {
1050	font-size: 14px;
1051}
1052h5, h6 {
1053	margin: 5px 0;
1054}
1055h6 {
1056	font-size: 12px;
1057}
1058hr { /* applied to the bottom of h2 elements */
1059	height: 1px;
1060	margin: 5px 0 20px;
1061	border: 0;
1062	background: #ccc;
1063}
1064p, pre, table, form {
1065    margin: 0 0 15px;
1066}
1067small {
1068	font-size: 11.5px;
1069	color: #000;
1070}
1071ul, ol {
1072    margin: 0 0 15px 18px;
1073    padding: 0;
1074}
1075[dir='rtl'] ul, [dir='rtl'] ol {
1076    margin: 10px 30px 10px 10px;
1077}
1078ul ul, ul ol, ol ul, ol ol {
1079    margin-bottom: 0;
1080    margin-top: 0;
1081}
1082li {
1083  margin:0 0 5px;
1084}
1085dd {
1086  margin:0 0 10px 30px;
1087}
1088dd p {
1089  margin:10px 0 0;
1090}
1091li p,
1092li pre,
1093li ul,
1094li ol {
1095  margin-top:5px;
1096  margin-bottom:5px;
1097}
1098pre strong, pre b, a strong, a b, a code {
1099    color: inherit;
1100}
1101pre, code {
1102    color: #060;
1103    font: 14px/1.5 'courier new', courier, monospace;
1104}
1105code {
1106    font-weight:bold;
1107}
1108
1109legend {
1110    display: none;
1111}
1112a:link, a:visited {
1113  color: #258aaf;
1114  text-decoration: none;
1115}
1116a:focus, a:hover, a:active {
1117  color: #33B5E5;
1118  text-decoration: none;
1119}
1120strong, b {
1121  font-weight:bold;
1122  color: #222;
1123}
1124table {
1125  border-collapse: collapse;
1126  border-spacing: 0;
1127  border:0;
1128  margin: .5em 1em 1em 0;
1129  width:100%; /* consistent table widths; within IE's quirks */
1130  background-color:#f7f7f7;
1131}
1132th, td {
1133  padding: 4px 12px;
1134  vertical-align: top;
1135  text-align: left;
1136}
1137td {
1138  background-color:inherit;
1139  border:solid 1px #DDD;
1140}
1141td *:last-child {
1142  margin-bottom:0;
1143}
1144th {
1145  background-color: #999;
1146  color: #fff;
1147  border:solid 1px #DDD;
1148  font-weight: normal;
1149}
1150tr:first-of-type th:first-of-type:empty {
1151    visibility: hidden;
1152}
1153/* --------------------------------------------------------------------------
1154Footer
1155*/
1156.line {
1157    clear: both;
1158    background: #acbc00;
1159    background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1160    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
1161color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
1162    background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1163    background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1164    background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1165    background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1166    height: 2px;
1167    margin-top: 150px;
1168    position: relative;
1169    z-index: 11;
1170}
1171#footer {
1172    font-size:11px;
1173    clear: both;
1174    color: #999;
1175    padding: 15px 0;
1176    margin-top:10px;
1177    width:auto;
1178}
1179#footer-local ul {
1180	list-style: none;
1181	margin: 5px 0 30px 0;
1182}
1183#footer-local li {
1184    display: inline;
1185}
1186#footer-local li+li:before {
1187    content: '|';
1188    padding: 0 3px;
1189	color: #e5e5e5;
1190}
1191#footer-global {
1192    padding: 10px 15px;
1193	background: #f5f5f5;
1194}
1195#footer-global {
1196    border-top: 1px solid #ebebeb;
1197    font-size: 11.5px;
1198    line-height: 1.8;
1199    list-style: none;
1200}
1201#footer-global ul {
1202    margin: 0;
1203}
1204#footer-global li {
1205    display: inline;
1206    font-weight: bold;
1207}
1208#footer-global li+li:before {
1209    content: '¬?';
1210    padding: 0 3px;
1211}
1212* html #footer-global li {
1213    margin: 0 13px 0 0;
1214}
1215* [dir='rtl'] #footer-global li {
1216    margin: 0 0 0 13px;
1217}
1218*+html #footer-global li {
1219    margin: 0 13px 0 0;
1220}
1221*+[dir='rtl'] #footer-global li {
1222    margin: 0 0 0 13px;
1223}
1224#footer-global li a {
1225    font-weight: normal;
1226}
1227.locales {
1228  margin: 10px 0 0 0px;
1229}
1230[dir='rtl'] .locales {
1231    background-position: right center;
1232    float: left;
1233    padding: 0 24px 0 0;
1234}
1235.locales form {
1236    margin: 0;
1237}
1238.locales select, .sites select {
1239  line-height: 3.08;
1240  margin: 0px 0;
1241  border: solid 1px #EBEBEB;
1242  -webkit-appearance: none;
1243  background: white url('../images/arrows-up-down.png') right center no-repeat;
1244  height: 30px;
1245  color: #222;
1246  line-height: normal;
1247  padding: 5px;
1248  width: 230px;
1249}
1250}
1251
1252/* =============================================================================
1253   Print Only
1254   ========================================================================== */
1255@media print {
1256  /* configure printed page */
1257  @page {
1258      margin: 0.75in 1in;
1259      widows: 4;
1260      orphans: 4;
1261  }
1262
1263  /* reset spacing metrics */
1264  html, body, .wrap {
1265      margin: 0 !important;
1266      padding: 0 !important;
1267      width: auto !important;
1268  }
1269
1270  /* leave enough space on the left for bullets */
1271  body {
1272      padding-left: 20px !important;
1273  }
1274  #doc-col {
1275      margin-left: 0;
1276  }
1277
1278  /* hide a bunch of non-content elements */
1279  #header, #footer, #nav-x, #side-nav,
1280  .training-nav-top, .training-nav-bottom,
1281  #doc-col .content-footer,
1282  .nav-x, .nav-y,
1283  .paging-links,
1284  a.totop {
1285      display: none !important;
1286  }
1287
1288  /* remove extra space above page titles */
1289  #doc-col .content-header {
1290      margin-top: 0;
1291  }
1292
1293  /* bump up spacing above subheadings */
1294  h2 {
1295      margin-top: 40px !important;
1296  }
1297
1298  /* print link URLs where possible and give links default text color */
1299  p a:after {
1300      content: " (" attr(href) ")";
1301      font-size: 80%;
1302  }
1303  p a {
1304      word-wrap: break-word;
1305  }
1306  a {
1307      color: inherit;
1308  }
1309
1310  /* syntax highlighting rules */
1311  .str { color: #060; }
1312  .kwd { color: #006; font-weight: bold; }
1313  .com { color: #600; font-style: italic; }
1314  .typ { color: #404; font-weight: bold; }
1315  .lit { color: #044; }
1316  .pun { color: #440; }
1317  .pln { color: #000; }
1318  .tag { color: #006; font-weight: bold; }
1319  .atn { color: #404; }
1320  .atv { color: #060; }
1321}
1322
1323/* =============================================================================
1324   Columns
1325   ========================================================================== */
1326
1327@media screen, projection, print {
1328.full {
1329	padding: 2.5em 0;
1330	border-top: solid 1px #ddd;
1331	border-bottom: solid 1px #ddd;
1332	background: #f7f7f7;
1333}
1334.wrap {
1335	margin: 0 auto;
1336	width: 940px;
1337	clear: both;
1338}
1339.cols {
1340    height: 1%;
1341    margin: 0 -1.533742331288343558282%;
1342    width: 103.06748466257669%}
1343*+html .cols {
1344    margin-bottom: 20px;
1345}
1346.cols:after {
1347    clear: both;
1348    content: ' ';
1349    display: block;
1350    height: 0;
1351    visibility: hidden;
1352}
1353.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
1354.col-13, .col-14, .col-15, .col-16 {
1355    display: inline;
1356	float: left;
1357	margin-left: 10px;
1358	margin-right: 10px;
1359}
1360/*
1361* html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html
1362.col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12  {
1363    margin: 0;
1364    padding: 0 1.4% 20px;
1365}
1366[dir='rtl'] .col-1, [dir='rtl'] .col-2, [dir='rtl'] .col-3, [dir='rtl'] .col-4, [dir='rtl'] .col-5,
1367[dir='rtl'] .col-6, [dir='rtl'] .col-7, [dir='rtl'] .col-8, [dir='rtl'] .col-9, [dir='rtl'] .col-10,
1368[dir='rtl'] .col-11, [dir='rtl'] .col-12 {
1369    float: right;
1370}
1371*/
1372.col-1 { width: 40px }
1373.col-2 { width: 100px }
1374.col-3 { width: 160px }
1375.col-4 { width: 220px }
1376.col-5 { width: 280px }
1377.col-6 { width: 340px }
1378.col-7 { width: 400px }
1379.col-8 { width: 460px }
1380.col-9 { width: 520px }
1381.col-10 { width: 580px }
1382.col-11 { width: 640px }
1383.col-12 { width: 700px }
1384.col-13 { width: 760px }
1385.col-14 { width: 820px }
1386.col-15 { width: 880px }
1387.col-16 { width: 940px }
1388}
1389
1390.col-right {
1391  margin-right:0px;
1392}
1393
1394@media screen and (max-width:772px) {
1395.col-5, .col-6, .col-7 {
1396    clear: both;
1397    width: 97.0238096%}
1398}
1399
1400/* =============================================================================
1401   Layout
1402   ========================================================================== */
1403@media screen, projection, print {
1404
1405/* --------------------------------------------------------------------------
1406Header, Login, Nav-X, Search
1407*/
1408#header {
1409	padding: 2.2em 0 0.2em 0;
1410}
1411#header:before, #header:after {
1412	content: "";
1413	display: table;
1414	clear: both
1415}
1416.logo, .nav-x {
1417    float: left;
1418}
1419.nav-x {
1420    margin-top: -2px;
1421	list-style-type: none;
1422}
1423.nav-x a {
1424    color: #333;
1425    font-size: 16px;
1426}
1427.design a.selected {
1428    color: #33b5e5;
1429}
1430.develop a.selected {
1431    color: #F80;
1432}
1433.distribute a.selected {
1434    color: #9C0;
1435}
1436
1437
1438
1439.nav-x li {
1440    display: inline;
1441    margin-right: 45px;
1442}
1443.search {
1444	float: right;
1445	position: relative;
1446	width: 220px
1447}
1448.search .bottom, .search .left, .search .right {
1449	position: absolute;
1450	background-color: #a3a3a3;
1451}
1452.search .bottom {
1453	width: 220px;
1454	height: 1px;
1455	top: 24px;
1456	left: 0
1457}
1458.search .left, .search .right {
1459	height: 5px;
1460	width: 1px
1461}
1462.search .left {	top: 19px; left: 0 }
1463.search .right { top: 19px; right: 0 }
1464.search form {
1465	float: left;
1466	margin-top: 2px;
1467	width: inherit;
1468}
1469.search .close,
1470#player-frame .close {
1471  position: absolute;
1472  right: 8px;
1473  bottom: 4px;
1474  width: 16px;
1475  height: 16px;
1476  margin: 0;
1477  text-indent: -1000em;
1478  background: url(../images/close.png) no-repeat 0 0;
1479  z-index:9999;
1480}
1481.search .close:hover, .search .close:focus,
1482#player-frame .close:hover, #player-frame .close:focus {
1483  background-position: -16px 0;
1484  cursor:pointer;
1485}
1486#player-frame .close {
1487  top: 6px;
1488}
1489.search form input {
1490	color: #999;
1491	font-size: 1em;
1492	width: inherit;
1493	border: none;
1494	margin: 0;
1495	padding:0 0 0 6px;
1496	z-index: 1500;
1497	background-color: transparent
1498}
1499.search:hover .bottom, .search:hover .left, .search:hover .right {
1500	background-color: #33b5e5;
1501}
1502.search:hover .icon {
1503	background-position: -8px 0
1504}
1505.search form input:focus {
1506	color: #222;
1507	font-weight: bold;
1508	outline:0;
1509}
1510/* Search Dropdown */
1511.search-dropdown {
1512	padding: 15px;
1513	width: 192px;
1514	border: solid 1px #c5c5c5;
1515	background: #fff;
1516	position: absolute;
1517	top: 35px;
1518	left: 0;
1519	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1520	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1521	box-shadow: 0  0 10px rgba(0,0,0,0.2)
1522}
1523.search-dropdown ul, .search-dropdown ul li {
1524	list-style-type: none;
1525	margin: 0;
1526	padding: 0
1527}
1528.search-dropdown ul li {
1529	clear: both
1530}
1531.search-dropdown img {
1532	float: left;
1533	margin: 0 10px 10px 0
1534}
1535.search-dropdown h6 {
1536	color: #222;
1537	margin: 0;
1538	line-height: normal
1539}
1540.search-dropdown .desc {
1541	color: #999;
1542	font-size: 11.5px;
1543	line-height: normal;
1544	margin: 0;
1545}
1546.search-dropdown li a:hover h6, .search-dropdown li a:hover .desc {
1547	color: #33b5e5
1548}
1549/* --------------------------------------------------------------------------
1550Buttons
1551*/
1552.button, a.button, .button-secondary, a.button-secondary {
1553	border-image: initial;
1554    -webkit-border-radius: 2px;
1555    -moz-border-radius: 2px;
1556    border-radius: 2px;
1557    cursor: pointer;
1558}
1559.button, a.button {
1560    display:inline-block;
1561    background-color: #09c;
1562    background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1563    background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1564    background-image: -moz-linear-gradient(top, #2faddb, #09c);
1565    background-image: -ms-linear-gradient(top, #2faddb, #09c);
1566    background-image: -o-linear-gradient(top, #2faddb, #09c);
1567    background-image: linear-gradient(top, #2faddb, #09c);
1568    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0);
1569    border: 1px solid #3990ab;
1570    color: #fff;
1571}
1572.button-secondary, a.button-secondary {
1573    background-color: #f3f3f3;
1574    border: 1px solid #dcdcdc;
1575    color: #444;
1576}
1577a.button, a.button:visited, a.button-secondary, a.button-secondary:visited {
1578    margin-right: 16px;
1579	 font-weight: 400;
1580    min-width: 54px;
1581    outline: 0;
1582    padding: 8px 15px;
1583    text-align: center;
1584}
1585.button, .button-secondary {
1586    margin-right: 16px;
1587	font-weight: 400;
1588    min-width: 54px;
1589    outline: 0;
1590    padding: 0 15px;
1591    text-align: center;
1592}
1593.button:hover, a.button:hover {
1594    border-color: #09c;
1595    background-color: #4cadcb;
1596    background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb));
1597    background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb);
1598    background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb);
1599    background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb);
1600    background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb);
1601    background-image: linear-gradient(top, #5dbcd9, #4cadcb);
1602    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',
1603EndColorStr='#4cadcb',GradientType=0);
1604    color: #fff !important;
1605}
1606.button:active, a.button:active {
1607    background-color: #1e799a;
1608    background-image: none;
1609    border-color: #30b7e6;
1610}
1611a.button.big.subtitle {
1612  line-height:18px;
1613}
1614.button-secondary:hover, a.button-secondary:hover {
1615    border-color: #dbdbdb;
1616    background-color: #f3f3f3;
1617    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1618    background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1619    background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1620    background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1621    background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1622    background-image: linear-gradient(top, #f9f9f9, #ececec);
1623    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1624EndColorStr='#ececec');
1625    color: #33B5E5 !important;
1626}
1627.button-secondary:active, a.button-secondary:active {
1628   border-color: #dadada;
1629	background: #ebebeb; /* Old browsers */
1630	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
1631	background:
1632url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/
1633Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jv
1634eD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+
1635CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIg
1636eDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJl
1637YiIgc3RvcC1vcGFjaXR5PSIxIi8+
1638CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1639CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+
1640CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1641CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFy
1642R3JhZGllbnQ+
1643CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIg
1644Lz4KPC9zdmc+);
1645	background: -moz-linear-gradient(top,  #ebebeb 0%, #f9f9f9 5%, #fafafa 50%, #f9f9f9 90%,
1646#ffffff 100%); /* FF3.6+ */
1647	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
1648color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
1649/* Chrome,Safari4+ */
1650	background: -webkit-linear-gradient(top,  #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9
165190%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
1652	background: -o-linear-gradient(top,  #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
1653100%); /* Opera 11.10+ */
1654	background: -ms-linear-gradient(top,  #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
1655100%); /* IE10+ */
1656	background: linear-gradient(top,  #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
1657100%); /* W3C */
1658	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
1659endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
1660	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1661	-moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1662	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1663	color: #258AAF !important;
1664}
1665.button.big {
1666  font-size:20px;
1667  display:inline-block;
1668}
1669.button.big span.small {
1670  font-size:14px;
1671}
1672.button-caption {
1673  margin-top:10px;
1674  font-size:12px;
1675  font-style:italic;
1676}
1677
1678.button.disabled,
1679.button.disabled:hover,
1680.button.disabled:active {
1681  background:#ebebeb;
1682  color:#999 !important;
1683  border-color:#999;
1684  cursor:default;
1685}
1686
1687.training-nav-top a.button-secondary,
1688.training-nav-bottom a.button-secondary {
1689  display:block;
1690  float:left;
1691  margin:0;
1692  width:130px;
1693  text-transform:uppercase;
1694  font-weight:bold;
1695
1696    background-color: #f3f3f3;
1697    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1698    background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1699    background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1700    background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1701    background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1702    background-image: linear-gradient(top, #f9f9f9, #ececec);
1703    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1704EndColorStr='#ececec');
1705    color: #33B5E5;
1706}
1707
1708.training-nav-top a.button-secondary:hover,
1709.training-nav-bottom a.button-secondary:hover {
1710    background-color: #09c;
1711    background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1712    background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1713    background-image: -moz-linear-gradient(top, #2faddb, #09c);
1714    background-image: -ms-linear-gradient(top, #2faddb, #09c);
1715    background-image: -o-linear-gradient(top, #2faddb, #09c);
1716    background-image: linear-gradient(top, #2faddb, #09c);
1717    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
1718    border: 1px solid #3990ab;
1719    color: #fff !important;
1720}
1721
1722.training-nav-top a.button-secondary.last,
1723.training-nav-bottom a.button-secondary.last {
1724  border-left:0;
1725}
1726
1727.training-nav-top a.button-secondary.double-size,
1728.training-nav-bottom a.button-secondary.double-size {
1729  width:291px;
1730}
1731
1732.training-nav-top,
1733.training-nav-bottom {
1734  float:right;
1735  margin:0 0 0 20px;
1736}
1737
1738.training-nav-bottom {
1739  padding:0 0 20px;
1740}
1741
1742#tb-wrapper,
1743#qv-wrapper {
1744  float:right;
1745  clear:right;
1746  margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
1747  padding:0 0 20px;
1748}
1749
1750#tb,
1751#qv {
1752  font-size:13px;
1753  line-height:18px;
1754  width:238px;
1755  border:1px solid #ccc;
1756  float:right;
1757}
1758
1759#tb {
1760  width:278px;
1761}
1762
1763#tb h2,
1764#qv h2 {
1765  margin:10px 15px;
1766  padding:0;
1767  text-transform:uppercase;
1768  border-bottom:1px solid gainsboro;
1769}
1770
1771#tb *,
1772#qv * {
1773  font-size:inherit;
1774}
1775
1776#tb .download-box {
1777  padding:0 0 0 15px;
1778}
1779
1780#tb .download-box .filename {
1781  font-size:11px;
1782  margin:4px 4px 10px;
1783  color:#666;
1784}
1785
1786
1787/* Dev guide quicknav */
1788
1789.sidebox-wrapper {
1790  float:right;
1791  clear:right;
1792  margin:0 0 0 20px;
1793  padding:0 0 20px;
1794}
1795
1796.sidebox {
1797  width:226px;
1798  font-size:13px;
1799  line-height:18px;
1800  border-left:4px solid #99CC00;
1801  float:right;
1802  padding:0 0 0 10px;
1803  margin:0 0 1em 20px;
1804}
1805
1806.sidebox h2,
1807.sidebox h3,
1808.sidebox h4,
1809.sidebox h5 {
1810  font-weight:bold;
1811  margin:0 0 10px;
1812}
1813
1814.sidebox * {
1815  font-size:inherit;
1816}
1817
1818#tb ol,
1819#tb ul,
1820#qv ul {
1821  margin:0 15px 10px 35px;
1822}
1823
1824#qv ol {
1825  list-style:none;
1826  margin:0 15px 15px;
1827  font-size:inherit;
1828  line-height:inherit;
1829}
1830
1831#tb ol ol,
1832#tb ul ul,
1833#qv ol ol,
1834#qv ul ul,
1835.sidebox ol ol,
1836.sidebox ul ul {
1837  margin-bottom:0;
1838}
1839
1840#qv ol ol {
1841  margin:3px 0 3px 15px;
1842}
1843
1844.sidebox p,
1845#qv p,
1846#tb p {
1847  margin: 0 0 10px;
1848}
1849
1850
1851/* --------------------------------------------------------------------------
1852Form
1853*/
1854.article form {
1855    margin: 0 0 20px;
1856}
1857.article form .form-required {
1858    color: #dd4b39;
1859}
1860.article form fieldset {
1861    margin: 0 0 20px;
1862    padding: 0;
1863}
1864.article form legend {
1865    display: block;
1866    line-height: 1.5;
1867    margin: 0;
1868    padding: 0;
1869}
1870/*
1871.article form ol, .article form ul {
1872    margin: 0 0 0 1em;
1873    padding: 0 0 0 1em;
1874}
1875[dir='rtl'] .article form ol, [dir='rtl'] .article form ul {
1876    margin: 0 1em 0 0;
1877    padding: 0 1em 0 0;
1878}
1879.article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form
1880ul ul {
1881    list-style: none;
1882    margin: 0;
1883    padding: 0;
1884}
1885.article form li {
1886    margin: 0 0 20px;
1887}
1888.article form li li {
1889    margin: 0 0 5px;
1890}
1891*/
1892.article form label {
1893    display: block;
1894    margin: 0 0 5px;
1895    padding: 0;
1896}
1897.article form input[type='text'], .article form select, .article form textarea, .article form
1898.checkbox-group, .article form .radio-group {
1899    margin-bottom: 15px;
1900}
1901.checkbox-group input {
1902	width: 13px;
1903	height: 13px;
1904	background: #fff;
1905	border: solid 1px #c6c6c6;
1906	float: left;
1907}
1908.article form .checkbox-group, .article form .radio-group {
1909	display: block
1910}
1911.article form select {
1912    border: solid 1px #ebebeb;
1913    border-top-color: #ddd;
1914    -webkit-appearance: none;
1915    background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
1916    height: 30px;
1917    color: #222;
1918    line-height: normal;
1919    padding: 5px;
1920    width: 130px;
1921}
1922
1923.article form .browse .browse-msg {
1924	font-size: 11.5px;
1925}
1926.article form .browse .button-secondary {
1927	height: auto;
1928	line-height: 25px;
1929	font-size: 11px;
1930	padding: 0 8px;
1931	margin: 0 10px 15px 0;
1932}
1933.article form input[type='text'], .article form textarea {
1934    border: 1px solid #ebebeb;
1935    border-top-color: #dcdcdc;
1936    color: #222;
1937    line-height: normal;
1938    padding: 6px 10px;
1939    width: 300px;
1940}
1941.article form textarea {
1942    height: 150px;
1943}
1944.article form input[type='text']:focus, .article form textarea:focus {
1945    border-color: #33B5E5;
1946    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1947    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1948    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1949    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1950    outline: 0;
1951}
1952.article form input[disabled], .article form textarea[disabled], .article form label.form-disabled {
1953    color: #999;
1954}
1955.article form input[type='text'][disabled], .article form textarea[disabled] {
1956    background-color: #ebebeb;
1957}
1958form .form-error input[type='text'], form .form-error textarea {
1959    border-color: #dd4b39;
1960	margin-right: 20px;
1961}
1962.aside {
1963    -moz-border-radius: 2px;
1964    -webkit-border-radius: 2px;
1965    border-radius: 2px;
1966    margin: 10px 0;
1967    padding: 20px;
1968	color: #666;
1969    position: relative;
1970	background: #f9f9f9;
1971}
1972/*
1973.aside, .notification, .promo {
1974    -moz-border-radius: 2px;
1975    -webkit-border-radius: 2px;
1976    border-radius: 2px;
1977    margin: 10px 0;
1978    padding: 10px;
1979    position: relative;
1980}
1981.aside>:first-child, .notification>:first-child, .promo>:first-child {
1982    margin-top: 0;
1983}
1984.aside>:last-child, .notification>:last-child, .promo>:last-child {
1985    margin-bottom: 0;
1986}
1987.aside {
1988    background: #f9f9f9;
1989}
1990.notification {
1991    background: #fffbe4;
1992    border-color: #f8f6e6;
1993}
1994.promo {
1995    background: #f6f9ff;
1996    border-color: #eff2f9;
1997}
1998*/
1999
2000/* SDK TOS styles */
2001
2002div.sdk-terms {
2003  white-space: pre-wrap;
2004  word-wrap: break-word;
2005  font-family: inherit;
2006  font-size: inherit;
2007  padding: 10px;
2008  height: 370px;
2009  width: 738px;
2010  border: 1px solid #444;
2011  background: transparent;
2012  overflow:auto;
2013  margin:0 0 10px;
2014}
2015
2016div.sdk-terms.fullsize {
2017  padding: 0;
2018  height: auto;
2019  width: auto;
2020  border:none;
2021}
2022
2023div.sdk-terms h3,
2024div.sdk-terms h2 {
2025  margin:0;
2026}
2027
2028div#sdk-terms-form {
2029  padding:0 0 0 10px;
2030}
2031
2032div#sdk-terms-form input {
2033  display:inline;
2034  margin:4px 4px 4px 0;
2035}
2036
2037
2038/* --------------------------------------------------------------------------
2039Code Style
2040*/
2041pre {
2042  margin:0 0 1em 0;
2043  padding: 1em;
2044  overflow: auto;
2045  border: solid 1px #ddd;
2046  background: #f7f7f7;
2047}
2048.str { color: #080; }
2049.kwd { color: #008; }
2050.com { color: #800; }
2051.typ { color: #606; }
2052.lit { color: #066; }
2053.pun { color: #660; }
2054.pln { color: #000; }
2055.tag { color: #008; }
2056.atn { color: #828; }
2057.atv { color: #080; }
2058.dec { color: #606; }
2059
2060/* --------------------------------------------------------------------------
2061Three-Pane
2062*/
2063/* Package Nav & Classes Nav */
2064.three-pane {
2065	position: relative;
2066	border-top: solid 1px #ebebeb;
2067}
2068#packages-nav .js-pane,
2069#classes-nav .js-pane {
2070  overflow:visible;
2071}
2072#packages-nav {
2073        height:270px;
2074	max-height: inherit;
2075	overflow: hidden;
2076	position: relative;
2077}
2078#classes-nav {
2079	overflow: hidden;
2080	position: relative;
2081}
2082#packages-nav ul, #classes-nav ul {
2083	list-style-type: none;
2084	margin: 10px 0 20px 0;
2085	padding: 0;
2086}
2087#classes-nav li {
2088	font-weight: bold;
2089	margin: 5px 0;
2090}
2091#packages-nav li,
2092#classes-nav li li {
2093	margin: 0;
2094}
2095#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2096#classes-nav li a, #classes-nav li a:active, #classes-nav li a:visited {
2097	padding: 0 0 0 4px;
2098}
2099#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2100#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited,
2101#nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited {
2102	color: #222;
2103	font-weight: normal;
2104}
2105#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2106#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited {
2107	display: block;
2108}
2109#packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected
2110a:visited,
2111#classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected
2112a:visited,
2113#nav-tree li div.selected {
2114    font-weight: 500;
2115    color: #0099cc;
2116    background-color:#fff; }
2117  #packages-nav li.selected ul li a,
2118  #classes-nav li.selected ul li a {
2119  /* don't highlight child items */
2120    color: #555555; }
2121#nav-tree li div.selected a {
2122    font-weight: 500;
2123    color: #0099cc;
2124}
2125#nav-swap {
2126  height:30px;
2127  border-top:1px solid #ccc;
2128}
2129#nav-swap a {
2130  display:inline-block;
2131  height:100%;
2132  color: #222;
2133  font-size: 12px;
2134  padding: 5px 0 5px 5px;
2135}
2136
2137#nav-swap .fullscreen {
2138  float: right;
2139  width: 24px;
2140  height: 24px;
2141  text-indent: -1000em;
2142  padding:0;
2143  margin:3px 5px 0;
2144  background: url(../images/fullscreen.png) no-repeat -24px 0;
2145}
2146#nav-swap .fullscreen.disabled {
2147  background-position: 0 0;
2148}
2149#nav-swap .fullscreen:hover,
2150#nav-swap .fullscreen:focus {
2151  cursor:pointer;
2152}
2153
2154
2155/* nav tree */
2156#side-nav, #devdoc-nav, #swapper,
2157#nav-tree, #tree-list {
2158  overflow:hidden;
2159  margin-left:0;
2160}
2161
2162#nav-tree ul {
2163  list-style:none;
2164  padding:0;
2165  margin:10px 0;
2166}
2167
2168#nav-tree ul li div {
2169  padding:0 0 0 4px;
2170}
2171
2172#side-nav #nav-tree ul li a,
2173#side-nav #nav-tree ul li span.no-children {
2174  padding: 0;
2175  margin: 0;
2176}
2177
2178#nav-tree .plus {
2179  margin: 0 3px 0 0;
2180}
2181
2182#nav-tree ul ul {
2183  list-style: none;
2184  margin: 0;
2185  padding: 0 0 0 0;
2186}
2187
2188#nav-tree ul li {
2189  margin: 0;
2190  padding: 0 0 0 0;
2191  white-space: nowrap;
2192}
2193
2194#nav-tree .children_ul {
2195  padding:0;
2196  margin:0;
2197}
2198#nav-tree .children_ul li div {
2199  padding:0 0 0 10px;
2200}
2201#nav-tree .children_ul .children_ul li div {
2202  padding:0 0 0 20px;
2203}
2204
2205#nav-tree a.nolink {
2206  color: #222;
2207  text-decoration: none;
2208}
2209
2210#nav-tree span.label {
2211  width: 100%;
2212}
2213
2214#nav-tree {
2215  overflow-x: auto;
2216  overflow-y: scroll;
2217  outline:0;
2218}
2219
2220
2221/* Content */
2222#doc-col {
2223  margin-right:0;
2224}
2225#doc-content-container {
2226	margin-left: 291px
2227}
2228#doc-header, #doc-content {
2229	padding: 1em 2em;
2230}
2231#doc-header {
2232	background: #f7f7f7;
2233}
2234#doc-header h1 {
2235	line-height: 0;
2236	margin-bottom: 15px;
2237}
2238#api-info-block {
2239	float: right;
2240	font-weight: bold;
2241}
2242#api-info-block a, #api-info-block a:active, #api-info-block a:visited {
2243	color: #222;
2244}
2245#api-info-block a:hover, #api-info-block a:focus {
2246	color: #33B5E5;
2247}
2248#api-nav-header {
2249  height:19px; /* plus 16px padding = 35; same as #nav li */
2250  font-size:14px;
2251  padding: 8px 0;
2252  margin: 0;
2253  border-bottom: 1px solid #CCC;
2254  background:#e9e9e9;
2255  background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */
2256
2257}
2258#api-nav-title {
2259  padding:0 5px;
2260  white-space:nowrap;
2261}
2262
2263#api-level-toggle {
2264  float:right;
2265  padding:0 5px;
2266}
2267
2268#api-level-toggle label {
2269  margin:0;
2270  vertical-align:top;
2271  line-height: 19px;
2272  font-size:13px;
2273  height: 19px;
2274}
2275
2276#api-level-toggle .select-wrapper {
2277  width: 35px;
2278  display: inline-block;
2279  overflow: hidden;
2280}
2281#api-level-toggle select {
2282  border: 0;
2283  appearance:none;
2284  -moz-appearance:none;
2285  -webkit-appearance: none;
2286  background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
2287  color: #222;
2288  height: 19px;
2289  line-height: 19px;
2290  padding: 0;
2291  margin:1px 0 0 0;
2292  width:150%;
2293  font-size:13px;
2294  vertical-align:top;
2295  outline:0;
2296}
2297
2298
2299/* Toggle for revision notes and stuff */
2300div.toggle-content.closed .toggle-content-toggleme {
2301  display:none;
2302}
2303
2304#jd-content img.toggle-content-img {
2305  margin:0 5px 5px 0;
2306}
2307div.toggle-content p {
2308  margin:10px 0 0;
2309}
2310div.toggle-content-toggleme {
2311  padding:0 0 0 15px;
2312}
2313
2314
2315/* API LEVEL FILTERED MEMBERS */
2316
2317.absent,
2318.absent a:link,
2319.absent a:visited,
2320.absent a:hover,
2321.absent * {
2322  color:#bbb !important;
2323  cursor:default !important;
2324  text-decoration:none !important;
2325}
2326#devdoc-nav li.absent.selected,
2327#devdoc-nav li.absent.selected *,
2328#devdoc-nav div.label.absent.selected,
2329#devdoc-nav div.label.absent.selected * {
2330  background-color:#eaeaea !important;
2331}
2332.absent h4.jd-details-title,
2333.absent h4.jd-details-title * {
2334  background-color:#f6f6f6 !important;
2335}
2336.absent img {
2337  opacity: .3;
2338  filter: alpha(opacity=30);
2339  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2340}
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350/* JQUERY RESIZABLE STYLES */
2351.ui-resizable { position: relative; }
2352.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2353.ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; }
2354/*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2355body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
2356.ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0;
2357border-bottom: solid 1px #ededed;
2358  background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
2359/*
2360.ui-resizable-e {
2361cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
23621px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
2363*/
2364
2365/* --------------------------------------------------------------------------
2366Lightbox
2367*/
2368.lightbox {
2369	width: 769px;
2370	padding: 1.5em;
2371	margin: 0 auto;
2372	border: solid 1px #dcdcdc;
2373	background: #fff;
2374	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2375	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2376	box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
2377}
2378.lightbox .header {
2379	float: left;
2380	width: 720px;
2381	margin: -10px 20px 10px 0;
2382}
2383.lightbox .close {
2384	float: right;
2385	width: 10px;
2386	height: 10px;
2387	margin: -10px -10px 10px 0;
2388	text-indent: -1000em;
2389	background: url(../images/close.png) no-repeat 0 0;
2390}
2391.lightbox .close:hover, .lightbox .close:focus {
2392	background-position: -10px 0;
2393}
2394
2395/* --------------------------------------------------------------------------
2396Misc
2397*/
2398
2399
2400.clearfix:before, .clearfix:after {
2401	content: "";
2402	display: table
2403}
2404.clearfix:after {
2405	clear: both
2406}
2407.clearfix {
2408	*zoom: 1
2409}
2410table.blank th, table.blank td {
2411    border: 0;
2412	background: none
2413}
2414.caption {
2415	margin: 0.5em 0 2em 0;
2416	color: #000;
2417	font-size: 11.5px;
2418}
2419
2420.nolist {
2421  list-style:none;
2422  margin-left:0;
2423}
2424#tb .nolist {
2425  margin-left:15px;
2426}
2427
2428
2429pre.classic {
2430  background-color:transparent;
2431  border:none;
2432  padding:0;
2433}
2434
2435p.img-caption {
2436  margin: -10px 0 20px;
2437  font-size:13px;
2438  color:#666;
2439}
2440
2441div.figure {
2442  float:right;
2443  clear:right;
2444  margin:10px 0 0 0;
2445  padding:0 0 0 20px;
2446  /* width must be defined w/ an inline style matching the image width */
2447}
2448
2449p.table-caption {
2450  margin: 0 0 4px 0;
2451  font-size:13px;
2452  color:#666;
2453}
2454
2455p.code-caption {
2456  margin: 0 0 4px 0;
2457  font: 13px/1.5 'courier new', courier, monospace;
2458  color:#666;
2459}
2460
2461div.note,
2462div.caution,
2463div.warning {
2464  margin: 0 0 15px;
2465}
2466
2467p.note, div.note,
2468p.caution, div.caution,
2469p.warning, div.warning {
2470  padding: 0 0 0 10px;
2471  border-left: 4px solid;
2472}
2473
2474p.note, div.note {
2475  border-color: #258AAF;
2476}
2477
2478p.caution, div.caution {
2479  border-color: #FF8800;
2480}
2481
2482p.warning, div.warning {
2483  border-color: #ff4443;
2484}
2485
2486div.note.design {
2487  border-left: 4px solid #33B5E5;
2488}
2489
2490div.note.develop {
2491  border-left: 4px solid #F80;
2492}
2493
2494div.note.distribute {
2495  border-left: 4px solid #9C0;
2496}
2497
2498.note p, .caution p, .warning p {
2499  margin:0 0 5px;
2500}
2501
2502.note p:last-child, .caution p:last-child, .warning p:last-child {
2503  margin-bottom:0;
2504}
2505
2506body.about blockquote {
2507  display:block;
2508  float:right;
2509  width:280px;
2510  font-size:20px;
2511  font-style:italic;
2512  line-height:24px;
2513  color:#33B5E5;
2514  margin:0 0 20px 30px;
2515}
2516
2517div.design-announce p {
2518  margin:0 0 10px;
2519}
2520
2521#devdoc-nav a.totop {
2522  display:block;
2523  top:0;
2524  width:inherit;
2525  background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2526  text-indent:-9999em;
2527}
2528#devdoc-nav a.totop {
2529  position:fixed;
2530  display:none;
2531}
2532#devdoc-nav a.totop:hover {
2533  background-color:#33B5E5;
2534}
2535
2536.content-footer a.totop {
2537  text-transform:uppercase;
2538  line-height:30px;
2539}
2540
2541.expandable {
2542  height:34px;
2543  padding-left:20px;
2544  position:relative;
2545}
2546.expandable:before {
2547  content: '';
2548  background-image: url(../images/styles/disclosure_down.png);
2549  background-repeat:no-repeat;
2550  background-position: -12px -9px;
2551  width: 20px;
2552  height: 20px;
2553  display: inline-block;
2554  position: absolute;
2555  top: 0;
2556  left: 0; }
2557}
2558.expandable.expanded:before {
2559  background-image: url(../images/styles/disclosure_up.png);
2560}
2561
2562
2563
2564/* -----------------------------------------------
2565Dialog box for popup messages
2566*/
2567
2568div.dialog {
2569  height:0;
2570  margin:0 auto;
2571}
2572
2573div.dialog>div {
2574  z-index:99;
2575  position:fixed;
2576  margin:70px 0;
2577  width: 391px;
2578  height: 200px;
2579  background: #F7F7F7;
2580-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2581-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2582box-shadow: 0 0 15px rgba(0,0,0,0.5);
2583}
2584/* IE6 can't position fixed */
2585* html div.dialog div { position:absolute; }
2586
2587
2588div#deprecatedSticker {
2589  display:none;
2590  z-index:99;
2591  position:fixed;
2592  right:15px;
2593  top:114px;
2594  margin:0;
2595  padding:1em;
2596  background:#FFF;
2597  border:1px solid #dddd00;
2598  box-shadow:-5px 5px 10px #ccc;
2599  -moz-box-shadow:-5px 5px 10px #ccc;
2600  -webkit-box-shadow:-5px 5px 10px #ccc;
2601}
2602
2603div#naMessage {
2604  display:none;
2605  width:555px;
2606  height:0;
2607  margin:0 auto;
2608}
2609
2610div#naMessage div {
2611  z-index:99;
2612  width:450px;
2613  position:fixed;
2614  margin:50px 0;
2615  padding:4em 4em 3em;
2616  background:#FFF;
2617  border:1px solid #999;
2618  box-shadow:-10px 10px 40px #888;
2619  -moz-box-shadow:-10px 10px 40px #888;
2620  -webkit-box-shadow:-10px 10px 40px #888;
2621}
2622/* IE6 can't position fixed */
2623* html div#naMessage div { position:absolute; }
2624
2625div#naMessage strong {
2626  font-size:1.1em;
2627}
2628
2629
2630/* --------------------------------------------------------------------------
2631Slideshow Controls & Next/Prev
2632*/
2633.slideshow-next, .slideshow-prev {
2634	width: 20px;
2635	height: 36px;
2636	text-indent: -1000em;
2637}
2638.slideshow-container {
2639	margin: 2em 0;
2640}
2641.slideshow-container:before, .slideshow-container:after {
2642	content: "";
2643	display: table;
2644	clear: both;
2645}
2646a.slideshow-next, a.slideshow-next:visited {
2647
2648	float: right;
2649
2650	background: url(../images/arrow-right.png) no-repeat 0 0
2651
2652}
2653
2654a.slideshow-prev, a.slideshow-prev:visited {
2655
2656	float: left;
2657
2658	background: url(../images/arrow-left.png) no-repeat 0 0
2659
2660}
2661
2662.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
2663
2664	background-position: 0 -36px
2665
2666}
2667
2668.slideshow-next:active, .slideshow-prev:active {
2669
2670	background-position: 0 -72px
2671
2672}
2673.slideshow-nav {
2674	width: 74px;
2675	margin: 0 auto;
2676}
2677.slideshow-nav a, .slideshow-nav a:visited {
2678	display: inline-block;
2679	width: 12px;
2680	height: 12px;
2681	margin: 0 2px 20px 2px;
2682	background: #ccc;
2683	-webkit-border-radius: 50%;
2684	-moz-border-radius: 50%;
2685	border-radius: 50%;
2686}
2687.slideshow-nav a:hover, .slideshow-nav a:focus {
2688
2689	background: #33B5E5
2690}
2691
2692.slideshow-nav a:active {
2693
2694	background: #1e799a;
2695	background: #ebebeb;
2696	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2697	-moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2698	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2699}
2700.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
2701	background: #33B5E5
2702}
2703/* --------------------------------------------------------------------------
2704Tabs
2705*/
2706ul.tabs {
2707	padding: 0;
2708	margin: 2em 0 0 0;
2709}
2710ul.tabs:before, ul.tabs:after {
2711	content: "";
2712	display: table;
2713	clear: both;
2714}
2715ul.tabs li {
2716	list-style-type: none;
2717	float: left;
2718}
2719ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
2720	display: block;
2721	height: 36px;
2722	line-height: 36px;
2723	padding: 0 15px;
2724	margin-right: 2px;
2725	color: #222;
2726	-moz-border-radius-topleft: 2px;
2727	-moz-border-radius-topright: 2px;
2728	-moz-border-radius-bottomright: px;
2729	-moz-border-radius-bottomleft: px;
2730	-webkit-border-radius: 2px 2px px px;
2731	border-radius: 2px 2px px px;
2732	border-top: solid 1px #ebebeb;
2733	border-left: solid 1px #ebebeb;
2734	border-right: solid 1px #ebebeb;
2735	background-color: #fff;
2736    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
2737    background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
2738    background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
2739    background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
2740    background-image: -o-linear-gradient(top, #ffffff, #fafafa);
2741    background-image: linear-gradient(top, #ffffff, #fafafa);
2742    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
2743EndColorStr='#fafafa');
2744}
2745ul.tabs li a:hover {
2746	color: #33B5E5;
2747}
2748ul.tabs li a.selected {
2749	height: 37px;
2750	color: #33B5E5;
2751	background-color: #f7f7f7;
2752	background-image: none;
2753	border-color: #ddd;
2754}
2755.tab-content {
2756	padding: 1.2em;
2757	margin: -1px 0 2em 0;
2758	-webkit-border-radius: 2px;
2759    -moz-border-radius: 2px;
2760    border-radius: 2px;
2761	border: solid 1px #ddd;
2762	background: #f7f7f7;
2763}
2764/* --------------------------------------------------------------------------
2765Feature Boxes
2766*/
2767.feature-box {
2768  width: 291px;
2769  height: 200px;
2770  position: relative;
2771  background: #F7F7F7;
2772}
2773.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
2774	z-index: 100;
2775	position: absolute;
2776	background-color: #aaa;
2777}
2778.box-border .top, .box-border .bottom {
2779	width: 291px;
2780	height: 1px;
2781}
2782.dialog .box-border .top,
2783.dialog .box-border .bottom { width:391px; }
2784
2785.box-border .left, .box-border .right {
2786	width: 1px;
2787	height: 8px;
2788}
2789.box-border .top { top: 0; left: 0 }
2790.box-border .top .left { top: 1px; left: 0 }
2791.box-border .top .right { top: 1px; right: 0 }
2792.box-border .bottom .left { top: -8px; left: 0 }
2793.box-border .bottom { top: 200px; left: 0 }
2794.box-border .bottom .right { top: -8px; right: 0 }
2795
2796.feature-box h4,
2797.dialog h4 {
2798    margin: 15px 18px 10px;
2799    padding:0;
2800}
2801
2802.feature-box p,
2803.dialog p {
2804    margin: 10px 18px;
2805    padding:0;
2806}
2807.feature-box .link,
2808.dialog .link {
2809    border-top: 1px solid #dedede;
2810    bottom: 0;
2811    position: absolute;
2812    width: inherit;
2813}
2814.feature-box a, .feature-box h4,
2815.dialog a, .dialog h4 {
2816    -webkit-transition: color .4s ease;
2817    -moz-transition: color .4s ease;
2818    -o-transition: color .4s ease;
2819    transition: color .4s ease;
2820}
2821.feature-box:hover {
2822	cursor: pointer;
2823}
2824.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
2825.left, .feature-box:hover .right {
2826	background-color: #33B5E5;
2827}
2828.feature-box:hover h4, .feature-box:hover a {
2829	color: #33B5E5;
2830}
2831/* --------------------------------------------------------------------------
2832Page-Specific Styles
2833*/
2834.colors {
2835	position: relative;
2836	float: left;
2837	width: 92px;
2838	margin: 40px 0 20px;
2839}
2840.colors div {
2841	color: #fff;
2842	font-size: 11.5px;
2843	width: 82px;
2844	height: 82px;
2845	margin-top:-30px;
2846	line-height: 82px;
2847	text-align: center;
2848	border: solid 5px #fff;
2849	-webkit-border-radius: 50%;
2850	-moz-border-radius: 50%;
2851	border-radius: 50%;
2852}
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867/* ########### REFERENCE DOCS ################## */
2868
2869#packages-nav h2,
2870#classes-nav h2 {
2871  font-size:18px;
2872  margin:0;
2873  padding:0 0 0 4px;
2874}
2875
2876#jd-header {
2877  padding: 0 0 5px;
2878  margin: 20px 0 10px;
2879  font-size:13px;
2880  border-bottom:solid 1px #ccc;
2881}
2882
2883#jd-header h1 {
2884  margin:0;
2885  padding:0;
2886}
2887
2888/* page-top-right container for reference pages (holds
2889links to summary tables) */
2890#api-info-block {
2891  font-size:13px;
2892  margin:20px 0 0;
2893  padding:0 10px 6px;
2894  font-weight:normal;
2895  float:right;
2896  text-align:right;
2897  color:#999;
2898  max-width:70%;
2899}
2900
2901#api-info-block div.api-level {
2902  font-weight:bold;
2903  font-size:inherit;
2904  float:none;
2905  color:#222;
2906  padding:0;
2907  margin:0;
2908}
2909
2910/* inheritance table */
2911.jd-inheritance-table {
2912  border-spacing:0;
2913  margin:0;
2914  padding:0;
2915  font-size:13px;
2916  background-color:transparent;
2917}
2918.jd-inheritance-table tr td {
2919  border: none;
2920  margin: 0;
2921  padding: 0;
2922  background-color:transparent;
2923}
2924.jd-inheritance-table .jd-inheritance-space {
2925  font-weight:bold;
2926  width:1em;
2927}
2928.jd-inheritance-table .jd-inheritance-interface-cell {
2929  padding-left: 17px;
2930}
2931
2932
2933
2934.jd-sumtable a {
2935  text-decoration:none;
2936}
2937
2938.jd-sumtable a:hover {
2939  text-decoration:underline;
2940}
2941
2942/* the link inside a sumtable for "Show All/Hide All" */
2943.toggle-all {
2944  display:block;
2945  float:right;
2946  font-weight:normal;
2947  font-size:0.9em;
2948}
2949
2950/* adjustments for in/direct subclasses tables */
2951.jd-sumtable.jd-sumtable-subclasses {
2952  margin: 1em 0 0 0;
2953  max-width:968px;
2954  background-color:transparent;
2955  font-size:13px;
2956}
2957
2958/* extra space between end of method name and open-paren */
2959.sympad {
2960  margin-right: 2px;
2961}
2962
2963/* right alignment for the return type in sumtable */
2964.jd-sumtable .jd-typecol {
2965  text-align:right;
2966}
2967
2968/* adjustments for the expando table-in-table */
2969.jd-sumtable-expando {
2970  margin:.5em 0;
2971  padding:0;
2972}
2973
2974/* a div that holds a short description */
2975.jd-descrdiv {
2976  padding:3px 1em 0 1em;
2977  margin:0;
2978  border:0;
2979}
2980
2981#jd-content img.jd-expando-trigger-img {
2982  padding:0 4px 4px 0;
2983  margin:0;
2984}
2985
2986.jd-sumtable-subclasses div#subclasses-direct,
2987.jd-sumtable-subclasses div#subclasses-indirect {
2988  margin:0 0 0 13px;
2989}
2990
2991
2992
2993/********* MEMBER REF *************/
2994
2995
2996.jd-details {
2997/*  border:1px solid #669999;
2998  padding:4px; */
2999  margin:0 0 1em;
3000}
3001
3002/* API reference: a container for the
3003.tagdata blocks that make up the detailed
3004description */
3005.jd-details-descr {
3006  padding:0;
3007  margin:.5em .25em;
3008}
3009
3010/* API reference: a block containing
3011a detailed description, a params table,
3012seealso list, etc */
3013.jd-tagdata {
3014  margin:.5em 1em;
3015}
3016
3017.jd-tagdata p {
3018  margin:0 0 1em 1em;
3019}
3020
3021/* API reference: adjustments to
3022the detailed description block */
3023.jd-tagdescr {
3024  margin:.25em 0 .75em 0;
3025}
3026
3027.jd-tagdescr ol,
3028.jd-tagdescr ul {
3029  margin:0 2.5em;
3030  padding:0;
3031}
3032
3033.jd-tagdescr table,
3034.jd-tagdescr img {
3035  margin:.25em 1em;
3036}
3037
3038.jd-tagdescr li {
3039margin:0 0 .25em 0;
3040padding:0;
3041}
3042
3043/* API reference: heading marking
3044the details section for constants,
3045attrs, methods, etc. */
3046h4.jd-details-title {
3047  font-size:1.15em;
3048  background-color: #E2E2E2;
3049  margin:1.5em 0 .6em;
3050  padding:3px 95px 3px 3px; /* room for api-level */
3051}
3052body.google h4.jd-details-title {
3053  background-color: #FFF;
3054  padding-top:5px;
3055  border-top: 1px solid #ccc;
3056}
3057body.google table.jd-sumtable th {
3058  background-color: #FFF;
3059  color:#000;
3060}
3061
3062h4.jd-tagtitle {
3063  margin:0;
3064}
3065
3066h4 .normal {
3067  font-weight:normal;
3068}
3069
3070/* API reference: heading for "Parameters", "See Also", etc.,
3071in details sections */
3072h5.jd-tagtitle {
3073  margin:0 0 .25em 0;
3074  font-size:1em;
3075}
3076
3077.jd-tagtable {
3078  margin:0;
3079  background-color:transparent;
3080  width:auto;
3081}
3082
3083.jd-tagtable td,
3084.jd-tagtable th {
3085  border:none;
3086  background-color:#fff;
3087  vertical-align:top;
3088  font-weight:normal;
3089  padding:2px 10px;
3090}
3091
3092.jd-tagtable th {
3093  font-style:italic;
3094}
3095
3096/* Inline api level indicator for methods */
3097div.api-level {
3098  font-size:.8em;
3099  font-weight:normal;
3100  color:#999;
3101  float:right;
3102  padding:0 8px 0;
3103  margin-top:-30px;
3104}
3105
3106table.jd-tagtable td,
3107table.jd-tagtable th {
3108  background-color:transparent;
3109}
3110
3111table.jd-tagtable th {
3112  color:inherit;
3113}
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137/* SEARCH FILTER */
3138
3139#search_autocomplete {
3140  font-weight:normal;
3141}
3142
3143#search_filtered_wrapper {
3144  width: 193px;
3145  float: right;
3146}
3147#search_filtered_div {
3148  position:absolute;
3149  z-index:9999;
3150  min-width:171px; /* +padding and border makes this match input width */
3151  padding:5px;
3152  border: solid 1px #C5C5C5;
3153  background: white;
3154  top: 35px;
3155  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
3156  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3157  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3158}
3159
3160ul#search_filtered {
3161  min-width:100%;
3162  margin:0;
3163  list-style: none;
3164  margin: 0;
3165  padding: 0;
3166}
3167
3168
3169#search_filtered li{
3170  line-height:1.5em;
3171  margin: 0 0 2px;
3172  padding: 0;
3173}
3174
3175#search_filtered li a {
3176  padding:0 5px;
3177  color:#222 !important;
3178}
3179
3180#search_filtered .jd-selected {
3181  background-color: #33B5E5;
3182  cursor:pointer;
3183}
3184#search_filtered .jd-selected,
3185#search_filtered .jd-selected a {
3186  color:#f7f7f7 !important;
3187}
3188
3189.no-display {
3190  display: none;
3191}
3192
3193.jd-autocomplete {
3194  padding-left: 6px;
3195  padding-right: 6px;
3196  padding-top: 1px;
3197  padding-bottom: 1px;
3198  font-size: 0.81em;
3199  border: none;
3200  margin: 0;
3201  line-height: 1.05em;
3202}
3203
3204.show-item {
3205  display: table-row;
3206}
3207.hide-item {
3208  display: hidden;
3209}
3210
3211
3212
3213
3214
3215/* SEARCH RESULTS */
3216
3217
3218#leftSearchControl .gsc-twiddle {
3219  background-image : none;
3220}
3221
3222#leftSearchControl td, #searchForm td {
3223  border: 0px solid #000;
3224  padding:0;
3225}
3226
3227#leftSearchControl .gsc-resultsHeader .gsc-title {
3228  padding-left : 0px;
3229  font-weight : bold;
3230  font-size : 13px;
3231  color:#006699;
3232  display : none;
3233}
3234
3235#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
3236  display : none;
3237}
3238
3239#leftSearchControl .gsc-resultsRoot {
3240  padding-top : 6px;
3241}
3242
3243#leftSearchControl div.gs-visibleUrl-long {
3244  display : block;
3245  color:#006699;
3246}
3247
3248#leftSearchControl .gsc-webResult {
3249  padding:0 0 20px 0;
3250}
3251
3252.gsc-webResult div.gs-visibleUrl-short,
3253table.gsc-branding,
3254.gsc-clear-button {
3255  display : none;
3256}
3257
3258.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3259.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3260#leftSearchControl a,
3261#leftSearchControl a b {
3262  color:#006699;
3263}
3264
3265.gsc-resultsHeader {
3266  display: none;
3267}
3268
3269/* Disable built in search forms */
3270.gsc-control form.gsc-search-box {
3271  display : none;
3272}
3273table.gsc-search-box {
3274  margin:6px 0 0 0;
3275  border-collapse:collapse;
3276}
3277
3278td.gsc-input {
3279  padding:0 2px;
3280  width:100%;
3281  vertical-align:middle;
3282}
3283
3284input.gsc-input {
3285  border:1px solid #BCCDF0;
3286  width:99%;
3287  padding-left:2px;
3288  font-size:.95em;
3289}
3290
3291td.gsc-search-button {
3292  text-align: right;
3293  padding:0;
3294  vertical-align:top;
3295}
3296
3297
3298#searchResults {
3299  overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3300(it doesn't) */
3301  height:auto;
3302}
3303
3304#searchResults .gsc-control {
3305  position:relative;
3306  width:auto;
3307  padding:0 0 10px;
3308}
3309
3310#searchResults .gsc-tabsArea {
3311  position:relative;
3312  white-space:nowrap;
3313  float:left;
3314  width:200px;
3315}
3316
3317#searchResults .gsc-above-wrapper-area {
3318  display:none;
3319}
3320
3321#searchResults .gsc-resultsbox-visible {
3322  float:left;
3323  width:720px;
3324  margin-left:20px;
3325}
3326
3327#searchResults .gsc-tabHeader {
3328  padding: 3px 6px;
3329  position:relative;
3330  width:auto;
3331  display:block;
3332}
3333
3334#searchResults h2#searchTitle {
3335  padding:0;
3336  margin:5px 0;
3337  border:none;
3338}
3339
3340#searchResults h2#searchTitle em {
3341  font-style:normal;
3342  color:#33B5E5;
3343}
3344
3345#searchResults .gsc-table-result {
3346  margin:5px 0 10px 0;
3347  background-color:transparent;
3348}
3349#searchResults .gs-web-image-box, .gs-promotion-image-box {
3350  width:120px;
3351}
3352#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3353  max-width:120px;
3354}
3355
3356#searchResults .gsc-table-result .gsc-thumbnail {
3357  padding:0 20px 0 0;
3358}
3359
3360#searchResults td {
3361  background-color:transparent;
3362}
3363
3364#searchResults .gsc-expansionArea {
3365  position:relative;
3366}
3367#searchResults .gsc-tabsArea .gsc-cursor-box {
3368  width:200px;
3369  padding:20px 0 0 1px;
3370}
3371#searchResults .gsc-cursor-page {
3372  display:inline-block;
3373  float:left;
3374  margin:-1px 0 0 -1px;
3375  padding:0;
3376  height:27px;
3377  width:27px;
3378  text-align:center;
3379  line-height:2;
3380}
3381
3382#searchResults .gsc-tabHeader.gsc-tabhInactive,
3383#searchResults .gsc-cursor-page {
3384  text-decoration:none;
3385  color:#258AAF;
3386  border: solid 1px #DADADA;
3387}
3388
3389#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3390#searchResults .gsc-cursor-page:hover {
3391  border-color: #DBDBDB;
3392  background-color: #F3F3F3;
3393  background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3394  background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3395  background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3396  background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3397  background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3398  background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3399  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3400EndColorStr='#ececec');
3401  color: #33B5E5;
3402}
3403
3404#searchResults .gsc-tabHeader.gsc-tabhActive,
3405#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3406#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3407#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3408  color:#fff;
3409  background-color: #09C;
3410  background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3411  background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3412  background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3413  background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3414  background-image: -o-linear-gradient(top, #2FADDB, #09C);
3415  background-image: linear-gradient(top, #2FADDB, #09C);
3416  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3417  border: 1px solid #3990AB;
3418  z-index:100;
3419}
3420
3421}
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435/*********** PREVIOUSLY dac-styles.css ***************/
3436
3437
3438
3439
3440
3441::-webkit-selection,
3442::-moz-selection,
3443::selection {
3444  background-color: #0099cc;
3445  color: #fff; }
3446
3447#header {
3448  border-bottom:0;
3449}
3450
3451#header .wrap {
3452  max-width:940px;
3453  height:41px;
3454  border-bottom:1px solid;
3455  border-color: #ccc;
3456  position:relative;
3457}
3458
3459.about #header .wrap {
3460  border-color: #9933CC;
3461}
3462
3463.design #header .wrap {
3464  border-color: #33b5e5;
3465}
3466
3467.develop #header .wrap {
3468  border-color: #F80;
3469}
3470
3471.distribute #header .wrap {
3472  border-color: #9C0;
3473}
3474
3475.logo a {
3476  width:123px;
3477  float:left;
3478}
3479
3480#header .logo {
3481  margin-top: -6px;
3482  margin-left: 0px;
3483  margin-bottom:0px;
3484  width: 160px;
3485  padding-right:10px;
3486}
3487
3488.search {
3489  height:25px;
3490  margin-top: -3px;
3491  margin-bottom: 0px;
3492}
3493
3494
3495
3496/* Quicknav */
3497.btn-quicknav {
3498  width:20px;
3499  height:28px;
3500  float:left;
3501  margin-left:6px;
3502  padding-right:10px;
3503  position:relative;
3504  cursor:pointer;
3505  border-right:1px solid #CCC;
3506}
3507
3508.btn-quicknav a {
3509  zoom:1;
3510  position:absolute;
3511  top:13px;
3512  left:5px;
3513  display:block;
3514  text-indent:-9999em;
3515  width:10px;
3516  height:5px;
3517  background:url(../images/quicknav_arrow.png) no-repeat;
3518}
3519
3520.btn-quicknav a.arrow-active {
3521  background-position: 0 -5px;
3522  display:none;
3523}
3524
3525#header-wrap.quicknav a.arrow-inactive {
3526  display:none;
3527}
3528
3529.btn-quicknav.active a.arrow-active {
3530  display:block;
3531}
3532
3533.nav-x li {
3534  display:block;
3535  float:left;
3536  margin-right:45px;
3537  -webkit-transition: all 0.25s linear;
3538      -moz-transition: all 0.25s linear;
3539       -ms-transition: all 0.25s linear;
3540        -o-transition: all 0.25s linear;
3541           transition: all 0.25s linear;
3542}
3543
3544#header-wrap.quicknav .nav-x li {
3545  min-width:160px;
3546  margin-right:20px;
3547}
3548
3549#header-wrap.quicknav li.last {
3550  margin-right:0px;
3551}
3552
3553#quicknav {
3554 float:none;
3555 clear:both;
3556 margin-left:180px;
3557 margin-top:-30px;
3558 display:none;
3559 overflow:hidden;
3560}
3561
3562#header-wrap.quicknav #quicknav {
3563
3564}
3565
3566#quicknav ul {
3567  margin:10px 0;
3568  padding:0;
3569}
3570
3571#quicknav ul li.design {
3572  border-top:1px solid #33b5e5;
3573}
3574
3575#quicknav ul li.develop {
3576  border-top:1px solid #FF8800;
3577}
3578
3579#quicknav ul li.distribute {
3580  border-top:1px solid #99cc00;
3581}
3582
3583#quicknav ul li {
3584  display:block;
3585  float:left;
3586  margin:0 20px 0 0;
3587  min-width:140px;
3588}
3589
3590#quicknav ul li.last {
3591  margin-right:0px;
3592}
3593
3594#quicknav ul li ul li {
3595  float:none;
3596}
3597
3598#quicknav ul li ul li a {
3599  color:#222;
3600}
3601
3602#quicknav ul li li ul,
3603#quicknav ul li li ul li {
3604  margin:0;
3605}
3606
3607#quicknav ul li li ul li:before {
3608  content:"\21B3";
3609}
3610
3611#header-wrap {
3612   -webkit-transition: all 0.25s ease-out;
3613      -moz-transition: all 0.25s ease-out;
3614       -ms-transition: all 0.25s ease-out;
3615        -o-transition: all 0.25s ease-out;
3616           transition: all 0.25s ease-out;
3617
3618}
3619
3620#header-wrap.quicknav {
3621  height:196px;
3622
3623}
3624
3625/* SEARCH AND MORE */
3626.search {
3627  position: absolute;
3628  width: 50px;
3629  height:28px;
3630  display: block;
3631  margin-top:-3px;
3632  margin-bottom:7px;
3633  overflow:hidden;
3634  z-index:100;
3635  right:54px;
3636  -webkit-transition: width 0.4s ease;
3637     -moz-transition: width 0.4s ease;
3638       -o-transition: width 0.4s ease;
3639          transition: width 0.4s ease;
3640}
3641
3642.search #search-btn {
3643  width:50px;
3644  height:28px;
3645  background:url(../images/icon_search.png) no-repeat;
3646  float:left;
3647}
3648
3649.search-inner {
3650  width:245px;
3651}
3652
3653.search:hover, .search.active {
3654  width:245px;
3655}
3656
3657.search .bottom, .search .left, .search .right {
3658	position: absolute;
3659	background-color: #a2a2a2
3660}
3661
3662.search .bottom {
3663	width: 214px;
3664	height: 1px;
3665	top: 24px;
3666	left: 0
3667}
3668
3669.search .left, .search .right {
3670	height: 5px;
3671	width: 1px
3672}
3673
3674.search .left {
3675  top: 22px;
3676  left: 56px;
3677  background-color:#CCC;
3678}
3679
3680.search .right {
3681  top: 22px;
3682  left: 238px;
3683  background-color:#CCC;
3684}
3685
3686.search form {
3687	margin-top: 2px;
3688	width: 162px;
3689	float:left;
3690}
3691
3692.search form input {
3693	color: #2f2f2f;
3694	font-size: 0.95em;
3695	width: 178px;
3696	border: none;
3697	margin-left: 6px;
3698	z-index: 1500;
3699  position: relative;
3700	background-color: transparent;
3701	border-bottom:1px solid #CCC;
3702	padding:0 0 0 4px;
3703	outline:none;
3704	height:24px;
3705}
3706
3707.search:hover form input {
3708  border-bottom:1px solid #33B5E5;
3709}
3710
3711.search:hover .bottom, .search:hover .left, .search:hover .right {
3712	background-color: #33b5e5;
3713}
3714
3715.search:hover #search-btn {
3716	background-position: 0 -28px
3717}
3718
3719.search form input:focus {
3720	color: #222;
3721	font-weight: bold
3722}
3723
3724.moremenu {
3725  float: right;
3726	position: relative;
3727	width: 50px;
3728	height:28px;
3729  display: block;
3730  margin-top:-3px;
3731  margin-bottom:7px;
3732  overflow:hidden;
3733  -webkit-transition: width 0.25s ease;
3734     -moz-transition: width 0.25s ease;
3735       -o-transition: width 0.25s ease;
3736          transition: width 0.25s ease;
3737}
3738
3739.moremenu #more-btn {
3740  width:40px;
3741  height:28px;
3742  background:url(../images/icon_more.png) no-repeat;
3743  border-left:1px solid #CCC;
3744  float:left;
3745  cursor:pointer;
3746}
3747
3748.moremenu:hover #more-btn {
3749  background-position:0 -28px;
3750}
3751
3752.morehover {
3753  position:absolute;
3754  right:6px;
3755  top:-9px;
3756  width:40px;
3757  height:35px;
3758  z-index:99;
3759  overflow:hidden;
3760
3761  -webkit-opacity:0;
3762     -moz-opacity:0;
3763       -o-opacity:0;
3764          opacity:0;
3765
3766  -webkit-transform-origin:100% 0%;
3767     -moz-transform-origin:100% 0%;
3768       -o-transform-origin:100% 0%;
3769          transform-origin:100% 0%;
3770
3771  -webkit-transition-property: -webkit-opacity;
3772  -webkit-transition-duration: .25s;
3773  -webkit-transition-timing-function:ease;
3774
3775  -moz-transition-property: -webkit-opacity;
3776  -moz-transition-duration: .25s;
3777  -moz-transition-timing-function:ease;
3778
3779  -o-transition-property: -webkit-opacity;
3780  -o-transition-duration: .25s;
3781  -o-transition-timing-function:ease;
3782
3783  -transition-property: -webkit-opacity;
3784  -transition-duration: .25s;
3785  -transition-timing-function:ease;
3786}
3787
3788.morehover:hover {
3789  opacity:1;
3790  height:385px;
3791  width:268px;
3792  -webkit-transition-property:height,  -webkit-opacity;
3793}
3794
3795.morehover .top {
3796  width:268px;
3797  height:39px;
3798  background:url(../images/more_top.png) no-repeat;
3799}
3800
3801.morehover .mid {
3802  width:228px;
3803  background:url(../images/more_mid.png) repeat-y;
3804  padding:10px 20px 0 20px;
3805}
3806
3807.morehover .mid .header {
3808  border-bottom:1px solid #ccc;
3809  font-weight:bold;
3810}
3811
3812.morehover .bottom {
3813  width:268px;
3814  height:6px;
3815  background:url(../images/more_bottom.png) no-repeat;
3816}
3817
3818.morehover ul {
3819  margin:10px 10px 20px 0;
3820}
3821
3822.morehover ul li {
3823  list-style:none;
3824}
3825
3826.morehover ul li.active a,
3827.morehover ul li.active a:hover {
3828  color:#222 !important;
3829}
3830
3831.morehover ul li.active img {
3832  margin-right:4px;
3833}
3834
3835
3836
3837
3838/* MARQUEE */
3839.slideshow-container {
3840	width:100%;
3841	overflow:hidden;
3842	position:relative;
3843}
3844.slideshow-container .slideshow-prev {
3845	position:absolute;
3846	top:50%;
3847	left:0px;
3848	margin-top:-36px;
3849	z-index:99;
3850}
3851.slideshow-container .slideshow-next {
3852	position:absolute;
3853	top:50%;
3854	margin-top:-36px;
3855	z-index:99;
3856	right:0px;
3857}
3858
3859.slideshow-container .pagination {
3860	position:absolute;
3861	bottom:20px;
3862	width:100%;
3863	text-align:center;
3864	z-index:99;
3865}
3866.slideshow-container .pagination ul {
3867	margin:0;
3868}
3869.slideshow-container .pagination ul li{
3870	display: inline-block;
3871	width:12px;
3872	height:12px;
3873	text-indent:-8000px;
3874	list-style:none;
3875	margin: 0 2px;
3876	border-radius:6px;
3877	background-color:#ccc;
3878	cursor:pointer;
3879        -webkit-transition:color .5s ease-in;
3880        -moz-transition:color .5s ease-in;
3881        -o-transition:color .5s ease-in;
3882        transition:color .5s ease-in;
3883}
3884.slideshow-container .pagination ul li:hover {
3885	background-color:#999;
3886}
3887.slideshow-container .pagination ul li.active {
3888	background-color:#33b5e5;
3889}
3890.slideshow-container .pagination ul li.active:hover {
3891	background-color:#33b5e5;
3892}
3893.slideshow-container ul li {
3894	display:inline;
3895	list-style:none;
3896}
3897
3898
3899
3900
3901a.download-sdk {
3902    float:right;
3903    margin:-10px 0;
3904    height:30px;
3905    padding-top:4px;
3906    padding-bottom:0px;
3907}
3908
3909#nav-x {
3910  padding-top: 14px;
3911}
3912
3913#nav-x .wrap {
3914  min-height:34px;
3915}
3916
3917#nav-x .wrap,
3918#searchResults.wrap {
3919    max-width:940px;
3920    border-bottom:1px solid #CCC;
3921}
3922
3923#searchResults.wrap #leftSearchControl {
3924  min-height:700px
3925}
3926.nav-x {
3927    margin-left:0;
3928    margin-bottom:0;
3929}
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940/*
3941 * CSS Styles that are needed by jScrollPane for it to operate correctly.
3942 */
3943
3944.jspContainer {
3945  overflow: hidden;
3946  position: relative;
3947}
3948
3949.jspPane {
3950  position: absolute;
3951  overflow: hidden;
3952  width:auto !important; /* to avoid cut-off api names in reference in horiz scroll */
3953}
3954
3955.jspVerticalBar {
3956  position: absolute;
3957  top: 0;
3958  right: 0;
3959  width: 4px;
3960  height: 100%;
3961  background: #f5f5f5;
3962}
3963
3964.jspHorizontalBar {
3965  position: absolute;
3966  bottom: 0;
3967  left: 0;
3968  width: 100%;
3969  height: 4px;
3970  background: #f5f5f5;
3971}
3972
3973.jspVerticalBar *,
3974.jspHorizontalBar * {
3975  margin: 0;
3976  padding: 0;
3977}
3978.jspCap {
3979  display: block;
3980}
3981
3982.jspVerticalBar .jspCap {
3983  height: 4px;
3984}
3985
3986.jspHorizontalBar .jspCap {
3987  width: 0;
3988  height: 100%;
3989}
3990
3991.jspHorizontalBar .jspCap {
3992  float: left;
3993}
3994
3995.jspTrack {
3996  position: relative;
3997}
3998
3999.jspDrag {
4000  background: #bbb;
4001  position: relative;
4002  top: 0;
4003  left: 0;
4004  cursor: pointer;
4005}
4006
4007.jspDrag:hover,
4008.jspDrag:active {
4009  border-color: #09c;
4010  background-color: #4cadcb;
4011  background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
4012  background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
4013  background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
4014  background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
4015  background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
4016  background-image: linear-gradient(left, #5dbcd9, #4cadcb);
4017  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
4018}
4019
4020.jspHorizontalBar .jspTrack,
4021.jspHorizontalBar .jspDrag {
4022  float: left;
4023  height: 100%;
4024}
4025
4026.jspArrow {
4027  background: #999;
4028  text-indent: -20000px;
4029  display: block;
4030  cursor: pointer;
4031}
4032
4033.jspArrow.jspDisabled {
4034  cursor: default;
4035  background: #ccc;
4036}
4037
4038.jspVerticalBar .jspArrow {
4039  height: 16px;
4040}
4041
4042.jspHorizontalBar .jspArrow {
4043  width: 16px;
4044  float: left;
4045  height: 100%;
4046}
4047
4048.jspVerticalBar .jspArrow:focus {
4049  outline: none;
4050}
4051
4052.jspCorner {
4053  float: left;
4054  height: 100%;
4055}
4056
4057/* Yuk! CSS Hack for IE6 3 pixel bug :( */
4058* html .jspCorner {
4059  margin: 0 -3px 0 0;
4060}
4061/******* end of jscrollpane *********/
4062
4063
4064
4065
4066
4067/************ DEVELOP HOMEPAGE ******************/
4068
4069/* Slideshow */
4070.slideshow-develop {
4071  height: 300px;
4072  width: 940px;
4073  position: relative;
4074  overflow:hidden;
4075}
4076.slideshow-develop .frame {
4077  width: 940px;
4078  height: 300px;
4079}
4080.slideshow-develop img.play {
4081  max-width:350px;
4082  max-height:240px;
4083  margin:20px 0 0 90px;
4084  -webkit-transform: perspective(800px ) rotateY( 35deg );
4085  box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4086  -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4087  -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4088}
4089.slideshow-develop img.play.no-shadow {
4090    box-shadow: none;
4091    -moz-box-shadow: none;
4092    -webkit-box-shadow: none;
4093}
4094.slideshow-develop img.play.no-transform {
4095  -webkit-transform: none;
4096}
4097.slideshow-develop a.slideshow-next {
4098  background: url(../images/arrow-right-develop.png);
4099}
4100.slideshow-develop a.slideshow-prev {
4101  background: url(../images/arrow-left-develop.png);
4102}
4103.slideshow-develop .content-right {
4104  float: left;
4105}
4106.slideshow-develop .content-right h2 {
4107  padding:0;
4108  margin-bottom:10px;
4109  border:none;
4110}
4111.slideshow-develop .item {
4112  height: 300px;
4113  width: 940px;
4114}
4115.slideshow-develop .pagination ul li.active {
4116  background-color: #F80;
4117}
4118.slideshow-develop .pagination ul li.active:hover {
4119  background-color: #F80;
4120}
4121.slideshow-develop .item hr {
4122  margin:5px 0 10px;
4123}
4124.slideshow-develop .item p {
4125  margin:10px 0;
4126}
4127.slideshow-develop .item p.title-intro {
4128  position:absolute;
4129  margin:0;
4130}
4131
4132/* Feeds */
4133.feed ul {
4134  margin: 0;
4135}
4136.feed .feed-nav {
4137  height: 25px;
4138  border-bottom: 1px solid #CCC;
4139}
4140.feed .feed-nav li {
4141  list-style: none;
4142  float: left;
4143  height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
4144  margin-right: 25px;
4145  cursor: pointer;
4146}
4147.feed .feed-nav li.active {
4148  color: #000;
4149  border-bottom: 4px solid #F80;
4150}
4151.feed .feed-container {
4152  overflow: hidden;
4153  width: 460px;
4154}
4155.feed .feed-container .feed-frame {
4156  width: 1000px;
4157}
4158.feed .feed-container .feed-frame ul {
4159  float: left;
4160  width:460px;
4161}
4162.feed .feed-container .feed-frame ul ul {
4163  float: none;
4164  margin:10px 0 0 30px;
4165}
4166.feed .feed-container .feed-frame li {
4167  list-style: none;
4168  margin: 20px 0 20px 0;
4169  width: 460px;
4170  height:93px;
4171}
4172.feed .feed-container .feed-frame li.playlist {
4173  height:auto;
4174}
4175.feed .feed-container .feed-frame li.playlist a {
4176  height:93px;
4177  display:block;
4178}
4179.feed .feed-container .feed-frame li.more {
4180  height:20px;
4181  margin:10px 0 5px 5px;
4182}
4183.feed .feed-container .feed-frame li.more a {
4184  height:inherit;
4185}
4186.feed .feed-container .feed-frame li.playlist-video {
4187  list-style: none;
4188  margin: 0;
4189  width: 460px;
4190  height:55px;
4191  font-size:12px;
4192}
4193.feed .feed-container .feed-frame li.playlist-video a {
4194  height:45px;
4195  padding:5px;
4196}
4197.feed .feed-container .feed-frame li.playlist-video h5 {
4198  font-size:12px;
4199  line-height:13px;
4200  margin:0;
4201}
4202.feed .feed-container .feed-frame li.playlist-video p {
4203  margin:5px 0 0;
4204  line-height:15px;
4205}
4206.feed-container .feed-frame div.feed-image {
4207  float: left;
4208  border: 1px solid #999;
4209  margin:0 20px 0 0;
4210  width:122px;
4211  height:92px;
4212  background:url('../images/blog-default.png') no-repeat 0 0;
4213  background-size:180px;
4214}
4215#jd-content .feed .feed-container .feed-frame li img {
4216  float: left;
4217  border: 1px solid #999;
4218  margin:0 20px 0 0;
4219  width:122px;
4220  height:92px;
4221}
4222#jd-content .feed .feed-container .feed-frame li.playlist-video img {
4223  width:inherit;
4224  height:inherit;
4225}
4226
4227.feed .feed-container .feed-frame li a,
4228.feed .feed-container .feed-frame li a:active {
4229  color:#555 !important;
4230}
4231
4232.feed .feed-container .feed-frame li a:hover,
4233.feed .feed-container .feed-frame li a:hover * {
4234  color:#7AA1B0 !important;
4235}
4236
4237/* Video player */
4238#player-wrapper {
4239  display:none;
4240  margin: -1px auto 0;
4241  position: relative;
4242  width: 940px;
4243  height: 0px;
4244}
4245#player-frame {
4246  background: #EFEFEF;
4247  border: 1px solid #CCC;
4248  padding: 0px 207px;
4249  z-index: 10; /* stay above marque, but below search suggestions */
4250  width: 525px;
4251  height: 330px;
4252  position: relative;
4253}
4254
4255
4256
4257/************ DISTRIBUTE HOMEPAGE ***************/
4258
4259.marquee {
4260  width: 760px;
4261}
4262.marquee .main-img {
4263  float: left;
4264  margin-top: 20px;
4265  width: 490px;
4266}
4267.marquee .copy {
4268  width: 270px;
4269  float: left;
4270  margin-top: 30px;
4271}
4272.distribute-features {
4273  margin: 0;
4274}
4275.distribute-features ul {
4276  margin: 0;
4277}
4278.distribute-features ul li {
4279  list-style: none;
4280  float: left;
4281  border-top: 1px solid #9C0;
4282  width: 220px;
4283  margin-right: 50px;
4284}
4285.distribute-features ul li.last {
4286  margin-right: 0px;
4287}
4288
4289
4290
4291/************ DEVELOP TOPIC CONTAINERS ************/
4292
4293.landing-banner,
4294.landing-docs {
4295  margin:20px 0 0;
4296}
4297.landing-banner div:first-child,
4298.landing-docs div:first-child,
4299.landing-docs .col-12 {
4300  margin-left:0;
4301  min-height:280px;
4302}
4303.landing-banner div:last-child,
4304.landing-docs div:last-child,
4305.landing-docs .col-12 {
4306  margin-right:0;
4307}
4308
4309.landing-banner h1 {
4310  margin-top:0;
4311}
4312.landing-docs {
4313  clear:left;
4314  overflow:hidden;
4315}
4316.landing-docs h3 {
4317  font-size:14px;
4318  line-height:21px;
4319  color:#555;
4320  text-transform:uppercase;
4321  border-bottom:1px solid #CCC;
4322  margin:0 0 20px;
4323}
4324.landing-docs a {
4325  color:#333 !important;
4326}
4327
4328.landing-docs a:hover,
4329.landing-docs a:hover * {
4330  color:#7AA1B0 !important
4331}
4332
4333.landing-docs .normal-links a {
4334  color:#258aaf !important;
4335}
4336
4337.plusone {
4338  float:right;
4339}
4340
4341
4342
4343/************* HOME/LANDING PAGE *****************/
4344
4345.slideshow-home {
4346  height: 500px;
4347  width: 940px;
4348  border-bottom: 1px solid #CCC;
4349  position: relative;
4350  margin: 0;
4351}
4352.slideshow-home .frame {
4353  width: 940px;
4354  height: 500px;
4355}
4356.slideshow-home .content-left {
4357  float: left;
4358  text-align: center;
4359  vertical-align: center;
4360  margin: 0 0 0 35px;
4361}
4362.slideshow-home .content-right {
4363  margin: 80px 0 0 0;
4364}
4365.slideshow-home .content-right p {
4366  margin-bottom: 10px;
4367}
4368.slideshow-home .content-right p:last-child {
4369  margin-top: 15px;
4370}
4371.slideshow-home .content-right h1 {
4372  padding:0;
4373}
4374.slideshow-home .item {
4375  height: 500px;
4376  width: 940px;
4377}
4378.home-sections {
4379  padding: 30px 20px 20px;
4380  margin: 20px 0;
4381  background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
4382}
4383.home-sections ul {
4384  margin: 0;
4385}
4386.home-sections ul li {
4387  float: left;
4388  display: block;
4389  list-style: none;
4390  width: 170px;
4391  height: 35px;
4392  border: 1px solid #ccc;
4393  background: white;
4394  margin-right: 10px;
4395  border-radius: 1px;
4396  -webkit-border-radius: 1px;
4397  -moz-border-radius: 1px;
4398  box-shadow: 1px 1px 5px #EEE;
4399  -webkit-box-shadow: 1px 1px 5px #EEE;
4400  -moz-box-shadow: 1px 1px 5px #EEE;
4401  background: white;
4402}
4403.home-sections ul li:hover {
4404  background: #F9F9F9;
4405  border: 1px solid #CCC;
4406}
4407.home-sections ul li a,
4408.home-sections ul li a:hover {
4409  font-weight: bold;
4410  margin-top: 8px;
4411  line-height: 18px;
4412  float: left;
4413  width: 100%;
4414  text-align: center;
4415  color: #09c !important;
4416}
4417.home-sections ul li a {
4418  font-weight: bold;
4419  margin-top: 8px;
4420  line-height: 18px;
4421  float: left;
4422  width:100%;
4423  text-align:center;
4424}
4425.home-sections ul li img {
4426  float: left;
4427  margin: -8px 0 0 10px;
4428}
4429.home-sections ul li.last {
4430  margin-right: 0px;
4431}
4432.fullpage #footer {
4433  margin-top: -40px;
4434}
4435