/*<meta />*/

/* DEBUG log styles */

#DEBUG_Log
{
	background-color: #CCCCCC;
	border: solid 2px black;
	width: 275px;
	top: 50px;
	right: 25px;
	position: fixed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 99999;
	display: none;
}

html.DEBUG #DEBUG_Log
{
	display: block;
}

.MCDebugLogHeader
{
	border-bottom: solid 1px black;
	font-size: 14px;
	font-weight: bold;
	padding: 1ex;
}

.MCDebugLogBody
{
	background-color: #FFFFFF;
	font-family: Monospace;
	font-size: 11px;
	height: 200px;
	overflow: auto;
}

.MCDebugLogEntry
{
	border-bottom: solid 1px #AAAAAA;
}

.MCDebugLogEntryTime
{
	color: #777777;
	margin: 0;
}

@media screen
{
	.column,
	.columns
	{
		height: 100%;
	}

	.expand-for-small-10
	{
		width: 100%;
	}

	.defaultSkin .column,
	.defaultSkin .columns
	{
		height: 100%;
	}

	.defaultSkin .expand-for-small-10
	{
		width: 100%;
	}
}

.MCDebugLogFooter
{
	padding: 1ex;
}

/**/

html,
body
{
	height: 100%;
}

html
{
	overflow: hidden;
	/* IE 7: without this, IE 7 displays a scrollbar */
}

body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url("Images/diagonal_lines.png");
}

#header
{
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 1;
	/* IE7 z-index bug: positioned elements (#header) generate a new stacking context starting with a z-index value of 0. This causes .search-filter-content's z-index not to work. So set #header's z-index (don't really need to set .search-filter-content's z-index but we'll leave it). http://www.quirksmode.org/bugreports/archives/2006/01/Explorer_z_index_bug.html */
}

#header .logo
{
	background-image: url("Images/logo.png");
	width: 126px;
	height: 33px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	margin-left: 20px;
}

#header .logo > img
{
	border: none;
}

#body
{
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
}

#navigation
{
	width: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
}

html.left-layout #navigation
{
	left: 0;
}

html.right-layout #navigation
{
	right: 0;
}

#navigation.nav-closed
{
	display: none;
}

#navigationResizeBar
{
	width: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: col-resize;
	z-index: 9999;
}

#navigationResizeBar.nav-closed
{
	cursor: default;
}

html.left-layout #navigationResizeBar
{
	left: 300px;
}

html.right-layout #navigationResizeBar
{
	right: 300px;
}

html.left-layout #navigationResizeBar.nav-closed
{
	left: 0;
}

html.right-layout #navigationResizeBar.nav-closed
{
	right: 0;
}

#show-hide-navigation
{
	background-color: #F7F7F7;
	border: none;
	padding: 0;
}

.showOnFocus:not(:focus)
{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

html.left-layout #show-hide-navigation
{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	width: 10px;
	height: 46px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	left: 0px;
	cursor: pointer;
}

html.left-layout #show-hide-navigation:after
{
	content: "";
	border: solid 6px transparent;
	border-right-color: #898989;
	border-right-width: 6px;
	border-left: none;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	margin-top: -6px;
	margin-left: -3px;
	width: 0;
	height: 0;
}

html.left-layout .nav-closed #show-hide-navigation:after
{
	border-left-style: solid;
	border-left-color: #898989;
	border-left-width: 6px;
	border-right: none;
}

html.right-layout #show-hide-navigation
{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	width: 10px;
	height: 46px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -23px;
	cursor: pointer;
}

html.right-layout #show-hide-navigation:after
{
	content: "";
	border: solid 6px transparent;
	border-left-color: #898989;
	border-left-width: 6px;
	border-right: none;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	margin-top: -6px;
	margin-left: -3px;
	width: 0;
	height: 0;
}

html.right-layout .nav-closed #show-hide-navigation:after
{
	border-right-style: solid;
	border-right-color: #898989;
	border-right-width: 6px;
	border-left: none;
}

#mousemove-sheet
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: col-resize;
	z-index: 10000;
	/* IE needs these or else the mouseup event doesn't fire on the mousemove-sheet */
	background-color: White;
	opacity: 0;
	filter: alpha(opacity=0);
	/**/
}

.button.pulse-required,
.button.feedback-required,
.pulse-required,
.feedback-required,
.feedback-topic-required,
.feedback-topic-required
{
	display: none;
}

.pulse-active .pulse-required,
.feedback-active .feedback-required,
.feedback-active.has-topic .feedback-topic-required
{
	display: inline-flex;
}

/* Tabs */

.tabs
{
	
}

.tabs-nav li#GlossaryTab.tab-collapsed,
.tabs-nav li#CommunityTab.tab-collapsed,
.tabs-nav li#IndexTab.tab-collapsed,
.tabs-nav li#TocTab.tab-collapsed
{
	width: auto;
}

.tab-collapsed .tabs-nav-text
{
	display: none;
}

.tabs-nav-icon
{
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 5px;
}

.image-then-text .tabs-nav-text
{
	float: left;
}

.image-then-text .tabs-nav-icon
{
	float: left;
}

.text-then-image .tabs-nav-icon
{
	float: right;
}

.text-then-image .tabs-nav-text
{
	float: right;
}

.text-only .tabs-nav-icon
{
	display: none;
}

.text-only .tabs-nav-text
{
	display: inline;
	padding: 0px 3px;
}

.image-only .tabs-nav-icon
{
	display: inline-block;
}

.image-only .tabs-nav-text
{
	display: none;
}

#TocTab
{
	
}

.tabs-nav .tab-collapsed
{
	width: auto;
}

#IndexTab
{
	
}

#GlossaryTab
{
	
}

#BrowseSequencesTab
{
	
}

#CommunityTab
{
	
}

#SearchTab
{
	display: none;
}

.tabs-nav-text
{
	
}

.tabs-nav
{
	margin: 0;
	padding: 0;
}

.tab .tabs-panel
{
	display: none;
}

.tab.active .tabs-panel
{
	display: block;
}

#home
{
	display: none;
}

/*Search Styles*/

#responsive-search-index,
#responsive-search-glossary
{
	display: none;
}

.tabs-panel-search
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin: 0px;
	padding: 3px;
}

.tabs-panel-content.searchable
{
	top: 41px;
}

.tabs-panel-content.loading
{
	background: url("Images/loading-32px.gif") no-repeat center center;
}

.login-dialog
{
	display: none;
	z-index: 10001;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -175px;
	width: 350px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
}

.login-dialog.pulse
{
	width: 408px;
	height: 428px;
	margin-left: -204px;
	margin-top: -214px;
}

#pulse-login-frame
{
	width: 100%;
	height: 100%;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
}

.login-dialog-header
{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding-left: 50px;
	border-bottom: solid 1px #2B2B2B;
	background: #5A5A5A url("Images/login-dialog-icon.png") no-repeat 18px center;
	/* Old browsers */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -moz-linear-gradient(top, #5A5A5A 0%, #4A4A4A 100%);
	/* FF3.6+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5A5A5A), color-stop(100%,#4A4A4A));
	/* Chrome,Safari4+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -webkit-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -o-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* Opera11.10+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -ms-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* IE10+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, linear-gradient(#5A5A5A 0%,#4A4A4A 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/login-dialog-icon.png") no-repeat 18px center, linear-gradient(#5A5A5A, #4A4A4A);
	/*PIE*/
	background-repeat: no-repeat;
	background-position: 18px center;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.login-dialog-content
{
	border-top: solid 1px #767676;
	background: #5A5A5A;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 17px;
}

.login-dialog-content .profile-item-wrapper
{
	color: #CECECE;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
}

.login-dialog-content .profile-item-wrapper .label-wrapper
{
	margin-bottom: 5px;
	float: left;
}

.login-dialog-content .profile-item-wrapper .input-wrapper
{
	float: right;
}

.login-dialog-content .profile-item-wrapper input[type=text]
{
	margin: 0;
	padding: 5px;
	border: solid 1px #191919;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px #888;
	-moz-box-shadow: 0 1px #888;
	box-shadow: 0 1px #888;
	outline: none;
}

.login-dialog-content .profile-item-wrapper.email-notifications-wrapper
{
	margin-top: 15px;
	height: auto;
	line-height: normal;
}

.login-dialog-content .profile-item-wrapper.email-notifications-wrapper .label-wrapper
{
	float: none;
}

.login-dialog-content .profile-item-wrapper.email-notifications-wrapper .email-notifications-group
{
	margin-right: 0;
	padding: 12px;
	background-color: #4A4A4A;
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 1px #2B2B2B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px #888;
	-moz-box-shadow: 0 1px #888;
	box-shadow: 0 1px #888;
}

.login-dialog-content .profile-item-wrapper.error input,
.login-dialog-content .profile-item-wrapper.error select
{
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.login-dialog-buttons
{
	text-align: right;
}

.login-dialog button
{
	color: #FFF;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 0;
	padding: 8px 26px;
	border: solid 1px #2B2B2B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #595959;
	/* Old browsers */
	background: -moz-linear-gradient(top, #595959 0%, #4A4A4A 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#4A4A4A));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* IE10+ */
	background: linear-gradient(#595959 0%,#4A4A4A 100%);
	/* W3C */
	-pie-background: linear-gradient(#595959, #4A4A4A);
	/*PIE*/
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.login-dialog button.close-dialog
{
	position: absolute;
	top: 8px;
	right: 8px;
	background: none;
	background-image: url('Images/close.png');
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0;
	border: 0;
}

.login-dialog .status-message-box
{
	display: none;
	color: #0F0;
	text-align: center;
	margin-top: 16px;
	padding: 12px;
	background-color: #DCFEDC;
	border: solid 1px #0F0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.login-dialog .status-message-box.error
{
	color: #F00;
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.login-dialog .status-message-box .message
{
	display: none;
}

/* TOC */

#toc
{
	
}

ul.tree.inner
{
	padding-left: 19px;
}

ul.tree
{
	color: #707070;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	white-space: nowrap;
}

.tree-node-expanded > ul
{
	display: block;
}

.tree-node-collapsed > ul
{
	display: none;
}

.tree-node div
{
	line-height: 1.9em;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 3px;
	position: relative;
}

.tree-node div.GlossaryPageTerm .label
{
	margin: 0 5px;
}

.tree-node .IndexTerm
{
	padding-left: 16px;
}

.tree-node .new-indicator
{
	background-image: url("Images/new-indicator.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	margin-top: 3px;
}

.tree-node-inner > div
{
	
}

.tree-node.tree-node-collapsed > div
{
	background-image: url("Images/book.png");
	background-repeat: no-repeat;
}

.tree-node.tree-node-expanded > div
{
	background-image: url("Images/book-open.png");
	background-repeat: no-repeat;
}

.tree-node.tree-node-leaf > div
{
	background-image: url("Images/topic.png");
	background-repeat: no-repeat;
}

.tree-node.tree-node-selected > div,
.web .tree-node.tree-node-selected > div:hover
{
	background-color: #CCE0F0;
}

.web .tree-node > div:hover
{
	background-color: #E5EFF7;
	background-repeat: no-repeat;
}

.tree-node a
{
	color: inherit;
	text-decoration: none;
}

.tree-node.tree-node-selected
{
	color: #000;
}

/* Index */

#index
{
	
}

#index .index-wrapper
{
	position: relative;
}

#index ul
{
	
}

#index .tree-node
{
	
}

#index .tree-node div
{
	
}

#index .tree-node.tree-node-collapsed > div
{
	background-image: url("Images/index-collapsed.png");
}

#index .tree-node.tree-node-expanded > div
{
	background-image: url("Images/index-expanded.png");
}

#index .tree-node.tree-node-leaf > div
{
	background-image: url("Images/index.png");
}

#index .tree-node.tree-node-selected > div,
.web #index .tree-node.tree-node-selected > div:hover
{
	
}

.web #index .tree-node > div:hover
{
	
}

#index .tree-node a
{
	color: inherit;
	text-decoration: none;
}

#index .tree-node.tree-node-selected
{
	
}

.see,
.see-also
{
	font-style: italic;
}

/* Glossary */

#glossary
{
	
}

#glossary .tree-node
{
	
}

#glossary .tree-node div
{
	background-image: none;
	padding-left: 0;
}

#glossary .GlossaryPageEntry .GlossaryPageTerm
{
	display: block;
}

#glossary .GlossaryPageEntry .GlossaryPageDefinition
{
	color: #707070;
	background-color: inherit;
	cursor: inherit;
	white-space: normal;
	margin: 0;
	padding-left: 18px;
}

#glossary .tree-node a
{
	color: inherit;
	text-decoration: none;
}

/* Community */

#community
{
	overflow: hidden;
	height: 100%;
}

#community-frame-html5
{
	width: 100%;
	height: 100%;
	border: none;
}

/* Topic */

#contentBody
{
	background-color: #F7F7F7;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
}

html.left-layout.no-tabs #contentBody,
html.right-layout.no-tabs #contentBody
{
	left: 5px;
	right: 5px;
}

html.left-layout #contentBody
{
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
	left: 305px;
	right: 0;
	float: right;
}

html.left-layout #contentBody.nav-closed
{
	left: 5px;
}

html.right-layout #contentBody
{
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
	left: 0;
	right: 305px;
}

html.right-layout #contentBody.nav-closed
{
	right: 5px;
}

#contentBodyInner
{
	background-color: #FFF;
	border-top: solid 1px #E1E1E1;
	border-right: solid 1px #E1E1E1;
	border-left: solid 1px #E1E1E1;
	position: absolute;
	top: 38px;
	right: 9px;
	bottom: 0;
	left: 9px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

iframe.content
{
	position: absolute;
	/* need this for IE 7 otherwise it'll treat width/height as "auto" */
	border: none;
	width: 100%;
	height: 100%;
}

#search-results-flex
{
	display: flex;
	flex-direction: row;
	column-gap: 25px;
	margin: 8px;
}

html[dir='rtl'] #search-results-flex
{
	flex-direction: row-reverse;
}

/* Search */

#knowledge-panel
{
	flex: 0 0 auto;
}

#searchPane
{
	flex: 1 1 auto;
}

#contentBodyInner
{
	
}

.search-bar
{
	display: none;
	border: solid 1px #363636;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 1px #7D7D7D;
	-moz-box-shadow: 0px 1px #7D7D7D;
	box-shadow: 0px 1px #7D7D7D;
	position: relative;
	float: left;
	margin-top: 15px;
}

.tab
{
	float: left;
}

.tabs-nav li
{
	width: 100px;
	height: 28px;
	cursor: pointer;
	list-style: none;
	float: left;
	text-align: center;
	line-height: 28px;
	margin-top: 3px;
}

.tabs-nav li.tabs-nav-inactive
{
	color: #DADADA;
	-webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
	border-right: solid 1px #494949;
	background: #707070;
	/* Old browsers */
	background: -moz-linear-gradient(top, #707070 0%, #555555 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#555555));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #707070 0%,#555555 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #707070 0%,#555555 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #707070 0%,#555555 100%);
	/* IE10+ */
	background: linear-gradient(#707070 0%,#555555 100%);
	/* W3C */
	-pie-background: linear-gradient(#707070, #555555);
	/*PIE*/
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-clip: padding-box;
}

.tabs-nav li.tabs-nav-active
{
	color: #000;
	background: #F7F7F7;
	/* Old browsers */
	background: -moz-linear-gradient(top, #FFF 0%, #F7F7F7 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F7F7F7));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFF 0%,#F7F7F7 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFF 0%,#F7F7F7 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #FFF 0%,#F7F7F7 100%);
	/* IE10+ */
	background: linear-gradient(#FFF 0%,#F7F7F7 100%);
	/* W3C */
	-pie-background: linear-gradient(#FFF, #F7F7F7);
	/*PIE*/
	margin-top: 0;
}

.tabs-panels
{
	height: 100%;
	background-color: #F7F7F7;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	padding: 7px;
}

.tabs-panel
{
	background-color: #F7F7F7;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	padding: 7px;
}

.tabs-panel-content
{
	background-color: #FFF;
	border: solid 1px #E1E1E1;
	border-bottom: none;
	position: absolute;
	top: 8px;
	right: 7px;
	bottom: 0;
	left: 7px;
	padding: 8px 7px 0 7px;
	overflow: auto;
}

#responsiveHeader
{
	display: none;
}

#responsiveHeader .logo
{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#responsiveHeader .logo > img
{
	
}

#search-field,
.search-field
{
	border: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	color: #DADADA;
	background: #6F6F6F;
	/* Old browsers */
	background: -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	/* IE10+ */
	background: linear-gradient(#6F6F6F 0%,#555555 100%);
	/* W3C */
	-pie-background: linear-gradient(#6F6F6F, #555555);
	/*PIE*/
	position: relative;
	/* need this to workaround CSS3PIE known issue: http://css3pie.com/documentation/known-issues/#z-index */
	font: inherit;
	width: 187px;
	height: 28px;
	padding: 0 2px 0 14px;
	float: left;
	outline: none;
	background-clip: padding-box;
}

.search-filter
{
	color: #DADADA;
	font-size: 11px;
	text-align: center;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	border-left: solid 1px #363636;
	background-position: center;
	background: #6F6F6F;
	/* Old browsers */
	background: -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	/* IE10+ */
	background: linear-gradient(#6F6F6F 0%,#555555 100%);
	/* W3C */
	-pie-background: linear-gradient(#6F6F6F, #555555);
	/*PIE*/
	height: 28px;
	line-height: 28px;
	padding-right: 5px;
	cursor: pointer;
}

.search-field::-ms-clear
{
	display: none;
}

.search-filter-wrapper.open
{
	background: #3F3F3F;
}

.search-filter span
{
	padding-left: 15px;
	padding-right: 15px;
}

.search-filter span:after
{
	content: "";
	border: solid 3px transparent;
	border-top-color: #DADADA;
	border-top-width: 6px;
	border-bottom: none;
	position: absolute;
	top: 50%;
	right: 42px;
	/* .search-submit width + 8px padding: 34px + 8px */
	margin-top: -3px;
	width: 0;
	height: 0;
}

.search-filter-wrapper
{
	display: none;
	float: left;
}

.search-filter-content
{
	display: none;
	background-color: #3F3F3F;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	position: absolute;
	right: 34px;
	line-height: normal;
	text-align: left;
	overflow: auto;
	z-index: 1;
}

.search-filter-content ul
{
	list-style: none;
	margin: 0;
	padding: 6px;
}

.search-filter-content ul li
{
	padding: 5px;
	margin: 0;
}

.search-filter-content ul li:hover
{
	color: #F7F7F7;
	background-color: #6F6F6F;
}

.search-submit-wrapper
{
	border-left: solid 1px #363636;
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	background: #626262 url("Images/magnifying_glass.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/magnifying_glass.png") no-repeat center center, -moz-linear-gradient(top, #626262 0%, #373737 100%);
	/* FF3.6+ */
	background: url("Images/magnifying_glass.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626262), color-stop(100%,#373737));
	/* Chrome,Safari4+ */
	background: url("Images/magnifying_glass.png") no-repeat center center, -webkit-linear-gradient(top, #626262 0%,#373737 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/magnifying_glass.png") no-repeat center center, -o-linear-gradient(top, #626262 0%,#373737 100%);
	/* Opera11.10+ */
	background: url("Images/magnifying_glass.png") no-repeat center center, -ms-linear-gradient(top, #626262 0%,#373737 100%);
	/* IE10+ */
	background: url("Images/magnifying_glass.png") no-repeat center center, linear-gradient(#626262 0%,#373737 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/magnifying_glass.png") no-repeat center center, linear-gradient(#626262, #373737);
	/*PIE*/
	position: relative;
	/* need this to workaround CSS3PIE known issue: http://css3pie.com/documentation/known-issues/#z-index */
	float: left;
	cursor: pointer;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.search-submit
{
	width: 16px;
	height: 28px;
	padding-left: 6px;
	padding-right: 10px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

/* placeholder */
/*#search-field::-webkit-input-placeholder { font-style: italic; }*/
/* webkit */
/*#search-field:-moz-placeholder { font-style: italic; }*/
/* mozilla */

#results-heading
{
	color: #393F45;
	font-size: 20px;
	border-bottom: solid 1px #EBEBEB;
	padding-bottom: 10px;
}

#resultList
{
	
}

#resultList,
#communityResultList
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#resultList > li
{
	margin-bottom: 16px;
}

#communityResultList
{
	padding-left: 20px;
}

#communityResultList li
{
	margin: 10px 0px;
}

#communityResultList a
{
	text-decoration: none;
}

#communityResultList a:hover
{
	text-decoration: underline;
}

#resultList.communitySearch .title
{
	display: none;
}

#resultList.communitySearch #communityResultList
{
	padding: 0px;
}

#pagination
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#pagination a
{
	min-width: 34px;
	cursor: pointer;
}

#pagination a:hover
{
	border: solid 1px #e2e2e6;
	background-color: #fff;
}

.activityInfo
{
	color: #666;
}

.activityInfo a
{
	color: #666;
}

a.activityText
{
	color: #000;
}

.activityTime
{
	font-style: italic;
	font-size: 11px;
	color: #999;
	margin-left: 3px;
}

#resultList .title
{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 2px 0;
}

#resultList .title a
{
	color: #2200C1;
	text-decoration: underline;
}

#resultList .description
{
	font-size: 13px;
}

#resultList .url cite
{
	color: #0E774A;
	font-size: 13px;
	font-style: normal;
}

#resultList .glossary
{
	padding: 15px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
	line-height: normal;
}

#resultList .glossary .term
{
	margin-bottom: 10px;
	font-size: 1.5em;
}

.ratingStarsContainer
{
	color: #9C9C9C;
	font-size: 13px;
}

.ratingStar
{
	font-size: 0px;
	background-image: url("Images/RatingStars.png");
	padding: 12px 12px 0 0;
	display: inline;
}

.ratingStarEmpty
{
	
}

.ratingStarFilled
{
	background-position: -24px 0;
}

/**/

.needs-pie
{
	behavior: url(../Scripts/PIE-no-motw.htc);
}

.toc-icon
{
	position: absolute;
	top: 3px;
	border: none;
}

#contentBody
{
	width: auto;
}

.search-account-container
{
	position: absolute;
	right: 10px;
}

.central-account-wrapper
{
	float: right;
}

.central-dropdown
{
	display: none;
	position: relative;
	cursor: pointer;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 15px;
}

.central-hosted .central-dropdown,
.skin-preview .central-dropdown
{
	display: block;
}

.central-dropdown:after
{
	content: ' ';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	bottom: 0;
	left: 50%;
	border-bottom-color: #ffffff;
	margin-left: -8px;
}

.central-dropdown .central-account-drop
{
	display: block;
	padding: 10px 0;
	font-size: 12px;
	color: #dadada;
}

.central-dropdown-content
{
	position: absolute;
	background-color: #ffffff;
	width: 100px;
	text-align: center;
	line-height: 35px;
	right: 0;
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
}

.central-dropdown-content a
{
	display: block;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 14px;
}

.central-dropdown-content a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.central-dropdown:after,
.central-dropdown-content
{
	visibility: hidden;
	opacity: 0;
}

.central-dropdown.active:after,
.central-dropdown.active .central-dropdown-content,
.central-dropdown:hover:after,
.central-dropdown:hover .central-dropdown-content
{
	visibility: visible;
	opacity: 1;
}

.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;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.central-account-text:after
{
	content: "";
	border: solid 3px transparent;
	border-top-width: 6px;
	margin-left: 5px;
	width: 0;
	height: 0;
	border-top-color: #dadada;
	display: inline-flex;
}

.central-separator
{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: auto;
	background-color: #D5D8DA;
	border: 0px;
	height: 1px;
}

/*   Micro content basic styles   */

.micro-content
{
	overflow-y: auto;
	line-height: normal;
}

.micro-content-drop-down-button
{
	display: none;
	cursor: pointer;
}

.micro-content-drop-down-mode .micro-content-drop-down-button
{
	display: inline;
}

.micro-content-drop-down-mode > .micro-content-collapsed > .micro-response,
.micro-content-drop-down-mode > .micro-content-collapsed > .micro-response-title,
.micro-content-drop-down-mode > .micro-content-collapsed > .micro-response-url
{
	display: none !important;
}

.micro-content-truncated-mode .micro-response
{
	overflow: hidden;
}

.micro-content-expand
{
	display: none;
	width: 100%;
	cursor: pointer;
}

.micro-content-truncated-mode .micro-content-expand
{
	display: inline;
}

.micro-content-truncated-mode .micro-content-expand-transition-wrapper
{
	position: relative;
	height: 0px;
	width: 100%;
}

.micro-content-truncated-mode .micro-content-expand-transition
{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

.micro-content-drop-down-mode .micro-content-phrase
{
	cursor: pointer;
}

.featured-snippets-container .micro-content
{
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
	background-position: center center;
}

.featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
}

.featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
}

.featured-snippets-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.featured-snippets-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.featured-snippets-container.micro-content-truncated-mode .micro-content-expand-transition
{
	background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: linear-gradient(transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

.knowledge-panel-container .micro-content
{
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
	background-position: center center;
}

.knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
}

.knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
}

.knowledge-panel-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.knowledge-panel-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.knowledge-panel-container.micro-content-truncated-mode .micro-content-expand-transition
{
	background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: linear-gradient(transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

.defaultSkin #DEBUG_Log
{
	background-color: #CCCCCC;
	border: solid 2px black;
	width: 275px;
	top: 50px;
	right: 25px;
	position: fixed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 99999;
	display: none;
}

html.DEBUG.defaultSkin #DEBUG_Log
{
	display: block;
}

.defaultSkin .MCDebugLogHeader
{
	border-bottom: solid 1px black;
	font-size: 14px;
	font-weight: bold;
	padding: 1ex;
}

.defaultSkin .MCDebugLogBody
{
	background-color: #FFFFFF;
	font-family: Monospace;
	font-size: 11px;
	height: 200px;
	overflow: auto;
}

.defaultSkin .MCDebugLogEntry
{
	border-bottom: solid 1px #AAAAAA;
}

.defaultSkin .MCDebugLogEntryTime
{
	color: #777777;
	margin: 0;
}

.defaultSkin .MCDebugLogFooter
{
	padding: 1ex;
}

.defaultSkin,
.defaultSkin body
{
	height: 100%;
}

.defaultSkin
{
	overflow: hidden;
}

.defaultSkin body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url("Images/diagonal_lines.png");
}

.defaultSkin #header
{
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.defaultSkin #header .logo
{
	background-image: url("Images/logo.png");
	width: 126px;
	height: 33px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	margin-left: 20px;
}

.defaultSkin #header .logo > img
{
	border: none;
}

.defaultSkin #body
{
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
}

.defaultSkin #navigation
{
	width: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
}

html.left-layout.defaultSkin #navigation
{
	left: 0;
}

html.right-layout.defaultSkin #navigation
{
	right: 0;
}

.defaultSkin #navigation.nav-closed
{
	display: none;
}

.defaultSkin #navigationResizeBar
{
	width: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: col-resize;
	z-index: 9999;
}

.defaultSkin #navigationResizeBar.nav-closed
{
	cursor: default;
}

html.left-layout.defaultSkin #navigationResizeBar
{
	left: 300px;
}

html.right-layout.defaultSkin #navigationResizeBar
{
	right: 300px;
}

html.left-layout.defaultSkin #navigationResizeBar.nav-closed
{
	left: 0;
}

html.right-layout.defaultSkin #navigationResizeBar.nav-closed
{
	right: 0;
}

.defaultSkin #show-hide-navigation
{
	background-color: #F7F7F7;
	border: none;
	padding: 0;
}

.defaultSkin .showOnFocus:not(:focus)
{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

html.left-layout.defaultSkin #show-hide-navigation
{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	width: 10px;
	height: 46px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	left: 0px;
	cursor: pointer;
}

html.left-layout.defaultSkin #show-hide-navigation:after
{
	content: "";
	border: solid 6px transparent;
	border-right-color: #898989;
	border-right-width: 6px;
	border-left: none;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	margin-top: -6px;
	margin-left: -3px;
	width: 0;
	height: 0;
}

html.left-layout.defaultSkin .nav-closed #show-hide-navigation:after
{
	border-left-style: solid;
	border-left-color: #898989;
	border-left-width: 6px;
	border-right: none;
}

html.right-layout.defaultSkin #show-hide-navigation
{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.3);
	width: 10px;
	height: 46px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -23px;
	cursor: pointer;
}

html.right-layout.defaultSkin #show-hide-navigation:after
{
	content: "";
	border: solid 6px transparent;
	border-left-color: #898989;
	border-left-width: 6px;
	border-right: none;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	margin-top: -6px;
	margin-left: -3px;
	width: 0;
	height: 0;
}

html.right-layout.defaultSkin .nav-closed #show-hide-navigation:after
{
	border-right-style: solid;
	border-right-color: #898989;
	border-right-width: 6px;
	border-left: none;
}

.defaultSkin #mousemove-sheet
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: col-resize;
	z-index: 10000;
	background-color: White;
	opacity: 0;
	filter: alpha(opacity=0);
}

.defaultSkin .button.pulse-required,
.defaultSkin .button.feedback-required,
.defaultSkin .pulse-required,
.defaultSkin .feedback-required,
.defaultSkin .feedback-topic-required,
.defaultSkin .feedback-topic-required
{
	display: none;
}

.defaultSkin .pulse-active .pulse-required,
.defaultSkin .feedback-active .feedback-required,
.defaultSkin .feedback-active.has-topic .feedback-topic-required
{
	display: inline-flex;
}

.defaultSkin .tabs
{
	
}

.defaultSkin .tabs-nav li#GlossaryTab.tab-collapsed,
.defaultSkin .tabs-nav li#CommunityTab.tab-collapsed,
.defaultSkin .tabs-nav li#IndexTab.tab-collapsed,
.defaultSkin .tabs-nav li#TocTab.tab-collapsed
{
	width: auto;
}

.defaultSkin .tab-collapsed .tabs-nav-text
{
	display: none;
}

.defaultSkin .tabs-nav-icon
{
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 5px;
}

.defaultSkin .image-then-text .tabs-nav-text
{
	float: left;
}

.defaultSkin .image-then-text .tabs-nav-icon
{
	float: left;
}

.defaultSkin .text-then-image .tabs-nav-icon
{
	float: right;
}

.defaultSkin .text-then-image .tabs-nav-text
{
	float: right;
}

.defaultSkin .text-only .tabs-nav-icon
{
	display: none;
}

.defaultSkin .text-only .tabs-nav-text
{
	display: inline;
	padding: 0px 3px;
}

.defaultSkin .image-only .tabs-nav-icon
{
	display: inline-block;
}

.defaultSkin .image-only .tabs-nav-text
{
	display: none;
}

.defaultSkin #TocTab
{
	
}

.defaultSkin .tabs-nav .tab-collapsed
{
	width: auto;
}

.defaultSkin #IndexTab
{
	
}

.defaultSkin #GlossaryTab
{
	
}

.defaultSkin #BrowseSequencesTab
{
	
}

.defaultSkin #CommunityTab
{
	
}

.defaultSkin #SearchTab
{
	display: none;
}

.defaultSkin .tabs-nav-text
{
	
}

.defaultSkin .tabs-nav
{
	margin: 0;
	padding: 0;
}

.defaultSkin .tab .tabs-panel
{
	display: none;
}

.defaultSkin .tab.active .tabs-panel
{
	display: block;
}

.defaultSkin #home
{
	display: none;
}

.defaultSkin #responsive-search-index,
.defaultSkin #responsive-search-glossary
{
	display: none;
}

.defaultSkin .tabs-panel-search
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin: 0px;
	padding: 3px;
}

.defaultSkin .tabs-panel-content.searchable
{
	top: 41px;
}

.defaultSkin .tabs-panel-content.loading
{
	background: url("Images/loading-32px.gif") no-repeat center center;
}

.defaultSkin .login-dialog
{
	display: none;
	z-index: 10001;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -175px;
	width: 350px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
}

.defaultSkin .login-dialog.pulse
{
	width: 408px;
	height: 428px;
	margin-left: -204px;
	margin-top: -214px;
}

.defaultSkin #pulse-login-frame
{
	width: 100%;
	height: 100%;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
}

.defaultSkin .login-dialog-header
{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding-left: 50px;
	border-bottom: solid 1px #2B2B2B;
	background: #5A5A5A url("Images/login-dialog-icon.png") no-repeat 18px center;
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -moz-linear-gradient(top, #5A5A5A 0%, #4A4A4A 100%);
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5A5A5A), color-stop(100%,#4A4A4A));
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -webkit-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -o-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -ms-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, linear-gradient(#5A5A5A 0%,#4A4A4A 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/login-dialog-icon.png") no-repeat 18px center, linear-gradient(#5A5A5A, #4A4A4A);
	background-repeat: no-repeat;
	background-position: 18px center;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.defaultSkin .login-dialog-content
{
	border-top: solid 1px #767676;
	background: #5A5A5A;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 17px;
}

.defaultSkin .login-dialog-content .profile-item-wrapper
{
	color: #CECECE;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
}

.defaultSkin .login-dialog-content .profile-item-wrapper .label-wrapper
{
	margin-bottom: 5px;
	float: left;
}

.defaultSkin .login-dialog-content .profile-item-wrapper .input-wrapper
{
	float: right;
}

.defaultSkin .login-dialog-content .profile-item-wrapper input[type=text]
{
	margin: 0;
	padding: 5px;
	border: solid 1px #191919;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px #888;
	-moz-box-shadow: 0 1px #888;
	box-shadow: 0 1px #888;
	outline: none;
}

.defaultSkin .login-dialog-content .profile-item-wrapper.email-notifications-wrapper
{
	margin-top: 15px;
	height: auto;
	line-height: normal;
}

.defaultSkin .login-dialog-content .profile-item-wrapper.email-notifications-wrapper .label-wrapper
{
	float: none;
}

.defaultSkin .login-dialog-content .profile-item-wrapper.email-notifications-wrapper .email-notifications-group
{
	margin-right: 0;
	padding: 12px;
	background-color: #4A4A4A;
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 1px #2B2B2B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px #888;
	-moz-box-shadow: 0 1px #888;
	box-shadow: 0 1px #888;
}

.defaultSkin .login-dialog-content .profile-item-wrapper.error input,
.defaultSkin .login-dialog-content .profile-item-wrapper.error select
{
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.defaultSkin .login-dialog-buttons
{
	text-align: right;
}

.defaultSkin .login-dialog button
{
	color: #FFF;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 0;
	padding: 8px 26px;
	border: solid 1px #2B2B2B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #595959;
	background: -moz-linear-gradient(top, #595959 0%, #4A4A4A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#4A4A4A));
	background: -webkit-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	background: -o-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	background: -ms-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	background: linear-gradient(#595959 0%,#4A4A4A 100%);
	-pie-background: linear-gradient(#595959, #4A4A4A);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.defaultSkin .login-dialog button.close-dialog
{
	position: absolute;
	top: 8px;
	right: 8px;
	background: none;
	background-image: url('Images/close.png');
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0;
	border: 0;
}

.defaultSkin .login-dialog .status-message-box
{
	display: none;
	color: #0F0;
	text-align: center;
	margin-top: 16px;
	padding: 12px;
	background-color: #DCFEDC;
	border: solid 1px #0F0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.defaultSkin .login-dialog .status-message-box.error
{
	color: #F00;
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.defaultSkin .login-dialog .status-message-box .message
{
	display: none;
}

.defaultSkin #toc
{
	
}

.defaultSkin ul.tree.inner
{
	padding-left: 19px;
}

.defaultSkin ul.tree
{
	color: #707070;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	white-space: nowrap;
}

.defaultSkin .tree-node-expanded > ul
{
	display: block;
}

.defaultSkin .tree-node-collapsed > ul
{
	display: none;
}

.defaultSkin .tree-node div
{
	line-height: 1.9em;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 3px;
	position: relative;
}

.defaultSkin .tree-node div.GlossaryPageTerm .label
{
	margin: 0 5px;
}

.defaultSkin .tree-node .IndexTerm
{
	padding-left: 16px;
}

.defaultSkin .tree-node .new-indicator
{
	background-image: url("Images/new-indicator.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	margin-top: 3px;
}

.defaultSkin .tree-node-inner > div
{
	
}

.defaultSkin .tree-node.tree-node-collapsed > div
{
	background-image: url("Images/book.png");
	background-repeat: no-repeat;
}

.defaultSkin .tree-node.tree-node-expanded > div
{
	background-image: url("Images/book-open.png");
	background-repeat: no-repeat;
}

.defaultSkin .tree-node.tree-node-leaf > div
{
	background-image: url("Images/topic.png");
	background-repeat: no-repeat;
}

.defaultSkin .tree-node.tree-node-selected > div,
.defaultSkin .web .tree-node.tree-node-selected > div:hover
{
	background-color: #CCE0F0;
}

.defaultSkin .web .tree-node > div:hover
{
	background-color: #E5EFF7;
	background-repeat: no-repeat;
}

.defaultSkin .tree-node a
{
	color: inherit;
	text-decoration: none;
}

.defaultSkin .tree-node.tree-node-selected
{
	color: #000;
}

.defaultSkin #index
{
	
}

.defaultSkin #index .index-wrapper
{
	position: relative;
}

.defaultSkin #index ul
{
	
}

.defaultSkin #index .tree-node
{
	
}

.defaultSkin #index .tree-node div
{
	
}

.defaultSkin #index .tree-node.tree-node-collapsed > div
{
	background-image: url("Images/index-collapsed.png");
}

.defaultSkin #index .tree-node.tree-node-expanded > div
{
	background-image: url("Images/index-expanded.png");
}

.defaultSkin #index .tree-node.tree-node-leaf > div
{
	background-image: url("Images/index.png");
}

.defaultSkin #index .tree-node.tree-node-selected > div,
.defaultSkin .web #index .tree-node.tree-node-selected > div:hover
{
	
}

.defaultSkin .web #index .tree-node > div:hover
{
	
}

.defaultSkin #index .tree-node a
{
	color: inherit;
	text-decoration: none;
}

.defaultSkin #index .tree-node.tree-node-selected
{
	
}

.defaultSkin .see,
.defaultSkin .see-also
{
	font-style: italic;
}

.defaultSkin #glossary
{
	
}

.defaultSkin #glossary .tree-node
{
	
}

.defaultSkin #glossary .tree-node div
{
	background-image: none;
	padding-left: 0;
}

.defaultSkin #glossary .GlossaryPageEntry .GlossaryPageTerm
{
	display: block;
}

.defaultSkin #glossary .GlossaryPageEntry .GlossaryPageDefinition
{
	color: #707070;
	background-color: inherit;
	cursor: inherit;
	white-space: normal;
	margin: 0;
	padding-left: 18px;
}

.defaultSkin #glossary .tree-node a
{
	color: inherit;
	text-decoration: none;
}

.defaultSkin #community
{
	overflow: hidden;
	height: 100%;
}

.defaultSkin #community-frame-html5
{
	width: 100%;
	height: 100%;
	border: none;
}

.defaultSkin #contentBody
{
	background-color: #F7F7F7;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
}

html.left-layout.no-tabs.defaultSkin #contentBody,
html.right-layout.no-tabs.defaultSkin #contentBody
{
	left: 5px;
	right: 5px;
}

html.left-layout.defaultSkin #contentBody
{
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
	left: 305px;
	right: 0;
	float: right;
}

html.left-layout.defaultSkin #contentBody.nav-closed
{
	left: 5px;
}

html.right-layout.defaultSkin #contentBody
{
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
	left: 0;
	right: 305px;
}

html.right-layout.defaultSkin #contentBody.nav-closed
{
	right: 5px;
}

.defaultSkin #contentBodyInner
{
	background-color: #FFF;
	border-top: solid 1px #E1E1E1;
	border-right: solid 1px #E1E1E1;
	border-left: solid 1px #E1E1E1;
	position: absolute;
	top: 38px;
	right: 9px;
	bottom: 0;
	left: 9px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.defaultSkin iframe.content
{
	position: absolute;
	border: none;
	width: 100%;
	height: 100%;
}

.defaultSkin #search-results-flex
{
	display: flex;
	flex-direction: row;
	column-gap: 25px;
	margin: 8px;
}

.defaultSkin #search-results-flex
{
	flex-direction: row-reverse;
}

.defaultSkin #knowledge-panel
{
	flex: 0 0 auto;
}

.defaultSkin #searchPane
{
	flex: 1 1 auto;
}

.defaultSkin #contentBodyInner
{
	
}

.defaultSkin .search-bar
{
	display: none;
	border: solid 1px #363636;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 1px #7D7D7D;
	-moz-box-shadow: 0px 1px #7D7D7D;
	box-shadow: 0px 1px #7D7D7D;
	position: relative;
	float: left;
	margin-top: 15px;
}

.defaultSkin .tab
{
	float: left;
}

.defaultSkin .tabs-nav li
{
	width: 100px;
	height: 28px;
	cursor: pointer;
	list-style: none;
	float: left;
	text-align: center;
	line-height: 28px;
	margin-top: 3px;
}

.defaultSkin .tabs-nav li.tabs-nav-inactive
{
	color: #DADADA;
	-webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
	border-right: solid 1px #494949;
	background: #707070;
	background: -moz-linear-gradient(top, #707070 0%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#555555));
	background: -webkit-linear-gradient(top, #707070 0%,#555555 100%);
	background: -o-linear-gradient(top, #707070 0%,#555555 100%);
	background: -ms-linear-gradient(top, #707070 0%,#555555 100%);
	background: linear-gradient(#707070 0%,#555555 100%);
	-pie-background: linear-gradient(#707070, #555555);
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-clip: padding-box;
}

.defaultSkin .tabs-nav li.tabs-nav-active
{
	color: #000;
	background: #F7F7F7;
	background: -moz-linear-gradient(top, #FFF 0%, #F7F7F7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F7F7F7));
	background: -webkit-linear-gradient(top, #FFF 0%,#F7F7F7 100%);
	background: -o-linear-gradient(top, #FFF 0%,#F7F7F7 100%);
	background: -ms-linear-gradient(top, #FFF 0%,#F7F7F7 100%);
	background: linear-gradient(#FFF 0%,#F7F7F7 100%);
	-pie-background: linear-gradient(#FFF, #F7F7F7);
	margin-top: 0;
}

.defaultSkin .tabs-panels
{
	height: 100%;
	background-color: #F7F7F7;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	padding: 7px;
}

.defaultSkin .tabs-panel
{
	background-color: #F7F7F7;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	padding: 7px;
}

.defaultSkin .tabs-panel-content
{
	background-color: #FFF;
	border: solid 1px #E1E1E1;
	border-bottom: none;
	position: absolute;
	top: 8px;
	right: 7px;
	bottom: 0;
	left: 7px;
	padding: 8px 7px 0 7px;
	overflow: auto;
}

.defaultSkin #responsiveHeader
{
	display: none;
}

.defaultSkin #responsiveHeader .logo
{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.defaultSkin #responsiveHeader .logo > img
{
	
}

.defaultSkin #search-field,
.defaultSkin .search-field
{
	border: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	color: #DADADA;
	background: #6F6F6F;
	background: -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
	background: -webkit-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	background: -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	background: -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	background: linear-gradient(#6F6F6F 0%,#555555 100%);
	-pie-background: linear-gradient(#6F6F6F, #555555);
	position: relative;
	font: inherit;
	width: 187px;
	height: 28px;
	padding: 0 2px 0 14px;
	float: left;
	outline: none;
	background-clip: padding-box;
}

.defaultSkin .search-filter
{
	color: #DADADA;
	font-size: 11px;
	text-align: center;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	border-left: solid 1px #363636;
	background-position: center;
	background: #6F6F6F;
	background: -moz-linear-gradient(top, #6F6F6F 0%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6F6F6F), color-stop(100%,#555555));
	background: -webkit-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	background: -o-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	background: -ms-linear-gradient(top, #6F6F6F 0%,#555555 100%);
	background: linear-gradient(#6F6F6F 0%,#555555 100%);
	-pie-background: linear-gradient(#6F6F6F, #555555);
	height: 28px;
	line-height: 28px;
	padding-right: 5px;
	cursor: pointer;
}

.defaultSkin .search-field::-ms-clear
{
	display: none;
}

.defaultSkin .search-filter-wrapper.open
{
	background: #3F3F3F;
}

.defaultSkin .search-filter span
{
	padding-left: 15px;
	padding-right: 15px;
}

.defaultSkin .search-filter span:after
{
	content: "";
	border: solid 3px transparent;
	border-top-color: #DADADA;
	border-top-width: 6px;
	border-bottom: none;
	position: absolute;
	top: 50%;
	right: 42px;
	margin-top: -3px;
	width: 0;
	height: 0;
}

.defaultSkin .search-filter-wrapper
{
	display: none;
	float: left;
}

.defaultSkin .search-filter-content
{
	display: none;
	background-color: #3F3F3F;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	position: absolute;
	right: 34px;
	line-height: normal;
	text-align: left;
	overflow: auto;
	z-index: 1;
}

.defaultSkin .search-filter-content ul
{
	list-style: none;
	margin: 0;
	padding: 6px;
}

.defaultSkin .search-filter-content ul li
{
	padding: 5px;
	margin: 0;
}

.defaultSkin .search-filter-content ul li:hover
{
	color: #F7F7F7;
	background-color: #6F6F6F;
}

.defaultSkin .search-submit-wrapper
{
	border-left: solid 1px #363636;
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	background: #626262 url("Images/magnifying_glass.png") no-repeat center center;
	background: url("Images/magnifying_glass.png") no-repeat center center, -moz-linear-gradient(top, #626262 0%, #373737 100%);
	background: url("Images/magnifying_glass.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626262), color-stop(100%,#373737));
	background: url("Images/magnifying_glass.png") no-repeat center center, -webkit-linear-gradient(top, #626262 0%,#373737 100%);
	background: url("Images/magnifying_glass.png") no-repeat center center, -o-linear-gradient(top, #626262 0%,#373737 100%);
	background: url("Images/magnifying_glass.png") no-repeat center center, -ms-linear-gradient(top, #626262 0%,#373737 100%);
	background: url("Images/magnifying_glass.png") no-repeat center center, linear-gradient(#626262 0%,#373737 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/magnifying_glass.png") no-repeat center center, linear-gradient(#626262, #373737);
	position: relative;
	float: left;
	cursor: pointer;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.defaultSkin .search-submit
{
	width: 16px;
	height: 28px;
	padding-left: 6px;
	padding-right: 10px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.defaultSkin #results-heading
{
	color: #393F45;
	font-size: 20px;
	border-bottom: solid 1px #EBEBEB;
	padding-bottom: 10px;
}

.defaultSkin #resultList
{
	
}

.defaultSkin #resultList,
.defaultSkin #communityResultList
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

.defaultSkin #resultList > li
{
	margin-bottom: 16px;
}

.defaultSkin #communityResultList
{
	padding-left: 20px;
}

.defaultSkin #communityResultList li
{
	margin: 10px 0px;
}

.defaultSkin #communityResultList a
{
	text-decoration: none;
}

.defaultSkin #communityResultList a:hover
{
	text-decoration: underline;
}

.defaultSkin #resultList.communitySearch .title
{
	display: none;
}

.defaultSkin #resultList.communitySearch #communityResultList
{
	padding: 0px;
}

.defaultSkin #pagination
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

.defaultSkin #pagination a
{
	min-width: 34px;
	cursor: pointer;
}

.defaultSkin #pagination a:hover
{
	border: solid 1px #e2e2e6;
	background-color: #fff;
}

.defaultSkin .activityInfo
{
	color: #666;
}

.defaultSkin .activityInfo a
{
	color: #666;
}

.defaultSkin a.activityText
{
	color: #000;
}

.defaultSkin .activityTime
{
	font-style: italic;
	font-size: 11px;
	color: #999;
	margin-left: 3px;
}

.defaultSkin #resultList .title
{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 2px 0;
}

.defaultSkin #resultList .title a
{
	color: #2200C1;
	text-decoration: underline;
}

.defaultSkin #resultList .description
{
	font-size: 13px;
}

.defaultSkin #resultList .url cite
{
	color: #0E774A;
	font-size: 13px;
	font-style: normal;
}

.defaultSkin #resultList .glossary
{
	padding: 15px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
	line-height: normal;
}

.defaultSkin #resultList .glossary .term
{
	margin-bottom: 10px;
	font-size: 1.5em;
}

.defaultSkin .ratingStarsContainer
{
	color: #9C9C9C;
	font-size: 13px;
}

.defaultSkin .ratingStar
{
	font-size: 0px;
	background-image: url("Images/RatingStars.png");
	padding: 12px 12px 0 0;
	display: inline;
}

.defaultSkin .ratingStarEmpty
{
	
}

.defaultSkin .ratingStarFilled
{
	background-position: -24px 0;
}

.defaultSkin .needs-pie
{
	behavior: url(../Scripts/PIE-no-motw.htc);
}

.defaultSkin .toc-icon
{
	position: absolute;
	top: 3px;
	border: none;
}

.defaultSkin #contentBody
{
	width: auto;
}

.defaultSkin .search-account-container
{
	position: absolute;
	right: 10px;
}

.defaultSkin .central-account-wrapper
{
	float: right;
}

.defaultSkin .central-dropdown
{
	display: none;
	position: relative;
	cursor: pointer;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 15px;
}

.defaultSkin .central-hosted .central-dropdown,
.defaultSkin .skin-preview .central-dropdown
{
	display: block;
}

.defaultSkin .central-dropdown:after
{
	content: ' ';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	bottom: 0;
	left: 50%;
	border-bottom-color: #ffffff;
	margin-left: -8px;
}

.defaultSkin .central-dropdown .central-account-drop
{
	display: block;
	padding: 10px 0;
	font-size: 12px;
	color: #dadada;
}

.defaultSkin .central-dropdown-content
{
	position: absolute;
	background-color: #ffffff;
	width: 100px;
	text-align: center;
	line-height: 35px;
	right: 0;
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
}

.defaultSkin .central-dropdown-content a
{
	display: block;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 14px;
}

.defaultSkin .central-dropdown-content a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.defaultSkin .central-dropdown:after,
.defaultSkin .central-dropdown-content
{
	visibility: hidden;
	opacity: 0;
}

.defaultSkin .central-dropdown.active:after,
.defaultSkin .central-dropdown.active .central-dropdown-content,
.defaultSkin .central-dropdown:hover:after,
.defaultSkin .central-dropdown:hover .central-dropdown-content
{
	visibility: visible;
	opacity: 1;
}

.defaultSkin .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;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.defaultSkin .central-account-text:after
{
	content: "";
	border: solid 3px transparent;
	border-top-width: 6px;
	margin-left: 5px;
	width: 0;
	height: 0;
	border-top-color: #dadada;
	display: inline-flex;
}

.defaultSkin .central-separator
{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: auto;
	background-color: #D5D8DA;
	border: 0px;
	height: 1px;
}

.defaultSkin .micro-content
{
	overflow-y: auto;
	line-height: normal;
}

.defaultSkin .micro-content-drop-down-button
{
	display: none;
	cursor: pointer;
}

.defaultSkin .micro-content-drop-down-mode .micro-content-drop-down-button
{
	display: inline;
}

.defaultSkin .micro-content-drop-down-mode > .micro-content-collapsed > .micro-response,
.defaultSkin .micro-content-drop-down-mode > .micro-content-collapsed > .micro-response-title,
.defaultSkin .micro-content-drop-down-mode > .micro-content-collapsed > .micro-response-url
{
	display: none !important;
}

.defaultSkin .micro-content-truncated-mode .micro-response
{
	overflow: hidden;
}

.defaultSkin .micro-content-expand
{
	display: none;
	width: 100%;
	cursor: pointer;
}

.defaultSkin .micro-content-truncated-mode .micro-content-expand
{
	display: inline;
}

.defaultSkin .micro-content-truncated-mode .micro-content-expand-transition-wrapper
{
	position: relative;
	height: 0px;
	width: 100%;
}

.defaultSkin .micro-content-truncated-mode .micro-content-expand-transition
{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

.defaultSkin .micro-content-drop-down-mode .micro-content-phrase
{
	cursor: pointer;
}

.defaultSkin .featured-snippets-container .micro-content
{
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
	background-position: center center;
}

.defaultSkin .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
}

.defaultSkin .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
}

.defaultSkin .featured-snippets-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.defaultSkin .featured-snippets-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.defaultSkin .featured-snippets-container.micro-content-truncated-mode .micro-content-expand-transition
{
	background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: linear-gradient(transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

.defaultSkin .knowledge-panel-container .micro-content
{
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
	background-position: center center;
}

.defaultSkin .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
}

.defaultSkin .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
}

.defaultSkin .knowledge-panel-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.defaultSkin .knowledge-panel-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.defaultSkin .knowledge-panel-container.micro-content-truncated-mode .micro-content-expand-transition
{
	background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: linear-gradient(transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

