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