/*<meta />*/

@media only screen and (max-width: 600px)
{
	.toolbar-buttons
	{
		top: 51px;
	}

	.button
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.button.print-button
	{
		display: none;
	}

	.button.remove-highlight-button
	{
		display: none;
	}

	#contentBodyInner
	{
		top: 82px;
	}

	.tree-node .new-indicator
	{
		
	}

	#index .tree-node > div
	{
		
	}

	#navigation
	{
		background-color: #f1f1f1;
	}

	.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-repeat: no-repeat;
		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-repeat: no-repeat;
		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-repeat: no-repeat;
		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-repeat: no-repeat;
		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-repeat: no-repeat;
		background-position: 11px center;
		background: transparent url('Images/communityInactive.png') no-repeat 11px center;
	}

	.tab-icon #SearchTab.tabs-nav-inactive .tabs-nav-icon
	{
		background-repeat: no-repeat;
		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-repeat: no-repeat;
		background-position: 11px center;
		background: none;
	}

	.tab-icon #IndexTab.tabs-nav-active .tabs-nav-icon
	{
		background-repeat: no-repeat;
		background-position: 11px center;
		background: transparent url('Images/ResponsiveIndexActive.png') no-repeat 11px center;
	}

	.tab-icon #GlossaryTab.tabs-nav-active .tabs-nav-icon
	{
		background-repeat: no-repeat;
		background-position: 11px center;
		background: transparent url('Images/ResponsiveGlossaryActive.png') no-repeat 11px center;
	}

	.tab-icon #BrowseSequencesTab.tabs-nav-active .tabs-nav-icon
	{
		background-repeat: no-repeat;
		background-position: 11px center;
		background: transparent url('Images/ResponsiveBrowseSequenceActive.png') no-repeat 11px center;
	}

	.tab-icon #CommunityTab.tabs-nav-active .tabs-nav-icon
	{
		background-repeat: no-repeat;
		background-position: 11px center;
		background: transparent url('Images/communityActive.png') no-repeat 11px center;
	}

	.tab-icon #SearchTab.tabs-nav-active .tabs-nav-icon
	{
		background-repeat: no-repeat;
		background-position: 11px center;
		background: transparent url('Images/ResponsiveSearchFilterActive.png') no-repeat 11px center;
	}

	.tabs-panel
	{
		
	}

	.tabs-panel-content
	{
		background-repeat: repeat;
		background: #ffffff none;
	}

	#search-sidebar
	{
		
	}

	#home
	{
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		background: none;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(top, transparent 0%,transparent 100%);
	}

	#home-text
	{
		line-height: 0px;
	}

	#home-icon
	{
		background-repeat: no-repeat;
		background-position: 11px center;
	}

	#responsiveHeader .logo
	{
		background-repeat: no-repeat;
		background-position: center center;
		width: 179px;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(top, transparent 0%,transparent 100%);
		-pie-background: linear-gradient(transparent, transparent);
	}

	#responsiveHeader .logo > img
	{
		width: 179px;
		height: 40px;
	}

	/* 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;
	}

	#responsiveHeader
	{
		height: 44px;
		background: transparent;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(top, transparent 0%,transparent 100%);
	}

	body
	{
		background: transparent;
		background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
		background: -o-linear-gradient(top, transparent 0%,transparent 100%);
		background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
		background: linear-gradient(top, transparent 0%,transparent 100%);
	}

	#browseSequences.tabs-panel-content
	{
		background: #ffffff none;
	}

	#community.tabs-panel-content
	{
		background: #ffffff none;
	}

	#glossary.tabs-panel-content
	{
		background: #ffffff none;
	}

	#index.tabs-panel-content
	{
		background: #ffffff none;
	}

	#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: #ffffff none;
	}

	#toc.tabs-panel-content
	{
		background: #ffffff none;
	}

	.tree-node div
	{
		
	}

	.tree-node div .label
	{
		
	}

	.tree-node.tree-node-leaf.tree-node-selected > div
	{
		background-position: 0px 3px;
		background: url('Images/index-collapsed.png') no-repeat left 10px center, #eeeeee;
	}

	.tree-node.tree-node-expanded.tree-node-selected > div
	{
		background-position: 0px 3px;
		background: url('Images/index-expanded.png') no-repeat left 10px center, #eeeeee;
	}

	.tree-node.tree-node-collapsed.tree-node-selected > div
	{
		background-position: 0px 3px;
		background: url('Images/index-collapsed_1.png') no-repeat left 10px center, #eeeeee;
	}

	#index .tree-node.tree-node-leaf.tree-node-selected > div
	{
		background-position: 10px center;
		background: url('Images/index.png') no-repeat left 10px center, #eeeeee;
	}

	#index .tree-node.tree-node-expanded.tree-node-selected > div
	{
		background-position: 0px 3px;
		background: url('Images/index-expanded.png') no-repeat left 10px center, #eeeeee;
	}

	#index .tree-node.tree-node-collapsed.tree-node-selected > div
	{
		background-position: 0px 3px;
		background: url('Images/index-collapsed.png') no-repeat left 10px center, #eeeeee;
	}

	.menu-icon a span
	{
		background: transparent url('Images/ResponsiveMenuRhinoButton.png') no-repeat center center;
	}

	.tabs-nav li.tab-collapsed
	{
		
	}

	.tabs-nav li.tabs-nav-active
	{
		background: transparent;
		background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -o-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: linear-gradient(top, #ffffff 0%,transparent 100%);
	}

	.tabs-nav li.tabs-nav-active .tabs-nav-text
	{
		
	}

	.tabs-nav li#BrowseSequencesTab.tabs-nav-active
	{
		background: transparent;
		background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -o-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: linear-gradient(top, #ffffff 0%,transparent 100%);
	}

	.tabs-nav li#CommunityTab.tabs-nav-active
	{
		background: transparent;
		background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -o-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: linear-gradient(top, #ffffff 0%,transparent 100%);
	}

	.tabs-nav li#GlossaryTab.tabs-nav-active
	{
		background: transparent;
		background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -o-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: linear-gradient(top, #ffffff 0%,transparent 100%);
	}

	.tabs-nav li#IndexTab.tabs-nav-active
	{
		background: transparent;
		background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -o-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: linear-gradient(top, #ffffff 0%,transparent 100%);
	}

	.tabs-nav li#SearchTab.tabs-nav-active
	{
		background: transparent;
		background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -o-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: linear-gradient(top, #ffffff 0%,transparent 100%);
	}

	.tabs-nav li#TocTab.tabs-nav-active
	{
		background: transparent;
		background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,transparent));
		background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
		background: -o-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,transparent 100%);
		background: linear-gradient(top, #ffffff 0%,transparent 100%);
	}

	.tabs-nav li.tabs-nav-inactive
	{
		text-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		background-clip: padding-box;
		background: #ebebeb none;
		background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#b1b1b1));
		background: -webkit-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -o-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: -ms-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
	}

	.tabs-nav li.tabs-nav-inactive .tabs-nav-text
	{
		
	}

	.tabs-nav li#BrowseSequencesTab.tabs-nav-inactive
	{
		background: #ebebeb none;
		background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#b1b1b1));
		background: -webkit-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -o-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: -ms-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
	}

	.tabs-nav li#CommunityTab.tabs-nav-inactive
	{
		background: #ebebeb none;
		background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#b1b1b1));
		background: -webkit-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -o-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: -ms-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
	}

	.tabs-nav li#GlossaryTab.tabs-nav-inactive
	{
		background: #ebebeb none;
		background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#b1b1b1));
		background: -webkit-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -o-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: -ms-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
	}

	.tabs-nav li#IndexTab.tabs-nav-inactive
	{
		background: #ebebeb none;
		background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#b1b1b1));
		background: -webkit-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -o-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: -ms-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
	}

	.tabs-nav li#SearchTab.tabs-nav-inactive
	{
		background: #ebebeb none;
		background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#b1b1b1));
		background: -webkit-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -o-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: -ms-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
	}

	.tabs-nav li#TocTab.tabs-nav-inactive
	{
		background: #ebebeb none;
		background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#b1b1b1));
		background: -webkit-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
		background: -o-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: -ms-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
		background: linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
	}

	#search-field-sidebar
	{
		color: #990000;
		background: transparent url('Images/search_red.png') no-repeat 8px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/search_red.png') no-repeat 8px center;
	}

	#responsive-search-index
	{
		color: #990000;
		background: transparent url('Images/search_red.png') no-repeat 8px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/search_red.png') no-repeat 8px center;
	}

	#responsive-search-glossary
	{
		color: #990000;
		background: transparent url('Images/search_red.png') no-repeat 8px center;
		-pie-background: transparent url('Skins/Default/Stylesheets/Images/search_red.png') no-repeat 8px center;
	}

	#search-field::-webkit-input-placeholder
	{
		color: #990000;
	}

	#search-field::-moz-placeholder
	{
		color: #990000;
	}

	#search-field:-moz-placeholder
	{
		color: #990000;
	}

	#search-field:-ms-input-placeholder
	{
		color: #990000;
	}

	.tree-node.tree-node-collapsed.SubClass > div
	{
		background: transparent url('Images/index-collapsed_1.png') no-repeat left 10px center;
	}

	.tree-node.tree-node-collapsed.tree-node-selected.SubClass > div
	{
		background: transparent url('Images/index-collapsed_1.png') no-repeat left 10px center;
	}

	.tree-node.tree-node-expanded.SubClass > div
	{
		background: transparent url('Images/index-expanded.png') no-repeat left 10px center;
	}

	.tree-node.tree-node-expanded.tree-node-selected.SubClass > div
	{
		background: transparent url('Images/index-expanded.png') no-repeat left 10px center;
	}

	.tree-node.tree-node-leaf.SubClass > 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;
	}

	.tree-node.tree-node-leaf.tree-node-selected.SubClass > 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;
	}

	.tree-node.SubClass .new-indicator
	{
		background: none;
	}

	.tree-node.tree-node-selected.SubClass .new-indicator > div
	{
		background: none;
	}

	.button.browse-back-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%, #cdcdd4 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%,#cdcdd4));
		background: url('Images/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #cdcdd4 100%);
		background: url('Images/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#cdcdd4 100%);
		background: url('Images/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#cdcdd4 100%);
		background: url('Images/navigate-previous.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#cdcdd4 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/navigate-previous.png') no-repeat center center, linear-gradient(#ffffff, #cdcdd4);
	}

	.button.browse-forward-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%, #cdcdd4 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%,#cdcdd4));
		background: url('Images/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #cdcdd4 100%);
		background: url('Images/navigate-next.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#cdcdd4 100%);
		background: url('Images/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#cdcdd4 100%);
		background: url('Images/navigate-next.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#cdcdd4 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/navigate-next.png') no-repeat center center, linear-gradient(#ffffff, #cdcdd4);
	}

	.button.collapse-all-button
	{
		
	}

	.button.current-topic-index-button
	{
		
	}

	.button.edit-user-profile-button
	{
		
	}

	.button.expand-all-button
	{
		
	}

	.button.go-to-rhino-support-button
	{
		background: #ececec url('Images/HelpForSkin_1.png') no-repeat center center;
		background: url('Images/HelpForSkin_1.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #cdcdd4 100%);
		background: url('Images/HelpForSkin_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cdcdd4));
		background: url('Images/HelpForSkin_1.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #cdcdd4 100%);
		background: url('Images/HelpForSkin_1.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#cdcdd4 100%);
		background: url('Images/HelpForSkin_1.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#cdcdd4 100%);
		background: url('Images/HelpForSkin_1.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#cdcdd4 100%);
		-pie-background: url('Skins/Default/Stylesheets/Images/HelpForSkin_1.png') no-repeat center center, linear-gradient(#ffffff, #cdcdd4);
	}

	.button.login-button
	{
		
	}

	.button.next-topic-button
	{
		
	}

	.button.previous-topic-button
	{
		
	}

	.button.select-language-button
	{
		
	}

	.button.select-skin-button
	{
		
	}

	.button.topic-ratings-button
	{
		
	}

	.button.topic-ratings-empty-button
	{
		
	}

	.toolbar-button-drop-down
	{
		
	}

	.toolbar-button-drop-down.select-language-drop-down
	{
		
	}

	.toolbar-button-drop-down.select-language-drop-down ul li:hover
	{
		
	}

	.toolbar-button-drop-down.select-skin-drop-down
	{
		
	}

	.toolbar-button-drop-down.select-skin-drop-down ul li:hover
	{
		
	}

	.button-separator
	{
		
	}

	#contentBody
	{
		background-repeat: no-repeat;
		background: #f7f7f7 none;
		background: -moz-linear-gradient(top, #f5f5f5 0%, #d7d7d7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d7d7d7));
		background: -webkit-linear-gradient(top, #f5f5f5 0%, #d7d7d7 100%);
		background: -o-linear-gradient(top, #f5f5f5 0%,#d7d7d7 100%);
		background: -ms-linear-gradient(top, #f5f5f5 0%,#d7d7d7 100%);
		background: linear-gradient(top, #f5f5f5 0%,#d7d7d7 100%);
	}
}

