/*body {
	border: none;
	border-left: 1px solid #c0c0c0;
	margin: 0px;
	font-size: 70%;
	font-family: Verdana;
	background: #fff;
	height: 100%;
}

body div.head {
	font-size: 160%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-left: 5px solid #c5e1bb;
	border-right: 5px solid #c5e1bb;
	background: #d3ecca;
	border-bottom: 1px solid #808080;
}

body div.foot {
	border-top: 1px solid #808080;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	padding: 10px;
	text-align: right;
}

body div.main {
	padding: 15px;
}
*/

.body .contents .layout .content div.reference table {
  font-size: 100%;
}

.body .contents .layout .content div.reference blockquote {
  margin-left: 2em;
  margin-right: 0;
}

.body .contents .layout .content div.reference h2 {
  border-bottom: 1px solid silver;
  color: darkgreen;
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 2px;
  font-size: 14px;
}

/*
div.reference h5 {
  margin-top:1em;
  margin-bottom:0em;
  font-size: 125%;
}
*/
/*
.body .contents .layout .content div.reference a {
  color: blue;
}

.body .contents .layout .content div.reference a:hover {
  color: #6666FF;
}

.body .contents .layout .content div.reference a.copyright {

}
*/

.body .contents .layout .content div.reference p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.body .contents .layout .content div.reference p.headline {
  font-weight: bold;
  margin-top: 15px;
}

.body .contents .layout .content div.reference li {
  padding-bottom: 3px;
}

.body .contents .layout .content div.reference table.warning {
  border: 1px solid #bd6c15;
  background: #ffd38d url("../../img/note.gif") no-repeat 3px 3px;
  color: #000;
  padding: 0px;
  line-height: 130%;
  width: 100%;
}

.body .contents .layout .content div.reference table.warning td {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
  line-height: 130%;
}

.body .contents .layout .content div.reference table.warning td.attention {
  padding: 6px 3px 6px 27px;
  width: 1%;
}

.body .contents .layout .content div.reference ul.contents {
  height: auto;
  margin-left: 3px;
  min-height: 0;
  padding-left: 14px;
  padding-right: 0;
}

.body .contents .layout .content div.reference ul.related {
  padding-left: 14px;
  margin-left: 3px;
}

.body .contents .layout .content div.reference p.note {
  border: dashed 1px silver;
  border-left: double 3px silver;
  border-right: none;
  background-color: lightyellow;
  padding: 1em;
}

/* overriding prettify styles */
pre.prettyprint,
xmp.prettyprint {
  background-color: #eee;
  border: dashed 1px silver;
  border-left: double 3px #6eb95e;
  border-right: none;
  font-size: 1em;
  overflow: auto;
  overflow-x: hidden;
  padding: 1em;
  padding-bottom: 0;
  width: 564px;
}

li pre.prettyprint {
  width: 549px;
}
