/* Removes the border and background from h2s used for semantics. */
#gc-pagecontent h2.normalsize {
  border: none;
  background: none;
}

/* Fixes overzealous .doublespace li selector (descendent lists should
 * define their own spacing */
.doublespace li li {
  margin: 0.3em 0 0 1.5em;
  padding: 0;
}

/* v13 styles below */
table.params, table.fields {
  border: 1px solid #CCCCCC;
  margin-left: 15px;
  margin-right: 4em;
  width: 87%;
}

table.params tr.alt td {
  background: #F0F0F0
}

.params td, .fields td, .api-differences td {
  background: #FAFAFA;
  border: 0;
  border-bottom: 1px dotted #CCCCCC;  /* Horizontal lines */
}

.params td p, .fields td p {
  margin: 1em 0 0 0;
}

.categorypath {
  color: #989898;
}

tr.hidden, tr.hidden * {
  height: 0;
  width: 0;
  top: -9999px;
  left: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 4444;
  line-height: 0em;
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

table.codes td, table.codes th {
  padding: 3px 6px;
  padding-top: 4px;
}
 
table.codes td.alt {
  padding: 6px;
  padding-top: 0;
}

sup.note {
  color: red;
  cursor: default;
  font-weight: bold;
  vertical-align: 25%;
}

#gc-pagecontent table.codes h3 {
  margin: 6px 0px 0px 0px;
}

#gc-pagecontent div.sidebox h2 {
  margin: 0 0 .5em 0;
}

/* 
 * Styles for inline code samples
 */

/* Container for entire sample section */
div.tabpane {
  clear: right;
  margin: 1em 4em 0pt 15px;
  width: 87%;
  padding-left: 1px;
  position: relative;
}

/* For 'pre' elements in samples section */
div.tabpane pre {
  color: #000000;
  background-color: #FAFAFA;
  border: 0px;
  margin: 0px;
  padding: 2px;
  overflow: visible;
}

/* Container for tab content section */
.content-container {
  border: 1px solid #CCCCCC;
  border-top: 0;
  margin: 0px 0px 0px -2px;
  overflow:auto;
  padding:15px;
  background-color: #FAFAFA;
}

/* Container for tab header section */
.ui-tabs-nav {
  background: #ffffff none repeat scroll;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* Sample tab headers */
.ui-tabs-nav li, .ui-tabs-selected {
  border: 1px solid #cccccc;
  background-color: #E5ECF9;
  display: inline;
  margin: 0px -2px;
  padding: 0px;
}

/* Selected tab header */
.ui-tabs-nav li.ui-tabs-selected {
  font-weight: bold;
  padding-bottom: 0px;
  position: relative;
  top: 0px;  
  background-color: #FAFAFA;
  border-bottom: 0px;  
}

/* Links of tab headers */
.ui-tabs-nav a {
  line-height: 1.2;
  margin: 1px 0pt 0pt;
  outline-color: invert;
  outline-style: none;
  outline-width: 0pt;
  padding-left: 0pt;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

/* Spans of tab headers */
.ui-tabs-nav a, .ui-tabs-nav a span {
  display: inline;
  padding: 0pt 10px;
  color: black; 
}

/* To hide content */
.ui-tabs-hide {
  display: none;
}

/* Link to full sample code */
div.tabpane .samplelink {
  text-align: right;
  font-size: 83%;
  font-family: Helvetica, Arial, sans-serif;
  margin-right: 0px;
}

/* table containing sample's <pre> tag */
.codesnippet {
  border: none;
  margin: 0px;
  width: 100%;
}

.codesnippet td {
  border: 0px;
  background: none;
  padding: 0px;
}

/* pre element with line numbers */
.line-no {
  text-align: center;
}

/* CSS from DFP */
.tabs {
   background-color: #eee;
   border-bottom: 1px solid #ccc;
   list-style: none;
   margin: 2px 0px 1px;
   padding: 10px 5px 1px 5px;
   height: 2em;
}
.tabs:after {
   display: block;
   clear: both;
   content: " ";
}

.tabs li {
   float: left;
   margin: 0 1px 0 0;
   padding-left: 5px;
}
.tabs a {
   display: block;
   position: relative;
   top: 1px;
   border: 1px solid #ccc;
   border-bottom: 0;
   z-index: 2;
   padding: 2px 9px 3px;
   color: #444;
   white-space: nowrap;
}
.tabs a:focus,
.tabs a:active {
   outline: none;
}
.tabs a:hover,
.tabs a:focus,
.tabs a:active {
   background: #fff;
   cursor: pointer;
}
a.ui-tabs-selected  {
   background-color: #fff;
   color: #000;
   font-weight: bold;
   padding: 2px 8px 1px;
   border-bottom: 1px solid #fff;
   border-top: 3px solid #fabd23;
   border-left: 1px solid #fabd23;
   border-right: 1px solid #fabd23;
   margin-bottom: -1px;
   overflow: visible;
}

.ui-tabs-panel {
   padding: 0.5em;
}

div.tabwindows div {
  display: none;
}
div.tabwindows div.dfp-selected {
  display: block;
  border: 1px solid #999;
  padding-left: 5px;
}

div.tabwindows pre {
  margin-right: 2em;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

img.screenshot {
  float:right;
  clear: right;
  margin: 1em;
  max-height: 360px;
  max-width: 360px;
  valign: top;
}


/*
     FILE ARCHIVED ON 09:43:53 Oct 10, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:29:41 Dec 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.758
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.073
  esindex: 0.011
  cdx.remote: 12.548
  LoadShardBlock: 167.501 (3)
  PetaboxLoader3.datanode: 137.256 (5)
  load_resource: 519.112 (2)
  PetaboxLoader3.resolve: 372.619 (2)
*/