/*<meta />*/

@media only screen and (max-width: 1000px)
{
	.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(top, #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;
	}

	#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 a
	{
		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 a 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(top, #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(top, #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(top, #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;
	}

	.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(top, #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;
	}

	.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 a
	{
		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 a 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(top, #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(top, #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(top, #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;
	}

	._Skins_XTRAC #responsiveHeader
	{
		height: 50px;
		background: transparent url('Images/background_1.png') repeat;
		background: url('Images/background_1.png') repeat, -moz-linear-gradient(top, #626363 0%, #c8c8c8 100%);
		background: url('Images/background_1.png') repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626363), color-stop(100%,#c8c8c8));
		background: url('Images/background_1.png') repeat, -webkit-linear-gradient(top, #626363 0%, #c8c8c8 100%);
		background: url('Images/background_1.png') repeat, -o-linear-gradient(top, #626363 0%,#c8c8c8 100%);
		background: url('Images/background_1.png') repeat, -ms-linear-gradient(top, #626363 0%,#c8c8c8 100%);
		background: url('Images/background_1.png') repeat, linear-gradient(top, #626363 0%,#c8c8c8 100%);
	}

	._Skins_XTRAC .toolbar-buttons
	{
		top: 57px;
	}

	._Skins_XTRAC #contentBodyInner
	{
		top: 88px;
	}

	._Skins_XTRAC #home
	{
		height: 40px;
		color: #dadada;
		font-size: 16px;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		line-height: 40px;
		text-align: center;
		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(top, #707070 0%,#555555 100%);
		-pie-background: linear-gradient(#707070, #555555);
	}

	._Skins_XTRAC #home-icon
	{
		background: transparent url('Images/ResponsiveHome.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveHome.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC #home-text
	{
		color: #dadada;
		font-size: 16px;
	}

	._Skins_XTRAC #responsiveHeader .logo
	{
		width: 111px;
		background: transparent url('Images/xtrac_KO-mobile_1.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/xtrac_KO-mobile_1.png') no-repeat center center;
	}

	._Skins_XTRAC #responsiveHeader .logo > img
	{
		width: 111px;
		height: 45px;
	}

	._Skins_XTRAC body
	{
		background: transparent url('Images/background_1.png') repeat;
		background: url('Images/background_1.png') repeat, -moz-linear-gradient(top, #626363 0%, #c8c8c8 100%);
		background: url('Images/background_1.png') repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626363), color-stop(100%,#c8c8c8));
		background: url('Images/background_1.png') repeat, -webkit-linear-gradient(top, #626363 0%, #c8c8c8 100%);
		background: url('Images/background_1.png') repeat, -o-linear-gradient(top, #626363 0%,#c8c8c8 100%);
		background: url('Images/background_1.png') repeat, -ms-linear-gradient(top, #626363 0%,#c8c8c8 100%);
		background: url('Images/background_1.png') repeat, linear-gradient(top, #626363 0%,#c8c8c8 100%);
	}

	._Skins_XTRAC .tabs-panel-content
	{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #ffffff;
	}

	._Skins_XTRAC #navigation
	{
		background-color: #f1f1f1;
	}

	._Skins_XTRAC #browseSequences.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC #community.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC #glossary.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC #index.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC #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_XTRAC #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_XTRAC #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_XTRAC #index .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		padding-left: 37px;
		color: #4d4d4f;
		background-position: 10px center;
		background: url('Images/index-collapsed.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC #index .tree-node.tree-node-expanded.tree-node-selected > div
	{
		padding-left: 37px;
		color: #4d4d4f;
		background-position: 10px center;
		background: url('Images/index-expanded.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC #index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		padding-left: 37px;
		color: #4d4d4f;
		background-position: 10px center;
		background: url('Images/index.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC #search.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC #toc.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/ResponsiveBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveBook.png') no-repeat left 10px center;
		padding-left: 43px;
	}

	._Skins_XTRAC .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveBook.png') no-repeat left 10px center;
		color: #4d4d4f;
		background-position: 10px center;
		background: url('Images/ResponsiveBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/ResponsiveOpenBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveOpenBook.png') no-repeat left 10px center;
		padding-left: 47px;
	}

	._Skins_XTRAC .tree-node.tree-node-expanded.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveOpenBook.png') no-repeat left 10px center;
		color: #4d4d4f;
		background-position: 10px center;
		background: url('Images/ResponsiveOpenBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/ResponsiveTopic.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveTopic.png') no-repeat left 10px center;
		padding-left: 44px;
	}

	._Skins_XTRAC .tree-node.tree-node-leaf.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveTopic.png') no-repeat left 10px center;
		color: #4d4d4f;
		background-position: 10px center;
		background: url('Images/ResponsiveTopic.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC .tree-node .new-indicator
	{
		width: 7px;
		height: 7px;
	}

	._Skins_XTRAC .tree-node div
	{
		line-height: 3em;
	}

	._Skins_XTRAC .tree-node div .label
	{
		font-size: 16px;
	}

	._Skins_XTRAC .menu-icon a span
	{
		background: transparent url('Images/ResponsiveMenuButton.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveMenuButton.png') no-repeat center center;
	}

	._Skins_XTRAC .tabs-nav li
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_XTRAC .tabs-nav li.tab-collapsed
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_XTRAC .tabs-nav li#BrowseSequencesTab
	{
		
	}

	._Skins_XTRAC .tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC .tabs-nav li#Community
	{
		
	}

	._Skins_XTRAC .tabs-nav li#GlossaryTab
	{
		
	}

	._Skins_XTRAC .tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC .tabs-nav li#IndexTab
	{
		
	}

	._Skins_XTRAC .tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveIndexInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveIndexInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC .tabs-nav li#SearchTab
	{
		
	}

	._Skins_XTRAC .tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC .tabs-nav li#TocTab
	{
		
	}

	._Skins_XTRAC .tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/ResponsiveTOCInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/ResponsiveTOCInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC .tabs-nav li.tabs-nav-active
	{
		border-top: solid 1px #494949;
		border-right: solid 0px #494949;
		border-bottom: solid 1px #494949;
		border-left: solid 0px #494949;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC .tabs-nav li.tabs-nav-active .tabs-nav-text
	{
		
	}

	._Skins_XTRAC .tabs-nav li#BrowseSequencesTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC .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_XTRAC .tabs-nav li#CommunityTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC .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_XTRAC .tabs-nav li#GlossaryTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC .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_XTRAC .tabs-nav li#IndexTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC .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_XTRAC .tabs-nav li#SearchTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC .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_XTRAC .tabs-nav li#TocTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC .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_XTRAC .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-clip: padding-box;
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC .tabs-nav li.tabs-nav-inactive .tabs-nav-text
	{
		
	}

	._Skins_XTRAC .tabs-nav li#BrowseSequencesTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC .tabs-nav li#CommunityTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC .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_XTRAC .tabs-nav li#GlossaryTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC .tabs-nav li#IndexTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC .tabs-nav li#SearchTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC .tabs-nav li#TocTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #7d7d7d 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
		background: linear-gradient(top, #7d7d7d 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC #search-sidebar
	{
		display: block;
		height: 50px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	._Skins_XTRAC #search-field-sidebar
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_XTRAC #responsive-search-index
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_XTRAC #responsive-search-glossary
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_XTRAC #search-field::-webkit-input-placeholder
	{
		
	}

	._Skins_XTRAC #search-field::-moz-placeholder
	{
		
	}

	._Skins_XTRAC #search-field:-moz-placeholder
	{
		
	}

	._Skins_XTRAC #search-field:-ms-input-placeholder
	{
		
	}

	._Skins_XTRAC .button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_XTRAC .button.collapse-all-button
	{
		
	}

	._Skins_XTRAC .button.current-topic-index-button
	{
		
	}

	._Skins_XTRAC .button.edit-user-profile-button
	{
		
	}

	._Skins_XTRAC .button.expand-all-button
	{
		
	}

	._Skins_XTRAC .button.home-button
	{
		background: #ededed url('Images/home.jpg') no-repeat center center;
		background: url('Images/home.jpg') no-repeat center center, -moz-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/home.jpg') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ededed));
		background: url('Images/home.jpg') no-repeat center center, -webkit-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/home.jpg') no-repeat center center, -o-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/home.jpg') no-repeat center center, -ms-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/home.jpg') no-repeat center center, linear-gradient(top, #ededed 0%,#ededed 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/home.jpg') no-repeat center center, linear-gradient(#ededed, #ededed);
	}

	._Skins_XTRAC .button.login-button
	{
		
	}

	._Skins_XTRAC .button.next-topic-button
	{
		
	}

	._Skins_XTRAC .button.previous-topic-button
	{
		
	}

	._Skins_XTRAC .button.print-button
	{
		
	}

	._Skins_XTRAC .button.remove-highlight-button
	{
		
	}

	._Skins_XTRAC .button.select-language-button
	{
		
	}

	._Skins_XTRAC .button.select-skin-button
	{
		
	}

	._Skins_XTRAC .button.topic-ratings-button
	{
		width: 16px;
	}

	._Skins_XTRAC .button.topic-ratings-empty-button
	{
		width: 16px;
	}

	._Skins_XTRAC .button.xtrac-button
	{
		background: #e6f2f7 url('Images/favicon.png') no-repeat center center;
		background: url('Images/favicon.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/favicon.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6f2f7));
		background: url('Images/favicon.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/favicon.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/favicon.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/favicon.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/favicon.png') no-repeat center center, linear-gradient(#ffffff, #e6f2f7);
	}

	._Skins_XTRAC .toolbar-button-drop-down
	{
		
	}

	._Skins_XTRAC .toolbar-button-drop-down.select-language-drop-down
	{
		
	}

	._Skins_XTRAC .toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		
	}

	._Skins_XTRAC .toolbar-button-drop-down.select-skin-drop-down
	{
		
	}

	._Skins_XTRAC .toolbar-button-drop-down.select-skin-drop-down ul li:hover
	{
		
	}

	._Skins_XTRAC .button-separator
	{
		
	}

	._Skins_XTRAC #contentBody
	{
		background-repeat: no-repeat;
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_FC #responsiveHeader
	{
		height: 50px;
		background: none;
		background: -moz-linear-gradient(top, #f9fafa 0%, #f9fafa 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafa), color-stop(100%,#f9fafa));
		background: -webkit-linear-gradient(top, #f9fafa 0%, #f9fafa 100%);
		background: -o-linear-gradient(top, #f9fafa 0%,#f9fafa 100%);
		background: -ms-linear-gradient(top, #f9fafa 0%,#f9fafa 100%);
		background: linear-gradient(top, #f9fafa 0%,#f9fafa 100%);
	}

	._Skins_FC .toolbar-buttons
	{
		top: 57px;
	}

	._Skins_FC #contentBodyInner
	{
		top: 88px;
	}

	._Skins_FC #home
	{
		height: 40px;
		color: #dadada;
		font-size: 16px;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		line-height: 40px;
		text-align: center;
		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(top, #707070 0%,#555555 100%);
		-pie-background: linear-gradient(#707070, #555555);
	}

	._Skins_FC #home-icon
	{
		background: transparent url('Images/FC/ResponsiveHome.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveHome.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC #home-text
	{
		color: #dadada;
		font-size: 16px;
	}

	._Skins_FC #responsiveHeader .logo
	{
		width: 201px;
		background: transparent url('Images/FC/FidChar-logoMobile.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/FidChar-logoMobile.png') no-repeat center center;
	}

	._Skins_FC #responsiveHeader .logo > img
	{
		width: 201px;
		height: 34px;
	}

	._Skins_FC body
	{
		background: none;
		background: -moz-linear-gradient(top, #f9fafa 0%, #f9fafa 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafa), color-stop(100%,#f9fafa));
		background: -webkit-linear-gradient(top, #f9fafa 0%, #f9fafa 100%);
		background: -o-linear-gradient(top, #f9fafa 0%,#f9fafa 100%);
		background: -ms-linear-gradient(top, #f9fafa 0%,#f9fafa 100%);
		background: linear-gradient(top, #f9fafa 0%,#f9fafa 100%);
	}

	._Skins_FC .tabs-panel-content
	{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #ffffff;
	}

	._Skins_FC #navigation
	{
		background-color: #f1f1f1;
	}

	._Skins_FC #browseSequences.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_FC #community.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_FC #glossary.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_FC #index.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_FC #index .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/FC/index-expanded.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/index-expanded.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_FC #index .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/FC/index-collapsed.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/index-collapsed.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_FC #index .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/FC/index.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/index.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_FC #index .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/FC/index-collapsed.png') no-repeat left 10px center, #949494;
	}

	._Skins_FC #index .tree-node.tree-node-expanded.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/FC/index-expanded.png') no-repeat left 10px center, #949494;
	}

	._Skins_FC #index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/FC/index.png') no-repeat left 10px center, #949494;
	}

	._Skins_FC #search.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_FC #toc.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_FC .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/FC/ResponsiveBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveBook.png') no-repeat left 10px center;
		padding-left: 43px;
	}

	._Skins_FC .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveBook.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/FC/ResponsiveBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_FC .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/FC/ResponsiveOpenBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveOpenBook.png') no-repeat left 10px center;
		padding-left: 47px;
	}

	._Skins_FC .tree-node.tree-node-expanded.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveOpenBook.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/FC/ResponsiveOpenBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_FC .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/FC/ResponsiveTopic.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveTopic.png') no-repeat left 10px center;
		padding-left: 44px;
	}

	._Skins_FC .tree-node.tree-node-leaf.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveTopic.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/FC/ResponsiveTopic.png') no-repeat left 10px center, #949494;
	}

	._Skins_FC .tree-node .new-indicator
	{
		width: 7px;
		height: 7px;
	}

	._Skins_FC .tree-node div
	{
		line-height: 3em;
	}

	._Skins_FC .tree-node div .label
	{
		font-size: 16px;
	}

	._Skins_FC .menu-icon a span
	{
		background: transparent url('Images/FC/ResponsiveMenuButton.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveMenuButton.png') no-repeat center center;
	}

	._Skins_FC .tabs-nav li
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_FC .tabs-nav li.tab-collapsed
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_FC .tabs-nav li#BrowseSequencesTab
	{
		
	}

	._Skins_FC .tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/FC/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#Community
	{
		
	}

	._Skins_FC .tabs-nav li#GlossaryTab
	{
		
	}

	._Skins_FC .tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/FC/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#IndexTab
	{
		
	}

	._Skins_FC .tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/FC/ResponsiveIndexInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveIndexInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#SearchTab
	{
		
	}

	._Skins_FC .tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/FC/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#TocTab
	{
		
	}

	._Skins_FC .tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/FC/ResponsiveTOCInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveTOCInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li.tabs-nav-active
	{
		border-top: solid 1px #494949;
		border-right: solid 0px #494949;
		border-bottom: solid 1px #494949;
		border-left: solid 0px #494949;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #e8eceb;
		background: -moz-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fafc7), color-stop(100%,#8fafc7));
		background: -webkit-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -o-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: -ms-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
	}

	._Skins_FC .tabs-nav li.tabs-nav-active .tabs-nav-text
	{
		
	}

	._Skins_FC .tabs-nav li#BrowseSequencesTab.tabs-nav-active
	{
		background: #e8eceb;
		background: -moz-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fafc7), color-stop(100%,#8fafc7));
		background: -webkit-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -o-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: -ms-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
	}

	._Skins_FC .tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/FC/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#CommunityTab.tabs-nav-active
	{
		background: #e8eceb;
		background: -moz-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fafc7), color-stop(100%,#8fafc7));
		background: -webkit-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -o-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: -ms-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
	}

	._Skins_FC .tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/FC/communityActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/communityActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#GlossaryTab.tabs-nav-active
	{
		background: #e8eceb;
		background: -moz-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fafc7), color-stop(100%,#8fafc7));
		background: -webkit-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -o-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: -ms-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
	}

	._Skins_FC .tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/FC/ResponsiveGlossaryActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveGlossaryActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#IndexTab.tabs-nav-active
	{
		background: #e8eceb;
		background: -moz-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fafc7), color-stop(100%,#8fafc7));
		background: -webkit-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -o-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: -ms-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
	}

	._Skins_FC .tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/FC/ResponsiveIndexActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveIndexActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#SearchTab.tabs-nav-active
	{
		background: #e8eceb;
		background: -moz-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fafc7), color-stop(100%,#8fafc7));
		background: -webkit-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -o-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: -ms-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
	}

	._Skins_FC .tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/FC/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#TocTab.tabs-nav-active
	{
		background: #e8eceb;
		background: -moz-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fafc7), color-stop(100%,#8fafc7));
		background: -webkit-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -o-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: -ms-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
	}

	._Skins_FC .tab-icon #TocTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/FC/ResponsiveTOCActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/ResponsiveTOCActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .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-clip: padding-box;
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_FC .tabs-nav li.tabs-nav-inactive .tabs-nav-text
	{
		
	}

	._Skins_FC .tabs-nav li#BrowseSequencesTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_FC .tabs-nav li#CommunityTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_FC .tab-icon #CommunityTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: transparent url('Images/FC/communityInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/FC/communityInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_FC .tabs-nav li#GlossaryTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_FC .tabs-nav li#IndexTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_FC .tabs-nav li#SearchTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_FC .tabs-nav li#TocTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_FC #search-sidebar
	{
		display: block;
		height: 50px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	._Skins_FC #search-field-sidebar
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/FC/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/FC/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_FC #responsive-search-index
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/FC/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/FC/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_FC #responsive-search-glossary
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/FC/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/FC/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/FC/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_FC #search-field::-webkit-input-placeholder
	{
		
	}

	._Skins_FC #search-field::-moz-placeholder
	{
		
	}

	._Skins_FC #search-field:-moz-placeholder
	{
		
	}

	._Skins_FC #search-field:-ms-input-placeholder
	{
		
	}

	._Skins_FC .button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_FC .button.collapse-all-button
	{
		
	}

	._Skins_FC .button.current-topic-index-button
	{
		
	}

	._Skins_FC .button.edit-user-profile-button
	{
		
	}

	._Skins_FC .button.expand-all-button
	{
		
	}

	._Skins_FC .button.home-button
	{
		background: #ededed url('Images/FC/home_1.jpg') no-repeat center center;
		background: url('Images/FC/home_1.jpg') no-repeat center center, -moz-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/FC/home_1.jpg') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ededed));
		background: url('Images/FC/home_1.jpg') no-repeat center center, -webkit-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/FC/home_1.jpg') no-repeat center center, -o-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/FC/home_1.jpg') no-repeat center center, -ms-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/FC/home_1.jpg') no-repeat center center, linear-gradient(top, #ededed 0%,#ededed 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/FC/home_1.jpg') no-repeat center center, linear-gradient(#ededed, #ededed);
	}

	._Skins_FC .button.login-button
	{
		
	}

	._Skins_FC .button.next-topic-button
	{
		
	}

	._Skins_FC .button.previous-topic-button
	{
		
	}

	._Skins_FC .button.print-button
	{
		
	}

	._Skins_FC .button.remove-highlight-button
	{
		
	}

	._Skins_FC .button.select-language-button
	{
		
	}

	._Skins_FC .button.select-skin-button
	{
		
	}

	._Skins_FC .button.topic-ratings-button
	{
		width: 16px;
	}

	._Skins_FC .button.topic-ratings-empty-button
	{
		width: 16px;
	}

	._Skins_FC .button.xtrac-button
	{
		background: #e6f2f7 url('Images/FC/favicon.png') no-repeat center center;
		background: url('Images/FC/favicon.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/FC/favicon.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6f2f7));
		background: url('Images/FC/favicon.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/FC/favicon.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/FC/favicon.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/FC/favicon.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/FC/favicon.png') no-repeat center center, linear-gradient(#ffffff, #e6f2f7);
	}

	._Skins_FC .toolbar-button-drop-down
	{
		
	}

	._Skins_FC .toolbar-button-drop-down.select-language-drop-down
	{
		
	}

	._Skins_FC .toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		
	}

	._Skins_FC .toolbar-button-drop-down.select-skin-drop-down
	{
		
	}

	._Skins_FC .toolbar-button-drop-down.select-skin-drop-down ul li:hover
	{
		
	}

	._Skins_FC .button-separator
	{
		
	}

	._Skins_FC #contentBody
	{
		background-repeat: no-repeat;
		background: transparent;
		background: -moz-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fafc7), color-stop(100%,#8fafc7));
		background: -webkit-linear-gradient(top, #8fafc7 0%, #8fafc7 100%);
		background: -o-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: -ms-linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
		background: linear-gradient(top, #8fafc7 0%,#8fafc7 100%);
	}

	._Skins_GF #responsiveHeader
	{
		height: 63px;
		background: #ececec url('Images/GF/GF_background.png');
		background: url('Images/GF/GF_background.png'), -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
		background: url('Images/GF/GF_background.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff));
		background: url('Images/GF/GF_background.png'), -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
		background: url('Images/GF/GF_background.png'), -o-linear-gradient(top, #ececec 0%,#ffffff 100%);
		background: url('Images/GF/GF_background.png'), -ms-linear-gradient(top, #ececec 0%,#ffffff 100%);
		background: url('Images/GF/GF_background.png'), linear-gradient(top, #ececec 0%,#ffffff 100%);
	}

	._Skins_GF .toolbar-buttons
	{
		top: 70px;
	}

	._Skins_GF #contentBodyInner
	{
		top: 101px;
	}

	._Skins_GF #home
	{
		height: 40px;
		color: #dadada;
		font-size: 16px;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		line-height: 40px;
		text-align: center;
		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(top, #707070 0%,#555555 100%);
		-pie-background: linear-gradient(#707070, #555555);
	}

	._Skins_GF #home-icon
	{
		background: transparent url('Images/GF/ResponsiveHome.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveHome.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF #home-text
	{
		color: #dadada;
		font-size: 16px;
	}

	._Skins_GF #responsiveHeader .logo
	{
		width: 104px;
		background: transparent url('Images/GF/gfpc-logo-small.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/gfpc-logo-small.png') no-repeat center center;
	}

	._Skins_GF #responsiveHeader .logo > img
	{
		width: 104px;
		height: 60px;
	}

	._Skins_GF body
	{
		background: #ececec url('Images/GF/GF_background.png');
		background: url('Images/GF/GF_background.png'), -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
		background: url('Images/GF/GF_background.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff));
		background: url('Images/GF/GF_background.png'), -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
		background: url('Images/GF/GF_background.png'), -o-linear-gradient(top, #ececec 0%,#ffffff 100%);
		background: url('Images/GF/GF_background.png'), -ms-linear-gradient(top, #ececec 0%,#ffffff 100%);
		background: url('Images/GF/GF_background.png'), linear-gradient(top, #ececec 0%,#ffffff 100%);
	}

	._Skins_GF .tabs-panel-content
	{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #f5f5f5;
	}

	._Skins_GF #navigation
	{
		background-color: #f1f1f1;
	}

	._Skins_GF #browseSequences.tabs-panel-content
	{
		background-color: #f5f5f5;
	}

	._Skins_GF #community.tabs-panel-content
	{
		background-color: #f5f5f5;
	}

	._Skins_GF #glossary.tabs-panel-content
	{
		background-color: #f5f5f5;
	}

	._Skins_GF #index.tabs-panel-content
	{
		background-color: #f5f5f5;
	}

	._Skins_GF #index .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/GF/index-expanded.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/index-expanded.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_GF #index .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/GF/index-collapsed.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/index-collapsed.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_GF #index .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/GF/index.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/index.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_GF #index .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/GF/index-collapsed.png') no-repeat left 10px center, #949494;
	}

	._Skins_GF #index .tree-node.tree-node-expanded.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/GF/index-expanded.png') no-repeat left 10px center, #949494;
	}

	._Skins_GF #index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/GF/index.png') no-repeat left 10px center, #949494;
	}

	._Skins_GF #search.tabs-panel-content
	{
		background-color: #f5f5f5;
	}

	._Skins_GF #toc.tabs-panel-content
	{
		background-color: #f5f5f5;
	}

	._Skins_GF .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/GF/ResponsiveBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveBook.png') no-repeat left 10px center;
		padding-left: 43px;
	}

	._Skins_GF .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveBook.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/GF/ResponsiveBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_GF .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/GF/ResponsiveOpenBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveOpenBook.png') no-repeat left 10px center;
		padding-left: 47px;
	}

	._Skins_GF .tree-node.tree-node-expanded.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveOpenBook.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/GF/ResponsiveOpenBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_GF .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/GF/ResponsiveTopic.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveTopic.png') no-repeat left 10px center;
		padding-left: 44px;
	}

	._Skins_GF .tree-node.tree-node-leaf.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveTopic.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/GF/ResponsiveTopic.png') no-repeat left 10px center, #949494;
	}

	._Skins_GF .tree-node .new-indicator
	{
		width: 7px;
		height: 7px;
	}

	._Skins_GF .tree-node div
	{
		line-height: 3em;
	}

	._Skins_GF .tree-node div .label
	{
		font-size: 16px;
	}

	._Skins_GF .menu-icon a span
	{
		background: transparent url('Images/GF/ResponsiveMenuButton.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveMenuButton.png') no-repeat center center;
	}

	._Skins_GF .tabs-nav li
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_GF .tabs-nav li.tab-collapsed
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_GF .tabs-nav li#BrowseSequencesTab
	{
		
	}

	._Skins_GF .tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/GF/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#Community
	{
		
	}

	._Skins_GF .tabs-nav li#GlossaryTab
	{
		
	}

	._Skins_GF .tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/GF/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#IndexTab
	{
		
	}

	._Skins_GF .tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/GF/ResponsiveIndexInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveIndexInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#SearchTab
	{
		
	}

	._Skins_GF .tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/GF/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#TocTab
	{
		
	}

	._Skins_GF .tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/GF/ResponsiveTOCInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveTOCInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li.tabs-nav-active
	{
		border-top: solid 1px #494949;
		border-right: solid 0px #494949;
		border-bottom: solid 1px #494949;
		border-left: solid 0px #494949;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(100%,#c0c0c0));
		background: -webkit-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -o-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: -ms-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
	}

	._Skins_GF .tabs-nav li.tabs-nav-active .tabs-nav-text
	{
		
	}

	._Skins_GF .tabs-nav li#BrowseSequencesTab.tabs-nav-active
	{
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%);
		background: linear-gradient(top, #ffffff 0%,#ffffff 100%);
	}

	._Skins_GF .tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/GF/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#CommunityTab.tabs-nav-active
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(100%,#c0c0c0));
		background: -webkit-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -o-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: -ms-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
	}

	._Skins_GF .tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/GF/communityActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/communityActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#GlossaryTab.tabs-nav-active
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(100%,#c0c0c0));
		background: -webkit-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -o-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: -ms-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
	}

	._Skins_GF .tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/GF/ResponsiveGlossaryActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveGlossaryActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#IndexTab.tabs-nav-active
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(100%,#c0c0c0));
		background: -webkit-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -o-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: -ms-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
	}

	._Skins_GF .tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/GF/ResponsiveIndexActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveIndexActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#SearchTab.tabs-nav-active
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(100%,#c0c0c0));
		background: -webkit-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -o-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: -ms-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
	}

	._Skins_GF .tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/GF/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#TocTab.tabs-nav-active
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(100%,#c0c0c0));
		background: -webkit-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -o-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: -ms-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
	}

	._Skins_GF .tab-icon #TocTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/GF/ResponsiveTOCActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/ResponsiveTOCActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .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-clip: padding-box;
		background: #dfdfdf;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_GF .tabs-nav li.tabs-nav-inactive .tabs-nav-text
	{
		
	}

	._Skins_GF .tabs-nav li#BrowseSequencesTab.tabs-nav-inactive
	{
		background: #dfdfdf;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_GF .tabs-nav li#CommunityTab.tabs-nav-inactive
	{
		background: #dfdfdf;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_GF .tab-icon #CommunityTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: transparent url('Images/GF/communityInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/GF/communityInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_GF .tabs-nav li#GlossaryTab.tabs-nav-inactive
	{
		background: #dfdfdf;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_GF .tabs-nav li#IndexTab.tabs-nav-inactive
	{
		background: #dfdfdf;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_GF .tabs-nav li#SearchTab.tabs-nav-inactive
	{
		background: #dfdfdf;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_GF .tabs-nav li#TocTab.tabs-nav-inactive
	{
		background: #dfdfdf;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_GF #search-sidebar
	{
		display: block;
		height: 50px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	._Skins_GF #search-field-sidebar
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/GF/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/GF/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_GF #responsive-search-index
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/GF/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/GF/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_GF #responsive-search-glossary
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/GF/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/GF/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/GF/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_GF #search-field::-webkit-input-placeholder
	{
		
	}

	._Skins_GF #search-field::-moz-placeholder
	{
		
	}

	._Skins_GF #search-field:-moz-placeholder
	{
		
	}

	._Skins_GF #search-field:-ms-input-placeholder
	{
		
	}

	._Skins_GF .button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_GF .button.collapse-all-button
	{
		
	}

	._Skins_GF .button.current-topic-index-button
	{
		
	}

	._Skins_GF .button.edit-user-profile-button
	{
		
	}

	._Skins_GF .button.expand-all-button
	{
		
	}

	._Skins_GF .button.home-button
	{
		background: transparent url('Images/GF/home.jpg') no-repeat center center;
		background: url('Images/GF/home.jpg') no-repeat center center, -moz-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/GF/home.jpg') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ededed));
		background: url('Images/GF/home.jpg') no-repeat center center, -webkit-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/GF/home.jpg') no-repeat center center, -o-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/GF/home.jpg') no-repeat center center, -ms-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/GF/home.jpg') no-repeat center center, linear-gradient(top, #ededed 0%,#ededed 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/GF/home.jpg') no-repeat center center, linear-gradient(#ededed, #ededed);
	}

	._Skins_GF .button.login-button
	{
		
	}

	._Skins_GF .button.next-topic-button
	{
		
	}

	._Skins_GF .button.previous-topic-button
	{
		
	}

	._Skins_GF .button.print-button
	{
		
	}

	._Skins_GF .button.remove-highlight-button
	{
		
	}

	._Skins_GF .button.select-language-button
	{
		
	}

	._Skins_GF .button.select-skin-button
	{
		
	}

	._Skins_GF .button.topic-ratings-button
	{
		width: 16px;
	}

	._Skins_GF .button.topic-ratings-empty-button
	{
		width: 16px;
	}

	._Skins_GF .button.xtrac-button
	{
		background: #e6f2f7 url('Images/GF/favicon.png') no-repeat center center;
		background: url('Images/GF/favicon.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/GF/favicon.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6f2f7));
		background: url('Images/GF/favicon.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/GF/favicon.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/GF/favicon.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/GF/favicon.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/GF/favicon.png') no-repeat center center, linear-gradient(#ffffff, #e6f2f7);
	}

	._Skins_GF .toolbar-button-drop-down
	{
		
	}

	._Skins_GF .toolbar-button-drop-down.select-language-drop-down
	{
		
	}

	._Skins_GF .toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		
	}

	._Skins_GF .toolbar-button-drop-down.select-skin-drop-down
	{
		
	}

	._Skins_GF .toolbar-button-drop-down.select-skin-drop-down ul li:hover
	{
		
	}

	._Skins_GF .button-separator
	{
		
	}

	._Skins_GF #contentBody
	{
		background-repeat: repeat;
		background: #c0c0c0;
		background: -moz-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(100%,#c0c0c0));
		background: -webkit-linear-gradient(top, #c0c0c0 0%, #c0c0c0 100%);
		background: -o-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: -ms-linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
		background: linear-gradient(top, #c0c0c0 0%,#c0c0c0 100%);
	}

	._Skins_XTRAC_HTML5 #responsiveHeader
	{
		height: 50px;
		background: transparent url('Images/XTRAC_HTML5/XTRAC-Background-Applications-HR.jpg');
	}

	._Skins_XTRAC_HTML5 .toolbar-buttons
	{
		top: 57px;
	}

	._Skins_XTRAC_HTML5 #contentBodyInner
	{
		top: 88px;
	}

	._Skins_XTRAC_HTML5 #home
	{
		height: 40px;
		color: #dadada;
		font-size: 16px;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		line-height: 40px;
		text-align: center;
		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(top, #707070 0%,#555555 100%);
		-pie-background: linear-gradient(#707070, #555555);
	}

	._Skins_XTRAC_HTML5 #home-icon
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveHome.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveHome.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 #home-text
	{
		color: #dadada;
		font-size: 16px;
	}

	._Skins_XTRAC_HTML5 #responsiveHeader .logo
	{
		width: 111px;
		background: transparent url('Images/XTRAC_HTML5/xtrac_KO-mobile.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/xtrac_KO-mobile.png') no-repeat center center;
	}

	._Skins_XTRAC_HTML5 #responsiveHeader .logo > img
	{
		width: 111px;
		height: 30px;
	}

	._Skins_XTRAC_HTML5 body
	{
		background: transparent url('Images/XTRAC_HTML5/XTRAC-Background-Applications-HR.jpg');
	}

	._Skins_XTRAC_HTML5 .tabs-panel-content
	{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5 #navigation
	{
		background-color: #f1f1f1;
	}

	._Skins_XTRAC_HTML5 #browseSequences.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5 #community.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5 #glossary.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5 #index.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5 #index .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/XTRAC_HTML5/index-expanded.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/index-expanded.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_XTRAC_HTML5 #index .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/XTRAC_HTML5/index-collapsed.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/index-collapsed.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_XTRAC_HTML5 #index .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/XTRAC_HTML5/index.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/index.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_XTRAC_HTML5 #index .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5/index-collapsed.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5 #index .tree-node.tree-node-expanded.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5/index-expanded.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5 #index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5/index.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5 #search.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5 #toc.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5 .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveBook.png') no-repeat left 10px center;
		padding-left: 43px;
	}

	._Skins_XTRAC_HTML5 .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveBook.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5/ResponsiveBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5 .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveOpenBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveOpenBook.png') no-repeat left 10px center;
		padding-left: 47px;
	}

	._Skins_XTRAC_HTML5 .tree-node.tree-node-expanded.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveOpenBook.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5/ResponsiveOpenBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5 .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveTopic.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveTopic.png') no-repeat left 10px center;
		padding-left: 44px;
	}

	._Skins_XTRAC_HTML5 .tree-node.tree-node-leaf.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveTopic.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5/ResponsiveTopic.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5 .tree-node .new-indicator
	{
		width: 7px;
		height: 7px;
	}

	._Skins_XTRAC_HTML5 .tree-node div
	{
		line-height: 3em;
	}

	._Skins_XTRAC_HTML5 .tree-node div .label
	{
		font-size: 16px;
	}

	._Skins_XTRAC_HTML5 .menu-icon a span
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveMenuButton.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveMenuButton.png') no-repeat center center;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li.tab-collapsed
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#BrowseSequencesTab
	{
		
	}

	._Skins_XTRAC_HTML5 .tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#Community
	{
		
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#GlossaryTab
	{
		
	}

	._Skins_XTRAC_HTML5 .tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#IndexTab
	{
		
	}

	._Skins_XTRAC_HTML5 .tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5/ResponsiveIndexInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveIndexInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#SearchTab
	{
		
	}

	._Skins_XTRAC_HTML5 .tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#TocTab
	{
		
	}

	._Skins_XTRAC_HTML5 .tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5/ResponsiveTOCInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveTOCInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li.tabs-nav-active
	{
		border-top: solid 1px #494949;
		border-right: solid 0px #494949;
		border-bottom: solid 1px #494949;
		border-left: solid 0px #494949;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5 .tabs-nav li.tabs-nav-active .tabs-nav-text
	{
		
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#BrowseSequencesTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5 .tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#CommunityTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5 .tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5/communityActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/communityActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#GlossaryTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5 .tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveGlossaryActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveGlossaryActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#IndexTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5 .tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveIndexActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveIndexActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#SearchTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5 .tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#TocTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5 .tab-icon #TocTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5/ResponsiveTOCActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveTOCActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .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-clip: padding-box;
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5 .tabs-nav li.tabs-nav-inactive .tabs-nav-text
	{
		
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#BrowseSequencesTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#CommunityTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5 .tab-icon #CommunityTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5/communityInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/communityInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#GlossaryTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#IndexTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#SearchTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5 .tabs-nav li#TocTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5 #search-sidebar
	{
		display: block;
		height: 50px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	._Skins_XTRAC_HTML5 #search-field-sidebar
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_XTRAC_HTML5 #responsive-search-index
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_XTRAC_HTML5 #responsive-search-glossary
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_XTRAC_HTML5 #search-field::-webkit-input-placeholder
	{
		
	}

	._Skins_XTRAC_HTML5 #search-field::-moz-placeholder
	{
		
	}

	._Skins_XTRAC_HTML5 #search-field:-moz-placeholder
	{
		
	}

	._Skins_XTRAC_HTML5 #search-field:-ms-input-placeholder
	{
		
	}

	._Skins_XTRAC_HTML5 .button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_XTRAC_HTML5 .button.collapse-all-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.current-topic-index-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.edit-user-profile-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.expand-all-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.home-button
	{
		background: #ededed url('Images/XTRAC_HTML5/home.jpg') no-repeat center center;
		background: url('Images/XTRAC_HTML5/home.jpg') no-repeat center center, -moz-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/XTRAC_HTML5/home.jpg') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ededed));
		background: url('Images/XTRAC_HTML5/home.jpg') no-repeat center center, -webkit-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/XTRAC_HTML5/home.jpg') no-repeat center center, -o-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/XTRAC_HTML5/home.jpg') no-repeat center center, -ms-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/XTRAC_HTML5/home.jpg') no-repeat center center, linear-gradient(top, #ededed 0%,#ededed 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/home.jpg') no-repeat center center, linear-gradient(#ededed, #ededed);
	}

	._Skins_XTRAC_HTML5 .button.login-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.next-topic-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.previous-topic-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.print-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.remove-highlight-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.select-language-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.select-skin-button
	{
		
	}

	._Skins_XTRAC_HTML5 .button.topic-ratings-button
	{
		width: 16px;
	}

	._Skins_XTRAC_HTML5 .button.topic-ratings-empty-button
	{
		width: 16px;
	}

	._Skins_XTRAC_HTML5 .button.xtrac-button
	{
		background: #e6f2f7 url('Images/XTRAC_HTML5/favicon.png') no-repeat center center;
		background: url('Images/XTRAC_HTML5/favicon.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/XTRAC_HTML5/favicon.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6f2f7));
		background: url('Images/XTRAC_HTML5/favicon.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/XTRAC_HTML5/favicon.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/XTRAC_HTML5/favicon.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/XTRAC_HTML5/favicon.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5/favicon.png') no-repeat center center, linear-gradient(#ffffff, #e6f2f7);
	}

	._Skins_XTRAC_HTML5 .toolbar-button-drop-down
	{
		
	}

	._Skins_XTRAC_HTML5 .toolbar-button-drop-down.select-language-drop-down
	{
		
	}

	._Skins_XTRAC_HTML5 .toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		
	}

	._Skins_XTRAC_HTML5 .toolbar-button-drop-down.select-skin-drop-down
	{
		
	}

	._Skins_XTRAC_HTML5 .toolbar-button-drop-down.select-skin-drop-down ul li:hover
	{
		
	}

	._Skins_XTRAC_HTML5 .button-separator
	{
		
	}

	._Skins_XTRAC_HTML5 #contentBody
	{
		background-repeat: no-repeat;
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5_Community #responsiveHeader
	{
		height: 50px;
		background: transparent url('Images/XTRAC_HTML5_Community/XTRAC-Background-Applications-HR.jpg');
	}

	._Skins_XTRAC_HTML5_Community .toolbar-buttons
	{
		top: 57px;
	}

	._Skins_XTRAC_HTML5_Community #contentBodyInner
	{
		top: 88px;
	}

	._Skins_XTRAC_HTML5_Community #home
	{
		height: 40px;
		color: #dadada;
		font-size: 16px;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		line-height: 40px;
		text-align: center;
		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(top, #707070 0%,#555555 100%);
		-pie-background: linear-gradient(#707070, #555555);
	}

	._Skins_XTRAC_HTML5_Community #home-icon
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveHome.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveHome.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community #home-text
	{
		color: #dadada;
		font-size: 16px;
	}

	._Skins_XTRAC_HTML5_Community #responsiveHeader .logo
	{
		width: 111px;
		background: transparent url('Images/XTRAC_HTML5_Community/xtrac_KO-mobile.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/xtrac_KO-mobile.png') no-repeat center center;
	}

	._Skins_XTRAC_HTML5_Community #responsiveHeader .logo > img
	{
		width: 111px;
		height: 30px;
	}

	._Skins_XTRAC_HTML5_Community body
	{
		background: transparent url('Images/XTRAC_HTML5_Community/XTRAC-Background-Applications-HR.jpg');
	}

	._Skins_XTRAC_HTML5_Community .tabs-panel-content
	{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5_Community #navigation
	{
		background-color: #f1f1f1;
	}

	._Skins_XTRAC_HTML5_Community #browseSequences.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5_Community #community.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5_Community #glossary.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5_Community #index.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5_Community #index .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/XTRAC_HTML5_Community/index-expanded.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/index-expanded.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_XTRAC_HTML5_Community #index .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/XTRAC_HTML5_Community/index-collapsed.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/index-collapsed.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_XTRAC_HTML5_Community #index .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/XTRAC_HTML5_Community/index.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/index.png') no-repeat left 10px center;
		padding-left: 37px;
	}

	._Skins_XTRAC_HTML5_Community #index .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5_Community/index-collapsed.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5_Community #index .tree-node.tree-node-expanded.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5_Community/index-expanded.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5_Community #index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		padding-left: 37px;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5_Community/index.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5_Community #search.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5_Community #toc.tabs-panel-content
	{
		background-color: #ffffff;
	}

	._Skins_XTRAC_HTML5_Community .tree-node.tree-node-collapsed > div
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveBook.png') no-repeat left 10px center;
		padding-left: 43px;
	}

	._Skins_XTRAC_HTML5_Community .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveBook.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5_Community/ResponsiveBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5_Community .tree-node.tree-node-expanded > div
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveOpenBook.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveOpenBook.png') no-repeat left 10px center;
		padding-left: 47px;
	}

	._Skins_XTRAC_HTML5_Community .tree-node.tree-node-expanded.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveOpenBook.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5_Community/ResponsiveOpenBook.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5_Community .tree-node.tree-node-leaf > div
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveTopic.png') no-repeat left 10px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveTopic.png') no-repeat left 10px center;
		padding-left: 44px;
	}

	._Skins_XTRAC_HTML5_Community .tree-node.tree-node-leaf.tree-node-selected > div
	{
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveTopic.png') no-repeat left 10px center;
		color: #000000;
		background-position: 10px center;
		background: url('Images/XTRAC_HTML5_Community/ResponsiveTopic.png') no-repeat left 10px center, #949494;
	}

	._Skins_XTRAC_HTML5_Community .tree-node .new-indicator
	{
		width: 7px;
		height: 7px;
	}

	._Skins_XTRAC_HTML5_Community .tree-node div
	{
		line-height: 3em;
	}

	._Skins_XTRAC_HTML5_Community .tree-node div .label
	{
		font-size: 16px;
	}

	._Skins_XTRAC_HTML5_Community .menu-icon a span
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveMenuButton.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveMenuButton.png') no-repeat center center;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li.tab-collapsed
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#BrowseSequencesTab
	{
		
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#Community
	{
		
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#GlossaryTab
	{
		
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveGlossaryInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#IndexTab
	{
		
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveIndexInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveIndexInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#SearchTab
	{
		
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#TocTab
	{
		
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		height: 40px;
		margin: 0;
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveTOCInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveTOCInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li.tabs-nav-active
	{
		border-top: solid 1px #494949;
		border-right: solid 0px #494949;
		border-bottom: solid 1px #494949;
		border-left: solid 0px #494949;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li.tabs-nav-active .tabs-nav-text
	{
		
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#BrowseSequencesTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#CommunityTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5_Community/communityActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/communityActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#GlossaryTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveGlossaryActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveGlossaryActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#IndexTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveIndexActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveIndexActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#SearchTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveSearchFilterActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#TocTab.tabs-nav-active
	{
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #TocTab.tabs-nav-active .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5_Community/ResponsiveTOCActive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveTOCActive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .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-clip: padding-box;
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li.tabs-nav-inactive .tabs-nav-text
	{
		
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#BrowseSequencesTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#CommunityTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5_Community .tab-icon #CommunityTab.tabs-nav-inactive .tabs-nav-icon
	{
		background: transparent url('Images/XTRAC_HTML5_Community/communityInactive.png') no-repeat 11px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/communityInactive.png') no-repeat 11px center;
		background-size: 18px 20px;
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#GlossaryTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#IndexTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#SearchTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5_Community .tabs-nav li#TocTab.tabs-nav-inactive
	{
		background: #4d4d4f;
		background: -moz-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4f), color-stop(100%,#4d4d4f));
		background: -webkit-linear-gradient(top, #4d4d4f 0%, #4d4d4f 100%);
		background: -o-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: -ms-linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
		background: linear-gradient(top, #4d4d4f 0%,#4d4d4f 100%);
	}

	._Skins_XTRAC_HTML5_Community #search-sidebar
	{
		display: block;
		height: 50px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	._Skins_XTRAC_HTML5_Community #search-field-sidebar
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_XTRAC_HTML5_Community #responsive-search-index
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_XTRAC_HTML5_Community #responsive-search-glossary
	{
		border-top: inset 2px #ffffff;
		border-right: inset 2px #ffffff;
		border-bottom: inset 2px #ffffff;
		border-left: inset 2px #ffffff;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		background: #6F6F6F url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center;
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -webkit-linear-gradient(top, #6F6F6F 0%, #555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
		background: url('Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(top, #6F6F6F 0%,#555555 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/ResponsiveSearch.png') no-repeat 6px center, linear-gradient(#6F6F6F, #555555);
	}

	._Skins_XTRAC_HTML5_Community #search-field::-webkit-input-placeholder
	{
		
	}

	._Skins_XTRAC_HTML5_Community #search-field::-moz-placeholder
	{
		
	}

	._Skins_XTRAC_HTML5_Community #search-field:-moz-placeholder
	{
		
	}

	._Skins_XTRAC_HTML5_Community #search-field:-ms-input-placeholder
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	._Skins_XTRAC_HTML5_Community .button.collapse-all-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.current-topic-index-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.edit-user-profile-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.expand-all-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.home-button
	{
		background: #ededed url('Images/XTRAC_HTML5_Community/home.jpg') no-repeat center center;
		background: url('Images/XTRAC_HTML5_Community/home.jpg') no-repeat center center, -moz-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/XTRAC_HTML5_Community/home.jpg') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ededed));
		background: url('Images/XTRAC_HTML5_Community/home.jpg') no-repeat center center, -webkit-linear-gradient(top, #ededed 0%, #ededed 100%);
		background: url('Images/XTRAC_HTML5_Community/home.jpg') no-repeat center center, -o-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/XTRAC_HTML5_Community/home.jpg') no-repeat center center, -ms-linear-gradient(top, #ededed 0%,#ededed 100%);
		background: url('Images/XTRAC_HTML5_Community/home.jpg') no-repeat center center, linear-gradient(top, #ededed 0%,#ededed 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/home.jpg') no-repeat center center, linear-gradient(#ededed, #ededed);
	}

	._Skins_XTRAC_HTML5_Community .button.login-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.next-topic-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.previous-topic-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.print-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.remove-highlight-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.select-language-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.select-skin-button
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button.topic-ratings-button
	{
		width: 16px;
	}

	._Skins_XTRAC_HTML5_Community .button.topic-ratings-empty-button
	{
		width: 16px;
	}

	._Skins_XTRAC_HTML5_Community .button.xtrac-button
	{
		background: #e6f2f7 url('Images/XTRAC_HTML5_Community/favicon.png') no-repeat center center;
		background: url('Images/XTRAC_HTML5_Community/favicon.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/XTRAC_HTML5_Community/favicon.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6f2f7));
		background: url('Images/XTRAC_HTML5_Community/favicon.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #e6f2f7 100%);
		background: url('Images/XTRAC_HTML5_Community/favicon.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/XTRAC_HTML5_Community/favicon.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		background: url('Images/XTRAC_HTML5_Community/favicon.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#e6f2f7 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/XTRAC_HTML5_Community/favicon.png') no-repeat center center, linear-gradient(#ffffff, #e6f2f7);
	}

	._Skins_XTRAC_HTML5_Community .toolbar-button-drop-down
	{
		
	}

	._Skins_XTRAC_HTML5_Community .toolbar-button-drop-down.select-language-drop-down
	{
		
	}

	._Skins_XTRAC_HTML5_Community .toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		
	}

	._Skins_XTRAC_HTML5_Community .toolbar-button-drop-down.select-skin-drop-down
	{
		
	}

	._Skins_XTRAC_HTML5_Community .toolbar-button-drop-down.select-skin-drop-down ul li:hover
	{
		
	}

	._Skins_XTRAC_HTML5_Community .button-separator
	{
		
	}

	._Skins_XTRAC_HTML5_Community #contentBody
	{
		background-repeat: no-repeat;
		background: #e6f2f7;
		background: -moz-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f7), color-stop(100%,#e6f2f7));
		background: -webkit-linear-gradient(top, #e6f2f7 0%, #e6f2f7 100%);
		background: -o-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: -ms-linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
		background: linear-gradient(top, #e6f2f7 0%,#e6f2f7 100%);
	}
}

