/*<meta />*/

/* Search */
/* Fix for safari/ios */

input[type="search"]
{
	-webkit-appearance: none;
}

.search,
.search-bar
{
	width: 100%;
	position: relative;
	color: #DADADA;
	margin: 0 auto;
}

.search-bar .search-field
{
	text-align: left;
	width: 100%;
	height: 2em;
	padding-left: 10px;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
	border-radius: 25px;
	font: inherit;
	background: #FFFFFF;
	color: #5F5F5F;
	position: relative;
}

.search-bar .search-field::-webkit-search-cancel-button
{
	display: none;
}

.search-field::-ms-clear
{
	display: none;
}

.search-bar .search-filter
{
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #5F5F5F;
	line-height: 2em;
	padding-right: 5px;
	cursor: pointer;
	height: 2em;
	width: 45px;
	background: #ffffff url('../Images/FilterOutline.png') no-repeat center center;
}

.search-bar .search-filter.selected
{
	background-image: url('../Images/Filter.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.search-bar .search-filter-wrapper.open
{
	background-repeat: no-repeat;
	background-position: center center;
}

.search-bar .search-filter-wrapper
{
	display: none;
	position: absolute;
	top: 0;
	right: 56px;
}

.search-filter-content
{
	display: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	position: absolute;
	right: 0;
	top: 2em;
	line-height: normal;
	text-align: left;
	overflow: auto;
	z-index: 1;
	color: #888888;
	background-color: #ffffff;
	white-space: nowrap;
}

.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: #000000;
	background-color: #ffffff;
}

.search-bar .search-submit-wrapper
{
	position: absolute;
	top: 0;
	right: 0;
	tooltip: Search;
}

.search-bar .search-submit
{
	width: 56px;
	height: 2em;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #bed230 url('../Images/SearchIcon.png') no-repeat center center;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Menu Styles */

ul.menu.mc-component
{
	overflow-y: auto;
}

ul.menu a
{
	text-decoration: none;
	color: #000;
}

ul.menu,
ul.menu ul,
ul.menu li
{
	list-style: none;
	display: list-item;
	margin: 0;
}

ul.menu,
ul.menu ul,
ul.menu li
{
	padding: 0;
}

ul.menu li > a
{
	display: block;
}

ul.menu li > a.selected
{
	font-weight: bold;
}

/* Search Results Styles */

#results-heading
{
	margin-bottom: 20px;
}

#resultList
{
	padding-left: 0;
	margin: 0;
}

#resultList h3.title a
{
	text-decoration: none;
	font-weight: normal;
}

#resultList h3.title
{
	margin-bottom: 2px;
	line-height: 1.1em;
}

#resultList > li
{
	list-style: none;
	margin-bottom: 16px;
}

#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;
}

#communityResultList
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.9em;
}

#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;
}

.phrase-suggest
{
	display: block;
}

.search-result-highlight
{
	font-weight: bold;
}

.activityInfo
{
	color: #666;
}

.activityInfo a:link,
.activityInfo a:visited
{
	color: #666;
}

a.activityText:link,
a.activityText:visited
{
	color: #000;
}

.activityTime
{
	font-style: italic;
	font-size: 11px;
	color: #999;
	margin-left: 3px;
}

#pagination
{
	height: 2.5em;
	line-height: 2.5em;
}

#pagination a
{
	min-width: 34px;
	cursor: pointer;
	border: solid 1px #fafafc;
	color: #0185D1;
	font-size: 1em;
	margin: 20px 5px;
	padding: 2px 8px;
	text-decoration: none;
}

#pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

#pagination a:hover
{
	border-top: solid 1px #e2e2e6;
}

.micro-content-container > .micro-content
{
	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;
	overflow-y: auto;
}

.micro-content-container > .micro-content > .micro-response
{
	overflow: hidden;
	max-height: 200px;
}

.micro-content-container > .micro-content > .micro-content-expand
{
	height: 40px;
	width: 100%;
	background: #ffffff url('../Images/arrow-down.png') no-repeat center center;
	border-left: none;
	border-right: none;
	border-top: solid 1px #b9bec1;
	border-bottom: solid 1px #b9bec1;
	cursor: pointer;
}

.micro-content-container > .micro-content > .micro-content-expand.expanded
{
	background: #ffffff url('../Images/arrow-up.png') no-repeat center center;
}

.micro-content-container > .micro-content > .micro-content-expand-transition-wrapper
{
	position: relative;
	height: 0px;
	width: 100%;
}

.micro-content-container > .micro-content > .micro-content-expand-transition-wrapper > .micro-content-expand-transition
{
	position: absolute;
	bottom: 0px;
	height: 50px;
	left: 0;
	right: 0;
	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(top, transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

.micro-content-container > .micro-content > .micro-response-title
{
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 2px 0;
}

.micro-content-container > .micro-content > .micro-response-title a
{
	color: #0185D1;
	text-decoration: underline;
}

.micro-content-container > .micro-content > .micro-response-url cite
{
	color: #0E774A;
	font-size: 0.8em;
	font-style: normal;
}

.central-account-image
{
	background: transparent url('../Images/icon-user-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: #6C6C6C;
	display: inline-flex;
}

.central-dropdown-proxy
{
	position: relative;
	display: none;
	line-height: 25px;
	z-index: 1;
	cursor: pointer;
}

.central-dropdown-proxy:after
{
	content: ' ';
	display: block;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	bottom: 0;
	border-bottom-color: #dadada;
	margin-left: 30px;
}

.central-dropdown-content
{
	position: absolute;
	background-color: #dadada;
	width: 100px;
	line-height: 35px;
	margin-top: 15px;
	text-align: center;
	z-index: 1 !important;
	visibility: hidden;
	opacity: 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.central-dropdown-proxy-content
{
	right: auto;
	left: auto;
}

div.central-dropdown-content > a
{
	display: block;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 14px;
	height: 25px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

div.central-dropdown-content > a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.central-dropdown-proxy:hover:after,
.central-dropdown-proxy:hover .central-dropdown-content
{
	visibility: visible;
	opacity: 1;
}

.central-dropdown-proxy:after,
.central-dropdown-content
{
	visibility: hidden;
	opacity: 0;
}

.central-separator
{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: auto;
	background-color: #A7A7A7;
	border: 0px;
	height: 1px;
}

.central-logout-link
{
	cursor: pointer;
}

.buttons._Skins_TopicToolBar.mc-component
{
	float: right;
	margin-right: 0px;
	margin-top: -40px;
	margin-bottom: 0px;
}

._Skins_TopicToolBar.mc-component .button
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
	height: 22px;
	background: #ececec;
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.collapse-all-button
{
	background: #ececec url('Images/collapse.png') no-repeat center center;
	background: url('Images/collapse.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: url('Images/collapse.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/collapse.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/collapse.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/collapse.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/collapse.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	background: #ececec;
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.edit-user-profile-button
{
	background: #ececec url('Images/edit-profile.png') no-repeat center center;
	background: url('Images/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: url('Images/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/edit-profile.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/edit-profile.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/edit-profile.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.expand-all-button
{
	background: #ececec url('Images/expand.png') no-repeat center center;
	background: url('Images/expand.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: url('Images/expand.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/expand.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/expand.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/expand.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/expand.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.feedback-button
{
	click: document;
	background: #ececec url('Images/star-full.png') no-repeat center center;
	background: url('Images/star-full.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/star-full.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: url('Images/star-full.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/star-full.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/star-full.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/star-full.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/star-full.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.login-button
{
	background: #ececec url('Images/login.png') no-repeat center center;
	background: url('Images/login.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: url('Images/login.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/login.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/login.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/login.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/login.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.next-topic-button
{
	background: #ececec url('Images/navigate-next.png') no-repeat center center;
	background: url('Images/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 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%,#ececec));
	background: url('Images/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/navigate-next.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/navigate-next.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/navigate-next.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.previous-topic-button
{
	background: #ececec url('Images/navigate-previous.png') no-repeat center center;
	background: url('Images/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 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%,#ececec));
	background: url('Images/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/navigate-previous.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/navigate-previous.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.print-button
{
	background: #ececec url('Images/printer.png') no-repeat center center;
	background: url('Images/printer.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: url('Images/printer.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/printer.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/printer.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/printer.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/printer.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.remove-highlight-button
{
	background: #ececec url('Images/highlight.png') no-repeat center center;
	background: url('Images/highlight.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: url('Images/highlight.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/highlight.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/highlight.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/highlight.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/highlight.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.select-language-button
{
	background: #ececec url('Images/select-language.png') no-repeat center center;
	background: url('Images/select-language.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: url('Images/select-language.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/select-language.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/select-language.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/select-language.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/select-language.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.select-skin-button
{
	background: #ececec url('Images/select-skin.png') no-repeat center center;
	background: url('Images/select-skin.png') no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: url('Images/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: url('Images/select-skin.png') no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/select-skin.png') no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#ececec 100%);
	background: url('Images/select-skin.png') no-repeat center center, linear-gradient(top, #ffffff 0%,#ececec 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/select-skin.png') no-repeat center center, linear-gradient(#ffffff, #ececec);
}

._Skins_TopicToolBar.mc-component .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Components/Images/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins_TopicToolBar.mc-component .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Components/Images/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins_TopicToolBar.mc-component .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins_TopicToolBar.mc-component .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins_TopicToolBar.mc-component .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins_TopicToolBar.mc-component .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins_TopicToolBar.mc-component .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins_TopicToolBar.mc-component .button-separator
{
	color: #e1e1e1;
	background-color: #e1e1e1;
	height: 24px;
}

._Skins_KB_Search.mc-component .search-auto-complete ul
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: solid 1px #808080;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #808080;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #ffffff;
}

._Skins_KB_Search.mc-component .search-auto-complete li a
{
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-item a
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-item
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-content a
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-content
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-history a
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-history
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-item.auto-result-selected a
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-item.auto-result-selected
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #ececec;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-content.auto-result-selected
{
	background-color: #ececec;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-history.auto-result-selected
{
	background-color: #ececec;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-item .auto-result-description
{
	color: #888888;
	font-size: 13px;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-content .auto-result-description
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-history .auto-result-description
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-item .auto-result-icon
{
	margin-right: 5px;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-content .auto-result-icon
{
	background: transparent url('Images/icon-topic.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Components/Images/icon-topic.png') no-repeat center center;
	background-size: contain;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-history .auto-result-icon
{
	background: transparent url('Images/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Components/Images/icon-search.png') no-repeat center center;
	background-size: contain;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-item .auto-result-phrase
{
	font-size: 16px;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-content .auto-result-phrase
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-history .auto-result-phrase
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
{
	font-weight: bold;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
{
	
}

._Skins_KB_Search.mc-component .search-auto-complete li .auto-result-remove
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 17px;
	height: 27px;
	background: transparent url('Images/icon-remove.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Components/Images/icon-remove.png') no-repeat center center;
	background-size: contain;
}

._Skins_KB_Search.mc-component .search-auto-complete li.auto-result-item .auto-result-separator
{
	
}

.search-bar._Skins_KB_Search.mc-component
{
	display: block;
	width: 400px;
	height: 2em;
	margin-top: 10px;
}

.search-bar._Skins_KB_Search.mc-component .search-field
{
	height: 2em;
	border-top: solid 1px #001b71;
	border-right: solid 1px #001b71;
	border-bottom: solid 1px #001b71;
	border-left: solid 1px #001b71;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #5F5F5F;
	font-family: Roboto, Verdana, Arial;
	font-size: 1em;
	padding-left: 10px;
	background-color: #ffffff;
}

.search-bar._Skins_KB_Search.mc-component .search-filter
{
	height: 2em;
	border-top: solid 1px #001b71;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #001b71;
	border-left: solid 1px #000000;
	width: 45px;
	background: #ffffff url('Images/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Default/Stylesheets/Components/Images/icon-filter.png') no-repeat center center;
}

.search-bar._Skins_KB_Search.mc-component .search-submit
{
	height: 2em;
	border-top: solid 1px #001b71;
	border-right: solid 1px #001b71;
	border-bottom: solid 1px #001b71;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

._Skins_KB_Search.mc-component .search-filter-content
{
	top: 2em;
	color: #888888;
	background-color: #cfd8dc;
}

.search-bar._Skins_KB_Search.mc-component .search-filter-wrapper.open
{
	-pie-background: #ffffff url('Skins/Default/Stylesheets/Components/Images/icon-filter.png') no-repeat center center;
	color: #888888;
	background-color: #cfd8dc;
}

.search-bar._Skins_KB_Search.mc-component .search-filter:hover
{
	background-color: #ffffff;
}

.search-bar._Skins_KB_Search.mc-component .search-filter.selected
{
	background: transparent url('Images/icon-filter-selected.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Components/Images/icon-filter-selected.png') no-repeat center center;
}

._Skins_KB_Search.mc-component .search-filter-content ul li:hover
{
	color: #696969;
	background-color: #ffffff;
}

._Skins_KB_Search.mc-component .search-filter-content ul li button:focus
{
	color: #696969;
	background-color: #ffffff;
}

.search-bar._Skins_KB_Search.mc-component .search-field::-webkit-input-placeholder
{
	color: #5F5F5F;
}

.search-bar._Skins_KB_Search.mc-component .search-field::-moz-placeholder
{
	color: #5F5F5F;
}

.search-bar._Skins_KB_Search.mc-component .search-field:-moz-placeholder
{
	color: #5F5F5F;
}

.search-bar._Skins_KB_Search.mc-component .search-field:-ms-input-placeholder
{
	color: #5F5F5F;
}

.search-bar._Skins_KB_Search.mc-component .search-submit-wrapper
{
	font-size: 1em;
}

.search-bar._Skins_KB_Search.mc-component .search-filter-wrapper
{
	font-size: 1em;
	right: 36px;
}

.search-bar.search-bar-container._Skins_KB_Search.mc-component .search-submit
{
	width: 36px;
	background: transparent url('Images/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Components/Images/icon-search.png') no-repeat center center;
}

.search-bar.search-bar-container._Skins_KB_Search.mc-component .search-submit:hover
{
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component
{
	color: transparent;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	max-height: 100%;
	background-color: #ffffff;
}

ul.menu._Skins_KB_Menu.mc-component a
{
	color: transparent;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul.menu._Skins_KB_Menu.mc-component li > a
{
	line-height: 0em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component ul > li > a
{
	color: #0276b7;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 2px;
	padding-left: 0px;
	padding-top: 22px;
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component ul ul > li > a
{
	color: #0276b7;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component ul ul ul > li > a
{
	padding-left: 60px;
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component ul ul ul ul > li > a
{
	padding-left: 80px;
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component li > a.selected
{
	font-weight: bold;
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component li > a:hover
{
	color: transparent;
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component ul > li > a:hover
{
	color: #0276b7;
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component ul ul > li > a:hover
{
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component ul ul ul > li > a:hover
{
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component ul ul ul ul > li > a:hover
{
	background-color: transparent;
}

ul.menu._Skins_KB_Menu.mc-component li > a.selected:hover
{
	font-weight: bold;
	background-color: transparent;
}

._Skins_SearchPage.mc-component #resultList .glossary .definition
{
	font-family: Roboto, Verdana, Arial;
}

._Skins_SearchPage.mc-component #resultList .glossary
{
	font-family: Roboto, Verdana, Arial;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_SearchPage.mc-component #resultList .glossary .term
{
	font-family: Roboto, Verdana, Arial;
	font-size: 1.5em;
	margin-bottom: 10px;
}

._Skins_SearchPage.mc-component #resultList .glossary .term a
{
	
}

._Skins_SearchPage.mc-component #resultList .glossary .term a:visited
{
	
}

._Skins_SearchPage.mc-component #resultList .glossary .term a:focus
{
	
}

._Skins_SearchPage.mc-component #resultList .glossary .term a:hover
{
	
}

._Skins_SearchPage.mc-component #resultList .glossary .term a:active
{
	
}

._Skins_SearchPage.mc-component h1#results-heading
{
	color: #393f45;
	font-family: Roboto, Verdana, Arial;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
}

._Skins_SearchPage.mc-component #results-heading
{
	border-bottom: solid 1px #ebebeb;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-response
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: 200px;
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-content-expand.expanded
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	background: url('Images/arrow-up.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, #d3d3d3 100%);
	background: url('Images/arrow-up.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#d3d3d3));
	background: url('Images/arrow-up.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, #d3d3d3 100%);
	background: url('Images/arrow-up.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,#d3d3d3 100%);
	background: url('Images/arrow-up.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,#d3d3d3 100%);
	background: url('Images/arrow-up.png') no-repeat center center, linear-gradient(top, transparent 0%,#d3d3d3 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/arrow-up.png') no-repeat center center, linear-gradient(transparent, #d3d3d3);
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-content-expand
{
	border-top: none 1px #b9bec1;
	border-bottom: solid 1px #b9bec1;
	height: 40px;
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	background: url('Images/arrow-down.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, #d3d3d3 100%);
	background: url('Images/arrow-down.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#d3d3d3));
	background: url('Images/arrow-down.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, #d3d3d3 100%);
	background: url('Images/arrow-down.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,#d3d3d3 100%);
	background: url('Images/arrow-down.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,#d3d3d3 100%);
	background: url('Images/arrow-down.png') no-repeat center center, linear-gradient(top, transparent 0%,#d3d3d3 100%);
	-pie-background: url('Skins/Default/Stylesheets/Components/Images/arrow-down.png') no-repeat center center, linear-gradient(transparent, #d3d3d3);
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-content-expand-transition-wrapper > .micro-content-expand-transition
{
	height: 50px;
	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(top, transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-response-title a:focus
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-response-title a:hover
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-response-title a:active
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content > .micro-response-title a:visited
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SearchPage.mc-component .micro-content-container > .micro-content
{
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_SearchPage.mc-component #pagination
{
	height: 40px;
	line-height: ;
}

._Skins_SearchPage.mc-component #pagination a
{
	border-top: solid 1px #fafafc;
	color: #0185D1;
	font-family: Roboto, Verdana, Arial;
	font-size: 1em;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

._Skins_SearchPage.mc-component #pagination a:hover
{
	border-top: solid 1px #e2e2e6;
}

._Skins_SearchPage.mc-component #pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

._Skins_SearchPage.mc-component #resultList .description
{
	font-family: Roboto, Verdana, Arial;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 35px;
}

._Skins_SearchPage.mc-component #resultList h3.title a
{
	color: #5B8EC1;
	font-family: Roboto, Verdana, Arial;
	font-size: 1.2em;
}

._Skins_SearchPage.mc-component #resultList h3.title
{
	margin-bottom: 2px;
	text-decoration: none;
}

._Skins_SearchPage.mc-component #resultList h3.title a:visited
{
	color: #5B8EC1;
	text-decoration: none;
}

._Skins_SearchPage.mc-component #resultList h3.title a:focus
{
	color: #5B8EC1;
	text-decoration: none;
}

._Skins_SearchPage.mc-component #resultList h3.title a:hover
{
	color: #5B8EC1;
	text-decoration: underline;
}

._Skins_SearchPage.mc-component #resultList h3.title a:active
{
	color: #5B8EC1;
	text-decoration: none;
}

._Skins_SearchPage.mc-component #resultList .url cite
{
	color: #0e774a;
	font-size: 13px;
	font-style: normal;
	display: none;
}

._Skins_SearchPage.mc-component #resultList
{
	line-height: 1.15em;
	text-align: left;
	display: block;
}

._Skins_SearchPage.mc-component .phrase-suggest
{
	font-style: italic;
}

._Skins_SearchPage.mc-component .phrase-suggest a
{
	color: #2200C1;
}

