
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
html { 
	font-size:101%;
	font-family:Arial,verdana,arial,sans-serif;
	font-size:12px;
	-webkit-text-size-adjust:none;
	color:#6F6F6F;
	background-color:#efefef;
}
body{
	min-height:100%;
	height:auto;
	width:100%;
}
footer, header, section {
	display:block;
}
a{ color:#6F6F6F; text-decoration:none; cursor:pointer; }
a:hover { text-decoration:underline }
p, ul, ol{
	margin:18px 0;
	line-height:1.5em;
}
li{
	list-style:none;
}
li.placeholder{
	height:70px;
	width:100%;
	font-size:16px;
}
hr { 
	display:block;
	height:0px;
	line-height:0px;
	border:0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #aaa;
	margin:16px 0;
	padding:0;
	clear:both;
	float:none;
}
hr.notop{
	margin-top:0;
}
strong{
	font-weight:700;
}
#documenter_buttons{
	position:absolute;
	right:10px;
	margin-top:-30px;
}
.btn{
	cursor:pointer;
	width:auto;
	padding:7px 7px 8px;
	border-radius:3px;
	border:1px solid #ccc;
}
.btn:hover{
	border:1px solid #B1B4B0;
	box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	text-decoration:none;
}
.btn:active{
	border:1px solid #B1B4B0;
	box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
	background-color:#eee;
}

#content{
	position:absolute;
	right:18px;
	left:218px;
	padding-left:10px;
	padding-bottom:800px;
	min-height:100%;
	height:auto;
	z-index:1;
}
#sidebar{
	-moz-box-shadow:0 0 6px rgba(3,3,3,0.6);
	-webkit-box-shadow:0 0 6px rgba(3,3,3,0.6);
	box-shadow:0 0 6px rgba(3,3,3,0.6);
	position:fixed;
	left:0;
	width:200px;
	height:100%;
	min-height:100%;
	z-index:100;
}
#sidebar a{
	position:relative;
	z-index:100;
}
img{
	border:0;
}

noscript{
	display:block;
	position:absolute;
	top:238px;
	margin:0 auto;
	width:800px;
	bottom:0;
	z-index:20;
}
noscript p{
	width:800px;
	font-size:20px;
	padding-top:20px;
	margin:0 auto;
	color:#4D4D4D;
}
.small{
	font-size:10px;
	letter-spacing:0;
}

/*----------------------------------------------------------------------*/
/* Sidebar
/*----------------------------------------------------------------------*/

#sidebar ul{
	font-size:12px;
	font-weight:700;
	min-height:150px;
	height:75%;
	overflow:auto;
}

#sidebar ul li{
	text-align:right;
	padding:0;
}
#sidebar ul a{
	display:block;
	border-top:1px solid #ddd;
	border-bottom:1px solid #aaa;
	padding:6px 15px 7px 0;
	text-align:right;
}
#sidebar ul a:hover,#sidebar ul a.current{
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	text-shadow:none;
	text-decoration:none;
}
#sidebar ul li ul{
	border-top:0;
	font-size:10px;
	min-height:10px;
	height:auto;
	overflow:auto;
	margin:0;
	display:none;
}
#sidebar ul li ul li a{
	display:block;
	padding:4px 15px 5px 0;
	text-align:right;
}

/*----------------------------------------------------------------------*/
/* Content
/*----------------------------------------------------------------------*/

#cover{
	position:relative;
	height:800px;
	padding-top:200px !important;
}
#cover li{
	list-style:none !important;
	margin-left:0 !important;
}
#cover p{
	width:500px;
}
#content section{
	padding-top:70px;
}
#content h1{
	font-size:30px;
	font-weight:700;
}
#content h2{
	font-size:20px;
	margin-bottom:18px;
	font-weight:100;
}
#content h3{
	font-size:26px;
	margin:18px 0 0;
	font-weight:100;
}
#content h4{
	font-size:20px;
	margin:18px 0;
	font-weight:100;
}
#content h5{
	font-size:16px;
	margin:18px 0;
	font-weight:100;
}
#content h6{
	font-size:14px;
	margin:18px 0;
	font-weight:100;
}
#content p{
	margin:18px 0;
}
#content ol li{
	list-style:decimal;
	margin-left:36px;
}
#content ul li{
	list-style:square;
	margin-left:36px;
}
#content dl{
}
#content dl dt{
	padding-top:12px;
	font-weight:700;
	font-size:14px;
}
#content dl dd{
	padding-top:3px;
	margin-left:18px;
}
#content table{
	border-collapse:collapse;
}
#content table th{
	font-weight:700;
}
#content table th, #content table td{
	padding:3px;
	text-align:left;
}
#content code{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
#content .warning{
	padding:10px 10px 10px 30px;
	border:1px solid #D5D458;
	background-color:#F0FEB1;
	background-image:url(img/warning.png);
	background-repeat:no-repeat;
	background-position: 8px 11px;
}
#content .info{
	padding:10px 10px 10px 30px;
	border:1px solid #6AB3FF;
	background-color:#A3D0FF;
	background-image:url(img/info.png);
	background-repeat:no-repeat;
	background-position: 8px 11px;
}
#content div.alert {
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content div.alert-success,#content  div.alert-success div.alert-heading {
  color: #468847;
}
#content div.alert-danger,#content  div.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
#content div.alert-danger,
#content div.alert-error,
#content div.alert-danger div.alert-heading,
#content div.alert-error div.alert-heading {
  color: #b94a48;
}
#content div.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#content div.alert-info,#content  div.alert-info div.alert-heading {
  color: #3a87ad;
}
#content div.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
#content div.alert-block > p,#content  div.alert-block > ul {
  margin-bottom: 0;
}
#content div.alert-block p + p {
  margin-top: 5px;
}





/*----------------------------------------------------------------------*/
/* Print Styles
/*----------------------------------------------------------------------*/

@media print {
	 * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	hr { border-top:1px solid #000 !important;border-bottom:0 !important; }
	
	#sidebar{
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		position:absolute;
		left:10px;
		top:0;
		width:100%;
		margin-top:500px;
	}
	#sidebar ul:before { content: "Table of Contents"; }
	
	#sidebar ul{
		border:0 !important;
	}
	#sidebar ul li{
		border:0 !important;
		text-align:left;
	}
	#sidebar ul li a{
		border:0 !important;
		text-align:left;
		padding:4px;
	}
	#sidebar ul li a:hover{
		border:0 !important;
	}
	#sidebar #documenter_logo{
		display:none;
	}
	#sidebar #documenter_copyright{
		display:none;
	}
	#content{
		left:10px;
	}
	#cover{
		margin-bottom:300px;
	}
	#content .warning{
		background-image:url(img/warning.png) !important;
		background-repeat:no-repeat !important;
		background-position: 8px 11px !important;
	}
	#content .info{
		background-image:url(img/info.png) !important;
		background-repeat:no-repeat !important;
		background-position: 8px 11px !important;
	}
}

html{background-color:#F1F1CA;color:#554236;}
::-moz-selection{background:#45352C;color:#CDB380;}
::selection{background:#45352C;color:#CDB380;}
#sidebar #documenter_logo{background-image:url(assets/images/image_1.jpg?1420982713);}
a{color:#F77825;}
.btn {
	border-radius:3px;
}
.btn-primary {
	  background-image: -moz-linear-gradient(top, #F77825, #C7611E);
	  background-image: -ms-linear-gradient(top, #F77825, #C7611E);
	  background-image: -webkit-gradient(linear, 0 0, 0 F77825%, from(#554236), to(#C7611E));
	  background-image: -webkit-linear-gradient(top, #F77825, #C7611E);
	  background-image: -o-linear-gradient(top, #F77825, #C7611E);
	  background-image: linear-gradient(top, #F77825, #C7611E);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F77825', endColorstr='#C7611E', GradientType=0);
	  border-color: #C7611E #C7611E #bfbfbf;
	  color:#FFFFFF;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  border-color: #F77825 #F77825 #bfbfbf;
  background-color: #C7611E;
}
hr{border-top:1px solid #DEDEBA;border-bottom:1px solid #FFFFD6;}
#sidebar, #sidebar ul a{background-color:#554236;color:#CDB380;}
#sidebar ul a{-webkit-text-shadow:1px 1px 0px #6B5344;-moz-text-shadow:1px 1px 0px #6B5344;text-shadow:1px 1px 0px #6B5344;}
#sidebar ul{border-top:1px solid #30251F;}
#sidebar ul a{border-top:1px solid #6B5344;border-bottom:1px solid #30251F;color:#F77825;}
#sidebar ul a:hover{background:#45352C;color:#CDB380;border-top:1px solid #45352C;}
#sidebar ul a.current{background:#45352C;color:#CDB380;border-top:1px solid #45352C;}
