/*<meta />*/

@media only screen and (max-width: 1024px)
{
	.row
	{
		-webkit-overflow-scrolling: touch;
	}

	#header
	{
		display: none;
	}

	#home
	{
		width: 100%;
		height: 40px;
		color: #dadada;
		border-right: solid 1px #494949;
		background: #707070;
		/* Old browsers */
		background: -moz-linear-gradient(top, #707070 0%, #555555 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#555555));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #707070 0%,#555555 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #707070 0%,#555555 100%);
		/* Opera11.10+ */
		background: -ms-linear-gradient(top, #707070 0%,#555555 100%);
		/* IE10+ */
		background: linear-gradient(#707070 0%,#555555 100%);
		/* W3C */
		-pie-background: linear-gradient(#707070, #555555);
		/*PIE*/
		text-align: center;
		cursor: pointer;
		display: block;
		line-height: 40px;
	}

	#home-text
	{
		height: 100%;
		font-size: 16px;
	}

	#home-icon
	{
		background: url("Images/ResponsiveHome.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 0;
		height: 100%;
	}

	.tree-node .new-indicator
	{
		position: absolute;
		top: 0;
		left: 7px;
		width: 7px;
		height: 7px;
		margin-top: 7px;
	}

	#responsiveHeader
	{
		display: block;
		height: 60px;
		text-align: center;
	}

	#responsiveHeader > a.homeLink
	{
		
	}

	#responsiveHeader .logo
	{
		margin: auto;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}

	#responsiveHeader .logo > img
	{
		
	}

	.toggle-topbar
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
	}

	.toggle-topbar button
	{
		position: relative;
		display: block;
	}

	#search-index,
	#search-glossary
	{
		display: none;
	}

	#navigation
	{
		overflow-y: auto;
		overflow-x: hidden;
		background-color: #f1f1f1;
	}

	#normalLoginBtn
	{
		display: none;
	}

	#contentBody
	{
		width: 100%;
	}

	#contentBodyInner
	{
		top: 60px;
	}

	/* Responsive output buttons */

	.toolbar-buttons
	{
		top: 67px;
	}

	.feedback-active .button.login-button.feedback-required
	{
		display: block;
	}

	.button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.button.login-button.feedback-required
	{
		display: none;
	}

	.tab
	{
		float: none;
		width: 100%;
	}

	.tab-collapsed .tabs-nav-text
	{
		display: block;
	}

	.tabs
	{
		background-color: #f1f1f1;
		width: 100%;
	}

	.tabs li
	{
		list-style-type: none;
	}

	.tabs-nav li
	{
		cursor: pointer;
		width: 100%;
		height: 40px;
		margin-top: 0px;
		font-size: 16px;
		line-height: 40px;
	}

	.tabs-nav li.tab-collapsed
	{
		width: 100%;
		height: 40px;
	}

	.tabs-nav li.tabs-nav-inactive
	{
		border-radius: 0;
		-webkit-border-radius: 0;
	}

	.tabs-nav li#TocTab,
	.tabs-nav li#TocTab.tab-collapsed,
	.tabs-nav li#IndexTab,
	.tabs-nav li#IndexTab.tab-collapsed,
	.tabs-nav li#GlossaryTab,
	.tabs-nav li#GlossaryTab.tab-collapsed,
	.tabs-nav li#BrowseSequencesTab,
	.tabs-nav li#BrowseSequencesTab.tab-collapsed,
	.tabs-nav li#CommunityTab,
	.tabs-nav li#CommunityTab.tab-collapsed,
	.tabs-nav li#SearchTab,
	.tabs-nav li#SearchTab.tab-collapsed
	{
		width: 100%;
	}

	.tabs-nav
	{
		padding: 0;
		margin: 0;
	}

	.tabs-nav li.tabs-nav-active
	{
		border: solid 1px #494949;
		border-width: 1px 0px 0px 0px;
		border-radius: 0px;
	}

	.tree li div span a
	{
		text-decoration: none;
	}

	.tree-node > div
	{
		background-repeat: no-repeat;
	}

	.tree-node div
	{
		background: #d5d5d5;
		cursor: pointer;
		line-height: 3em;
	}

	.tree-node div > img
	{
		margin-left: 18px;
	}

	.tree-node div .label
	{
		font-size: 16px;
	}

	.tree-node div.GlossaryPageTerm .label,
	.tree-node div.SearchFilter .label
	{
		margin: 0 11px;
	}

	.tree
	{
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
	}

	.tree-node-selected
	{
		color: white;
	}

	.tabs-panel
	{
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		top: 0;
		padding: inherit;
	}

	.tabs-panel-content
	{
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		padding: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tabs-panel-search
	{
		padding: 1px;
	}

	.index #responsive-search-index,
	.glossary #responsive-search-glossary
	{
		display: block;
	}

	.index #search-field-sidebar,
	.glossary #search-field-sidebar
	{
		display: none;
	}

	.tabs-panel-content.searchable
	{
		top: 0px;
	}

	.tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveTOCInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
		color: #707070;
	}

	.tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveIndexInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveGlossaryInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveBrowseSequenceInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.tab-icon #CommunityTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/communityInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveSearchFilterInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.tab-icon #TocTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveTOCActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
		color: #707070;
	}

	.tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveIndexActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveGlossaryActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveBrowseSequenceActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/communityInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveSearchFilterActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.SearchFilterEntry.tree-node.tree-node-leaf .SearchFilter,
	.SearchFilterEntry.tree-node.tree-node-leaf.tree-node-selected .SearchFilter,
	.SearchFilterEntry.tree-node.tree-node-leaf.tree-node-selected .SearchFilter:hover
	{
		background-image: none;
		padding: 0;
	}

	body.active #SearchTab
	{
		display: block;
	}

	/* Search bar styles */

	#search-sidebar
	{
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
	}

	.toc-icon
	{
		
	}

	#glossary .tree-node > div
	{
		width: 100%;
	}

	#index .tree-node > div
	{
		padding-left: 0;
	}

	#index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		background-position: 10px center;
	}

	.menu-icon
	{
		display: block;
	}

	.menu-icon button span
	{
		background-image: url('Images/ResponsiveMenuButton.png');
		background-repeat: no-repeat;
		background-position: center center;
	}

	#search-field-sidebar
	{
		position: relative;
		width: 100%;
		height: 100%;
		font-size: 16px;
		color: #E0E0E1;
		box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		outline: none;
		line-height: 1;
		/* IE Fix*/
		background: #414A5A;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414A5A), color-stop(100%,#4C5464));
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#414A5A), to(#4C5464));
		background: linear-gradient(#414A5A 0%,#4C5464 100%);
		background: -moz-linear-gradient(top, #414A5A 0%, #4C5464 100%);
		background: -webkit-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -o-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -ms-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		-pie-background: linear-gradient(#414A5A, #4C5464);
		background-image: url("Images/ResponsiveSearch.png");
		background-position: 8px center;
		background-repeat: no-repeat;
		text-indent: 39px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	#responsive-search-index
	{
		position: relative;
		width: 100%;
		height: 100%;
		font-size: 16px;
		color: #E0E0E1;
		box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		outline: none;
		line-height: 1;
		/* IE Fix*/
		background: #414A5A;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414A5A), color-stop(100%,#4C5464));
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#414A5A), to(#4C5464));
		background: linear-gradient(#414A5A 0%,#4C5464 100%);
		background: -moz-linear-gradient(top, #414A5A 0%, #4C5464 100%);
		background: -webkit-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -o-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -ms-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		-pie-background: linear-gradient(#414A5A, #4C5464);
		background-image: url("Images/ResponsiveSearch.png");
		background-position: 8px center;
		background-repeat: no-repeat;
		text-indent: 39px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	#responsive-search-glossary
	{
		position: relative;
		width: 100%;
		height: 100%;
		font-size: 16px;
		color: #E0E0E1;
		box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		outline: none;
		line-height: 1;
		/* IE Fix*/
		background: #414A5A;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414A5A), color-stop(100%,#4C5464));
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#414A5A), to(#4C5464));
		background: linear-gradient(#414A5A 0%,#4C5464 100%);
		background: -moz-linear-gradient(top, #414A5A 0%, #4C5464 100%);
		background: -webkit-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -o-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -ms-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		-pie-background: linear-gradient(#414A5A, #4C5464);
		background-image: url("Images/ResponsiveSearch.png");
		background-position: 8px center;
		background-repeat: no-repeat;
		text-indent: 39px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.tabs-nav li#CommunityTab
	{
		display: none;
	}

	/* Offcanvas styles */

	html.right-layout #navigation[role="complementary"]
	{
		left: 0;
		right: auto;
	}

	html.right-layout .active #navigation[role="complementary"]
	{
		right: 0;
		left: auto;
	}

	html.right-layout [role="complementary"],
	html.right-layout [role="main"],
	html.left-layout [role="complementary"],
	html.left-layout [role="main"]
	{
		-webkit-transition: all 0s ease 0s;
	}

	#contentBody
	{
		position: relative;
	}

	#body
	{
		top: 0;
	}

	html.left-layout #contentBody
	{
		left: 5px;
	}

	html.right-layout #contentBody
	{
		right: 5px;
	}

	/* Navigation slide out Styles*/

	#contentBody[role="main"]
	{
		width: 100%;
	}

	.hide-extras.active [role="main"]
	{
		width: 50%;
	}

	.hide-extras.active #navigation[role="complementary"]
	{
		width: 50%;
		display: block;
	}

	.active #contentBody[role="main"]
	{
		margin-right: -50%;
	}

	/* Offcanvas styles for pane position set right */

	html.right-layout .active #contentBody[role="main"]
	{
		margin-right: 50%;
	}

	.non-collapsable
	{
		width: 100%;
	}

	.show-for-xlarge-up
	{
		display: none !important;
	}

	.central-account-wrapper
	{
		position: absolute;
		left: 60px;
		top: 0;
		z-index: 1;
		line-height: 60px;
	}

	.central-dropdown
	{
		margin: 0;
	}

	.central-dropdown .central-account-drop
	{
		padding: 0;
	}

	.central-account-image
	{
		margin: 0 20px 3px 20px;
	}

	.central-account-text
	{
		display: none;
	}

	.central-dropdown-content
	{
		left: 0;
		right: auto;
	}

	.defaultSkin .row
	{
		-webkit-overflow-scrolling: touch;
	}

	.defaultSkin #header
	{
		display: none;
	}

	.defaultSkin #home
	{
		width: 100%;
		height: 40px;
		color: #dadada;
		border-right: solid 1px #494949;
		background: #707070;
		background: -moz-linear-gradient(top, #707070 0%, #555555 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#555555));
		background: -webkit-linear-gradient(top, #707070 0%,#555555 100%);
		background: -o-linear-gradient(top, #707070 0%,#555555 100%);
		background: -ms-linear-gradient(top, #707070 0%,#555555 100%);
		background: linear-gradient(#707070 0%,#555555 100%);
		-pie-background: linear-gradient(#707070, #555555);
		text-align: center;
		cursor: pointer;
		display: block;
		line-height: 40px;
	}

	.defaultSkin #home-text
	{
		height: 100%;
		font-size: 16px;
	}

	.defaultSkin #home-icon
	{
		background: url("Images/ResponsiveHome.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 0;
		height: 100%;
	}

	.defaultSkin .tree-node .new-indicator
	{
		position: absolute;
		top: 0;
		left: 7px;
		width: 7px;
		height: 7px;
		margin-top: 7px;
	}

	.defaultSkin #responsiveHeader
	{
		display: block;
		height: 60px;
		text-align: center;
	}

	.defaultSkin #responsiveHeader > a.homeLink
	{
		
	}

	.defaultSkin #responsiveHeader .logo
	{
		margin: auto;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.defaultSkin #responsiveHeader .logo > img
	{
		
	}

	.defaultSkin .toggle-topbar
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
	}

	.defaultSkin .toggle-topbar button
	{
		position: relative;
		display: block;
	}

	.defaultSkin #search-index,
	.defaultSkin #search-glossary
	{
		display: none;
	}

	.defaultSkin #navigation
	{
		overflow-y: auto;
		overflow-x: hidden;
		background-color: #f1f1f1;
	}

	.defaultSkin #normalLoginBtn
	{
		display: none;
	}

	.defaultSkin #contentBody
	{
		width: 100%;
	}

	.defaultSkin #contentBodyInner
	{
		top: 60px;
	}

	.defaultSkin .toolbar-buttons
	{
		top: 67px;
	}

	.defaultSkin .feedback-active .button.login-button.feedback-required
	{
		display: block;
	}

	.defaultSkin .button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.defaultSkin .button.login-button.feedback-required
	{
		display: none;
	}

	.defaultSkin .tab
	{
		float: none;
		width: 100%;
	}

	.defaultSkin .tab-collapsed .tabs-nav-text
	{
		display: block;
	}

	.defaultSkin .tabs
	{
		background-color: #f1f1f1;
		width: 100%;
	}

	.defaultSkin .tabs li
	{
		list-style-type: none;
	}

	.defaultSkin .tabs-nav li
	{
		cursor: pointer;
		width: 100%;
		height: 40px;
		margin-top: 0px;
		font-size: 16px;
		line-height: 40px;
	}

	.defaultSkin .tabs-nav li.tab-collapsed
	{
		width: 100%;
		height: 40px;
	}

	.defaultSkin .tabs-nav li.tabs-nav-inactive
	{
		border-radius: 0;
		-webkit-border-radius: 0;
	}

	.defaultSkin .tabs-nav li#TocTab,
	.defaultSkin .tabs-nav li#TocTab.tab-collapsed,
	.defaultSkin .tabs-nav li#IndexTab,
	.defaultSkin .tabs-nav li#IndexTab.tab-collapsed,
	.defaultSkin .tabs-nav li#GlossaryTab,
	.defaultSkin .tabs-nav li#GlossaryTab.tab-collapsed,
	.defaultSkin .tabs-nav li#BrowseSequencesTab,
	.defaultSkin .tabs-nav li#BrowseSequencesTab.tab-collapsed,
	.defaultSkin .tabs-nav li#CommunityTab,
	.defaultSkin .tabs-nav li#CommunityTab.tab-collapsed,
	.defaultSkin .tabs-nav li#SearchTab,
	.defaultSkin .tabs-nav li#SearchTab.tab-collapsed
	{
		width: 100%;
	}

	.defaultSkin .tabs-nav
	{
		padding: 0;
		margin: 0;
	}

	.defaultSkin .tabs-nav li.tabs-nav-active
	{
		border: solid 1px #494949;
		border-width: 1px 0px 0px 0px;
		border-radius: 0px;
	}

	.defaultSkin .tree li div span a
	{
		text-decoration: none;
	}

	.defaultSkin .tree-node > div
	{
		background-repeat: no-repeat;
	}

	.defaultSkin .tree-node div
	{
		background: #d5d5d5;
		cursor: pointer;
		line-height: 3em;
	}

	.defaultSkin .tree-node div > img
	{
		margin-left: 18px;
	}

	.defaultSkin .tree-node div .label
	{
		font-size: 16px;
	}

	.defaultSkin .tree-node div.GlossaryPageTerm .label,
	.defaultSkin .tree-node div.SearchFilter .label
	{
		margin: 0 11px;
	}

	.defaultSkin .tree
	{
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
	}

	.defaultSkin .tree-node-selected
	{
		color: white;
	}

	.defaultSkin .tabs-panel
	{
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		top: 0;
		padding: inherit;
	}

	.defaultSkin .tabs-panel-content
	{
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		padding: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.defaultSkin .tabs-panel-search
	{
		padding: 1px;
	}

	.defaultSkin .index #responsive-search-index,
	.defaultSkin .glossary #responsive-search-glossary
	{
		display: block;
	}

	.defaultSkin .index #search-field-sidebar,
	.defaultSkin .glossary #search-field-sidebar
	{
		display: none;
	}

	.defaultSkin .tabs-panel-content.searchable
	{
		top: 0px;
	}

	.defaultSkin .tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveTOCInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
		color: #707070;
	}

	.defaultSkin .tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveIndexInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveGlossaryInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveBrowseSequenceInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .tab-icon #CommunityTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/communityInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: url("Images/ResponsiveSearchFilterInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .tab-icon #TocTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveTOCActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
		color: #707070;
	}

	.defaultSkin .tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveIndexActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveGlossaryActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveBrowseSequenceActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/communityInactive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background: url("Images/ResponsiveSearchFilterActive.png") no-repeat;
		background-repeat: no-repeat;
		background-position: 11px center;
		padding-left: 33px;
		padding-right: 10px;
		margin: 4px 0 4px 0;
		height: 30px;
	}

	.defaultSkin .SearchFilterEntry.tree-node.tree-node-leaf .SearchFilter,
	.defaultSkin .SearchFilterEntry.tree-node.tree-node-leaf.tree-node-selected .SearchFilter,
	.defaultSkin .SearchFilterEntry.tree-node.tree-node-leaf.tree-node-selected .SearchFilter:hover
	{
		background-image: none;
		padding: 0;
	}

	.defaultSkin body.active #SearchTab
	{
		display: block;
	}

	.defaultSkin #search-sidebar
	{
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
	}

	.defaultSkin .toc-icon
	{
		
	}

	.defaultSkin #glossary .tree-node > div
	{
		width: 100%;
	}

	.defaultSkin #index .tree-node > div
	{
		padding-left: 0;
	}

	.defaultSkin #index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		background-position: 10px center;
	}

	.defaultSkin .menu-icon
	{
		display: block;
	}

	.defaultSkin .menu-icon button span
	{
		background-image: url('Images/ResponsiveMenuButton.png');
		background-repeat: no-repeat;
		background-position: center center;
	}

	.defaultSkin #search-field-sidebar
	{
		position: relative;
		width: 100%;
		height: 100%;
		font-size: 16px;
		color: #E0E0E1;
		box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		outline: none;
		line-height: 1;
		background: #414A5A;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414A5A), color-stop(100%,#4C5464));
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#414A5A), to(#4C5464));
		background: linear-gradient(#414A5A 0%,#4C5464 100%);
		background: -moz-linear-gradient(top, #414A5A 0%, #4C5464 100%);
		background: -webkit-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -o-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -ms-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		-pie-background: linear-gradient(#414A5A, #4C5464);
		background-image: url("Images/ResponsiveSearch.png");
		background-position: 8px center;
		background-repeat: no-repeat;
		text-indent: 39px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.defaultSkin #responsive-search-index
	{
		position: relative;
		width: 100%;
		height: 100%;
		font-size: 16px;
		color: #E0E0E1;
		box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		outline: none;
		line-height: 1;
		background: #414A5A;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414A5A), color-stop(100%,#4C5464));
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#414A5A), to(#4C5464));
		background: linear-gradient(#414A5A 0%,#4C5464 100%);
		background: -moz-linear-gradient(top, #414A5A 0%, #4C5464 100%);
		background: -webkit-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -o-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -ms-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		-pie-background: linear-gradient(#414A5A, #4C5464);
		background-image: url("Images/ResponsiveSearch.png");
		background-position: 8px center;
		background-repeat: no-repeat;
		text-indent: 39px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.defaultSkin #responsive-search-glossary
	{
		position: relative;
		width: 100%;
		height: 100%;
		font-size: 16px;
		color: #E0E0E1;
		box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		-moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
		outline: none;
		line-height: 1;
		background: #414A5A;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414A5A), color-stop(100%,#4C5464));
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#414A5A), to(#4C5464));
		background: linear-gradient(#414A5A 0%,#4C5464 100%);
		background: -moz-linear-gradient(top, #414A5A 0%, #4C5464 100%);
		background: -webkit-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -o-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		background: -ms-linear-gradient(top, #414A5A 0%,#4C5464 100%);
		-pie-background: linear-gradient(#414A5A, #4C5464);
		background-image: url("Images/ResponsiveSearch.png");
		background-position: 8px center;
		background-repeat: no-repeat;
		text-indent: 39px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.defaultSkin .tabs-nav li#CommunityTab
	{
		display: none;
	}

	html.right-layout.defaultSkin #navigation[role="complementary"]
	{
		left: 0;
		right: auto;
	}

	html.right-layout.defaultSkin .active #navigation[role="complementary"]
	{
		right: 0;
		left: auto;
	}

	html.right-layout.defaultSkin [role="complementary"],
	html.right-layout.defaultSkin [role="main"],
	html.left-layout.defaultSkin [role="complementary"],
	html.left-layout.defaultSkin [role="main"]
	{
		-webkit-transition: all 0s ease 0s;
	}

	.defaultSkin #contentBody
	{
		position: relative;
	}

	.defaultSkin #body
	{
		top: 0;
	}

	html.left-layout.defaultSkin #contentBody
	{
		left: 5px;
	}

	html.right-layout.defaultSkin #contentBody
	{
		right: 5px;
	}

	.defaultSkin #contentBody[role="main"]
	{
		width: 100%;
	}

	.defaultSkin .hide-extras.active [role="main"]
	{
		width: 50%;
	}

	.defaultSkin .hide-extras.active #navigation[role="complementary"]
	{
		width: 50%;
		display: block;
	}

	.defaultSkin .active #contentBody[role="main"]
	{
		margin-right: -50%;
	}

	html.right-layout.defaultSkin .active #contentBody[role="main"]
	{
		margin-right: 50%;
	}

	.defaultSkin .non-collapsable
	{
		width: 100%;
	}

	.defaultSkin .show-for-xlarge-up
	{
		display: none !important;
	}

	.defaultSkin .central-account-wrapper
	{
		position: absolute;
		left: 60px;
		top: 0;
		z-index: 1;
		line-height: 60px;
	}

	.defaultSkin .central-dropdown
	{
		margin: 0;
	}

	.defaultSkin .central-dropdown .central-account-drop
	{
		padding: 0;
	}

	.defaultSkin .central-account-image
	{
		margin: 0 20px 3px 20px;
	}

	.defaultSkin .central-account-text
	{
		display: none;
	}

	.defaultSkin .central-dropdown-content
	{
		left: 0;
		right: auto;
	}

	._Skins_Nintex .central-dropdown
	{
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	._Skins_Nintex .central-dropdown .central-account-drop
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	._Skins_Nintex .central-account-wrapper
	{
		left: 60px;
		right: auto;
	}

	._Skins_Nintex .central-dropdown:hover
	{
		
	}

	._Skins_Nintex .central-account-image
	{
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 3px;
		background: transparent url('Images/icon-user-light-gray.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/icon-user-light-gray.png') no-repeat center center;
	}

	._Skins_Nintex .central-dropdown-content
	{
		height: auto;
		left: 0px;
		right: auto;
		background-color: #ffffff;
	}

	._Skins_Nintex .central-dropdown-content a
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-response-title a:visited
	{
		
	}

	._Skins_Nintex #resultList .glossary .term a:visited
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-response-title a:visited
	{
		
	}

	._Skins_Nintex #resultList .title a:visited
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-response-title a:visited
	{
		
	}

	._Skins_K2 #resultList .glossary .term a:visited
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-response-title a:visited
	{
		
	}

	._Skins_K2 #resultList .title a:visited
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-response-title a:focus
	{
		
	}

	._Skins_Nintex #resultList .glossary .term a:focus
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-response-title a:focus
	{
		
	}

	._Skins_Nintex #resultList .title a:focus
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-response-title a:focus
	{
		
	}

	._Skins_K2 #resultList .glossary .term a:focus
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-response-title a:focus
	{
		
	}

	._Skins_K2 #resultList .title a:focus
	{
		
	}

	._Skins_Nintex .central-dropdown-content a:hover
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-response-title a:hover
	{
		
	}

	._Skins_Nintex #resultList .glossary .term a:hover
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-response-title a:hover
	{
		
	}

	._Skins_Nintex #pagination a:hover
	{
		
	}

	._Skins_Nintex #resultList .title a:hover
	{
		
	}

	._Skins_K2 .central-dropdown-content a:hover
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-response-title a:hover
	{
		
	}

	._Skins_K2 #resultList .glossary .term a:hover
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-response-title a:hover
	{
		
	}

	._Skins_K2 #pagination a:hover
	{
		
	}

	._Skins_K2 #resultList .title a:hover
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-response-title a:active
	{
		
	}

	._Skins_Nintex #resultList .glossary .term a:active
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-response-title a:active
	{
		
	}

	._Skins_Nintex #resultList .title a:active
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-response-title a:active
	{
		
	}

	._Skins_K2 #resultList .glossary .term a:active
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-response-title a:active
	{
		
	}

	._Skins_K2 #resultList .title a:active
	{
		
	}

	._Skins_Nintex .central-separator
	{
		background-color: #D5D8DA;
	}

	._Skins_Nintex .featured-snippets-container
	{
		
	}

	._Skins_Nintex #responsiveHeader
	{
		height: 50px;
		background: #f8f8f8 none;
		-pie-background: #f8f8f8;
	}

	._Skins_Nintex .toolbar-buttons
	{
		top: 57px;
	}

	._Skins_Nintex #contentBodyInner
	{
		top: 59px;
	}

	._Skins_Nintex #home
	{
		height: 40px;
		background-repeat: no-repeat;
		border-right: solid 1px #cccccc;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		line-height: 40px;
		text-align: center;
		background: #f8f8f8;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_Nintex #home-icon
	{
		background-position: 11px center;
		background: none;
		background-size: 18px 20px;
		background-repeat: no-repeat;
	}

	._Skins_Nintex #home-text
	{
		color: #636363;
		font-size: 16px;
	}

	._Skins_Nintex #knowledge-panel
	{
		
	}

	._Skins_Nintex #search-results-flex
	{
		
	}

	._Skins_Nintex .knowledge-panel-container
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-content-drop-down-button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_Nintex .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
	{
		background: transparent url('Images/arrow-up.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/arrow-up.png') no-repeat center center;
	}

	._Skins_Nintex .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
	{
		background: transparent url('Images/arrow-down.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/arrow-down.png') no-repeat center center;
	}

	._Skins_Nintex .knowledge-panel-container .micro-content-phrase span
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-content-phrase
	{
		
	}

	._Skins_Nintex .knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-response
	{
		
	}

	._Skins_Nintex .knowledge-panel-container.micro-content-truncated-mode .micro-response
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-response-title a
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-response-title
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-response-url cite
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-response-url
	{
		
	}

	._Skins_Nintex .knowledge-panel-container .micro-content
	{
		background-position: center center;
	}

	._Skins_Nintex .knowledge-panel-container .micro-content-expand
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_Nintex .knowledge-panel-container .micro-content-expanded .micro-content-expand
	{
		background: transparent url('Images/arrow-up.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/arrow-up.png') no-repeat center center;
	}

	._Skins_Nintex .knowledge-panel-container .micro-content-collapsed .micro-content-expand
	{
		background: transparent url('Images/arrow-down.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/arrow-down.png') no-repeat center center;
	}

	._Skins_Nintex .knowledge-panel-container.micro-content-truncated-mode .micro-content-expand-transition
	{
		background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
		background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
		background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
		background: linear-gradient(transparent 0%,#ffffff 100%);
		-pie-background: linear-gradient(transparent, #ffffff);
	}

	._Skins_Nintex #responsiveHeader .logo
	{
		width: 146px;
		background: #003870 url('Images/nintex_1.png') no-repeat center center;
		-pie-background: #003870 url('Skins/Default/Stylesheets/Images/nintex_1.png') no-repeat center center;
	}

	._Skins_Nintex #responsiveHeader .logo > img
	{
		width: 146px;
		height: 50px;
	}

	._Skins_Nintex body
	{
		font-family: Open-Sans Regular, Segoe UI Regular, Helvetica, sans-serif;
		background: #f8f8f8 none;
		-pie-background: #f8f8f8;
	}

	._Skins_Nintex .tabs-panel-content
	{
		background-repeat: repeat;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #ffffff;
	}

	._Skins_Nintex #browseSequences.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #ffffff;
	}

	._Skins_Nintex #community.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #ffffff;
	}

	._Skins_Nintex #glossary.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #ffffff;
	}

	._Skins_Nintex #index.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #ffffff;
	}

	._Skins_Nintex #index .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/index-expanded.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/index-expanded.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_Nintex #index .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/index-collapsed.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/index-collapsed.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_Nintex #index .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/index.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/index.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_Nintex #index .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		padding-left: 37px;
		color: #ffffff;
		background: url('Images/index-collapsed.png') no-repeat left 10px center, no-repeat;
		background-position: 10px center;
		background: url('Images/index-collapsed.png') no-repeat left 10px center, #29333F;
	}

	._Skins_Nintex #index .tree-node.tree-node-expanded.tree-node-selected > div
	{
		padding-left: 37px;
		color: #ffffff;
		background: url('Images/index-expanded.png') no-repeat left 10px center, no-repeat;
		background-position: 10px center;
		background: url('Images/index-expanded.png') no-repeat left 10px center, #29333F;
	}

	._Skins_Nintex #index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		padding-left: 37px;
		color: #ffffff;
		background: url('Images/index.png') no-repeat left 10px center, no-repeat;
		background-position: 10px center;
		background: url('Images/index.png') no-repeat left 10px center, #29333F;
	}

	._Skins_Nintex #search.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #ffffff;
	}

	._Skins_Nintex #toc.tabs-panel-content
	{
		background-repeat: repeat;
		padding-top: 20px;
		border-left: none 1px #e1e1e1;
		border-right: none 1px #e1e1e1;
		border-top: none 1px #e1e1e1;
		border-bottom: none 0px transparent;
		background-color: #ffffff;
	}

	._Skins_Nintex .tree-node.tree-node-collapsed > div
	{
		background-repeat: no-repeat;
		background-position: left 10px center;
		background: none;
	}

	._Skins_Nintex .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		color: #ffffff;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #29333F;
	}

	._Skins_Nintex .tree-node.tree-node-expanded > div
	{
		background-repeat: no-repeat;
		background-position: left 10px center;
		background: none;
	}

	._Skins_Nintex .tree-node.tree-node-expanded.tree-node-selected > div
	{
		color: #ffffff;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #29333F;
	}

	._Skins_Nintex .tree-node.tree-node-leaf > div
	{
		background-repeat: no-repeat;
		background-position: left 10px center;
		background: none;
	}

	._Skins_Nintex .tree-node.tree-node-leaf.tree-node-selected > div
	{
		color: #ffffff;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #29333F;
	}

	._Skins_Nintex .tree-node div .label
	{
		color: #4e5758;
		font-size: 14px;
	}

	._Skins_Nintex .tree-node div
	{
		line-height: 35px;
	}

	._Skins_Nintex .menu-icon button span
	{
		background: #f8f8f8 url('Images/ResponsiveMenuButton_light.png') no-repeat center center;
		-pie-background: #f8f8f8 url('Skins/Default/Stylesheets/Images/ResponsiveMenuButton_light.png') no-repeat center center;
	}

	._Skins_Nintex .tabs-nav li
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_Nintex .tabs-nav li.tab-collapsed
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_Nintex .tabs-nav li#BrowseSequencesTab
	{
		
	}

	._Skins_Nintex .tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveBrowseSequenceInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveBrowseSequenceInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#Community
	{
		
	}

	._Skins_Nintex .tabs-nav li#GlossaryTab
	{
		
	}

	._Skins_Nintex .tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveGlossaryInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveGlossaryInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#IndexTab
	{
		
	}

	._Skins_Nintex .tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveIndexInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveIndexInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#SearchTab
	{
		
	}

	._Skins_Nintex .tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveSearchFilterInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveSearchFilterInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#TocTab
	{
		
	}

	._Skins_Nintex .tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveTOCInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveTOCInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li.tabs-nav-active .tabs-nav-text
	{
		
	}

	._Skins_Nintex .tabs-nav li.tabs-nav-active
	{
		border-left: solid 0px #cccccc;
		border-right: solid 0px #cccccc;
		border-top: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #f4f6f5;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_Nintex .tabs-panel
	{
		background-color: transparent;
	}

	._Skins_Nintex #show-hide-navigation
	{
		background-color: transparent;
	}

	._Skins_Nintex .tabs-nav li#BrowseSequencesTab.tabs-nav-active
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_Nintex .tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#CommunityTab.tabs-nav-active
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_Nintex .tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/communityActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/communityActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#GlossaryTab.tabs-nav-active
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_Nintex .tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/ResponsiveGlossaryActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveGlossaryActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#IndexTab.tabs-nav-active
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_Nintex .tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/ResponsiveIndexActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveIndexActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#SearchTab.tabs-nav-active
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_Nintex .tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#TocTab.tabs-nav-active
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_Nintex .tab-icon #TocTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/ResponsiveTOCActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveTOCActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li.tabs-nav-inactive .tabs-nav-text
	{
		
	}

	._Skins_Nintex .tabs-nav li.tabs-nav-inactive
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		background: #f4f6f5;
		background: -moz-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6f5), color-stop(100%,#f4f6f5));
		background: -webkit-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -o-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: -ms-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: linear-gradient(#f4f6f5 0%,#f4f6f5 100%);
		-pie-background: linear-gradient(#f4f6f5, #f4f6f5);
		background-clip: padding-box;
	}

	._Skins_Nintex .tabs-nav li#BrowseSequencesTab.tabs-nav-inactive
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6f5), color-stop(100%,#f4f6f5));
		background: -webkit-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -o-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: -ms-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: linear-gradient(#f4f6f5 0%,#f4f6f5 100%);
		-pie-background: linear-gradient(#f4f6f5, #f4f6f5);
	}

	._Skins_Nintex .tabs-nav li#CommunityTab.tabs-nav-inactive
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6f5), color-stop(100%,#f4f6f5));
		background: -webkit-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -o-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: -ms-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: linear-gradient(#f4f6f5 0%,#f4f6f5 100%);
		-pie-background: linear-gradient(#f4f6f5, #f4f6f5);
	}

	._Skins_Nintex .tab-icon #CommunityTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: transparent url('Images/communityInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/communityInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_Nintex .tabs-nav li#GlossaryTab.tabs-nav-inactive
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6f5), color-stop(100%,#f4f6f5));
		background: -webkit-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -o-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: -ms-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: linear-gradient(#f4f6f5 0%,#f4f6f5 100%);
		-pie-background: linear-gradient(#f4f6f5, #f4f6f5);
	}

	._Skins_Nintex .tabs-nav li#IndexTab.tabs-nav-inactive
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6f5), color-stop(100%,#f4f6f5));
		background: -webkit-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -o-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: -ms-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: linear-gradient(#f4f6f5 0%,#f4f6f5 100%);
		-pie-background: linear-gradient(#f4f6f5, #f4f6f5);
	}

	._Skins_Nintex .tabs-nav li#SearchTab.tabs-nav-inactive
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6f5), color-stop(100%,#f4f6f5));
		background: -webkit-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -o-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: -ms-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: linear-gradient(#f4f6f5 0%,#f4f6f5 100%);
		-pie-background: linear-gradient(#f4f6f5, #f4f6f5);
	}

	._Skins_Nintex .tabs-nav li#TocTab.tabs-nav-inactive
	{
		background: #f4f6f5;
		background: -moz-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6f5), color-stop(100%,#f4f6f5));
		background: -webkit-linear-gradient(top, #f4f6f5 0%, #f4f6f5 100%);
		background: -o-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: -ms-linear-gradient(top, #f4f6f5 0%,#f4f6f5 100%);
		background: linear-gradient(#f4f6f5 0%,#f4f6f5 100%);
		-pie-background: linear-gradient(#f4f6f5, #f4f6f5);
	}

	._Skins_Nintex #search-sidebar
	{
		display: block;
		height: 50px;
		border-left: none 0px #a9a9a9;
		border-right: none 0px #a9a9a9;
		border-top: none 0px #a9a9a9;
		border-bottom: none 0px #a9a9a9;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		-webkit-box-shadow: 0px 0px 0px transparent;
		-moz-box-shadow: 0px 0px 0px transparent;
		box-shadow: 0px 0px 0px transparent;
		-webkit-box-shadow: 0px 0px 0px transparent;
		-moz-box-shadow: 0px 0px 0px transparent;
	}

	._Skins_Nintex .search-account-container
	{
		
	}

	._Skins_Nintex #resultList .glossary .definition
	{
		
	}

	._Skins_Nintex #resultList .glossary
	{
		background-position: center center;
	}

	._Skins_Nintex #resultList .glossary .term
	{
		
	}

	._Skins_Nintex #resultList .glossary .term a
	{
		
	}

	._Skins_Nintex #results-heading
	{
		
	}

	._Skins_Nintex #search-field-sidebar
	{
		color: #808080;
		border-left: inset 1px #ffffff;
		border-right: inset 1px #ffffff;
		border-top: inset 1px #ffffff;
		border-bottom: inset 1px #ffffff;
		border-top-left-radius: 1px;
		border-top-right-radius: 1px;
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px;
		background: #c0c0c0 url('Images/ResponsiveSearch_light.png') no-repeat 6px center;
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent 0%,transparent 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent, transparent);
	}

	._Skins_Nintex #responsive-search-index
	{
		color: #808080;
		border-left: inset 1px #ffffff;
		border-right: inset 1px #ffffff;
		border-top: inset 1px #ffffff;
		border-bottom: inset 1px #ffffff;
		border-top-left-radius: 1px;
		border-top-right-radius: 1px;
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px;
		background: #c0c0c0 url('Images/ResponsiveSearch_light.png') no-repeat 6px center;
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent 0%,transparent 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent, transparent);
	}

	._Skins_Nintex #responsive-search-glossary
	{
		color: #808080;
		border-left: inset 1px #ffffff;
		border-right: inset 1px #ffffff;
		border-top: inset 1px #ffffff;
		border-bottom: inset 1px #ffffff;
		border-top-left-radius: 1px;
		border-top-right-radius: 1px;
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px;
		background: #c0c0c0 url('Images/ResponsiveSearch_light.png') no-repeat 6px center;
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent 0%,transparent 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent, transparent);
	}

	._Skins_Nintex #search-field::-webkit-input-placeholder
	{
		color: #808080;
	}

	._Skins_Nintex #search-field::-moz-placeholder
	{
		color: #808080;
	}

	._Skins_Nintex #search-field:-moz-placeholder
	{
		color: #808080;
	}

	._Skins_Nintex #search-field:-ms-input-placeholder
	{
		color: #808080;
	}

	._Skins_Nintex .featured-snippets-container .micro-content-drop-down-button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_Nintex .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
	{
		background: transparent url('Images/arrow-up.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/arrow-up.png') no-repeat center center;
	}

	._Skins_Nintex .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
	{
		background: transparent url('Images/arrow-down.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/arrow-down.png') no-repeat center center;
	}

	._Skins_Nintex .featured-snippets-container .micro-content-phrase span
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-content-phrase
	{
		
	}

	._Skins_Nintex .featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-response
	{
		
	}

	._Skins_Nintex .featured-snippets-container.micro-content-truncated-mode .micro-response
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-content-expand
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_Nintex .featured-snippets-container .micro-content-expanded .micro-content-expand
	{
		background: transparent url('Images/arrow-up.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/arrow-up.png') no-repeat center center;
	}

	._Skins_Nintex .featured-snippets-container .micro-content-collapsed .micro-content-expand
	{
		background: transparent url('Images/arrow-down.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/arrow-down.png') no-repeat center center;
	}

	._Skins_Nintex .featured-snippets-container.micro-content-truncated-mode .micro-content-expand-transition
	{
		background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
		background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
		background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
		background: linear-gradient(transparent 0%,#ffffff 100%);
		-pie-background: linear-gradient(transparent, #ffffff);
	}

	._Skins_Nintex .featured-snippets-container .micro-response-title a
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-response-title
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-response-url cite
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-response-url
	{
		
	}

	._Skins_Nintex .featured-snippets-container .micro-content
	{
		background-position: center center;
	}

	._Skins_Nintex #pagination
	{
		line-height: 40px;
	}

	._Skins_Nintex #pagination a
	{
		
	}

	._Skins_Nintex #pagination a#selected
	{
		
	}

	._Skins_Nintex #resultList .description
	{
		
	}

	._Skins_Nintex #resultList .title a
	{
		
	}

	._Skins_Nintex #resultList .url cite
	{
		
	}

	._Skins_Nintex #resultList
	{
		
	}

	._Skins_Nintex .button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
		background-position: center center;
	}

	._Skins_Nintex .button > div
	{
		
	}

	._Skins_Nintex .button .button-icon
	{
		
	}

	._Skins_Nintex .button .button-icon-wrapper
	{
		
	}

	._Skins_Nintex .button .button-text
	{
		
	}

	._Skins_Nintex .button.collapse-all-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.current-topic-index-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.edit-user-profile-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.expand-all-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.login-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.next-topic-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.previous-topic-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.print-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.remove-highlight-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.select-language-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.select-skin-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_Nintex .button.topic-ratings-button
	{
		width: 16px;
		height: 16px;
		background: transparent url('Images/star-full.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/star-full.png') no-repeat center center;
	}

	._Skins_Nintex .button.topic-ratings-empty-button
	{
		width: 16px;
		height: 16px;
		background: transparent url('Images/star-empty.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/star-empty.png') no-repeat center center;
	}

	._Skins_Nintex .toolbar-button-drop-down
	{
		background-color: #FFFFFF;
	}

	._Skins_Nintex .toolbar-button-drop-down.select-language-drop-down
	{
		background-color: #FFFFFF;
	}

	._Skins_Nintex .toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		background-color: #E5EFF7;
	}

	._Skins_Nintex .toolbar-button-drop-down.select-skin-drop-down
	{
		background-color: #FFFFFF;
	}

	._Skins_Nintex .toolbar-button-drop-down.select-skin-drop-down ul li:hover
	{
		background-color: #E5EFF7;
	}

	._Skins_Nintex .button-separator
	{
		
	}

	._Skins_Nintex #contentBody
	{
		background-repeat: no-repeat;
		background-color: #f8f8f8;
	}

	._Skins_K2 .central-dropdown
	{
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	._Skins_K2 .central-dropdown .central-account-drop
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	._Skins_K2 .central-account-wrapper
	{
		left: 60px;
		right: auto;
	}

	._Skins_K2 .central-dropdown:hover
	{
		
	}

	._Skins_K2 .central-account-image
	{
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 3px;
		background: transparent url('Images/K2/icon-user-light-gray.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/icon-user-light-gray.png') no-repeat center center;
	}

	._Skins_K2 .central-dropdown-content
	{
		height: auto;
		left: 0px;
		right: auto;
		background-color: #ffffff;
	}

	._Skins_K2 .central-dropdown-content a
	{
		
	}

	._Skins_K2 .central-separator
	{
		background-color: #D5D8DA;
	}

	._Skins_K2 .featured-snippets-container
	{
		
	}

	._Skins_K2 #responsiveHeader
	{
		height: 60px;
		background: #f8f8f8 none;
		-pie-background: #f8f8f8;
	}

	._Skins_K2 .toolbar-buttons
	{
		top: 67px;
	}

	._Skins_K2 #contentBodyInner
	{
		top: 69px;
	}

	._Skins_K2 #home
	{
		height: 40px;
		background-repeat: no-repeat;
		border-right: solid 1px #cccccc;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		line-height: 40px;
		text-align: center;
		background: #f8f8f8;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_K2 #home-icon
	{
		background-position: 11px center;
		background: none;
		background-size: 18px 20px;
		background-repeat: no-repeat;
	}

	._Skins_K2 #home-text
	{
		color: #636363;
		font-size: 16px;
	}

	._Skins_K2 #knowledge-panel
	{
		
	}

	._Skins_K2 #search-results-flex
	{
		
	}

	._Skins_K2 .knowledge-panel-container
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-content-drop-down-button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_K2 .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
	{
		background: transparent url('Images/K2/arrow-up.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/arrow-up.png') no-repeat center center;
	}

	._Skins_K2 .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
	{
		background: transparent url('Images/K2/arrow-down.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/arrow-down.png') no-repeat center center;
	}

	._Skins_K2 .knowledge-panel-container .micro-content-phrase span
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-content-phrase
	{
		
	}

	._Skins_K2 .knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-response
	{
		
	}

	._Skins_K2 .knowledge-panel-container.micro-content-truncated-mode .micro-response
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-response-title a
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-response-title
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-response-url cite
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-response-url
	{
		
	}

	._Skins_K2 .knowledge-panel-container .micro-content
	{
		background-position: center center;
	}

	._Skins_K2 .knowledge-panel-container .micro-content-expand
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_K2 .knowledge-panel-container .micro-content-expanded .micro-content-expand
	{
		background: transparent url('Images/K2/arrow-up.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/arrow-up.png') no-repeat center center;
	}

	._Skins_K2 .knowledge-panel-container .micro-content-collapsed .micro-content-expand
	{
		background: transparent url('Images/K2/arrow-down.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/arrow-down.png') no-repeat center center;
	}

	._Skins_K2 .knowledge-panel-container.micro-content-truncated-mode .micro-content-expand-transition
	{
		background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
		background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
		background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
		background: linear-gradient(transparent 0%,#ffffff 100%);
		-pie-background: linear-gradient(transparent, #ffffff);
	}

	._Skins_K2 #responsiveHeader .logo
	{
		width: 60px;
		background: #eeeeee url('Images/K2/K2LogoBlocks_1.png') no-repeat center center;
		-pie-background: #eeeeee url('Skins/Default/Stylesheets/Images/K2/K2LogoBlocks_1.png') no-repeat center center;
	}

	._Skins_K2 #responsiveHeader .logo > img
	{
		width: 60px;
		height: 60px;
	}

	._Skins_K2 body
	{
		font-family: Open-Sans Regular, Segoe UI Regular, Helvetica, sans-serif;
		background: #f8f8f8 none;
		-pie-background: #f8f8f8;
	}

	._Skins_K2 .tabs-panel-content
	{
		background-repeat: repeat;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #f8f8f8;
	}

	._Skins_K2 #browseSequences.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #f8f8f8;
	}

	._Skins_K2 #community.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #f8f8f8;
	}

	._Skins_K2 #glossary.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #f8f8f8;
	}

	._Skins_K2 #index.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #f8f8f8;
	}

	._Skins_K2 #index .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/K2/index-expanded.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/index-expanded.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_K2 #index .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/K2/index-collapsed.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/index-collapsed.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_K2 #index .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/K2/index.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/index.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_K2 #index .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		padding-left: 37px;
		color: #ffffff;
		background: url('Images/K2/index-collapsed.png') no-repeat left 10px center, no-repeat;
		background-position: 10px center;
		background: url('Images/K2/index-collapsed.png') no-repeat left 10px center, #2196f3;
	}

	._Skins_K2 #index .tree-node.tree-node-expanded.tree-node-selected > div
	{
		padding-left: 37px;
		color: #ffffff;
		background: url('Images/K2/index-expanded.png') no-repeat left 10px center, no-repeat;
		background-position: 10px center;
		background: url('Images/K2/index-expanded.png') no-repeat left 10px center, #2196f3;
	}

	._Skins_K2 #index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		padding-left: 37px;
		color: #ffffff;
		background: url('Images/K2/index.png') no-repeat left 10px center, no-repeat;
		background-position: 10px center;
		background: url('Images/K2/index.png') no-repeat left 10px center, #2196f3;
	}

	._Skins_K2 #search.tabs-panel-content
	{
		background-repeat: repeat;
		background-color: #f8f8f8;
	}

	._Skins_K2 #toc.tabs-panel-content
	{
		background-repeat: repeat;
		padding-top: 20px;
		border-left: none 1px #e1e1e1;
		border-right: none 1px #e1e1e1;
		border-top: none 1px #e1e1e1;
		border-bottom: none 0px transparent;
		background-color: #f8f8f8;
	}

	._Skins_K2 .tree-node.tree-node-collapsed > div
	{
		background-repeat: no-repeat;
		background-position: left 10px center;
		background: none;
	}

	._Skins_K2 .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		color: #ffffff;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #2196f3;
	}

	._Skins_K2 .tree-node.tree-node-expanded > div
	{
		background-repeat: no-repeat;
		background-position: left 10px center;
		background: none;
	}

	._Skins_K2 .tree-node.tree-node-expanded.tree-node-selected > div
	{
		color: #ffffff;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #2196f3;
	}

	._Skins_K2 .tree-node.tree-node-leaf > div
	{
		background-repeat: no-repeat;
		background-position: left 10px center;
		background: none;
	}

	._Skins_K2 .tree-node.tree-node-leaf.tree-node-selected > div
	{
		color: #ffffff;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #2196f3;
	}

	._Skins_K2 .tree-node div .label
	{
		color: #4e5758;
		font-size: 14px;
	}

	._Skins_K2 .tree-node div
	{
		line-height: 35px;
	}

	._Skins_K2 .menu-icon button span
	{
		background: #f8f8f8 url('Images/K2/ResponsiveMenuButton_light.png') no-repeat center center;
		-pie-background: #f8f8f8 url('Skins/Default/Stylesheets/Images/K2/ResponsiveMenuButton_light.png') no-repeat center center;
	}

	._Skins_K2 .tabs-nav li
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_K2 .tabs-nav li.tab-collapsed
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_K2 .tabs-nav li#BrowseSequencesTab
	{
		
	}

	._Skins_K2 .tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/K2/ResponsiveBrowseSequenceInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveBrowseSequenceInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#Community
	{
		
	}

	._Skins_K2 .tabs-nav li#GlossaryTab
	{
		
	}

	._Skins_K2 .tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/K2/ResponsiveGlossaryInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveGlossaryInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#IndexTab
	{
		
	}

	._Skins_K2 .tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/K2/ResponsiveIndexInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveIndexInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#SearchTab
	{
		
	}

	._Skins_K2 .tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/K2/ResponsiveSearchFilterInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveSearchFilterInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#TocTab
	{
		
	}

	._Skins_K2 .tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/K2/ResponsiveTOCInActive_light.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveTOCInActive_light.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li.tabs-nav-active .tabs-nav-text
	{
		
	}

	._Skins_K2 .tabs-nav li.tabs-nav-active
	{
		border-left: solid 0px #cccccc;
		border-right: solid 0px #cccccc;
		border-top: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #f7f7f7;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_K2 .tabs-panel
	{
		background-color: transparent;
	}

	._Skins_K2 #show-hide-navigation
	{
		background-color: transparent;
	}

	._Skins_K2 .tabs-nav li#BrowseSequencesTab.tabs-nav-active
	{
		background: #f7f7f7;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_K2 .tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/K2/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#CommunityTab.tabs-nav-active
	{
		background: #f7f7f7;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_K2 .tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/K2/communityActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/communityActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#GlossaryTab.tabs-nav-active
	{
		background: #f7f7f7;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_K2 .tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/K2/ResponsiveGlossaryActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveGlossaryActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#IndexTab.tabs-nav-active
	{
		background: #f7f7f7;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_K2 .tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/K2/ResponsiveIndexActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveIndexActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#SearchTab.tabs-nav-active
	{
		background: #f7f7f7;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_K2 .tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/K2/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#TocTab.tabs-nav-active
	{
		background: #f7f7f7;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	._Skins_K2 .tab-icon #TocTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/K2/ResponsiveTOCActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/ResponsiveTOCActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li.tabs-nav-inactive .tabs-nav-text
	{
		
	}

	._Skins_K2 .tabs-nav li.tabs-nav-inactive
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		background: #ebebeb;
		background: -moz-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -o-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: linear-gradient(#ebebeb 0%,#dadada 100%);
		-pie-background: linear-gradient(#ebebeb, #dadada);
		background-clip: padding-box;
	}

	._Skins_K2 .tabs-nav li#BrowseSequencesTab.tabs-nav-inactive
	{
		background: #ebebeb;
		background: -moz-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -o-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: linear-gradient(#ebebeb 0%,#dadada 100%);
		-pie-background: linear-gradient(#ebebeb, #dadada);
	}

	._Skins_K2 .tabs-nav li#CommunityTab.tabs-nav-inactive
	{
		background: #ebebeb;
		background: -moz-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -o-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: linear-gradient(#ebebeb 0%,#dadada 100%);
		-pie-background: linear-gradient(#ebebeb, #dadada);
	}

	._Skins_K2 .tab-icon #CommunityTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: transparent url('Images/K2/communityInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/communityInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_K2 .tabs-nav li#GlossaryTab.tabs-nav-inactive
	{
		background: #ebebeb;
		background: -moz-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -o-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: linear-gradient(#ebebeb 0%,#dadada 100%);
		-pie-background: linear-gradient(#ebebeb, #dadada);
	}

	._Skins_K2 .tabs-nav li#IndexTab.tabs-nav-inactive
	{
		background: #ebebeb;
		background: -moz-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -o-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: linear-gradient(#ebebeb 0%,#dadada 100%);
		-pie-background: linear-gradient(#ebebeb, #dadada);
	}

	._Skins_K2 .tabs-nav li#SearchTab.tabs-nav-inactive
	{
		background: #ebebeb;
		background: -moz-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -o-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: linear-gradient(#ebebeb 0%,#dadada 100%);
		-pie-background: linear-gradient(#ebebeb, #dadada);
	}

	._Skins_K2 .tabs-nav li#TocTab.tabs-nav-inactive
	{
		background: #ebebeb;
		background: -moz-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #ebebeb 0%, #dadada 100%);
		background: -o-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #ebebeb 0%,#dadada 100%);
		background: linear-gradient(#ebebeb 0%,#dadada 100%);
		-pie-background: linear-gradient(#ebebeb, #dadada);
	}

	._Skins_K2 #search-sidebar
	{
		display: block;
		height: 50px;
		border-left: none 0px #a9a9a9;
		border-right: none 0px #a9a9a9;
		border-top: none 0px #a9a9a9;
		border-bottom: none 0px #a9a9a9;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		-webkit-box-shadow: 0px 0px 0px transparent;
		-moz-box-shadow: 0px 0px 0px transparent;
		box-shadow: 0px 0px 0px transparent;
		-webkit-box-shadow: 0px 0px 0px transparent;
		-moz-box-shadow: 0px 0px 0px transparent;
	}

	._Skins_K2 .search-account-container
	{
		
	}

	._Skins_K2 #resultList .glossary .definition
	{
		
	}

	._Skins_K2 #resultList .glossary
	{
		background-position: center center;
	}

	._Skins_K2 #resultList .glossary .term
	{
		
	}

	._Skins_K2 #resultList .glossary .term a
	{
		
	}

	._Skins_K2 #results-heading
	{
		
	}

	._Skins_K2 #search-field-sidebar
	{
		color: #808080;
		border-left: inset 1px #ffffff;
		border-right: inset 1px #ffffff;
		border-top: inset 1px #ffffff;
		border-bottom: inset 1px #ffffff;
		border-top-left-radius: 1px;
		border-top-right-radius: 1px;
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px;
		background: #c0c0c0 url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center;
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent 0%,transparent 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent, transparent);
	}

	._Skins_K2 #responsive-search-index
	{
		color: #808080;
		border-left: inset 1px #ffffff;
		border-right: inset 1px #ffffff;
		border-top: inset 1px #ffffff;
		border-bottom: inset 1px #ffffff;
		border-top-left-radius: 1px;
		border-top-right-radius: 1px;
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px;
		background: #c0c0c0 url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center;
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent 0%,transparent 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent, transparent);
	}

	._Skins_K2 #responsive-search-glossary
	{
		color: #808080;
		border-left: inset 1px #ffffff;
		border-right: inset 1px #ffffff;
		border-top: inset 1px #ffffff;
		border-bottom: inset 1px #ffffff;
		border-top-left-radius: 1px;
		border-top-right-radius: 1px;
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px;
		background: #c0c0c0 url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center;
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent 0%,transparent 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/K2/ResponsiveSearch_light.png') no-repeat 6px center, linear-gradient(transparent, transparent);
	}

	._Skins_K2 #search-field::-webkit-input-placeholder
	{
		color: #808080;
	}

	._Skins_K2 #search-field::-moz-placeholder
	{
		color: #808080;
	}

	._Skins_K2 #search-field:-moz-placeholder
	{
		color: #808080;
	}

	._Skins_K2 #search-field:-ms-input-placeholder
	{
		color: #808080;
	}

	._Skins_K2 .featured-snippets-container .micro-content-drop-down-button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_K2 .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
	{
		background: transparent url('Images/K2/arrow-up.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/arrow-up.png') no-repeat center center;
	}

	._Skins_K2 .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
	{
		background: transparent url('Images/K2/arrow-down.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/arrow-down.png') no-repeat center center;
	}

	._Skins_K2 .featured-snippets-container .micro-content-phrase span
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-content-phrase
	{
		
	}

	._Skins_K2 .featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-response
	{
		
	}

	._Skins_K2 .featured-snippets-container.micro-content-truncated-mode .micro-response
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-content-expand
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_K2 .featured-snippets-container .micro-content-expanded .micro-content-expand
	{
		background: transparent url('Images/K2/arrow-up.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/arrow-up.png') no-repeat center center;
	}

	._Skins_K2 .featured-snippets-container .micro-content-collapsed .micro-content-expand
	{
		background: transparent url('Images/K2/arrow-down.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/arrow-down.png') no-repeat center center;
	}

	._Skins_K2 .featured-snippets-container.micro-content-truncated-mode .micro-content-expand-transition
	{
		background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
		background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
		background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
		background: linear-gradient(transparent 0%,#ffffff 100%);
		-pie-background: linear-gradient(transparent, #ffffff);
	}

	._Skins_K2 .featured-snippets-container .micro-response-title a
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-response-title
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-response-url cite
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-response-url
	{
		
	}

	._Skins_K2 .featured-snippets-container .micro-content
	{
		background-position: center center;
	}

	._Skins_K2 #pagination
	{
		line-height: 40px;
	}

	._Skins_K2 #pagination a
	{
		
	}

	._Skins_K2 #pagination a#selected
	{
		
	}

	._Skins_K2 #resultList .description
	{
		
	}

	._Skins_K2 #resultList .title a
	{
		
	}

	._Skins_K2 #resultList .url cite
	{
		
	}

	._Skins_K2 #resultList
	{
		
	}

	._Skins_K2 .button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
		background-position: center center;
	}

	._Skins_K2 .button > div
	{
		
	}

	._Skins_K2 .button .button-icon
	{
		
	}

	._Skins_K2 .button .button-icon-wrapper
	{
		
	}

	._Skins_K2 .button .button-text
	{
		
	}

	._Skins_K2 .button.collapse-all-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.current-topic-index-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.edit-user-profile-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.expand-all-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.login-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.next-topic-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.previous-topic-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.print-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.remove-highlight-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.select-language-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.select-skin-button
	{
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
		background: linear-gradient(#ffffff 0%,#ececec 100%);
		-pie-background: linear-gradient(#ffffff, #ececec);
	}

	._Skins_K2 .button.topic-ratings-button
	{
		width: 16px;
		height: 16px;
		background: transparent url('Images/K2/star-full.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/star-full.png') no-repeat center center;
	}

	._Skins_K2 .button.topic-ratings-empty-button
	{
		width: 16px;
		height: 16px;
		background: transparent url('Images/K2/star-empty.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/K2/star-empty.png') no-repeat center center;
	}

	._Skins_K2 .toolbar-button-drop-down
	{
		background-color: #FFFFFF;
	}

	._Skins_K2 .toolbar-button-drop-down.select-language-drop-down
	{
		background-color: #FFFFFF;
	}

	._Skins_K2 .toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		background-color: #E5EFF7;
	}

	._Skins_K2 .toolbar-button-drop-down.select-skin-drop-down
	{
		background-color: #FFFFFF;
	}

	._Skins_K2 .toolbar-button-drop-down.select-skin-drop-down ul li:hover
	{
		background-color: #E5EFF7;
	}

	._Skins_K2 .button-separator
	{
		
	}

	._Skins_K2 #contentBody
	{
		background-repeat: no-repeat;
		background-color: #f8f8f8;
	}
}

