* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	outline:none;
}
html,body {
	background:white;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	color:#333;
	font-size:10pt;
	line-height:1.3em;
}
h2,h3,h4,h5,h6 {
	color:#ff7d00;
	font-weight:normal;
	padding-top:1em;
	padding-bottom:.25em;
	margin-bottom:0em;
}
h2,h3 {font-weight:bold;}
h2 {font-size:18pt;}
h3 {font-size:16pt;}
h4 {font-size:12pt;}
h5 {font-size:11pt;}
h6 {font-size:10pt;}
a {
	text-decoration:none;
	font-weight:bold;
	color:black;
}
.ApiDoc-mainContent a {
	border-bottom:1px dotted black;
}
pre {
	font-family: "Monaco", "courier" ;
	border:1px solid silver;
	background:#eee;
	padding:1em;
	margin-bottom:2em;
	font-size:9pt;
	margin-top:0;
	overflow:auto;
	white-space:normal;
}
code pre {
	white-space:pre;
}

#ApiDoc-main #ApiDoc-left {
	padding:1em;
	margin-right:20em
}
#ApiDoc-main #ApiDoc-left .ApiDoc-mainContent  {
	padding:1em;		
}
#ApiDoc-main #ApiDoc-right {
	width:20em;
	display:block;
	float:right;
	padding:1em;
	background:#eee;
	border-left:1px solid silver;
	border-bottom:1px solid silver;
	-webkit-border-bottom-left-radius:1em;
	-moz-border-radius-bottomleft:1em;
	position:fixed;
	top:0;
	right:0;
}
#ApiDoc-right ul, #ApiDoc-right ul * {
	padding:0;
	margin:0;
	list-style:none;
	line-height:1.5em;
} 
#ApiDoc-right ul {
	padding:1em;
}
#ApiDoc-right ul li ul {
	padding:0 1em
}
input[type="text"] {
	margin:0;
	padding: .5em;
	border:1px solid silver;
	font-size:10pt;
}
input[type="text"] + input[type="button"] {
	margin:0;
	padding: .5em;
	border:0px solid transparent;
	border-left:none;
	font-size:10pt;
	background:silver;
	color:white;
	-webkit-border-radius:6px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius:6px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
	border-radius:6px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.ApiDoc-top {
	line-height:2em;
	background:black;
	color:white;
	padding:1em;
	margin:-1em;
}
.ApiDoc-top h1 {
	float:left;
	line-height:1em;
	margin:.5em;
}
.ApiDoc-top img {
	display:block;
	float:left;
}
.clearfloat {
	float:none;
	clear:both;
}



	table {
		border:1px solid silver;;
		padding:.5em;
	}
	table td {
		padding:.75em 1em;
	}
	
	table p {
		margin:0;
		padding:0;
	}
	table thead tr th {
		text-align:left;
		border-bottom:1px solid silver;
		padding:.25em 1em;
	}
	table tbody tr td {
		vertical-align:top;
	}
	table, pre {
		width:100%;
	}

		ul.toc, ul.toc ul {
			margin-right:0 !important;
			padding-right:0 !important;
		}
		ul.toc {
			margin-left:0 !important;
			padding-left:0 !important;		
		}
		ul.toc a {
			text-shadow:0px 1px 0px white;
		}
		ul.toc li {
			padding-top: 1em !important;
		}
		ul.toc li * {
			padding-top:0 !important;
		}
		
		ul.toc li a {
			font-size:10pt;
		}
		ul.toc li ul li a {
			font-size: 10pt;
			font-weight: bold;
		}
		ul.toc li ul li ul li a {
			font-size: 9pt;
			font-weight: normal;
		}
      	fieldset.attention {
	      	border:2px dashed red;padding:1em;
	      	margin:2em 0;
      	}   
	      fieldset.attention legend {
	      	margin: 0 -1em;
	      	font-weight: bold;
	      	font-size: 1.2em;
	      	padding:0 1em;
	      	color: maroon;
	      } 
	      fieldset.attention p {
	      	padding: 0;
	      	margin: .5em 0;
	      	font-family: Monaco, courier;
	      }
	      .TOCHighlight {
      		border:1px solid silver;
      		border-top:none;
      		border-left:none;
      		padding-bottom:.5em !important;
      		margin-bottom:.5em !important;
      		-webkit-border-bottom-right-radius:1em;
      		-moz-border-radius-bottomright:1em;
	      }
	      .TOCHighlight a {
      		color:#ff7d00;
	      }
	      .TOCToggleButtons {
	      	background:white;
	      	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	      	background:-moz-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	      	-webkit-box-shadow:0px 1px 0px white;
	      	-moz-box-shadow:0px 1px 0px white;
	      	border:.1em solid silver;
	      	padding:.35em 1.5em;
	      	margin-right:.5em;
	      	margin-bottom:-.5em;
	      	line-height:1em;
	      	-webkit-border-radius:.85em;
	      	-moz-border-radius:.85em;
	      	color:#555;
	      	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
	      	-webkit-transition-duration:.15s;
	      	-webkit-transition-timing-function:ease-in-out;
	      }
	      .TOCToggleButtons:hover {
	      	border-color:#ff7d00;
	      }
	      .TOCToggleButtons:active {
	      	-webkit-box-shadow:0px 1px 2px white;
	      	-moz-box-shadow:0px 1px 2px white;
	      	background:#555;
	      	color:white;
	      }