/*<meta />*/

@media only screen and (max-width: 767px)
{
	.toolbar-buttons
	{
		top: 67px;
	}

	.button
	{
		background-position: center center;
		background-repeat: no-repeat;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
		background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		-pie-background: linear-gradient(#ffffff, #dcdcdc);
	}

	.button.print-button
	{
		display: none;
		background: #ececec url('Images/printer.png') no-repeat center center;
		background: url('Images/printer.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: url('Images/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
		background: url('Images/printer.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: url('Images/printer.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: url('Images/printer.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: url('Images/printer.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/printer.png') no-repeat center center, linear-gradient(#ffffff, #dcdcdc);
	}

	.button.remove-highlight-button
	{
		display: none;
		background: #ececec url('Images/highlight.png') no-repeat center center;
		background: url('Images/highlight.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: url('Images/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
		background: url('Images/highlight.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: url('Images/highlight.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: url('Images/highlight.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: url('Images/highlight.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/highlight.png') no-repeat center center, linear-gradient(#ffffff, #dcdcdc);
	}

	#contentBodyInner
	{
		top: 98px;
	}

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

	#index .tree-node > div
	{
		
	}

	#navigation
	{
		
	}

	.tab
	{
		
	}

	.tab-collapsed .tabs-nav-text
	{
		
	}

	.tabs
	{
		
	}

	.tabs li
	{
		
	}

	.tabs li span
	{
		
	}

	.tabs-nav
	{
		
	}

	.tabs-nav li
	{
		
	}

	.tabs-nav li
	{
		
	}

	.tabs-nav li div span
	{
		
	}

	.tab-icon #TocTab.tabs-nav-inactive .tabs-nav-icon
	{
		background-position: 11px center;
		margin: 0;
		background: transparent url('Images/ResponsiveTOCInactive.png') no-repeat 11px center;
	}

	.tab-icon #IndexTab.tabs-nav-inactive .tabs-nav-icon
	{
		background-position: 11px center;
		margin: 0;
		background: transparent url('Images/ResponsiveIndexInactive.png') no-repeat 11px center;
	}

	.tab-icon #GlossaryTab.tabs-nav-inactive .tabs-nav-icon
	{
		background-position: 11px center;
		margin: 0;
		background: transparent url('Images/ResponsiveGlossaryInactive.png') no-repeat 11px center;
	}

	.tab-icon #BrowseSequencesTab.tabs-nav-inactive .tabs-nav-icon
	{
		background-position: 11px center;
		margin: 0;
		background: transparent url('Images/ResponsiveBrowseSequenceInactive.png') no-repeat 11px center;
	}

	.tab-icon #CommunityTab.tabs-nav-inactive .tabs-nav-icon
	{
		background-position: 11px center;
		background: transparent url('Images/communityInactive.png') no-repeat 11px center;
	}

	.tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		background-position: 11px center;
		margin: 0;
		background: transparent url('Images/ResponsiveSearchFilterInactive.png') no-repeat 11px center;
	}

	.tab-icon #TocTab.tabs-nav-active .tabs-nav-icon
	{
		background-position: 11px center;
		background: transparent url('Images/ResponsiveTOCActive.png') no-repeat 11px center;
	}

	.tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background-position: 11px center;
		background-repeat: no-repeat;
		background: transparent url('Images/ResponsiveIndexActive.png') no-repeat 11px center;
	}

	.tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background-position: 11px center;
		background: transparent url('Images/ResponsiveGlossaryActive.png') no-repeat 11px center;
	}

	.tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background-position: 11px center;
		background: transparent url('Images/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
	}

	.tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background-position: 11px center;
		background: transparent url('Images/communityActive.png') no-repeat 11px center;
	}

	.tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background-position: 11px center;
		background: transparent url('Images/ResponsiveSearchFilterActive.png') no-repeat 11px center;
	}

	.tabs-panel
	{
		
	}

	.tabs-panel-content
	{
		background-repeat: repeat;
		background: #f5f5f5 none;
		-pie-background: #f5f5f5;
	}

	#search-sidebar
	{
		
	}

	#home
	{
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		background: #898889 none;
		background: -moz-linear-gradient(top, #898889 0%, #898889 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#898889), color-stop(100%,#898889));
		background: -webkit-linear-gradient(top, #898889 0%, #898889 100%);
		background: -o-linear-gradient(top, #898889 0%,#898889 100%);
		background: -ms-linear-gradient(top, #898889 0%,#898889 100%);
		background: linear-gradient(top, #898889 0%,#898889 100%);
		-pie-background: linear-gradient(#898889, #898889);
	}

	#home-text
	{
		line-height: 40px;
	}

	#home-icon
	{
		background-repeat: no-repeat;
		background-position: 11px center;
	}

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

	#responsiveHeader .logo > img
	{
		width: 144px;
		height: 72px;
	}

	/* Navigation slide out Styles*/

	#contentBody[role="main"]
	{
		width: 100%;
	}

	.hide-extras.active [role="main"]
	{
		width: 80%;
	}

	.hide-extras.active #navigation[role="complementary"]
	{
		width: 80%;
		display: block;
	}

	.active #contentBody[role="main"]
	{
		margin-right: -80%;
	}

	/*Offcanvas styles for pane position set right*/

	html.right-layout .active #contentBody[role="main"]
	{
		margin-right: 80%;
	}

	.non-collapsable
	{
		width: 100%;
	}

	.show-for-xlarge-up
	{
		display: none !important;
	}

	.central-dropdown
	{
		
	}

	.central-dropdown .central-account-drop
	{
		
	}

	.central-account-wrapper
	{
		left: 60px;
		right: auto;
	}

	.central-dropdown:hover
	{
		
	}

	.central-account-image
	{
		background: transparent url('Images/icon-user-light-gray.png') no-repeat center center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/icon-user-light-gray.png') no-repeat center center;
	}

	.central-dropdown-content
	{
		background-color: #ffffff;
	}

	.central-dropdown-content a
	{
		
	}

	.central-dropdown-content a:hover
	{
		
	}

	.central-separator
	{
		background-color: #D5D8DA;
	}

	#responsiveHeader
	{
		background: #ffffff url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat;
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -moz-linear-gradient(top, #0d6ea3 0%, #90d7d3 100%);
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d6ea3), color-stop(100%,#90d7d3));
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -webkit-linear-gradient(top, #0d6ea3 0%, #90d7d3 100%);
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -o-linear-gradient(top, #0d6ea3 0%,#90d7d3 100%);
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -ms-linear-gradient(top, #0d6ea3 0%,#90d7d3 100%);
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, linear-gradient(top, #0d6ea3 0%,#90d7d3 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, linear-gradient(#0d6ea3, #90d7d3);
	}

	body
	{
		background: #ffffff url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat;
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -moz-linear-gradient(top, #0d6ea3 0%, #90d7d3 100%);
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d6ea3), color-stop(100%,#90d7d3));
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -webkit-linear-gradient(top, #0d6ea3 0%, #90d7d3 100%);
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -o-linear-gradient(top, #0d6ea3 0%,#90d7d3 100%);
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, -ms-linear-gradient(top, #0d6ea3 0%,#90d7d3 100%);
		background: url('Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, linear-gradient(top, #0d6ea3 0%,#90d7d3 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/synergex-bubble-graphiconly-web2.jpg') no-repeat, linear-gradient(#0d6ea3, #90d7d3);
	}

	#navigation[role="complementary"]
	{
		background-repeat: repeat;
		background: #f5f5f5 none;
		-pie-background: #f5f5f5;
	}

	#browseSequences.tabs-panel-content
	{
		background-repeat: repeat;
		background: #f5f5f5 none;
		-pie-background: #f5f5f5;
	}

	#community.tabs-panel-content
	{
		background-repeat: repeat;
		background: #f5f5f5 none;
		-pie-background: #f5f5f5;
	}

	#glossary.tabs-panel-content
	{
		background-repeat: repeat;
		background: #f5f5f5 none;
		-pie-background: #f5f5f5;
	}

	#index.tabs-panel-content
	{
		background-repeat: repeat;
		background: #f5f5f5 none;
		-pie-background: #f5f5f5;
	}

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

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

	#index .tree-node.tree-node-leaf > div
	{
		padding-left: 37px;
	}

	#search.tabs-panel-content
	{
		background-repeat: repeat;
		background: #f5f5f5 none;
		-pie-background: #f5f5f5;
	}

	#toc.tabs-panel-content
	{
		background-repeat: repeat;
		background: #f5f5f5 none;
		-pie-background: #f5f5f5;
	}

	.tree-node div .label
	{
		
	}

	.tree-node div
	{
		
	}

	.tree-node.tree-node-leaf.tree-node-selected > div
	{
		background-color: #bebebe;
	}

	.tree-node.tree-node-expanded.tree-node-selected > div
	{
		background-color: #bebebe;
	}

	.tree-node.tree-node-collapsed.tree-node-selected > div
	{
		background-color: #bebebe;
	}

	#index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		background-color: #bebebe;
		background-position: 10px center;
	}

	#index .tree-node.tree-node-expanded.tree-node-selected > div
	{
		background-color: #bebebe;
	}

	#index .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		background-color: #bebebe;
	}

	.menu-icon button 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;
	}

	.tabs-nav li.tab-collapsed
	{
		
	}

	.tabs-nav li#TocTab
	{
		color: #000000;
	}

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

	.tabs-nav li.tabs-nav-active
	{
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		background: transparent;
		background: -moz-linear-gradient(top, #bebebe 0%, #aaaaaa 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(100%,#aaaaaa));
		background: -webkit-linear-gradient(top, #bebebe 0%, #aaaaaa 100%);
		background: -o-linear-gradient(top, #bebebe 0%,#aaaaaa 100%);
		background: -ms-linear-gradient(top, #bebebe 0%,#aaaaaa 100%);
		background: linear-gradient(top, #bebebe 0%,#aaaaaa 100%);
		-pie-background: linear-gradient(#bebebe, #aaaaaa);
	}

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

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

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

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

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

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

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

	.tabs-nav li.tabs-nav-inactive
	{
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		background: #bebebe;
		background: -moz-linear-gradient(top, #bebebe 0%, #bebebe 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(100%,#bebebe));
		background: -webkit-linear-gradient(top, #bebebe 0%, #bebebe 100%);
		background: -o-linear-gradient(top, #bebebe 0%,#bebebe 100%);
		background: -ms-linear-gradient(top, #bebebe 0%,#bebebe 100%);
		background: linear-gradient(top, #bebebe 0%,#bebebe 100%);
		-pie-background: linear-gradient(#bebebe, #bebebe);
		background-clip: padding-box;
	}

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

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

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

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

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

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

	.search-account-container
	{
		
	}

	#search-field-sidebar
	{
		background-repeat: no-repeat;
		background: #dadada none;
		background: -moz-linear-gradient(top, #dadada 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #dadada 0%, #dadada 100%);
		background: -o-linear-gradient(top, #dadada 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #dadada 0%,#dadada 100%);
		background: linear-gradient(top, #dadada 0%,#dadada 100%);
		-pie-background: linear-gradient(#dadada, #dadada);
		background-position: 8px center;
	}

	#responsive-search-index
	{
		background-repeat: no-repeat;
		background: #dadada none;
		background: -moz-linear-gradient(top, #dadada 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #dadada 0%, #dadada 100%);
		background: -o-linear-gradient(top, #dadada 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #dadada 0%,#dadada 100%);
		background: linear-gradient(top, #dadada 0%,#dadada 100%);
		-pie-background: linear-gradient(#dadada, #dadada);
		background-position: 8px center;
	}

	#responsive-search-glossary
	{
		background-repeat: no-repeat;
		background: #dadada none;
		background: -moz-linear-gradient(top, #dadada 0%, #dadada 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#dadada));
		background: -webkit-linear-gradient(top, #dadada 0%, #dadada 100%);
		background: -o-linear-gradient(top, #dadada 0%,#dadada 100%);
		background: -ms-linear-gradient(top, #dadada 0%,#dadada 100%);
		background: linear-gradient(top, #dadada 0%,#dadada 100%);
		-pie-background: linear-gradient(#dadada, #dadada);
		background-position: 8px center;
	}

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

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

	#search-field:-moz-placeholder
	{
		
	}

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

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

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

	.button.current-topic-index-button
	{
		background-repeat: no-repeat;
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
		background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		-pie-background: linear-gradient(#ffffff, #dcdcdc);
	}

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

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

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

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

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

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

	.button.search-highlight-scroll-button
	{
		background-repeat: no-repeat;
		background-position: center center;
		background: #ececec;
		background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
		background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		background: linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
		-pie-background: linear-gradient(#ffffff, #dcdcdc);
	}

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

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

	.button.syn-web-site-button
	{
		background: #adabba url('Images/synergexlogo.png') no-repeat center center;
		background: url('Images/synergexlogo.png') no-repeat center center, -moz-linear-gradient(top, #adabba 0%, #adabba 100%);
		background: url('Images/synergexlogo.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adabba), color-stop(100%,#adabba));
		background: url('Images/synergexlogo.png') no-repeat center center, -webkit-linear-gradient(top, #adabba 0%, #adabba 100%);
		background: url('Images/synergexlogo.png') no-repeat center center, -o-linear-gradient(top, #adabba 0%,#adabba 100%);
		background: url('Images/synergexlogo.png') no-repeat center center, -ms-linear-gradient(top, #adabba 0%,#adabba 100%);
		background: url('Images/synergexlogo.png') no-repeat center center, linear-gradient(top, #adabba 0%,#adabba 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/synergexlogo.png') no-repeat center center, linear-gradient(#adabba, #adabba);
	}

	.button.topic-ratings-button
	{
		background: transparent url('Images/starFull.png') no-repeat center center;
		background: url('Images/starFull.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/starFull.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/starFull.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/starFull.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/starFull.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/starFull.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/starFull.png') no-repeat center center, linear-gradient(transparent, transparent);
	}

	.button.topic-ratings-empty-button
	{
		background: transparent url('Images/StarrEmpty.png') no-repeat center center;
		background: url('Images/StarrEmpty.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/StarrEmpty.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: url('Images/StarrEmpty.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: url('Images/StarrEmpty.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/StarrEmpty.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: url('Images/StarrEmpty.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/StarrEmpty.png') no-repeat center center, linear-gradient(transparent, transparent);
	}

	.toolbar-button-drop-down
	{
		background-color: #FFFFFF;
	}

	.toolbar-button-drop-down.select-language-drop-down
	{
		background-color: #FFFFFF;
	}

	.toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		background-color: #E5EFF7;
	}

	.toolbar-button-drop-down.select-skin-drop-down
	{
		background-color: #FFFFFF;
	}

	.toolbar-button-drop-down.select-skin-drop-down ul li:hover
	{
		background-color: #E5EFF7;
	}

	.button-separator
	{
		
	}

	#contentBody
	{
		background-repeat: no-repeat;
		background-color: #aaaaaa;
	}
}

