body.media-mobile div.filter-holder ul,
body.media-landscape div.filter-holder ul,
body.media-desktop div.filter-holder ul,
body.media-mobile div.filter-holder label,
body.media-landscape div.filter-holder label,
body.media-desktop div.filter-holder label,
.unselectable,
div.functionbar,
div.topic div.functionholder,
div.topic a.to_top,
body.media-mobile div.functionbar,
body.media-mobile div.filter-holder div.mobile-filter-heading,
body.media-mobile div.searchbar.layout-visible,
body.media-desktop div.topic div.functionholder div.searchbar-extra a.wSearchLink,
body.media-desktop div.topic div.functionholder div.searchbar-extra div.searchAND.layout-visible label {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none
}

div.toc-holder ul {
	list-style: none;
	margin: 0;
	padding: 0
}

div.toc-holder ul a {
	display: block;
	margin: 0;
	padding: 0;
	color: inherit
}

div.toc-holder ul li {
	min-height: 1.2em;
	line-height: 1.5em;
	min-width: 6em;
	border-left: .4em solid transparent
}

div.toc-holder ul li:not(.show) {
	min-height: 0;
	min-width: 0
}

div.toc-holder ul li li {
	font-size: 100%
}

div.toc-holder ul li.child {
	display: block;
	overflow-y: hidden;
	max-height: 0em;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
	-o-transition-property: max-height;
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
	-ms-transition-property: max-height;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
	-moz-transition-property: max-height;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
	-webkit-transition-property: max-height;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0, 1.05, 0, 1);
	transition-property: max-height;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

div.toc-holder ul li.child:not(.show) {
	overflow-x: hidden
}

div.toc-holder ul li.child.show {
	max-height: 500em;
	min-height: 0;
	overflow-y: visible;
	-o-transition-duration: 0.7s;
	-o-transition-timing-function: cubic-bezier(1, 0, 1, 0);
	-o-transition-property: max-height;
	-ms-transition-duration: 0.7s;
	-ms-transition-timing-function: cubic-bezier(1, 0, 1, 0);
	-ms-transition-property: max-height;
	-moz-transition-duration: 0.7s;
	-moz-transition-timing-function: cubic-bezier(1, 0, 1, 0);
	-moz-transition-property: max-height;
	-webkit-transition-duration: 0.7s;
	-webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0);
	-webkit-transition-property: max-height;
	transition-duration: 0.7s;
	transition-timing-function: cubic-bezier(1, 0, 1, 0);
	transition-property: max-height;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

div.toc-holder ul li.child.expanding.show {
	max-height: 500em;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: hidden
}

div.toc-holder ul li.child.collapsing {
	overflow-x: hidden;
	overflow-y: hidden
}

div.toc-holder a {
	text-decoration: none
}

div.toc-holder a:hover {
	text-decoration: underline
}

div.toc-holder:not(.drill-down) li.child.expanding.show {
	margin-top: -0.14em;
	margin-bottom: -0.14em
}

div.toc-holder:not(.drill-down) li.child.collapsing {
	margin-top: -0.14em;
	margin-bottom: 0.3em
}

@-ms-keyframes drill-down-up-mobile {
	from {
		margin-left: 25%
	}

	to {
		margin-left: -2.6em
	}
}

@-moz-keyframes drill-down-up-mobile {
	from {
		margin-left: 25%
	}

	to {
		margin-left: -2.6em
	}
}

@-webkit-keyframes drill-down-up-mobile {
	from {
		margin-left: 25%
	}

	to {
		margin-left: -2.6em
	}
}

@keyframes drill-down-up-mobile {
	from {
		margin-left: 25%
	}

	to {
		margin-left: -2.6em
	}
}

@-ms-keyframes drill-down-up-landscape {
	from {
		margin-left: 25%
	}

	to {
		margin-left: 0
	}
}

@-moz-keyframes drill-down-up-landscape {
	from {
		margin-left: 25%
	}

	to {
		margin-left: 0
	}
}

@-webkit-keyframes drill-down-up-landscape {
	from {
		margin-left: 25%
	}

	to {
		margin-left: 0
	}
}

@keyframes drill-down-up-landscape {
	from {
		margin-left: 25%
	}

	to {
		margin-left: 0
	}
}

body.media-mobile div.drill-down.toc-holder ul,
body.media-landscape div.drill-down.toc-holder ul {
	margin-left: 0 !important
}

body.media-mobile div.drill-down.toc-holder ul li.collapsing,
body.media-landscape div.drill-down.toc-holder ul li.collapsing {
	-ms-animation-name: drill-down-up;
	-ms-animation-duration: 0.5s;
	-moz-animation-name: drill-down-up;
	-moz-animation-duration: 0.5s;
	-webkit-animation-name: drill-down-up;
	-webkit-animation-duration: 0.5s;
	animation-name: drill-down-up;
	animation-duration: 0.5s
}

body.media-mobile div.drill-down.toc-holder ul li.child ul.child,
body.media-landscape div.drill-down.toc-holder ul li.child ul.child {
	overflow: hidden
}

body.media-mobile div.drill-down.toc-holder li,
body.media-landscape div.drill-down.toc-holder li {
	border-left-width: 0 !important
}

body.media-mobile div.drill-down.toc-holder li.selected,
body.media-landscape div.drill-down.toc-holder li.selected {
	padding-left: 1.55em !important;
	background-position: .4em .8em;
	border-left-width: .2em !important
}

body.media-mobile div.drill-down.toc-holder li.active.rh-hide,
body.media-landscape div.drill-down.toc-holder li.active.rh-hide {
	display: list-item !important
}

body.media-mobile div.drill-down.toc-holder li.inactive,
body.media-landscape div.drill-down.toc-holder li.inactive {
	display: none
}

body.media-mobile div.drill-down.toc-holder ul.child,
body.media-landscape div.drill-down.toc-holder ul.child {
	padding-left: 2.6em !important;
	margin-left: 0
}

body.media-mobile div.toc-holder ul,
body.media-landscape div.toc-holder ul {
	margin-left: .25em
}

body.media-mobile div.toc-holder ul li.book,
body.media-landscape div.toc-holder ul li.book,
body.media-mobile div.toc-holder ul li.item,
body.media-landscape div.toc-holder ul li.item,
body.media-mobile div.toc-holder ul li.url,
body.media-landscape div.toc-holder ul li.url {
	padding: 0.5em 1.75em 0.5em 2em;
	margin-top: .25em;
	margin-bottom: .25em;
	margin-left: -2.6em;
	margin-right: auto;
	min-height: 1.5em;
	vertical-align: middle;
	-o-transition-duration: 0.35s;
	-o-transition-timing-function: ease-out;
	-o-transition-property: border-left;
	-ms-transition-duration: 0.35s;
	-ms-transition-timing-function: ease-out;
	-ms-transition-property: border-left;
	-moz-transition-duration: 0.35s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-property: border-left;
	-webkit-transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: border-left;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	transition-property: border-left;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

body.media-mobile div.toc-holder ul li.book,
body.media-landscape div.toc-holder ul li.book {
	cursor: pointer
}

body.media-mobile div.toc-holder ul li.book.loading-book,
body.media-landscape div.toc-holder ul li.book.loading-book {
	background-image: url("loading.gif");
	background-repeat: no-repeat;
	background-position: 0.6em 0.8em;
	background-size: auto;
	background-size: 1em
}

body.media-mobile div.toc-holder ul li.child,
body.media-landscape div.toc-holder ul li.child {
	margin-left: -2.6em !important
}

body.media-mobile div.toc-holder ul li.child ul.child,
body.media-landscape div.toc-holder ul li.child ul.child {
	list-style: none;
	padding-left: 3.4em
}

body.media-desktop div.toc-holder {
	margin-top: 2em
}

body.media-desktop div.toc-holder * {
	width: auto;
	white-space: nowrap
}

body.media-desktop div.toc-holder > ul li {
	padding-left: 2em
}

body.media-desktop div.toc-holder ul {
	margin: 0;
	padding: 0
}

body.media-desktop div.toc-holder ul li.book,
body.media-desktop div.toc-holder ul li.item,
body.media-desktop div.toc-holder ul li.url {
	font-size: 1.4em;
	min-height: 1.2em;
	padding: .1em 0;
	margin: .1em 0;
	vertical-align: middle
}

body.media-desktop div.toc-holder ul li.book {
	cursor: pointer
}

body.media-desktop div.toc-holder ul li.book.loading-book {
	padding-left: 2.15em;
	background-image: url("loading.gif");
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	background-size: auto;
	background-size: 1em
}

body.media-desktop div.toc-holder ul li.item a {
	background-position: .55em .15em
}

body.media-desktop div.toc-holder ul li.url a {
	background-position: .5em .2em
}

body.media-desktop div.toc-holder ul li.child ul.child {
	list-style: none;
	padding-left: 0
}

body.media-mobile div.idx-holder div.wIndex,
body.media-mobile div.glo-holder div.wGlossary,
body.media-landscape div.idx-holder div.wIndex,
body.media-landscape div.glo-holder div.wGlossary,
body.media-desktop div.idx-holder div.wIndex,
body.media-desktop div.glo-holder div.wGlossary {
	width: 100%
}

body.media-mobile div.idx-holder div.wIndex input,
body.media-mobile div.glo-holder div.wGlossary input,
body.media-landscape div.idx-holder div.wIndex input,
body.media-landscape div.glo-holder div.wGlossary input,
body.media-desktop div.idx-holder div.wIndex input,
body.media-desktop div.glo-holder div.wGlossary input {
	width: 98%;
	margin: .6em 1% .3em;
	height: 3em;
	padding: 0 .3em;
	font-size: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em
}

body.media-mobile div.idx-holder div.wIndex input:focus,
body.media-mobile div.glo-holder div.wGlossary input:focus,
body.media-landscape div.idx-holder div.wIndex input:focus,
body.media-landscape div.glo-holder div.wGlossary input:focus,
body.media-desktop div.idx-holder div.wIndex input:focus,
body.media-desktop div.glo-holder div.wGlossary input:focus {
	outline: none
}

body.media-mobile div.idx-holder div.wIndex input::-webkit-input-placeholder,
body.media-mobile div.glo-holder div.wGlossary input::-webkit-input-placeholder,
body.media-landscape div.idx-holder div.wIndex input::-webkit-input-placeholder,
body.media-landscape div.glo-holder div.wGlossary input::-webkit-input-placeholder,
body.media-desktop div.idx-holder div.wIndex input::-webkit-input-placeholder,
body.media-desktop div.glo-holder div.wGlossary input::-webkit-input-placeholder {
	font-style: italic;
	padding-left: .3em
}

body.media-mobile div.idx-holder div.wIndex input:-moz-placeholder,
body.media-mobile div.glo-holder div.wGlossary input:-moz-placeholder,
body.media-landscape div.idx-holder div.wIndex input:-moz-placeholder,
body.media-landscape div.glo-holder div.wGlossary input:-moz-placeholder,
body.media-desktop div.idx-holder div.wIndex input:-moz-placeholder,
body.media-desktop div.glo-holder div.wGlossary input:-moz-placeholder {
	font-style: italic;
	padding-left: .3em
}

body.media-mobile div.idx-holder div.wIndex input::-moz-placeholder,
body.media-mobile div.glo-holder div.wGlossary input::-moz-placeholder,
body.media-landscape div.idx-holder div.wIndex input::-moz-placeholder,
body.media-landscape div.glo-holder div.wGlossary input::-moz-placeholder,
body.media-desktop div.idx-holder div.wIndex input::-moz-placeholder,
body.media-desktop div.glo-holder div.wGlossary input::-moz-placeholder {
	font-style: italic;
	padding-left: .3em
}

body.media-mobile div.idx-holder div.wIndex input::-ms-input-placeholder,
body.media-mobile div.glo-holder div.wGlossary input::-ms-input-placeholder,
body.media-landscape div.idx-holder div.wIndex input::-ms-input-placeholder,
body.media-landscape div.glo-holder div.wGlossary input::-ms-input-placeholder,
body.media-desktop div.idx-holder div.wIndex input::-ms-input-placeholder,
body.media-desktop div.glo-holder div.wGlossary input::-ms-input-placeholder {
	font-style: italic;
	padding-left: .3em
}

body.media-mobile div.idx-holder div.wIndex a,
body.media-mobile div.glo-holder div.wGlossary a,
body.media-landscape div.idx-holder div.wIndex a,
body.media-landscape div.glo-holder div.wGlossary a,
body.media-desktop div.idx-holder div.wIndex a,
body.media-desktop div.glo-holder div.wGlossary a {
	color: inherit !important;
	text-decoration: none
}

body.media-mobile div.idx-holder div.wIndex a:hover,
body.media-mobile div.glo-holder div.wGlossary a:hover,
body.media-landscape div.idx-holder div.wIndex a:hover,
body.media-landscape div.glo-holder div.wGlossary a:hover,
body.media-desktop div.idx-holder div.wIndex a:hover,
body.media-desktop div.glo-holder div.wGlossary a:hover,
body.media-mobile div.idx-holder div.wIndex a:active,
body.media-mobile div.glo-holder div.wGlossary a:active,
body.media-landscape div.idx-holder div.wIndex a:active,
body.media-landscape div.glo-holder div.wGlossary a:active,
body.media-desktop div.idx-holder div.wIndex a:active,
body.media-desktop div.glo-holder div.wGlossary a:active {
	text-decoration: underline
}

body.media-mobile div.idx-holder div.wIndex div.treeitem,
body.media-mobile div.glo-holder div.wGlossary div.treeitem,
body.media-landscape div.idx-holder div.wIndex div.treeitem,
body.media-landscape div.glo-holder div.wGlossary div.treeitem,
body.media-desktop div.idx-holder div.wIndex div.treeitem,
body.media-desktop div.glo-holder div.wGlossary div.treeitem {
	margin-left: .3em
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxAlphabet,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxAlphabet,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxAlphabet,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxAlphabet,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxAlphabet,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxAlphabet,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloAlphabet,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloAlphabet,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloAlphabet,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloAlphabet,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloAlphabet,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloAlphabet {
	font-size: 1.2em;
	border-bottom-style: solid;
	border-bottom-width: .1em;
	margin: auto 0.3em 0.5em auto
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxKeyword,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxKeyword,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxKeyword,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxKeyword,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxKeyword,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxKeyword,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxKeywordHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxKeywordHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxKeywordHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxKeywordHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxKeywordHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxKeywordHover,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxLinkHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxLinkHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxLinkHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxLinkHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxLinkHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxLinkHover,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloTerm,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloTerm,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloTerm,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloTerm,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloTerm,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloTerm,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloTermHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloTermHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloTermHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloTermHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloTermHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloTermHover {
	min-height: 1.2em;
	line-height: 1.5em;
	cursor: pointer
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloTermHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloTermHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloTermHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloTermHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloTermHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloTermHover {
	text-decoration: underline
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxLink,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxLink,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxLink {
	margin-top: .75em;
	margin-bottom: .75em;
	padding-left: 1.6em
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloDefinition,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloDefinition,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloDefinition,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloDefinition,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloDefinition,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloDefinition,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover {
	min-height: 1.2em;
	line-height: 1.5em;
	cursor: pointer;
	text-decoration: none;
	margin-left: 2.5em
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxChildBlock,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxChildBlock,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxChildBlock,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock {
	margin-left: 2.5em
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxChildBlock.wIdxKeywordHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock.wIdxKeywordHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxChildBlock.wIdxKeywordHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock.wIdxKeywordHover,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxChildBlock.wIdxKeywordHover,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock.wIdxKeywordHover {
	text-decoration: none
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxChildBlock .treeitem,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock .treeitem,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxChildBlock .treeitem,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock .treeitem,
body.media-desktop div.idx-holder div.wIndex div.treeitem .wIdxChildBlock .treeitem,
body.media-desktop div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock .treeitem {
	margin-left: 0
}

body.media-mobile div.idx-holder div.wIndex div.treeitem,
body.media-mobile div.glo-holder div.wGlossary div.treeitem,
body.media-landscape div.idx-holder div.wIndex div.treeitem,
body.media-landscape div.glo-holder div.wGlossary div.treeitem {
	margin-top: .75em;
	margin-bottom: .75em;
	min-height: 1.2em;
	line-height: 1.5em
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloDefinition,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloDefinition,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloDefinition,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloDefinition,
body.media-mobile div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wGloDefinitionHover,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wGloDefinitionHover {
	margin-top: .75em;
	margin-bottom: .75em
}

body.media-mobile div.idx-holder div.wIndex div.treeitem .wIdxChildBlock,
body.media-mobile div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock,
body.media-landscape div.idx-holder div.wIndex div.treeitem .wIdxChildBlock,
body.media-landscape div.glo-holder div.wGlossary div.treeitem .wIdxChildBlock {
	margin-top: 0;
	margin-bottom: 0
}

body.media-mobile div.filter-holder,
body.media-landscape div.filter-holder,
body.media-desktop div.filter-holder {
	padding-left: .25em;
	width: calc(100% - .25em)
}

body.media-mobile div.filter-holder p.filter-title,
body.media-landscape div.filter-holder p.filter-title,
body.media-desktop div.filter-holder p.filter-title {
	display: block;
	font-weight: bold;
	padding: 0 0 .75em 0;
	border-bottom-style: solid;
	border-bottom-width: .1em;
	width: 100%
}

body.media-mobile div.filter-holder p.filter-expression-message,
body.media-landscape div.filter-holder p.filter-expression-message,
body.media-desktop div.filter-holder p.filter-expression-message {
	margin: 0.75em 0 0.2em 0.2em
}

body.media-mobile div.filter-holder ul,
body.media-landscape div.filter-holder ul,
body.media-desktop div.filter-holder ul {
	list-style: none;
	margin: 0;
	padding: 0
}

body.media-mobile div.filter-holder ul li,
body.media-landscape div.filter-holder ul li,
body.media-desktop div.filter-holder ul li {
	min-height: 1.3em;
	line-height: 1.2em;
	margin: 0.75em 0 0.1em 0
}

body.media-mobile div.filter-holder ul li li,
body.media-landscape div.filter-holder ul li li,
body.media-desktop div.filter-holder ul li li {
	font-weight: normal;
	margin-top: .3em;
	font-size: 100%
}

body.media-mobile div.filter-holder input,
body.media-landscape div.filter-holder input,
body.media-desktop div.filter-holder input {
	opacity: 0;
	width: 1em
}

body.media-mobile div.filter-holder label,
body.media-landscape div.filter-holder label,
body.media-desktop div.filter-holder label {
	display: block;
	padding: 0.5em 0.5em 0.5em 2.5em
}

body.media-mobile div.filter-holder {
	width: 100%;
	padding-left: 0
}

body.media-desktop div.filter-holder > p {
	font-size: 1.4em
}

body.media-desktop div.filter-holder > ul {
	font-size: 1.4em
}

body.media-desktop div.filter-holder > ul * {
	font-size: 100%
}

body.media-mobile div.searchresults.layout-visible,
body.media-landscape div.searchresults.layout-visible,
body.media-desktop div.searchresults.search-content,
body.media-desktop div.searchresults.search-sidebar {
	padding-left: 2em;
	padding-right: 1em
}

body.media-mobile div.searchresults.layout-visible .wSearchResultSettings,
body.media-landscape div.searchresults.layout-visible .wSearchResultSettings,
body.media-desktop div.searchresults.search-content .wSearchResultSettings,
body.media-desktop div.searchresults.search-sidebar .wSearchResultSettings {
	display: none
}

body.media-mobile div.searchresults.layout-visible .wSearchMessage,
body.media-landscape div.searchresults.layout-visible .wSearchMessage,
body.media-desktop div.searchresults.search-content .wSearchMessage,
body.media-desktop div.searchresults.search-sidebar .wSearchMessage {
	font-size: 1em;
	margin-bottom: .3em
}

body.media-mobile div.searchresults.layout-visible .wSearchResultItem,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem,
body.media-desktop div.searchresults.search-content .wSearchResultItem,
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem {
	margin: 1em 0
}

body.media-mobile div.searchresults.layout-visible .wSearchResultItem a.nolink,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem a.nolink,
body.media-desktop div.searchresults.search-content .wSearchResultItem a.nolink,
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem a.nolink {
	text-decoration: none
}

body.media-mobile div.searchresults.layout-visible .wSearchResultItem a.nolink:hover,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem a.nolink:hover,
body.media-desktop div.searchresults.search-content .wSearchResultItem a.nolink:hover,
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem a.nolink:hover,
body.media-mobile div.searchresults.layout-visible .wSearchResultItem a.nolink:active,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem a.nolink:active,
body.media-desktop div.searchresults.search-content .wSearchResultItem a.nolink:active,
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem a.nolink:active {
	text-decoration: underline
}

body.media-mobile div.searchresults.layout-visible .wSearchResultItem a.nolink div.wSearchResultTitle,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem a.nolink div.wSearchResultTitle,
body.media-desktop div.searchresults.search-content .wSearchResultItem a.nolink div.wSearchResultTitle,
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem a.nolink div.wSearchResultTitle,
body.media-mobile div.searchresults.layout-visible .wSearchResultItem a.nolink div.wSearchResultTitleHover,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem a.nolink div.wSearchResultTitleHover,
body.media-desktop div.searchresults.search-content .wSearchResultItem a.nolink div.wSearchResultTitleHover,
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem a.nolink div.wSearchResultTitleHover {
	font-size: 1.25em;
	margin-bottom: .25em;
	word-wrap: break-word
}

body.media-mobile div.searchresults.layout-visible .wSearchResultItem div.wSearchContext,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem div.wSearchContext,
body.media-desktop div.searchresults.search-content .wSearchResultItem div.wSearchContext,
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem div.wSearchContext {
	font-size: 1em
}

body.media-mobile div.searchresults.layout-visible .wSearchResultItem div.wSearchURL,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem div.wSearchURL,
body.media-desktop div.searchresults.search-content .wSearchResultItem div.wSearchURL,
body.media-desktop div.searchresults.search-sidebar .wSearchResultItem div.wSearchURL {
	margin-top: .5em;
	font-size: .75em;
	word-wrap: break-word
}

body.media-mobile div.searchresults.layout-visible p.progressbar,
body.media-landscape div.searchresults.layout-visible p.progressbar,
body.media-desktop div.searchresults.search-content p.progressbar,
body.media-desktop div.searchresults.search-sidebar p.progressbar {
	text-align: center
}

body.media-mobile div.searchbar input,
body.media-landscape div.searchbar input,
body.media-desktop div.searchbar input {
	width: 98%;
	margin: .6em 1% .3em;
	height: 3em;
	max-height: 3em;
	padding: 0 0.3em 0 0.5em;
	font-size: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em
}

body.media-mobile div.searchbar input:focus,
body.media-landscape div.searchbar input:focus,
body.media-desktop div.searchbar input:focus {
	outline: none
}

body.media-mobile div.searchbar input::-webkit-input-placeholder,
body.media-landscape div.searchbar input::-webkit-input-placeholder,
body.media-desktop div.searchbar input::-webkit-input-placeholder {
	font-style: italic;
	padding-left: .5em
}

body.media-mobile div.searchbar input:-moz-placeholder,
body.media-landscape div.searchbar input:-moz-placeholder,
body.media-desktop div.searchbar input:-moz-placeholder {
	font-style: italic;
	padding-left: .5em
}

body.media-mobile div.searchbar input::-moz-placeholder,
body.media-landscape div.searchbar input::-moz-placeholder,
body.media-desktop div.searchbar input::-moz-placeholder {
	font-style: italic;
	padding-left: .5em
}

body.media-mobile div.searchbar input::-ms-input-placeholder,
body.media-landscape div.searchbar input::-ms-input-placeholder,
body.media-desktop div.searchbar input::-ms-input-placeholder {
	font-style: italic;
	padding-left: .5em
}

body.media-mobile div.filter-holder ul,
body.media-landscape div.filter-holder ul,
body.media-desktop div.filter-holder ul,
body.media-mobile div.filter-holder label,
body.media-landscape div.filter-holder label,
body.media-desktop div.filter-holder label,
.unselectable,
div.functionbar,
div.topic div.functionholder,
div.topic a.to_top,
body.media-mobile div.functionbar,
body.media-mobile div.filter-holder div.mobile-filter-heading,
body.media-mobile div.searchbar.layout-visible,
body.media-desktop div.topic div.functionholder div.searchbar-extra a.wSearchLink,
body.media-desktop div.topic div.functionholder div.searchbar-extra div.searchAND.layout-visible label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

* {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

a {
	-webkit-tap-highlight-color: transparent
}

body.ios {
	-webkit-text-size-adjust: none
}

body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile.ios div.topic,
body.media-landscape.ios div.topic {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll !important
}

div.filter-holder a.reset-button,
body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile div.filter-holder,
body.media-mobile div.searchbar,
body.media-mobile div.searchresults,
body.media-landscape div.toc-holder,
body.media-landscape div.idx-holder,
body.media-landscape div.glo-holder,
body.media-landscape div.filter-holder,
body.media-landscape div.searchbar,
body.media-landscape div.searchresults,
body.media-desktop div.toc-holder,
body.media-desktop div.idx-holder,
body.media-desktop div.glo-holder,
body.media-desktop div.filter-holder,
body.media-desktop div.searchbar,
body.media-desktop div.searchresults,
body.media-desktop div.topic div.functionholder div.searchbar-extra div.searchAND {
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	-o-transition-duration: 0.35s;
	-o-transition-timing-function: ease-out;
	-o-transition-property: opacity;
	-ms-transition-duration: 0.35s;
	-ms-transition-timing-function: ease-out;
	-ms-transition-property: opacity;
	-moz-transition-duration: 0.35s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-property: opacity;
	-webkit-transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: opacity;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	transition-property: opacity;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	z-index: 0
}

.layout-visible {
	max-height: 10000em !important;
	-o-transition-duration: 0.35s;
	-o-transition-timing-function: ease-out;
	-o-transition-property: opacity;
	-ms-transition-duration: 0.35s;
	-ms-transition-timing-function: ease-out;
	-ms-transition-property: opacity;
	-moz-transition-duration: 0.35s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-property: opacity;
	-webkit-transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: opacity;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	transition-property: opacity;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	opacity: 1 !important
}

.loading {
	background-image: url("loading.gif") !important;
	min-height: 1.25in !important;
	background-repeat: no-repeat !important;
	background-position: center .25in !important;
	background-size: 1in 1in !important
}

div.topic-state {
	position: absolute;
	top: 25%;
	width: 100%
}

div.topic-state.loading {
	bottom: 0;
	background-position: center 25%
}

.hide-children * {
	display: none !important
}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	padding: 0;
	overflow: hidden
}

div.header {
	color: #ddd;
	background-color: #232323
}

div.header div.logo {
	background-color: transparent;
	cursor: pointer;
	background-image: url("logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	/* background-size: auto 100% */
}

div.functionbar {
	overflow: visible
}

div.functionbar div.nav a {
	display: block;
	cursor: pointer;
	background-color: transparent;
	text-decoration: none !important;
	-o-transition-duration: 0.35s;
	-o-transition-timing-function: ease-out;
	-o-transition-property: background-color;
	-ms-transition-duration: 0.35s;
	-ms-transition-timing-function: ease-out;
	-ms-transition-property: background-color;
	-moz-transition-duration: 0.35s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-property: background-color;
	-webkit-transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: background-color;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	transition-property: background-color;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

div.functionbar div.nav a.active {
	background-color: #4b4a4a
}

a.filter {
	-o-transition-duration: 0.35s;
	-o-transition-timing-function: ease-out;
	-o-transition-property: background-image;
	-ms-transition-duration: 0.35s;
	-ms-transition-timing-function: ease-out;
	-ms-transition-property: background-image;
	-moz-transition-duration: 0.35s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-property: background-image;
	-webkit-transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: background-image;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	transition-property: background-image;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

div.functions {
	overflow: auto
}

div.sidebarsizer {
	display: none
}

div.searchbar {
	background-color: #777
}

div.searchbar .mobile_filter {
	display: none
}

div.searchresults {
	background-color: #fff
}

div.topic {
	background-color: #fff
}

div.topic div.functionholder {
	display: none
}

div.topic a.to_top {
	display: none
}

iframe.topic {
	border: none;
	width: 100%;
	height: 100%
}

div.mobileheader {
	display: none
}

body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile div.filter-holder,
body.media-mobile div.searchresults.layout-visible,
body.media-mobile div.topic,
body.media-mobile div.searchbar {
	transition: none
}

body.media-mobile div.idx-holder div.wIndex input,
body.media-mobile div.glo-holder div.wGlossary input,
body.media-landscape div.idx-holder div.wIndex input,
body.media-landscape div.glo-holder div.wGlossary input,
body.media-mobile div.searchbar input,
body.media-landscape div.searchbar input {
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #e6e6e6;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	background-color: #fafafa;
	color: #000;
	height: 2.2em !important;
	width: 90% !important;
	margin: .1em 5% .25em !important
}

body.media-landscape div.idx-holder input,
body.media-landscape div.glo-holder input,
body.media-landscape div.searchbar input {
	margin: .55em 5% 1em !important
}

body.media-desktop div.idx-holder div.wIndex input,
body.media-desktop div.glo-holder div.wGlossary input,
div.searchbar input.wSearchField {
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #232323;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #232323;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #232323;
	background-color: #232323;
	color: #fff
}

body.media-mobile div.idx-holder div.wIndex,
body.media-mobile div.glo-holder div.wGlossary,
body.media-landscape div.idx-holder div.wIndex,
body.media-landscape div.glo-holder div.wGlossary {
	color: #575555
}

body.media-mobile div.idx-holder div.wIndex .wIdxAlphabet,
body.media-mobile div.glo-holder div.wGlossary .wIdxAlphabet,
body.media-landscape div.idx-holder div.wIndex .wIdxAlphabet,
body.media-landscape div.glo-holder div.wGlossary .wIdxAlphabet,
body.media-mobile div.idx-holder div.wIndex .wGloAlphabet,
body.media-mobile div.glo-holder div.wGlossary .wGloAlphabet,
body.media-landscape div.idx-holder div.wIndex .wGloAlphabet,
body.media-landscape div.glo-holder div.wGlossary .wGloAlphabet {
	display: none
}

body.media-mobile div.idx-holder div.wIndex .wIdxLink,
body.media-mobile div.glo-holder div.wGlossary .wIdxLink,
body.media-landscape div.idx-holder div.wIndex .wIdxLink,
body.media-landscape div.glo-holder div.wGlossary .wIdxLink {
	background-image: url("idx_topic.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	padding-left: 1.5em !important
}

body.media-mobile div.idx-holder div.wIndex div,
body.media-mobile div.glo-holder div.wGlossary div,
body.media-landscape div.idx-holder div.wIndex div,
body.media-landscape div.glo-holder div.wGlossary div {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	min-height: 0 !important
}

body.media-mobile div.idx-holder div.wIndex div.wIdxLink:not(.treeitem):not(.wIdxChildBlock),
body.media-mobile div.glo-holder div.wGlossary div.wIdxLink:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.idx-holder div.wIndex div.wIdxLink:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.glo-holder div.wGlossary div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) {
	margin-left: 0 !important;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding: 0.5em 0 0.5em 0
}

body.media-mobile div.idx-holder div.wIndex div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) span,
body.media-mobile div.glo-holder div.wGlossary div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.idx-holder div.wIndex div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.glo-holder div.wGlossary div.wIdxLink:not(.treeitem):not(.wIdxChildBlock) span {
	padding-left: .25em;
	padding-right: .25em
}

body.media-mobile div.idx-holder div.wIndex div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock),
body.media-mobile div.glo-holder div.wGlossary div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.idx-holder div.wIndex div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.glo-holder div.wGlossary div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) {
	margin-left: 0 !important;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding: 0.5em 0 0.5em 0
}

body.media-mobile div.idx-holder div.wIndex div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) span,
body.media-mobile div.glo-holder div.wGlossary div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.idx-holder div.wIndex div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.glo-holder div.wGlossary div.wIdxKeyword:not(.treeitem):not(.wIdxChildBlock) span {
	padding-left: .25em;
	padding-right: .25em
}

body.media-mobile div.idx-holder div.wIndex div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock),
body.media-mobile div.glo-holder div.wGlossary div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.idx-holder div.wIndex div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.glo-holder div.wGlossary div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) {
	margin-left: 0 !important;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding: 0.5em 0 0.5em 0
}

body.media-mobile div.idx-holder div.wIndex div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) span,
body.media-mobile div.glo-holder div.wGlossary div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.idx-holder div.wIndex div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.glo-holder div.wGlossary div.wIdxKeywordHover:not(.treeitem):not(.wIdxChildBlock) span {
	padding-left: .25em;
	padding-right: .25em
}

body.media-mobile div.idx-holder div.wIndex div.wGloTerm:not(.treeitem):not(.wIdxChildBlock),
body.media-mobile div.glo-holder div.wGlossary div.wGloTerm:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.idx-holder div.wIndex div.wGloTerm:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.glo-holder div.wGlossary div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) {
	margin-left: 0 !important;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding: 0.5em 0 0.5em 0
}

body.media-mobile div.idx-holder div.wIndex div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) span,
body.media-mobile div.glo-holder div.wGlossary div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.idx-holder div.wIndex div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.glo-holder div.wGlossary div.wGloTerm:not(.treeitem):not(.wIdxChildBlock) span {
	padding-left: .25em;
	padding-right: .25em
}

body.media-mobile div.idx-holder div.wIndex div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock),
body.media-mobile div.glo-holder div.wGlossary div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.idx-holder div.wIndex div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.glo-holder div.wGlossary div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) {
	margin-left: 0 !important;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding: 0.5em 0 0.5em 0
}

body.media-mobile div.idx-holder div.wIndex div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) span,
body.media-mobile div.glo-holder div.wGlossary div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.idx-holder div.wIndex div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.glo-holder div.wGlossary div.wGloTermHover:not(.treeitem):not(.wIdxChildBlock) span {
	padding-left: .25em;
	padding-right: .25em
}

body.media-mobile div.idx-holder div.wIndex div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock),
body.media-mobile div.glo-holder div.wGlossary div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.idx-holder div.wIndex div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock),
body.media-landscape div.glo-holder div.wGlossary div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) {
	margin-left: 0 !important;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding: 0.5em 0 0.5em 0
}

body.media-mobile div.idx-holder div.wIndex div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) span,
body.media-mobile div.glo-holder div.wGlossary div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.idx-holder div.wIndex div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) span,
body.media-landscape div.glo-holder div.wGlossary div.wGloTermSelected:not(.treeitem):not(.wIdxChildBlock) span {
	padding-left: .25em;
	padding-right: .25em
}

body.media-mobile div.idx-holder div.wIndex span.wGloDefinitionText,
body.media-mobile div.glo-holder div.wGlossary span.wGloDefinitionText,
body.media-landscape div.idx-holder div.wIndex span.wGloDefinitionText,
body.media-landscape div.glo-holder div.wGlossary span.wGloDefinitionText {
	color: #575555
}

body.media-desktop div.idx-holder div.wIndex,
body.media-desktop div.glo-holder div.wGlossary {
	color: #e1e1e1
}

body.media-desktop div.idx-holder div.wIndex > div.treeitem,
body.media-desktop div.glo-holder div.wGlossary > div.treeitem {
	margin-left: 1.43em !important;
	font-size: 1.4em
}

body.media-desktop div.idx-holder div.wIndex .wIdxLink,
body.media-desktop div.glo-holder div.wGlossary .wIdxLink {
	background-image: url("idx_topic.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	min-height: .9em !important;
	line-height: 1.25em !important;
	margin-top: .3em !important;
	margin-bottom: .3em !important
}

body.media-desktop div.idx-holder div.wIndex div.treeitem div,
body.media-desktop div.glo-holder div.wGlossary div.treeitem div {
	font-size: 100%
}

body.media-desktop div.idx-holder div.wIndex span.wGloDefinitionText,
body.media-desktop div.glo-holder div.wGlossary span.wGloDefinitionText {
	color: #e1e1e1
}

body.media-desktop div.idx-holder div.wIndex .wIdxAlphabet,
body.media-desktop div.glo-holder div.wGlossary .wIdxAlphabet,
body.media-desktop div.idx-holder div.wIndex .wGloAlphabet,
body.media-desktop div.glo-holder div.wGlossary .wGloAlphabet {
	display: none
}

div.toc-holder li {
	color: #e1e1e1
}

div.toc-holder li.selected {
	color: #e1e1e1;
	border-left-color: #232323
}

body.media-mobile div.toc-holder ul li,
body.media-landscape div.toc-holder ul li {
	color: #575555
}

body.media-mobile div.toc-holder ul li:not(.child),
body.media-landscape div.toc-holder ul li:not(.child) {
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding: 0 0 0 2.2em;
	margin-top: 0;
	margin-bottom: 0
}

body.media-mobile div.toc-holder ul li:not(.child):hover,
body.media-landscape div.toc-holder ul li:not(.child):hover {
	background-color: #f6f6f6
}

body.media-mobile div.toc-holder ul li:not(.child).selected,
body.media-landscape div.toc-holder ul li:not(.child).selected {
	padding-left: 2.2em !important;
	border-left-width: .2em !important;
	background-position: .6em .8em
}

body.media-mobile div.toc-holder ul li:not(.child) a,
body.media-landscape div.toc-holder ul li:not(.child) a {
	padding: 0.5em 0 0.5em 0
}

body.media-mobile div.toc-holder ul li.book,
body.media-landscape div.toc-holder ul li.book {
	background-image: url("toc_book_closed_mobile_ltr.png");
	background-repeat: no-repeat;
	background-position: 0.6em 0.8em;
	background-size: auto
}

body.media-mobile div.toc-holder ul li.expanded,
body.media-landscape div.toc-holder ul li.expanded {
	background-image: url("toc_book_open_mobile.png");
	background-repeat: no-repeat;
	background-position: 0.6em 0.8em;
	background-size: auto
}

body.media-mobile div.toc-holder ul li.item,
body.media-landscape div.toc-holder ul li.item {
	background-image: url("toc_topic_mobile.png");
	background-repeat: no-repeat;
	background-position: 0.6em 0.8em;
	background-size: auto
}

body.media-mobile div.toc-holder ul li.url,
body.media-landscape div.toc-holder ul li.url {
	background-image: url("toc_link_mobile_ltr.png");
	background-repeat: no-repeat;
	background-position: 0.6em 0.8em;
	background-size: auto
}

body.media-mobile div.drill-down.toc-holder li.book.expanded,
body.media-landscape div.drill-down.toc-holder li.book.expanded {
	background-image: url("toc_book_closed_mobile_ltr.png");
	background-repeat: no-repeat;
	background-position: 0.6em 0.8em;
	background-size: auto
}

body.media-mobile div.drill-down.toc-holder li.book.active,
body.media-landscape div.drill-down.toc-holder li.book.active {
	background-image: url("toc_book_open_drildown.png");
	background-repeat: no-repeat;
	background-position: 0.6em 0.8em;
	background-size: auto
}

body.media-mobile div.drill-down.toc-holder ul li.selected,
body.media-landscape div.drill-down.toc-holder ul li.selected {
	padding-left: 2em !important;
	background-position: .4em .8em
}

body.media-desktop div.toc-holder ul li.book {
	padding-left: 2.15em;
	background-image: url("toc_book_closed_desktop_ltr.png");
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	background-size: auto
}

body.media-desktop div.toc-holder ul li.expanded {
	padding-left: 2.15em;
	background-image: url("toc_book_open_desktop.png");
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	background-size: auto
}

body.media-desktop div.toc-holder ul li.item {
	padding-left: 2.15em;
	background-image: url("toc_topic_desktop.png");
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	background-size: auto
}

body.media-desktop div.toc-holder ul li.url {
	padding-left: 2.15em;
	background-image: url("toc_link_desktop_ltr.png");
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	background-size: auto
}

div.filter-holder a.reset-button {
	cursor: pointer;
	background-image: url("filter_clearall.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto
}

div.filter-holder p.filter-title {
	color: #e1e1e1;
	border-bottom-color: #232323
}

div.filter-holder p.filter-expression-message {
	color: #e1e1e1
}

div.filter-holder ul.wFltOpts {
	position: absolute;
	top: 2.75em;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: auto
}

div.filter-holder ul.wFltOpts.checkbox label {
	background-image: url("filter_nomark.png");
	background-repeat: no-repeat;
	background-position: 0.8em 0.7em;
	background-size: 1em 1em
}

div.filter-holder ul.wFltOpts.checkbox label.checked {
	background-image: url("filter_mark.png");
	background-repeat: no-repeat;
	background-position: 0.8em 0.7em;
	background-size: 1em 1em
}

div.filter-holder ul.wFltOpts.radio label {
	background-image: url("filter_nomark_radio.png");
	background-repeat: no-repeat;
	background-position: 0.8em 0.6em;
	background-size: 1em 1em
}

div.filter-holder ul.wFltOpts.radio label.checked {
	background-image: url("filter_mark_radio.png");
	background-repeat: no-repeat;
	background-position: 0.8em 0.6em;
	background-size: 1em 1em
}

div.filter-holder ul.wFltOpts label {
	color: #e1e1e1
}

div.filter-holder ul.wFltOpts label.tag-parent {
	background-color: #444343;
	background-image: none !important;
	font-weight: bold
}

div.filter-holder ul.wFltOpts label.title {
	padding-left: 1.5em
}

div.filter-holder ul.wFltOpts input {
	position: absolute;
	width: 0px;
	height: 0px
}

div.filter-holder ul.wFltOpts input:focus + label {
	outline-style: dashed;
	outline-width: thin
}

body.media-landscape div.filter-holder a.reset-button,
body.media-mobile div.filter-holder a.reset-button {
	background-size: 60% auto
}

body.media-landscape div.filter-holder p.filter-title,
body.media-mobile div.filter-holder p.filter-title {
	border-bottom: none;
	color: #575555
}

body.media-landscape div.filter-holder p.filter-expression-message,
body.media-mobile div.filter-holder p.filter-expression-message {
	border-bottom: none;
	background-color: #3f4344;
	color: #575555
}

body.media-landscape div.filter-holder ul.wFltOpts label,
body.media-mobile div.filter-holder ul.wFltOpts label {
	color: #575555
}

body.media-landscape div.filter-holder ul.wFltOpts label.tag-parent,
body.media-mobile div.filter-holder ul.wFltOpts label.tag-parent {
	background-color: #4b4a4a;
	color: #e1e1e1
}

body.media-landscape div.filter-holder ul.wFltOpts span,
body.media-mobile div.filter-holder ul.wFltOpts span {
	color: #3f4344
}

body.media-landscape div.filter-holder a.reset-button {
	background-size: 1.5em auto
}

body.media-mobile div.searchresults.layout-visible label.wSearchAndLabelResults,
body.media-landscape div.searchresults.layout-visible label.wSearchAndLabelResults,
body.media-desktop div.searchresults.search-content label.wSearchAndLabelResults,
body.media-desktop div.searchresults.search-sidebar label.wSearchAndLabelResults {
	display: block;
	margin-bottom: .75em;
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 1.75em
}

body.media-mobile div.searchresults.layout-visible,
body.media-landscape div.searchresults.layout-visible,
body.media-desktop div.searchresults.search-content {
	color: #575555;
	background-color: #fff
}

body.media-mobile div.searchresults.layout-visible .search-alert,
body.media-landscape div.searchresults.layout-visible .search-alert,
body.media-desktop div.searchresults.search-content .search-alert {
	margin-bottom: .5em
}

body.media-mobile div.searchresults.layout-visible a,
body.media-landscape div.searchresults.layout-visible a,
body.media-desktop div.searchresults.search-content a {
	color: #0F5091
}

body.media-mobile div.searchresults.layout-visible div.wSearchResultTitle,
body.media-landscape div.searchresults.layout-visible div.wSearchResultTitle,
body.media-desktop div.searchresults.search-content div.wSearchResultTitle {
	margin-top: .25em
}

body.media-mobile div.searchresults.layout-visible div.wSearchContent,
body.media-landscape div.searchresults.layout-visible div.wSearchContent,
body.media-desktop div.searchresults.search-content div.wSearchContent {
	color: #575555
}

body.media-mobile div.searchresults.layout-visible div.wSearchURL,
body.media-landscape div.searchresults.layout-visible div.wSearchURL,
body.media-desktop div.searchresults.search-content div.wSearchURL {
	color: #575555
}

body.media-mobile div.searchresults.layout-visible .wSearchResultItem,
body.media-landscape div.searchresults.layout-visible .wSearchResultItem,
body.media-desktop div.searchresults.search-content .wSearchResultItem {
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e6e6e6
}

body.media-desktop div.searchresults.search-sidebar {
	padding-top: 1em;
	color: #e1e1e1
}

body.media-desktop div.searchresults.search-sidebar div.search-alert {
	color: #e1e1e1
}

body.media-desktop div.searchresults.search-sidebar .wSearchMessage {
	color: #e1e1e1
}

body.media-desktop div.searchresults.search-sidebar a {
	color: #e1e1e1
}

body.media-desktop div.searchresults.search-sidebar span.wSearchContext {
	color: #e1e1e1
}

body.media-desktop div.searchresults.search-sidebar span.wSearchURL {
	color: #e1e1e1
}

body.media-desktop div.searchresults.search-sidebar label.wSearchAndLabelResults {
	color: #e1e1e1
}

div.social_buttons {
	-o-transition-duration: 0.35s;
	-o-transition-timing-function: ease-out;
	-o-transition-property: width, border-radius;
	-ms-transition-duration: 0.35s;
	-ms-transition-timing-function: ease-out;
	-ms-transition-property: width, border-radius;
	-moz-transition-duration: 0.35s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-property: width, border-radius;
	-webkit-transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: width, border-radius;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	transition-property: width, border-radius;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	font-size: 1.6em;
	background-color: #fff;
	position: fixed;
	bottom: .8em;
	right: 0;
	z-index: 5000;
	height: 1.6em;
	width: 1.6em;
	border-left-width: 0.05em;
	border-left-style: solid;
	border-left-color: #232323;
	border-top-width: 0.05em;
	border-top-style: solid;
	border-top-color: #232323;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	-webkit-border-top-left-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	border-top-left-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	border-bottom-left-radius: 0.5em
}

div.social_buttons a.social_buttons_controller {
	display: block;
	height: 100%;
	float: left;
	width: 1.6em;
	cursor: pointer;
	background: transparent url("social_open.png") no-repeat 0.5em center;
	background-size: 1em 1em
}

div.social_buttons div {
	height: 100%;
	float: left
}

div.social_buttons div.fb-button,
div.social_buttons div.twitter-button {
	display: none
}

div.social_buttons.opened {
	width: 25em;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	background: #fff;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

div.social_buttons.opened a.social_buttons_controller {
	background-image: url(social_close_ltr.png);
	background-size: auto 50%;
	max-width: 2em;
	width: 20%;
	cursor: pointer;
	padding: 0;
	margin: 0
}

div.social_buttons.opened div {
	padding: 0;
	margin: 0
}

div.social_buttons.opened div iframe {
	width: 100% !important
}

div.social_buttons.opened div.fb-button {
	display: block;
	max-width: 7.5em;
	width: 40%;
	padding-top: .4em
}

div.social_buttons.opened div.twitter-button {
	display: block;
	max-width: 7.5em;
	width: 40%;
	padding-top: .21em
}

body.media-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 100%
}

body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile div.filter-holder,
body.media-mobile div.searchbar.layout-visible {
	top: 0 !important
}

body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder,
body.media-mobile div.filter-holder,
body.media-mobile div.searchresults.layout-visible,
body.media-mobile div.topic {
	position: absolute;
	top: 3.1em;
	left: 0;
	bottom: 3em;
	width: 100%;
	padding-top: 0em;
	padding-left: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0
}

body.media-mobile div.toc-holder,
body.media-mobile div.idx-holder,
body.media-mobile div.glo-holder {
	width: 100%;
	background-color: #fff
}

body.media-mobile div.toc-holder input + *,
body.media-mobile div.idx-holder input + *,
body.media-mobile div.glo-holder input + * {
	margin-top: 1.2em
}

body.media-mobile div.layout-visible.toc-holder div.mobileheader,
body.media-mobile div.layout-visible.idx-holder div.mobileheader,
body.media-mobile div.layout-visible.glo-holder div.mobileheader {
	display: block
}

body.media-mobile div.sidebar-opened.filter-holder,
body.media-mobile div.sidebar-opened.searchbar.layout-visible,
body.media-mobile div.sidebar-opened.topic {
	display: none
}

body.media-mobile div.layout-visible.filter-holder div.mobileheader,
body.media-mobile div.layout-visible.searchbar div.mobileheader,
body.media-mobile div.layout-visible.topic div.mobileheader {
	display: block
}

body.media-mobile div.header {
	display: block;
	height: 3.125em;
	width: 100%;
	padding-top: 0.75em
}

body.media-mobile div.header div {
	height: 1.625em
}

body.media-mobile div.header div.logo {
	float: left;
	width: 1.625em;
	margin-left: 1.25em;
	margin-right: 1.625em;
	background-size: auto 100%
}

body.media-mobile div.header div.title {
	line-height: 100%;
	font-size: 1.225em;
	overflow: auto;
	position: absolute;
	top: 0.7em;
	left: 2.8em;
	right: 4em
}

body.media-mobile div.header div.brs_next,
body.media-mobile div.header div.brs_previous,
body.media-mobile div.header div.search {
	float: right;
	height: 3.125em;
	width: 3em;
	margin: -0.75em 0 0 0
}

body.media-mobile div.header div.brs_next.active,
body.media-mobile div.header div.brs_previous.active,
body.media-mobile div.header div.search.active {
	background-color: #676767
}

body.media-mobile div.header div.brs_next a.fts,
body.media-mobile div.header div.brs_previous a.fts,
body.media-mobile div.header div.search a.fts {
	background-image: url("search_mobile.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.header div.brs_next a.wBSNextButton,
body.media-mobile div.header div.brs_previous a.wBSNextButton,
body.media-mobile div.header div.search a.wBSNextButton {
	background-image: url("next_mobile.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.header div.brs_next a.wBSNextButton:active,
body.media-mobile div.header div.brs_previous a.wBSNextButton:active,
body.media-mobile div.header div.search a.wBSNextButton:active {
	background-image: url("next_mobile_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.header div.brs_next a.wBSBackButton,
body.media-mobile div.header div.brs_previous a.wBSBackButton,
body.media-mobile div.header div.search a.wBSBackButton {
	background-image: url("previous_mobile.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.header div.brs_next a.wBSBackButton:active,
body.media-mobile div.header div.brs_previous a.wBSBackButton:active,
body.media-mobile div.header div.search a.wBSBackButton:active {
	background-image: url("previous_mobile_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.header div a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer
}

body.media-mobile div.functionbar {
	background-color: #3f4344;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3.1em;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

body.media-mobile div.functionbar div.nav {
	height: 3.1em;
	min-width: 100%
}

body.media-mobile div.functionbar div.nav.no-filter {
	min-width: 100%
}

body.media-mobile div.functionbar div.nav.no-filter a {
	width: 25%
}

body.media-mobile div.functionbar div.nav a {
	float: left;
	width: 20%;
	height: 3.1em
}

body.media-mobile div.functionbar div.nav a.active {
	background-color: #fff
}

body.media-mobile div.functionbar div.nav a.active.toc {
	background-image: url("toc_mobile_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.active.idx {
	background-image: url("index_mobile_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.active.glo {
	background-image: url("glossary_mobile_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.active.filter {
	background-image: url("filter_mobile_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.active.filter.filter-applied {
	background-image: url("filter_mobile_applied_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.active.fts {
	background-image: url("search_mobile_navigation_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.toc {
	background-image: url("toc_mobile.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.idx {
	background-image: url("index_mobile.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.glo {
	background-image: url("glossary_mobile.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.filter {
	background-image: url("filter_mobile.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.filter.filter-applied {
	background-image: url("filter_mobile_applied.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.functionbar div.nav a.fts {
	background-image: url("search_mobile_navigation.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.toc-holder {
	padding-left: 2.75em
}

body.media-mobile div.toc-holder.drill-down ul li.collapsing {
	-ms-animation-name: drill-down-up-mobile;
	-ms-animation-duration: 0.5s;
	-moz-animation-name: drill-down-up-mobile;
	-moz-animation-duration: 0.5s;
	-webkit-animation-name: drill-down-up-mobile;
	-webkit-animation-duration: 0.5s;
	animation-name: drill-down-up-mobile;
	animation-duration: 0.5s
}

body.media-mobile div.idx-holder {
	padding-left: 0;
	padding-right: 0
}

body.media-mobile div.glo-holder {
	padding-left: 0;
	padding-right: 0
}

body.media-mobile div.filter-holder {
	padding: 0;
	background-color: #fff
}

body.media-mobile div.filter-holder > a.reset-button {
	display: none
}

body.media-mobile div.filter-holder div.mobile-filter-heading {
	height: 2em;
	width: 100%;
	margin-top: 0;
	padding-left: 2.5%;
	padding-right: 0
}

body.media-mobile div.filter-holder div.mobile-filter-heading a.mobile_back,
body.media-mobile div.filter-holder div.mobile-filter-heading a.reset-button {
	display: inline-block;
	height: 1.625em;
	cursor: pointer;
	width: 7%;
	margin: 0.8em 0 0 0
}

body.media-mobile div.filter-holder div.mobile-filter-heading a.mobile_back {
	float: right;
	margin-right: 0.25em;
	background-image: url("back_mobile_filter.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.filter-holder div.mobile-filter-heading a.reset-button {
	float: left;
	margin-left: -0.5em;
	background-image: url("filter_clearall.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-mobile div.filter-holder div.mobile-filter-heading div.page-title {
	position: absolute;
	top: 0.2em;
	left: 4.23em;
	right: 1.99em;
	padding: 0;
	text-align: center;
	overflow: auto
}

body.media-mobile div.filter-holder.layout-visible {
	z-index: 50
}

body.media-mobile div.filter-holder.layout-visible div.mobile-filter-heading div.page-title {
	display: block
}

body.media-mobile div.searchbar.layout-visible {
	display: block;
	position: absolute;
	left: 0;
	z-index: 5;
	-webkit-transform: translateZ(0);
	height: 5em;
	width: 100%;
	min-width: 15em;
	background-color: #fff
}

body.media-mobile div.searchbar.layout-visible a.wSearchLink {
	width: 2em;
	min-width: 2em;
	position: absolute;
	top: 3.2em;
	right: 6%;
	background-image: url("search_mobile.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-decoration: none
}

body.media-mobile div.searchbar.layout-visible a.wSearchLink:active {
	background-image: url("search_mobile_active.png")
}

body.media-mobile div.searchresults.layout-visible {
	top: 5em;
	z-index: 10;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 0 0.85em 0 0.85em
}

body.media-mobile div.searchresults.layout-visible label.wSearchAndLabelResults {
	background-image: url("andsearch_nomark.png");
	background-repeat: no-repeat;
	background-position: 0.4em 1em;
	background-size: auto 0.8em
}

body.media-mobile div.searchresults.layout-visible label.wSearchAndLabelResults.active {
	background-image: url("andsearch_mark.png")
}

body.media-mobile div.topic div.topic-state.loading {
	top: 3.1em
}

body.media-mobile div.social_buttons {
	bottom: 2.2em
}

body.media-mobile div.mobileheader,
body.media-mobile div.mobile-filter-heading div.page-title {
	display: none;
	margin-left: -2.75em;
	font-size: 1.3em;
	font-weight: bold;
	color: #3f4344;
	text-align: center;
	height: 2em;
	line-height: 2em
}

body.media-mobile div.mobileheader div.totopic,
body.media-mobile div.mobile-filter-heading div.page-title div.totopic {
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	width: 1.6em;
	height: 1.6em;
	cursor: pointer;
	background-image: url("back_to_topic.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape {
	font-size: 100%
}

body.media-landscape div.toc-holder,
body.media-landscape div.idx-holder,
body.media-landscape div.glo-holder,
body.media-landscape div.filter-holder,
body.media-landscape div.searchbar,
body.media-landscape div.searchresults.layout-visible {
	position: absolute;
	top: 4em;
	left: 5em;
	bottom: 0;
	width: 20em;
	background: #fff
}

body.media-landscape div.functionbar {
	position: absolute;
	top: 4em;
	left: 0;
	bottom: 0
}

body.media-landscape div.toc-holder,
body.media-landscape div.idx-holder,
body.media-landscape div.glo-holder,
body.media-landscape div.filter-holder,
body.media-landscape div.searchbar {
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #232323
}

body.media-landscape div.layout-visible.toc-holder,
body.media-landscape div.layout-visible.idx-holder,
body.media-landscape div.layout-visible.glo-holder,
body.media-landscape div.layout-visible.filter-holder,
body.media-landscape div.layout-visible.searchbar {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

body.media-landscape div.header {
	height: 4em;
	padding-top: 1.25em
}

body.media-landscape div.header div {
	height: 1.875em
}

body.media-landscape div.header div.logo {
	float: left;
	height: 2.8125em;
	width: 2.8125em;
	margin-right: 1.25em;
	margin-left: 1.25em;
	background-size: auto 100%;
	overflow: visible;
	position: relative;
	top: -0.65625em
}

body.media-landscape div.header div.title {
	position: absolute;
	top: 0.625em;
	left: 2.8125em;
	right: 4.6875em;
	height: 1.1em;
	line-height: 100%;
	font-size: 1.875em;
	overflow: auto
}

body.media-landscape div.header div.brs_next {
	float: right;
	width: 1.875em;
	margin-right: 2.5em
}

body.media-landscape div.header div.brs_next a {
	background-image: url("next_tab.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain
}

body.media-landscape div.header div.brs_next a:active {
	background-image: url("next_tab_active.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain
}

body.media-landscape div.header div.brs_previous {
	float: right;
	width: 1.875em;
	margin-right: 1.5em
}

body.media-landscape div.header div.brs_previous a {
	background-image: url("previous_tab.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain
}

body.media-landscape div.header div.brs_previous a:active {
	background-image: url("previous_tab_active.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain
}

body.media-landscape div.header div.search {
	display: none
}

body.media-landscape div.header div a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer
}

body.media-landscape div.functionbar {
	background-color: #3f4344;
	width: 5em
}

body.media-landscape div.functionbar div.nav {
	padding-top: .4em
}

body.media-landscape div.functionbar div.nav a {
	width: 100%;
	height: 6em;
	margin-bottom: 0
}

body.media-landscape div.functionbar div.nav a.active {
	background-color: #fff
}

body.media-landscape div.functionbar div.nav a.active.toc {
	background-image: url("toc_tab_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.active.idx {
	background-image: url("index_tab_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.active.glo {
	background-image: url("glossary_tab_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.active.filter {
	background-image: url("filter_tab_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.active.filter.filter-applied {
	background-image: url("filter_tab_applied_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.active.fts {
	background-image: url("search_tab_active.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.toc {
	background-image: url("toc_tab.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.idx {
	background-image: url("index_tab.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.glo {
	background-image: url("glossary_tab.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.filter {
	background-image: url("filter_tab.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.filter.filter-applied {
	background-image: url("filter_tab_applied.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.functionbar div.nav a.fts {
	background-image: url("search_tab.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-landscape div.toc-holder {
	padding-left: .5em
}

body.media-landscape div.toc-holder ul {
	margin-left: 0
}

body.media-landscape div.toc-holder ul li {
	margin-left: 0 !important
}

body.media-landscape div.toc-holder ul li.collapsing {
	-ms-animation-name: drill-down-up-landscape;
	-ms-animation-duration: 0.5s;
	-moz-animation-name: drill-down-up-landscape;
	-moz-animation-duration: 0.5s;
	-webkit-animation-name: drill-down-up-landscape;
	-webkit-animation-duration: 0.5s;
	animation-name: drill-down-up-landscape;
	animation-duration: 0.5s
}

body.media-landscape div.toc-holder.drill-down ul li.collapsing {
	-ms-animation-name: drill-down-up-landscape;
	-ms-animation-duration: 0.5s;
	-moz-animation-name: drill-down-up-landscape;
	-moz-animation-duration: 0.5s;
	-webkit-animation-name: drill-down-up-landscape;
	-webkit-animation-duration: 0.5s;
	animation-name: drill-down-up-landscape;
	animation-duration: 0.5s
}

body.media-landscape div.idx-holder {
	padding-left: 0;
	padding-right: 0;
	padding-top: .5em
}

body.media-landscape div.glo-holder {
	padding-left: 0;
	padding-right: 0;
	padding-top: .5em
}

body.media-landscape div.filter-holder:not(.layout-visible) {
	padding: 0 !important
}

body.media-landscape div.filter-holder p.filter-title {
	padding-right: 3.25em
}

body.media-landscape div.filter-holder a.reset-button {
	position: absolute;
	top: .35em;
	right: .25em;
	height: 2.75em;
	width: 3em
}

body.media-landscape div.searchbar {
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #232323;
	height: 3.3em;
	top: 4em
}

body.media-landscape div.searchbar a.wSearchLink {
	display: none
}

body.media-landscape div.searchbar.searchpage-mode ~ div.topic {
	left: 25em
}

body.media-landscape div.searchresults.layout-visible {
	top: 7.3em;
	overflow-x: hidden;
	overflow-y: auto;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #232323
}

body.media-landscape div.searchresults.layout-visible label.wSearchAndLabelResults {
	background-image: url("andsearch_nomark.png");
	background-repeat: no-repeat;
	background-position: left 1em;
	background-size: auto 0.8em
}

body.media-landscape div.searchresults.layout-visible label.wSearchAndLabelResults.active {
	background-image: url("andsearch_mark.png")
}

body.media-landscape div.topic {
	position: absolute;
	top: 4em;
	left: 5em;
	right: 0;
	bottom: 0;
	z-index: 10;
	-o-transition-duration: 0.35s;
	-o-transition-timing-function: ease-out;
	-o-transition-property: left;
	-ms-transition-duration: 0.35s;
	-ms-transition-timing-function: ease-out;
	-ms-transition-property: left;
	-moz-transition-duration: 0.35s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-property: left;
	-webkit-transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: left;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	transition-property: left;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

body.media-landscape div.topic.sidebar-opened {
	left: 25em
}

body.media-landscape div.idx-holder input,
body.media-landscape div.glo-holder input,
body.media-landscape div.searchbar input {
	font-size: 80% !important
}

body.media-desktop {
	font-size: 62.5%
}

body.media-desktop div.functionbar {
	position: absolute;
	top: 7em;
	left: 0;
	width: 35em;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #232323
}

body.media-desktop div.desktop-sidebar-hidden.functionbar {
	display: none
}

body.media-desktop div.toc-holder.layout-visible,
body.media-desktop div.idx-holder.layout-visible,
body.media-desktop div.glo-holder.layout-visible,
body.media-desktop div.filter-holder.layout-visible,
body.media-desktop div.searchbar.search-sidebar,
body.media-desktop div.searchresults.search-sidebar {
	position: absolute;
	top: 11.3em;
	left: 0;
	width: 35em;
	bottom: 0;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #232323;
	background-color: #4b4a4a;
	overflow: auto
}

body.media-desktop div.desktop-sidebar-hidden.toc-holder.layout-visible,
body.media-desktop div.desktop-sidebar-hidden.idx-holder.layout-visible,
body.media-desktop div.desktop-sidebar-hidden.glo-holder.layout-visible,
body.media-desktop div.desktop-sidebar-hidden.filter-holder.layout-visible,
body.media-desktop div.desktop-sidebar-hidden.searchbar.search-sidebar,
body.media-desktop div.desktop-sidebar-hidden.searchresults.search-sidebar {
	display: none
}

body.media-desktop div.searchresults.search-content,
body.media-desktop div.topic {
	position: absolute;
	top: 7em;
	left: 35em;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0
}

body.media-desktop div.desktop-sidebar-hidden.searchresults.search-content,
body.media-desktop div.desktop-sidebar-hidden.topic {
	left: 0
}

body.media-desktop div.header {
	height: 7em;
	padding: 2em
}

body.media-desktop div.header div {
	float: left
}

body.media-desktop div.header div.logo {
	height: 7em;
	width: 7em;
	margin-top: -2em;
	margin-right: 3em
}

body.media-desktop div.header div.title {
	height: 1.33333em;
	line-height: 100%;
	font-size: 3em;
	max-width: 28em;
	overflow: auto
}

body.media-desktop div.header div.brs_next,
body.media-desktop div.header div.brs_previous,
body.media-desktop div.header div.search {
	display: none
}

body.media-desktop div.functionbar {
	background-color: #777;
	height: 4.3em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	min-width: 33em !important
}

body.media-desktop div.functionbar.desktop-sidebar-hidden {
	display: none
}

body.media-desktop div.functionbar div.nav a {
	float: left;
	width: 5.5em;
	height: 4.3em
}

body.media-desktop div.functionbar div.nav a.topic {
	display: none
}

body.media-desktop div.functionbar div.nav a.toc {
	background-image: url("toc_desktop.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-desktop div.functionbar div.nav a.idx {
	background-image: url("index_desktop.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-desktop div.functionbar div.nav a.glo {
	background-image: url("glossary_desktop.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-desktop div.functionbar div.nav a.filter {
	background-image: url("filter_desktop.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-desktop div.functionbar div.nav a.filter.filter-applied {
	background-image: url("filter_desktop_applied.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-desktop div.functionbar div.nav a.fts {
	display: none;
	background-image: url("search_desktop_navigation.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto
}

body.media-desktop div.functionbar div.nav a.fts.search-sidebar {
	display: block
}

body.media-desktop div.toc-holder.layout-visible {
	margin-top: 0;
	padding-top: .2em
}

body.media-desktop div.filter-holder {
	display: none
}

body.media-desktop div.filter-holder.layout-visible {
	display: block
}

body.media-desktop div.filter-holder.layout-visible a.reset-button {
	position: absolute;
	top: 1em;
	right: .5em;
	height: 2em;
	width: 2.5em
}

body.media-desktop div.searchbar.search-content {
	display: none
}

body.media-desktop div.searchbar a.wSearchLink {
	display: none
}

body.media-desktop div.searchresults label.wSearchAndLabelResults {
	background-position: left top;
	background-size: auto 100%;
	padding-top: .2em;
	padding-left: 2.5em;
	background-image: url("andsearch_nomark.png");
	background-repeat: no-repeat;
	background-position: left 1.1em;
	background-size: auto 1em
}

body.media-desktop div.searchresults label.wSearchAndLabelResults.active {
	background-image: url("andsearch_mark.png");
	background-repeat: no-repeat;
	background-position: left 1.1em;
	background-size: auto 1em
}

body.media-desktop div.searchresults label.wSearchAndLabelResults span {
	font-size: 1.4em
}

body.media-desktop div.searchresults.search-sidebar {
	top: 15.8em;
	left: 0 !important
}

body.media-desktop div.searchresults.search-sidebar > div {
	font-size: 1.4em
}

body.media-desktop div.searchresults.search-content {
	z-index: 5;
	top: 13.02em;
	overflow: auto !important;
	padding: 1em 0 0 0;
	width: auto !important
}

body.media-desktop div.searchresults.search-content label.wSearchAndLabelResults {
	margin-top: 1em;
	margin-left: 2.5em
}

body.media-desktop div.searchresults.search-content > div {
	margin-left: 1.5em;
	font-size: 1.6em
}

body.media-desktop div.sidebarsizer {
	display: block;
	position: absolute;
	top: 7em;
	left: 35em;
	bottom: 0;
	width: 1em;
	cursor: col-resize;
	overflow: visible;
	z-index: 10;
	border-left-width: 0.4em;
	border-left-style: solid;
	border-left-color: #232323
}

body.media-desktop div.sidebarsizer a.sidebartoggle {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.6em;
	height: 2.5em;
	cursor: pointer;
	background: transparent url(slider_ltr.png) no-repeat left top;
	background-size: contain
}

body.media-desktop div.sidebarsizer.desktop-sidebar-hidden {
	left: 0
}

body.media-desktop div.sidebarsizer.desktop-sidebar-hidden a.sidebartoggle {
	background: transparent url(slider_open_ltr.png) no-repeat left top;
	background-size: contain
}

body.media-desktop div.topic iframe.topic {
	width: calc(100% - 1em);
	height: calc(100% - (4.5em + 5em));
	margin-left: 1em
}

body.media-desktop div.topic div.functionholder {
	display: block;
	height: 4.3em;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	padding-top: 1.075em;
	padding-left: 2em;
	background-color: #777
}

body.media-desktop div.topic div.functionholder > div {
	width: 2.15em;
	height: 2.15em;
	margin-left: 2em;
	float: left
}

body.media-desktop div.topic div.functionholder > div.twitter-button {
	width: 90px;
	overflow: hidden
}

body.media-desktop div.topic div.functionholder > div.fb-button {
	width: 150px;
	overflow: hidden
}

body.media-desktop div.topic div.functionholder > div a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	text-decoration: none;
	cursor: pointer;
	background-color: transparent
}

body.media-desktop div.topic div.functionholder > div a.wBSNextButton {
	background-image: url("next.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain
}

body.media-desktop div.topic div.functionholder > div a.wBSNextButton:active {
	background-image: url("next_active.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain
}

body.media-desktop div.topic div.functionholder > div a.wBSBackButton {
	background-image: url("previous.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain
}

body.media-desktop div.topic div.functionholder > div a.wBSBackButton:active {
	background-image: url("previous_active.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain
}

body.media-desktop div.topic div.functionholder > div a.print {
	background-image: url("print_desktop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain
}

body.media-desktop div.topic div.functionholder div.searchbar-extra {
	z-index: 100;
	width: 30em;
	height: 95%;
	margin-top: -.4em;
	margin-right: 2em;
	float: right;
	color: #fff;
	background-color: #232323;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	padding: 0 .3em;
	z-index: 10
}

body.media-desktop div.topic div.functionholder div.searchbar-extra input.wSearchField {
	display: inline-block;
	font-size: 1.5em;
	height: 1.98em;
	height: 100%;
	width: 17.5em;
	border: none;
	padding: 0;
	padding-left: 1em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	background-color: transparent;
	color: #fff;
	vertical-align: bottom;
	-o-transition-duration: 0.35s;
	-o-transition-timing-function: ease-out;
	-o-transition-property: width;
	-ms-transition-duration: 0.35s;
	-ms-transition-timing-function: ease-out;
	-ms-transition-property: width;
	-moz-transition-duration: 0.35s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-property: width;
	-webkit-transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: width;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	transition-property: width;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

body.media-desktop div.topic div.functionholder div.searchbar-extra input.wSearchField:focus,
body.media-desktop div.topic div.functionholder div.searchbar-extra input.wSearchField.searchpage-mode {
	outline: 0
}

body.media-desktop div.topic div.functionholder div.searchbar-extra a.wSearchLink {
	display: inline-block;
	font-size: 1.5em;
	height: 1.98em;
	width: 2em;
	text-decoration: none;
	margin-left: -.22em;
	padding: 0;
	cursor: pointer;
	vertical-align: bottom;
	background-image: url("search_desktop.png");
	background-repeat: no-repeat;
	background-position: 0.4em 0.3em;
	background-size: 22px 22px
}

body.media-desktop div.topic div.functionholder div.searchbar-extra a.wSearchLink:active {
	background-image: url("search_desktop_active.png")
}

body.media-desktop div.topic div.functionholder div.searchbar-extra div.searchAND.layout-visible {
	position: relative;
	padding-top: .1em;
	color: #fff;
	background-color: #232323;
	-webkit-border-bottom-left-radius: 0.3em;
	-moz-border-radius-bottomleft: 0.3em;
	border-bottom-left-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
	-moz-border-radius-bottomright: 0.3em;
	border-bottom-right-radius: 0.3em
}

body.media-desktop div.topic div.functionholder div.searchbar-extra div.searchAND.layout-visible input {
	display: block;
	float: left;
	margin-top: .6em
}

body.media-desktop div.topic div.functionholder div.searchbar-extra div.searchAND.layout-visible label {
	display: block;
	float: left;
	color: #fff;
	margin-top: .7em;
	cursor: pointer
}

body.media-desktop div.topic div.functionholder div.searchbar-extra div.searchAND.layout-visible label span {
	font-size: 1.2em
}

body.media-desktop div.topic a.to_top {
	position: absolute;
	right: 8em;
	bottom: 0;
	display: block;
	height: 3.5em;
	width: 4.5em;
	cursor: pointer;
	background-image: url("top.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain
}

body.media-desktop div.idx-holder input,
body.media-desktop div.glo-holder input,
body.media-desktop div.searchbar input {
	font-size: 1.2em !important
}

body.media-desktop div.social_buttons {
	border-width: .1em !important
}

body.media-desktop div.social_buttons.opened div.fb-button,
body.media-desktop div.social_buttons.opened div.twitter-button {
	padding-top: .1em
}