/* Copyright (c) 2009 Spotify Ltd */
body { margin:0; background:#fff; color:#444; padding:0; }
body,h1,h2,h3,h4,h5,p,td,li { font-family:'Helvetica neue',sans-serif; color:#000; }
body,td,p,li,div { line-height:1.5em; font-size:14px; color:#444; }

/* @group Heading Levels */
h1,h2,h3,h4,h5 { color:#222; }
h1 > a, h2 > a, h3 > a, h4 > a { color:#222; }
h1 { font-size: 180%; }
h2 { font-size: 150%; margin-top:2em; }
td h2 { margin-top:0.5em; font-weight:normal; }
h3 { font-size: 120%; }

/* @end */

caption { font-weight: bold; }

div.qindex, div.navtab {
  background-color: #e8eef2;
  border: 1px solid #84b0c7;
  text-align: center;
  margin: 2px;
  padding: 2px;
}
div.qindex, div.navpath { width:100%; line-height:140%; }
div.navtab { margin-right: 15px; }
div.contents { margin:0 3em; }

/* @group Link Styling */

div.contents a { text-decoration:none; }
div.contents a:link { color:#266a99; }
div.contents a:hover { text-decoration:underline; }
div.contents a:visited { color:#606a99; }
div.contents a:link:hover { color:#006be4; background:#e2f4ff; }
div.contents a:visited:hover { color:#af00cf; background:#f4e6ff; }

a.qindex { font-weight: bold; }
a.qindexHL {
  font-weight: bold;
  background-color: #6666cc;
  color: #ffffff;
  border: 1px double #9295C2;
}
.contents a.qindexHL:visited { color: #ffffff; }
a.el { font-weight: bold; }
a.elRef {}
a.code {}
a.codeRef {}

/* @end */

dl.el { margin-left: -1cm; }
.fragment { font-family: monospace, fixed; }
pre.fragment {
  border: 3px solid #fff;
  background-color: #f0f3d9;
  color:#38330b;
  padding: 1em;
  margin: 1em 0;
}
div.ah {
  background-color: black;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 3px;
  margin-top: 3px
}

div.groupHeader {
  margin-left: 16px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: bold;
}
div.groupText { margin-left: 16px; font-style: italic; }

div.navigation { margin-bottom:2em; }

td.indexkey {
  background-color: #e8eef2;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  margin: 2px 0px 2px 0;
  padding: 2px 10px;
}
td.indexvalue {
  background-color: #e8eef2;
  border: 1px solid #CCCCCC;
  padding: 2px 10px;
  margin: 2px 0px;
}

tr.memlist { background-color: #f0f0f0; }
p.formulaDsp { text-align: center; }
img.formulaDsp {}
img.formulaInl { vertical-align: middle; }

/* @group Code Colorization */
span.keyword { color: #2550b0; }
span.keywordtype { color: #604020; }
span.keywordflow { color: #9d5303; }
span.comment { color: #8f9277; font-style:italic; }
span.preprocessor { color: #806020; }
span.stringliteral { color: #1d783b; }
span.charliteral { color: #008080; }
span.vhdldigit { color: #ff00ff; }
span.vhdlchar { color: #000000; }
span.vhdlkeyword { color: #700070; }
span.vhdllogic { color: #ff0000; }

/* @end */
.search { color:#003399; font-weight:bold; }
form.search { margin-bottom:0px; margin-top:0px; }
input.search {
  font-size:75%;
  color:#000080;
  font-weight:normal;
  background-color:#e8eef2;
}
td.tiny { font-size: 75%; }
.dirtab {
  padding: 4px;
  border-collapse: collapse;
  border: 1px solid #84b0c7;
}
th.dirtab { background: #e8eef2; font-weight: bold; }
hr { height:0; border:none; border-top:1px solid #ccc; }

/* @group Member Descriptions */
.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  background-color: #eee;
  border: none;
  margin: 4px;
  padding: 0.2em;
  font-family:monospace;
}
.mdescLeft, .memItemLeft, .memTemplItemLeft { padding-left:1em; }
.mdescRight, .memItemRight, .memTemplItemRight { padding-right:1em; }
.mdescLeft, .mdescRight { padding: 0px 8px 4px 8px; color: #555; }
.memItemLeft, .memItemRight, .memTemplParams { border-top: 1px solid #ccc; }
.memTemplParams { color: #606060; }

/* @end */

/* @group Member Details */

/* Styles for detailed member documentation */
.memtemplate {
  font-size: 80%;
  color: #606060;
  font-weight: normal;
  margin-left: 3px;
}
.memnav {
  background-color: #e8eef2;
  border: 1px solid #84b0c7;
  text-align: center;
  margin: 2px;
  margin-right: 15px;
  padding: 2px;
}
.memitem { padding: 0; }
.memname { white-space:nowrap; font-weight:bold; }
.memproto, .memdoc {}
.memproto {
  padding: 0.3em 0.8em;
  background-color: #cae2c9;
  font-weight: bold;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
.memproto td { font-family:monospace; }
.memproto td, .memdoc td { color:#103a0f; }
.memdoc {
  padding: 0.3em 0.8em;
  background-color: #eaf5e9;
  border-top-width: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
}

.paramkey { text-align:right; }
.paramtype { white-space:nowrap; }
.paramname { color:#602020; white-space:nowrap; }
.paramname em { font-style: normal; }

/* @end */

/* @group Directory (tree) */

/* for the tree view */
.ftvtree { font-family:sans-serif; margin:0.5em; }

/* these are for tree view when used as main index */
.directory { font-size: 9pt; font-weight: bold; }
.directory h3 { margin: 0px; margin-top: 1em;  font-size: 11pt; }

/*
The following two styles can be used to replace the root node title
with an image of your choice.  Simply uncomment the next two styles,
specify the name of your image and be sure to set 'height' to the
proper pixel height of your image.
*/

/*
.directory h3.swap {
  height: 61px;
  background-repeat: no-repeat;
  background-image: none;
}
.directory h3.swap span { display: none; }
*/

.directory > h3 { margin-top: 0; }
.directory p { margin: 0px; white-space: nowrap; }
.directory div { display: none; margin: 0px; }
.directory img { vertical-align:-30%; }

/* these are for tree view when not used as main index */
.directory-alt { font-size: 100%; font-weight: bold; }
.directory-alt h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
.directory-alt > h3 { margin-top: 0; }
.directory-alt p { margin: 0px; white-space: nowrap; }
.directory-alt div { display: none; margin: 0px; }
.directory-alt img { vertical-align: -30%; }

/* @end */

/* Footer */
body > hr { margin-top:4em; }
body > address {
  padding:0 3em;
  font-style: normal;
  color: #999;
  margin-bottom:.5em;
  text-align:left !important;
}
body > address br { display:none; }

/* print */
@media print {
  div.contents {
    padding-left:10%;
    padding-right:6%;
  }
}

/*
     FILE ARCHIVED ON 19:06:40 Oct 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:28:07 Feb 21, 2026.
     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.815
  exclusion.robots: 0.084
  exclusion.robots.policy: 0.068
  esindex: 0.013
  cdx.remote: 8.823
  LoadShardBlock: 133.57 (3)
  PetaboxLoader3.datanode: 112.926 (4)
  PetaboxLoader3.resolve: 114.012 (3)
  load_resource: 204.741
*/