html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,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;
}
hr.notop{
	margin-top:0;
	margin:5px 0;
}
strong{
	font-weight:700;
}
#documenter_content{
	position:absolute;
	right:18px;
	left:218px;
	padding-left:10px;
	padding-bottom:800px;
	min-height:100%;
	height:auto;
	z-index:1;
	min-width: 742px;
}
#documenter_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;
}
#documenter_sidebar a{
	position:relative;
	z-index:100;
}
img{
	border:0;
}
#documenter_copyright{
	position:absolute;
	bottom:10px;
	font-size:10px;
	right:15px;
	width:200px;
	text-align:right;
	z-index:1
}
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
/*----------------------------------------------------------------------*/

ul#top-tabs-category {
	position:fixed;
	z-index: 100;
	height: auto;
	left: 22%;
	margin-top: 7px;
	min-width: 700px;
}



#top_fade {
	width: 100%;
	height: 70px;
	z-index: 99;
	position: fixed;
	top: 5px;
	left:200px;
	background: url("../images/bottom-fade.png") top repeat-x;
}

#documenter_nav {
	margin-top:0;	
}

#documenter_sidebar #documenter_logo{
	display:block;
	height:186px;
	width:230px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 10px;
}
#documenter_sidebar ol{
	font-size:12px;
	font-weight:700;
	height:70%;
	overflow-y:auto;
}

#documenter_sidebar ol li{
	text-align:right;
	padding:0;
}
#documenter_sidebar ol a{
	display:block;
	border-top:1px solid #ddd;
	border-bottom:1px solid #aaa;
	padding:5px 14px 6px 0;
	text-align:right;
}
#documenter_sidebar ol a:hover {
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	text-shadow:none;
	text-decoration:none;
}

#documenter_sidebar ol a.current{
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	text-shadow:none;
	text-decoration:none;
}
#documenter_sidebar ol li ol{
	border-top:0;
	font-size:10px;
	min-height:10px;
	height:auto;
	overflow:auto;
	margin:0;
	display:none;
}
#documenter_sidebar ol li ol li a{
	display:block;
	padding:4px 15px 5px 0;
	text-align:right;
}

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

#documenter_cover{
	height:800px;
	padding-top:200px !important;
}
#documenter_cover li{
	list-style:none !important;
	margin-left:0 !important;
}
#documenter_cover p{
	width:500px;
}
#documenter_content section{
	padding-top:70px;
	max-width:900px;
}
#documenter_content h1{
	font-size:28px;
	font-weight:700;
	color: #664F41;
}
#documenter_content h2{
	font-size:20px;
	margin-bottom:5px;
	font-weight:100;
	color: #AF957F;
}
#documenter_content h3{
	font-size:26px;
	margin:18px 0 0;
	font-weight:100;
}
#documenter_content h4{
	font-size:20px;
	margin:18px 0;
	font-weight:100;
}
#documenter_content h5{
	font-size:16px;
	margin:18px 0;
	font-weight:100;
}
#documenter_content h6{
	font-size:14px;
	margin:18px 0;
	font-weight:100;
}
#documenter_content p{
	margin:18px 0;
}
#documenter_content ol li{
	list-style:decimal;
	margin-left:36px;
}
#documenter_content ul li{
	list-style:square;
	margin-left:36px;
}
#documenter_content dl{
}
#documenter_content dl dt{
	padding-top:12px;
	font-weight:700;
	font-size:14px;
}
#documenter_content dl dd{
	padding-top:3px;
	margin-left:18px;
}
#documenter_content table{
	border-collapse:collapse;
}
#documenter_content table th{
	font-weight:700;
}
#documenter_content table th, #documenter_content table td{
	padding:5px;
	text-align:left;
}
#documenter_content code, #documenter_content pre{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}


#documenter_content .forum-link a {
	color:#AF957F;	
}

#documenter_content .forum-link a:hover {
	color: #735A0F;
	text-decoration: underline;	
}



table.poll tr:hover td.cell1 {
background-color:rgba(235, 240, 241, 0.43);
-webkit-text-shadow:1px 1px 2px rgba(150, 150, 150, 0.5);-moz-text-shadow:1px 1px 2px rgba(150, 150, 150, 0.5);text-shadow:1px 1px 2px rgba(150, 150, 150, 0.5);
}

table.poll tr:hover td.cell2 {
background-color: #CED8DB;
color: #554236;
-webkit-text-shadow:1px 1px 0px white;-moz-text-shadow:1px 1px 0px white;text-shadow:1px 1px 0px white;
}


table.poll tr:hover .pcenter {
-webkit-box-shadow: -3px 2px 10px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    -3px 2px 10px rgba(50, 50, 50, 0.6);
box-shadow:         -3px 2px 10px rgba(50, 50, 50, 0.6);
}


table.poll td.cell1 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(255, 254, 252, 0.6);
    border-color: rgba(214, 214, 214, 0.57);
    border-style: solid;
    border-width: 0 0 1px;
    padding: 5px 3px;
}

table.poll td.cell2 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(214, 214, 214, 1);
    border-style: solid;
    border-width: 0 1px 1px;
    font-weight: bold;
    padding: 5px;
}

.pollbar span {
	float:left;
	height:14px;		
	display:block;	
}

.pollbar .pleft,.pollbar .bright {
	width:8px;
}

.pollbar .pleft {
	background:url('/forum/images/polls/bar-l.gif') top left no-repeat;
}


.pollbar .pcenter{
margin-top: 1px;
height: 12px;
border-radius: 0 8px 8px 0;
-webkit-box-shadow: -3px 2px 5px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    -3px 2px 5px rgba(50, 50, 50, 0.5);
box-shadow:         -3px 2px 5px rgba(50, 50, 50, 0.5);

background: #2069e6; /* Old browsers */
background: -moz-linear-gradient(top,  #2069e6 0%, #c6d8f2 17%, #4fa3df 81%, #4fa3df 89%, #226fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2069e6), color-stop(17%,#c6d8f2), color-stop(81%,#4fa3df), color-stop(89%,#4fa3df), color-stop(100%,#226fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2069e6 0%,#c6d8f2 17%,#4fa3df 81%,#4fa3df 89%,#226fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2069e6 0%,#c6d8f2 17%,#4fa3df 81%,#4fa3df 89%,#226fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2069e6 0%,#c6d8f2 17%,#4fa3df 81%,#4fa3df 89%,#226fc2 100%); /* IE10+ */
background: linear-gradient(top,  #2069e6 0%,#c6d8f2 17%,#4fa3df 81%,#4fa3df 89%,#226fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2069e6', endColorstr='#226fc2',GradientType=0 ); /* IE6-9 */


}

.pollbar.pfirst .pleft {
	background:url('/forum/images/polls/bar-l-1.gif') top left no-repeat;
}

.pollbar .bright {
	display:none;
}

.pollbar.pfirst .pcenter {
background: #d1a302; /* Old browsers */
background: -moz-linear-gradient(top,  #d1a302 0%, #f6e6b4 17%, #ed9017 81%, #ed9017 89%, #9e6d0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1a302), color-stop(17%,#f6e6b4), color-stop(81%,#ed9017), color-stop(89%,#ed9017), color-stop(100%,#9e6d0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d1a302 0%,#f6e6b4 17%,#ed9017 81%,#ed9017 89%,#9e6d0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d1a302 0%,#f6e6b4 17%,#ed9017 81%,#ed9017 89%,#9e6d0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d1a302 0%,#f6e6b4 17%,#ed9017 81%,#ed9017 89%,#9e6d0b 100%); /* IE10+ */
background: linear-gradient(top,  #d1a302 0%,#f6e6b4 17%,#ed9017 81%,#ed9017 89%,#9e6d0b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1a302', endColorstr='#9e6d0b',GradientType=0 ); /* IE6-9 */

}

.pollbar.psecond .pleft {
	background:url('/forum/images/polls/bar-l-2.gif') top left no-repeat;
}

.pollbar.psecond .bright {
	display:none;	
}

.pollbar.psecond .pcenter {
background: #21a721; /* Old browsers */
background: -moz-linear-gradient(top,  #21a721 0%, #ade5ab 17%, #52c133 81%, #52c133 89%, #2c7f21 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21a721), color-stop(17%,#ade5ab), color-stop(81%,#52c133), color-stop(89%,#52c133), color-stop(100%,#2c7f21)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #21a721 0%,#ade5ab 17%,#52c133 81%,#52c133 89%,#2c7f21 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #21a721 0%,#ade5ab 17%,#52c133 81%,#52c133 89%,#2c7f21 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #21a721 0%,#ade5ab 17%,#52c133 81%,#52c133 89%,#2c7f21 100%); /* IE10+ */
background: linear-gradient(top,  #21a721 0%,#ade5ab 17%,#52c133 81%,#52c133 89%,#2c7f21 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21a721', endColorstr='#2c7f21',GradientType=0 ); /* IE6-9 */



}

.pollbar.pthird .pleft {
	background:url('/forum/images/polls/bar-l-3.gif') top left no-repeat;
}

.pollbar.pthird .pcenter {
background: #1f9b88; /* Old browsers */
background: -moz-linear-gradient(top,  #1f9b88 0%, #97dfd2 17%, #30b484 81%, #30b484 89%, #1f7760 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f9b88), color-stop(17%,#97dfd2), color-stop(81%,#30b484), color-stop(89%,#30b484), color-stop(100%,#1f7760)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1f9b88 0%,#97dfd2 17%,#30b484 81%,#30b484 89%,#1f7760 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1f9b88 0%,#97dfd2 17%,#30b484 81%,#30b484 89%,#1f7760 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1f9b88 0%,#97dfd2 17%,#30b484 81%,#30b484 89%,#1f7760 100%); /* IE10+ */
background: linear-gradient(top,  #1f9b88 0%,#97dfd2 17%,#30b484 81%,#30b484 89%,#1f7760 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f9b88', endColorstr='#1f7760',GradientType=0 ); /* IE6-9 */

}

.pollplace .number{
	color:#D8D9DA;
}

.pollplace.pfirst,.pollplace.pfirst .number,.cell1 span.pollplace.pfirst a{
	color:#d78a26;
	font-size:18px;
	font-weight:bold;
}

.pollplace.psecond,.pollplace.psecond .number,.cell1 span.pollplace.psecond a {
	color:#1d9a11;
	font-weight:bold;
	font-size:16px;
}

.pollplace.pthird,.pollplace.pthird .number,.cell1 span.pollplace.pthird a {
	color:#2B8D84;	
	font-weight:bold;
	font-size:15px;
}


#documenter_content .b-share__text {
	font-size: 10px;
	text-transform: uppercase;
}


/*----------------------------------------------------------------------*/
/* 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; }
	
	#documenter_sidebar{
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		position:absolute;
		left:10px;
		top:0;
		width:100%;
		margin-top:500px;
	}
	#documenter_sidebar ol:before { content: "Table of Contents"; }
	
	#documenter_sidebar ol{
		border:0 !important;
	}
	#documenter_sidebar ol li{
		border:0 !important;
		text-align:left;
	}
	#documenter_sidebar ol li a{
		border:0 !important;
		text-align:left;
		padding:4px;
	}
	#documenter_sidebar ol li a:hover{
		border:0 !important;
	}
	#documenter_sidebar #documenter_logo{
		display:none;
	}
	#documenter_sidebar #documenter_copyright{
		display:none;
	}
	#documenter_content{
		left:10px;
	}
	#documenter_cover{
		margin-bottom:300px;
	}
}