/*<meta />*/

/* Prevents Safari in landscape orientation from zooming in on text*/

.micro-response
{
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

/* Default css class for hiding element*/

.micro-response .hidden
{
	display: none;
}

.micro-response a.glossaryTerm
{
	text-decoration: none;
}

/**/

.micro-response #ios-wrapper
{
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.micro-response .img_off
{
	display: none;
}

/* Feedback/Pulse */

.micro-response .pulse-required,
.micro-response .feedback-required,
.micro-response .feedback-topic-required
{
	display: none;
}

.micro-response .pulse-active .pulse-required,
.micro-response .feedback-active .feedback-required,
.micro-response .feedback-active.has-topic .feedback-topic-required
{
	display: block;
}

/* Login Dialog */

.micro-response .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;
}

.micro-response .login-dialog.pulse
{
	position: fixed;
	width: 408px;
	height: 428px;
	margin-left: -204px;
	margin-top: -214px;
}

.micro-response #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;
}

.micro-response .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(top, #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;
}

.micro-response .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;
}

.micro-response .login-dialog-content .profile-item-wrapper
{
	color: #CECECE;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
}

.micro-response .login-dialog-content .profile-item-wrapper .label-wrapper
{
	margin-bottom: 5px;
	float: left;
}

.micro-response .login-dialog-content .profile-item-wrapper .input-wrapper
{
	float: right;
}

.micro-response .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;
}

.micro-response .login-dialog-content .profile-item-wrapper.email-notifications-wrapper
{
	margin-top: 15px;
	height: auto;
	line-height: normal;
}

.micro-response .login-dialog-content .profile-item-wrapper.email-notifications-wrapper .label-wrapper
{
	float: none;
}

.micro-response .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;
}

.micro-response .login-dialog-content .profile-item-wrapper.error input,
.micro-response .login-dialog-content .profile-item-wrapper.error select
{
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.micro-response .login-dialog-buttons
{
	text-align: right;
}

.micro-response .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(top, #595959 0%,#4A4A4A 100%);
	/* W3C */
	-pie-background: linear-gradient(#595959, #4A4A4A);
	/*PIE*/
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.micro-response .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;
}

.micro-response .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;
}

.micro-response .login-dialog .status-message-box.error
{
	color: #F00;
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.micro-response .login-dialog .status-message-box .message
{
	display: none;
}

.micro-response .backlink-container
{
	position: absolute;
	bottom: 11px;
	right: 20px;
}

.micro-response .backlink-container-topnav
{
	bottom: 4px;
	right: 4px;
}

.micro-response .backlink-container-sidenav
{
	bottom: 20px;
	right: 20px;
}

.micro-response #mc-backlink
{
	text-decoration: none;
	color: #7d858a;
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
}

.micro-response #mc-backlink > sup
{
	font-size: 12px;
}

.micro-response .height-container
{
	/* just to contain top margin of element inside */
	padding-top: 0.1px;
	position: relative;
	box-sizing: border-box;
}

.micro-response .height-container-no-footer
{
	padding-bottom: 30px;
}

.micro-response .height-container-sidenav
{
	padding-bottom: 40px;
}

/* to contain floating elements in the div */

.micro-response .height-container:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.micro-response div.MCBreadcrumbsBox_0
{
	font-size: 8pt;
	border-bottom-width: 0px;
	margin-bottom: 3px;
	padding-bottom: 4px;
	font-weight: normal;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-color: black;
}

.micro-response .xref
{
	font-weight: normal;
	font-style: normal;
	color: #0468ae;
	text-decoration: none;
}

.micro-response .xref:hover
{
	color: #0468ae;
	font-weight: bold;
}

.micro-response .MCHelpControl-Related .MCHelpControl-RelatedHotSpot_
{
	background-position: left;
	background-image: url('RelatedTopics.gif');
	padding-left: 30px;
	padding-right: 0;
}

.micro-response .link-list-popup
{
	background-color: #f0f0f0;
	border: solid 1px #325e82;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.micro-response .link-list-popup ul li
{
	color: Black;
	background-color: Transparent;
	padding: 5px;
	font-family: sans-serif;
	font-size: 10pt;
}

.micro-response .link-list-popup ul li:hover
{
	background-color: #ffffff;
	color: #0468ae;
}

.micro-response .MCHelpControlList
{
	
}

.micro-response .MCHelpControlListItem
{
	
}

.micro-response .MCHelpControlListItem a
{
	
}

.micro-response .MCHelpControlListItem a:link
{
	
}

.micro-response .MCHelpControlListItem a:visited
{
	
}

.micro-response .MCHelpControlListItem a:hover
{
	
}

.micro-response .MCHelpControlListItem a:focus
{
	
}

.micro-response .MCConceptLinkControlList
{
	font-size: 10pt;
}

.micro-response .MCConceptLinkControlListItem
{
	font-size: 10pt;
}

.micro-response .MCConceptLinkControlListItem a
{
	font-size: 10pt;
}

.micro-response .MCConceptLinkControlListItem a:link
{
	
}

.micro-response .MCConceptLinkControlListItem a:visited
{
	
}

.micro-response .MCConceptLinkControlListItem a:hover
{
	
}

.micro-response .MCConceptLinkControlListItem a:focus
{
	
}

.micro-response .MCKeywordLinkControlList
{
	
}

.micro-response .MCKeywordLinkControlListItem
{
	
}

.micro-response .MCKeywordLinkControlListItem a
{
	
}

.micro-response .MCKeywordLinkControlListItem a:link
{
	
}

.micro-response .MCKeywordLinkControlListItem a:visited
{
	
}

.micro-response .MCKeywordLinkControlListItem a:hover
{
	
}

.micro-response .MCKeywordLinkControlListItem a:focus
{
	
}

.micro-response .MCRelatedTopicsControlList
{
	
}

.micro-response .MCRelatedTopicsControlListItem
{
	
}

.micro-response .MCRelatedTopicsControlListItem a
{
	
}

.micro-response .MCRelatedTopicsControlListItem a:link
{
	
}

.micro-response .MCRelatedTopicsControlListItem a:visited
{
	
}

.micro-response .MCRelatedTopicsControlListItem a:hover
{
	
}

.micro-response .MCRelatedTopicsControlListItem a:focus
{
	
}

.micro-response .relatedTopics
{
	padding-top: 20;
	color: #0468ae;
}

.micro-response .relatedTopics:link
{
	padding-top: 20;
	color: #0468ae;
}

.micro-response .dropDown
{
	border-bottom-color: #325e82;
	border-bottom: solid 0px #325e82;
}

.micro-response .dropDownHotspot
{
	text-decoration: none;
}

.micro-response .dropDownHotspot:link
{
	text-decoration: none;
}

.micro-response .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: url('accentis_open-lvl1.gif');
	padding-left: 5px;
	padding-right: 0;
}

.micro-response .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: url('accentis_closed-lvl1.gif');
	padding-left: 5px;
	padding-right: 0;
}

.micro-response .dropDownHead
{
	font-weight: lighter;
	padding-left: 60px;
	text-decoration: none;
}

.micro-response .dropDownHead.dropDownHeadh3
{
	color: #325e82;
	font-family: Arial;
	font-size: 16pt;
	margin-left: -10px;
	margin-bottom: 6px;
	margin-top: 15px;
	font-style: normal;
	font-weight: normal;
}

.micro-response .dropDownBody
{
	padding-bottom: 10px;
	border-bottom: dotted 1px #325e82;
}

.micro-response .img
{
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}

.micro-response .img.imgthumb
{
	max-height: 1920px;
	max-width: 1920px;
}

.micro-response .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_lvl2
{
	background-position: left;
	background-image: url('accentis_open-lvl2.gif');
	padding-left: 5px;
	padding-right: 0;
}

.micro-response .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_lvl2
{
	background-position: left;
	background-image: url('accentis_closed-lvl2.gif');
	padding-left: 5px;
	padding-right: 0;
}

.micro-response .dropDownHead.dropDownHeadh5
{
	font-size: 12pt;
	font-family: Arial;
	color: #325e82;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 2px;
	margin-top: 8px;
	margin-left: -20px;
}

.micro-response .MCTopicPopup_Open.MCTopicPopupHotSpot_.MCHotSpotImage.MCTopicPopupHotSpot_Hyperlink
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

.micro-response .MCTopicPopup_Closed.MCTopicPopupHotSpot_.MCHotSpotImage.MCTopicPopupHotSpot_Hyperlink
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

.micro-response .glossaryTerm
{
	font-weight: normal;
	color: #0468ae;
}

.micro-response .glossaryTerm:link
{
	font-weight: normal;
	color: #0468ae;
}

.micro-response .glossaryTerm:hover
{
	font-weight: bold;
}

.micro-response .MCTopicPopup_Open.MCTopicPopupHotSpot_.MCHotSpotImage
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

.micro-response .MCTopicPopup_Closed.MCTopicPopupHotSpot_.MCHotSpotImage
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

.micro-response .dropDownHead.dropDownHeadh4
{
	color: #325e82;
	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	margin-left: -30px;
	margin-bottom: 3px;
	margin-top: 12px;
}

.micro-response .dropDownHead.dropDownHeadh2
{
	color: #325e82;
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 6px;
	margin-right: 0;
	margin-top: 20px;
	padding-top: 10px;
	margin-left: -50px;
	border-top-style: none;
	border-top-width: 0px;
}

.micro-response iframe.youtube-player_0
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	width: 560px;
	height: 315px;
}

.micro-response .MCTopicPopup_Open.MCTopicPopupHotSpot_.MCHotSpotImage.MCTopicPopupHotSpot_Popup
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

.micro-response .MCTopicPopup_Closed.MCTopicPopupHotSpot_.MCHotSpotImage.MCTopicPopupHotSpot_Popup
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

.micro-response .img.imgthumb_noborder
{
	max-height: 400px;
	max-width: 400px;
	border-bottom-width: 0px;
	border: solid 0px #000000;
}

.micro-response .dropDownHead.dropDownHeadh6
{
	margin-left: -10px;
	margin-bottom: 2px;
	margin-top: 8px;
	color: #325e82;
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}

.micro-response .MCHelpControl-Concept .MCHelpControl-ConceptHotSpot_
{
	background-position: left;
	background-image: url('ConceptLink.gif');
	padding-left: 5px;
	padding-right: 0;
}

.micro-response .conceptLink
{
	color: #0468ae;
	border: solid 1px #325e82;
	background: #f0f0f0;
	border-radius: 5px;
	padding: 5px;
	width: 500px;
	font-size: 12pt;
}

.micro-response .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_main-section
{
	background-position: left;
	background-image: url('accentis_open-lvl1.gif');
	padding-left: 5px;
	padding-right: 0;
}

.micro-response .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_main-section
{
	background-position: left;
	background-image: url('accentis_closed-lvl1.gif');
	padding-left: 5px;
	padding-right: 0;
}

.micro-response .img.imgnoborder
{
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #325e82;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #325e82;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #325e82;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #325e82;
}

.micro-response .dropDownHead:link
{
	font-weight: lighter;
	padding-left: 60px;
	text-decoration: none;
}

.micro-response .dropDownHead.dropDownHeadh6:link
{
	margin-left: -10px;
	margin-bottom: 2px;
	margin-top: 8px;
	color: #325e82;
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}

.micro-response .MCWebHelpFramesetLink a
{
	
}

.micro-response .MCWebHelpFramesetLink.MCWebHelpFramesetLinkTop a
{
	
}

.micro-response .MCWebHelpFramesetLink.MCWebHelpFramesetLinkBottom a
{
	
}

