body {
	font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	min-width: 640px;
}

a, a:visited {
	color: black;
}

a:hover, a:active, a:focus {
	color: #008DD4;
}

h1, h2, h3 {
	font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

header, footer {
	padding: 10px 15px;
	color: white;
	background: #008DD4;
}

footer a, footer a:hover {
	color: white !important;
}

#sidebar {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	background: #F6F6F6;
	width: 180px;
	padding: 10px;
	overflow-y: scroll;
	margin-left: 0px;
	transition: margin-left 0.2s linear;
}

#sidebar a {
	display: block;
	border-left: 2px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 5px;
	padding: 5px;
	transition: all 0.2s linear;
	cursor: pointer;
	text-decoration: none;
}
#sidebar a:hover {
	color: black;
	background: rgba(0, 0, 0, 0.2);
}

#sidebar a.a2 {
	margin-left: 10px;
	padding: 3px 5px;
}

#sidebar a.a3 {
	margin-left: 20px;
	padding: 2px 5px;
}

#sidebar a.selected {
	border-color: #008DD4;
	background: #008DD4;
	color: white;
}

body {
	margin-left: 200px;
	transition: margin-left 0.2s linear;
}

@media screen and (max-width: 400px) {
	#sidebar {
		margin-left: -200px;
	}
	body {
		margin-left: 0px;
	}
}

#main {
	padding: 20px;
}

.section {
	padding: 20px 0px;
}

.section > h2 {
	background: #008DD4;
	color: white;
	margin: 0px -20px 10px;
	padding: 5px 20px;
}

.section h4 {
	margin-top: 10px;
}

pre {
	background: #F2F2F2;
	tab-size: 4;
	overflow-y: auto;
	word-wrap: break-word;
}

.pre-tabs {
	margin-top: 10px;
}
.pre-tabs > pre {
	display: none;
}
.pre-tabs > pre.selected {
	display: block;
}
.pre-tabs .tabs {
	margin-bottom: -14px;
	font-size: 0px;
}
.pre-tabs .tabs .tab {
	display: inline-block;
	padding: 5px 10px;
	background: #DDD;
	border: 1px solid #888;
	cursor: pointer;
	color: black;
	font-size: 13px;
	margin-right: -1px;
	vertical-align: bottom;
}
.pre-tabs .tabs .tab.selected {
	border-bottom-color: #F2F2F2;
	background: #F2F2F2;
	color: black;
	padding-top: 7px;
	padding-bottom: 7px;
}

table {
	margin-top: 10px;
	border-collapse: collapse;
}
table td, table th {
	border: 1px solid #888;
	background: #F2F2F2;
	padding: 4px 8px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table th {
	background: #DDD;	
}

.muted {
	color: #666;
}

code {
	color: #080;
	font-size: inherit;
}

li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
	list-style-type: decimal !important;
	border-left: 1px solid #888 !important;
	padding-left: 5px !important;
	color: #BBB !important;
}

pre.prettyprint {
	padding: 0px 2px !important;
}

span.tab {
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
	vertical-align: -7px;
	height: 1px;
	outline: 4px solid #F2F2F2;
	border-bottom: 1px solid #DDD;
}
span.space:after {
	content: ".";
	margin-left: -5px;
	font-size: 8px;
}

table.collapsed, table.expanded {
	width: 100%;
	margin-top: 0px;
}
table.collapsed > tbody > tr > td {
	display: none;
}
table.expanded > tbody > tr > td {
	background: rgba(255, 255, 255, 0.25);
}
table.collapsed > tbody > tr > th, table.expanded > tbody > tr > th {
	cursor: pointer;
	font-weight: bold;
}
table.collapsed > tbody > tr > th:hover, table.expanded > tbody > tr > th:hover {
	background: #AAAAAA;
}
table.collapsed > tbody > tr > th:after {
	content: "Click To Expand";
	font-style: italic;
	float: right;
	margin-left: 20px;
	font-weight: normal;
}
table.expanded > tbody > tr > th:after {
	content: "Click To Collapse";
	font-style: italic;
	float: right;
	margin-left: 20px;
	font-weight: normal;
}

.api-function h3 {
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

.bold { font-weight: bold; }
.center { text-align: center; }
.middle { vertical-align: middle; }

.clear { clear: both; }

.lead {
	margin: 20px 0px;
	background: #EEE;
	padding: 10px 20px;
	font-size: 18px;
	border-left: 5px solid #999;
}

@media print {
	table.collapsed > tbody > tr > td {
		display: table-cell;
	}
	table.collapsed > tbody > tr > th:after, table.expanded > tbody > tr > th:after {
		content: "";
	}
	header img, header .menu, footer, .print-hide {
		display: none;
	}
	header {
		font-size: 72px;
		text-align: center;
		margin-top: 300px;

	}
	h2 {
		page-break-before: always;
		border-bottom: 1px solid #000;
	}
}
