body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #fff;
  color: #000;
  font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 82%;
  line-height: 150%;
}
h1,
h2,
h3,
h4 {
  font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  margin-bottom: 0.8em;
  margin-top: 1.1em;
  line-height: 110%;
}
h1 {
  font-size: 300%;
  margin-top: 0em;
  color: #57ace4;
}
h2 {
  font-size: 250%;
  color: #2289cc;
}
area {
 outline: none;
}
.simplesect h2 {
  margin-top: 1.5em;
  font-size: 150%;
}
h3 {
  font-size: 120%;
}
h4 {
  font-size: 100%;
}
a:link {
  color: #1e7ab6;
}
a:visited {
  color: #888;
}
a:hover {
  color: #000;
}
img {
  border: none;
}
ol,
ul {
  padding: 0px;
  margin-left: 40px;
}
li p {
  margin-top: 7px;
  margin-bottom: 7px;
}
hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
}
.bold {
  font-weight: bold;
  color: #555;
}
.arrowsynopsiscontent {
  display: none;
  margin-left: 25px;
  padding-left: 15px;
  border-left: 10px solid #e5e5e5;
}
.arrowsynopsiscontent ul {
  margin-left: 10px;
}
table.header {
  margin: 1em 2em 2em 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
}
td.header {
  border-bottom: 1px solid #ccc;
  color: #888;
}
.small {
  font-size: 90%;
}
.section,
div.chapter {
  margin-left: 10px;
  padding: 0 2em 0 1.5em;
}
.first-page-header {
  border-bottom: 1px solid #ccc;
  margin: 1em 1.5em 2em;
}
div.informaltable table {
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;
}
div.informaltable th {
  border: 1px solid #b6b6b6;
  vertical-align: baseline;
  background-color: #e0e0e0;
  font-size: 11px;
  text-align: center;
  padding-bottom: 3px;
  padding-top: 3px;
}
div.informaltable td {
  border: 1px solid #b6b6b6;
  vertical-align: baseline;
  font-size: 11px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 6px;
  padding-top: 4px;
}
a.LinkMark {
  text-decoration: none;
  color: #950000;
}
a:visited.LinkMark {
  color: #950000;
}
a:hover.LinkMark {
  color: #950000;
}
.seealso ul {
  margin-left: 20px;
  margin-top: 10px;
}
.seealso ul li {
  margin-top: 7px;
  margin-bottom: 7px;
}
.mapcontainer {
  height: 5em;
  width: 640px;
}
.note,
.caution {
  padding-bottom: 5px;
}
.note,
.tip,
.caution{
  padding: 0.5em 1em 0.6em 40px;
  background-position: 10px 13px;
  background-repeat: no-repeat;
}
.note p,
.tip p,
.caution p {
  margin: 3px 0 10px 0;
}
.note{
  background-color: #fffede;
  border: 1px solid #ede76e;
  background-image: url("../img/note.png");
}
.caution{
  background-color: #f7d2d6;
  border: 1px solid #f3bcc2;
  background-image: url("../img/caution.png");
}
.tip{
  background-color: #e8f1fc;
  border: 1px solid #d1e3f9;
  background-image: url("../img/tip.png");
}
.note table th,
.tip table th,
.caution table th {
  line-height: 100%;
}
.note table,
.tip table,
.caution table {
  width: 100%;
}
.note table th,
.note table td,
.tip table th,
.tip table td,
.caution table th,
.caution table td {
  padding: 0px;
}
.note table th,
.tip table th,
.caution table th {
  color: #505050;
}
.programlisting {
  padding: 1em 1.5em;
  margin: 0px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  font-size: 13px;
  font-family: "Consolas", "Courier", monospace;
  line-height: 1.4;
  color: #0063a1;
  white-space: pre-wrap;
}

.informalexample,
.informalexample ul.programlistingtabs-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.informalexample li.programlistingtabs-listitem {
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  padding: 5px 8px;
  border-collapse: collapse;
  z-index: 1;
  position: relative;
  top: 1px;
}
.informalexample li.programlistingtabs-selectedlistitem {
  background-color: #fafcfc;
  border-top: 2px solid #6eb7e8;
}
.informalexample li.programlistingtabs-selectedlistitem a {
  font-weight: bold;
}
.informalexample li.programlistingtabs-listitem a {
  color: #333;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
}
.informalexample .programlisting {
  position: relative;
  padding: 1em 1.5em;
  margin: 0px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  font-size: 13px;
  font-family: "Consolas", "Courier", monospace;
  line-height: 1.4;
  color: #0063a1;
}
.informalexample a.listing-copy,
.informalexample a.listing-copy:visited {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 2px 15px 3px;
  text-decoration: none;
  background-color: #b5b5b5;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.arrowsynopsis a img {
  position: relative;
  top: 3px;
}
.inline-block {
  position: relative;
  display: inline-block;
}
* html .inline-block {
  display: inline;
}
*:first-child+html .inline-block {
  display: inline;
}
.footer {
  margin: 2em 1.5em;
}
