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