﻿.headBrand {
	cursor: default;
	line-height: 50px;
	font-size: 22px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'SegoeUI-SemiLight-final', 'Segoe UI SemiLight', 'Segoe UI WPC Semilight', 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif;
}

@font-face {
	font-family: "Segoe UI Web Light";
	font-style: normal;
	font-weight: normal;
	src: local("Segoe UI Light"), url('./segoeuil.woff') format('woff'), url('./segoeuil.eot') format('embedded-opentype'), url('./segoeuil.ttf') format('truetype');
}

@font-face {
	font-family: "SegoeUI-SemiLight-final";
	font-style: normal;
	font-weight: normal;
	src: local("Segoe UI SemiLight"), url('./segoeui-semilight-final.woff') format('woff'), url('./segoeui-semilight-final.eot') format('embedded-opentype'), url('./segoeui-semilight-final.ttf') format('truetype');
}

@font-face {
	font-family: "Segoe UI Web";
	font-style: normal;
	font-weight: normal;
	src: local("Segoe UI"), url('./segoeui.woff') format('woff'), url('./segoeui.eot') format('embedded-opentype'), url('./segoeui.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: transparent;
}

input[type=text],
input[type=password],
input[type=number],
textarea,
.Selectable {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
}

input[type=text],
input[type=password],
input[type=number],
textarea {
	-webkit-appearance: none;
	padding: 2px 2px;
}

input,
textarea {
	outline: none;
}

img {
	-webkit-touch-callout: none;
}

div.WACFrame h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl {
	margin: 0;
	padding: 0;
}

div.WACFrame li,
dd,
blockquote {
	margin-left: 0;
}

div.WACFrame label {
	cursor: pointer;
}

div.WACFrame fieldset {
	border: none;
}

div.WACFrame {
	border: none;
	position: absolute;
	height: 100%;
	width: 100%;
	min-width: 640px;
	min-height: 200px;
}

div.WACFrame.FlexBoxLayout {
	position: relative;
	flex: 1 1 auto;
	flex-flow: column;
	display: flex;
	-ms-flex: 1 1 auto;
	-ms-flex-direction: column;
	display: -ms-flexbox;
	top: 0;
}

div.WACFrame.cui-exth {
	height: auto;
	width: auto;
	top: 50px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.WACFrame.cui-exth.FlexBoxLayout {
	position: relative;
	flex: 1 1 auto;
	flex-flow: column;
	display: flex;
	-ms-flex: 1 1 auto;
	-ms-flex-direction: column;
	display: -ms-flexbox;
	top: 0;
}

div.WACFrame.cui-exth.FlexPaneUp {
	left: 0px;
	right: 306px;
}

.AppRtl div.WACFrame.cui-exth.FlexPaneUp {
	left: 306px;
	right: 0px;
}

div.WACInnerFrame {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	flex: 1 1 auto;
	display: -ms-flexbox;
	-ms-flex-flow: column;
	-ms-flex: 1 1 auto;
}

.webkitTouchScrolling {
	-webkit-overflow-scrolling: touch;
}

.HtmlScratchPad {
	position: absolute;
	z-index: -1;
}

.HtmlScratchPad.Hidden {
	display: none;
}

.AppHeaderPanel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.AppHeaderPanel.FlexBoxLayout {
	position: relative;
	flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex-shrink: 0;
}

.WACStatusBarContainer {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
}

.WACStatusBarContainer.FlexBoxLayout {
	position: relative;
	flex: 0 1 23px;
	-ms-flex: 0 1 23px;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.prControl,
.prControlRtl {
	position: absolute;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.prGlyph {
	vertical-align: top;
}

.prContainerHr .prGlyph {
	display: inline-block;
}

.prFlyout {
	padding: 0;
	cursor: default;
	position: absolute;
	outline: solid 2px transparent;
}

.prControl .prFlyout UL {
	margin: 0 0 0 2px;
	padding: 0;
}

.prControlRtl .prFlyout UL {
	margin: 0 2px 0 0;
	padding: 0;
}

.prFlyout UL LI {
	list-style-type: none;
	min-width: 50px;
	margin-bottom: 2px;
	padding: 0 7px 0 7px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: visible;
}

.prFlyout UL LI:last-child {
	margin-bottom: 0;
}

.prContainerHr {
	display: inline-block;
	position: absolute;
	top: 0;
}

.prControl .prContainerHr {
	right: 0;
}

.prControlRtl .prContainerHr {
	left: 0;
}

.prControl .prContainerHr .prGlyph {
	padding-left: 2px;
	margin: 0;
}

.prControlRtl .prContainerHr .prGlyph {
	padding-right: 2px;
	margin: 0;
}

.prControl .prContainerHr .prGlyph:first-child {
	padding-left: 0;
}

.prControlRtl .prContainerHr .prGlyph:first-child {
	padding-right: 0;
}

.prContainerV {
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
}

.prContainerV .cui-img-16by16 {
	margin-top: 2px;
}

.WACButton {
	color: #444444;
	border: solid 1px #ababab;
	background-color: #ffffff;
	outline: none;
}

.WACGlyph {
	border: solid 1px transparent;
	background-color: transparent;
	outline: none;
}

.WACButton:focus,
.WACGlyph:focus {
	border-color: #f5ba9d;
	background-color: #fcf0ed;
	outline: 2px dashed transparent;
}

.usehover .WACButton:hover,
.usehover .WACGlyph:hover {
	border-color: #f5ba9d;
	background-color: #fce4dc;
	outline: 2px dashed transparent;
}

.WACButton:active,
.WACGlyph:active {
	border-color: #f0623e !important;
	background-color: #f5ba9d !important;
}

.WACButton:disabled {
	border-color: #c6c6c6 !important;
	background-color: #f0f0f0 !important;
	color: #777777;
}

.WACDialogOverlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	background: #c6c6c6;
	opacity: .50;
}

.iPad.v6up .WACDialogOverlay {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

.InternetExplorer.v8 .WACDialogOverlay {
	-ms-filter: "alpha(opacity=50)";
}

.WACDialogPanel {
	position: absolute;
	z-index: 999;
	min-width: 375px;
	color: #ffffff;
	outline: none;
}

.iPad.v6up .WACDialogPanel {
	overflow: scroll;
}

.WACDialogOverlayUnhandledError {
	z-index: 9998;
}

.WACDialogUnhandledError {
	z-index: 9999;
}

.WACDialogPanel IMG {
	border: 0 none;
}

.AppRtl .WACDialogPanel {
	direction: rtl;
}

.WACDialogTitleText {
	overflow-x: hidden;
	font-size: 11pt;
}

.WACDialogTitlePanel {
	padding: 10px 14px 5px;
	cursor: move;
	-ms-touch-action: none;
	touch-action: none;
	display:none;
}

.WACDialogTextPanel {
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-top: 9px;
	display: block;
	overflow: hidden;
}

.WACDialogDontShowCheckboxDiv {
	float: left;
}

.AppRtl .WACDialogDontShowCheckboxDiv {
	float: right;
}

.WACDialogDontShowCheckboxDiv input {
	vertical-align: bottom;
}

.WACDialogDontShowLabelDiv {
	font-size: 11px;
	padding-left: 20px;
	padding-right: 0px;
}

.AppRtl .WACDialogDontShowLabelDiv {
	padding-left: 0px;
	padding-right: 20px;
}

.WACCrashDialogInput {
	width: 100%;
	padding: 5px;
	font-size: 14px;
	box-shadow: none;
	box-sizing: border-box;
	resize: none;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(176, 176, 176);
	border-image: initial;
	overflow: auto;
	font-family: SegoeUI-Regular-final, 'Segoe UI', 'Segoe UI WPC', Segoe, Tahoma, Helvetica, Arial, sans-serif;
}

.WACDialogFeedbackInput {
	height: 120px;
}

.WACDialogContactInput {
	height: 27px;
	margin-top: 10px;
}

span#WACDialogSessionInfo {
	font-size: 9px;
	display:none;
}

.WACDialogSeePermissionsIframe {
	width: 300px;
	height: 55px;
}

.WACCopyPasteShortcutDialogTextPanel span {
	display: block;
}

.WACProgressTextPanel {
	padding: 11px 12px 6px;
	display: inline-block;
	cursor: default !important;
	vertical-align: middle;
	white-space: normal;
}

.AppRtl WACDialogTextPanel {
	padding-right: 12px;
	padding-left: 6px;
}

a.WACDialogCloseAnchor {
	cursor: default;
	position: absolute;
	top: 9px;
	right: 9px;
	height: 16px;
}

.AppRtl a.WACDialogCloseAnchor {
	right: auto;
	left: 9px;
}

.WACDialogMenuLaunchPoint {
	position: absolute;
	top: 1px;
	left: 1px;
}

.AppRtl .WACDialogMenuLaunchPoint {
	left: auto;
	right: 1px;
	direction: rtl;
}

.WACDialogBodyPanel {
	padding: 0 14px;
	display: block;
}

.WACDialogIcon {
	padding-left: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-top: 6px;
	float: left;
	width: 32px;
	height: 32px;
	display:none;
}

.AppRtl .WACDialogIcon {
	padding-right: 6px;
	padding-left: 0;
	float: right;
}

.WACDialogLearnMoreLinkContainer {
	padding: 10px 14px 14px;
	margin-top: 10px;
	float: left;
}

.AppRtl .WACDialogLearnMoreLinkContainer {
	float: right;
}

.WACDialogButtonPanel {
	padding: 10px 14px 14px;
	text-align: right;
	float: right;
}

.WACDialogUnhandledError .WACDialogButtonPanel {
	padding: 10px 32px 18px 14px;
}

.AppRtl .WACDialogButtonPanel {
	text-align: left;
	float: left;
}

.WACDialogButtonNormal {
	padding: 3px 5px;
	margin-left: 10px;
	vertical-align: middle;
	min-width: 72px;
}

.AppRtl .WACDialogButtonNormal {
	margin-left: 0;
	margin-right: 10px;
}

.WACDialogButtonPanel .WACButton {
	margin-top: 10px;
}

.WACDialogHtmlPanel {
	text-align: left;
	display: block;
}

.AppRtl .WACDialogHtmlPanel {
	text-align: right;
}

.WACDialogLabel {
	cursor: default !important;
	margin: 3px 0px;
	display: inline-block;
}

.WACStandardDialogLabel {
	cursor: default !important;
	display: block;
}

.WACDialogInput {
	width: 100%;
	border: solid 1px #c3cbd0;
	margin-top: 6px;
	font: inherit;
}

.WACDialogCheckBox {
	padding: 0;
	margin-left: 2px;
	margin-right: 6px;
	vertical-align: middle;
}

.AppRtl .WACDialogCheckBox {
	margin-right: 2px;
	margin-left: 6px;
}

.WACDialogRadio {
	padding: 0;
	margin-left: 2px;
	margin-right: 6px;
	vertical-align: middle;
}

.AppRtl .WACDialogRadio {
	margin-right: 2px;
	margin-left: 6px;
}

.WACDialogCheckBoxDiv {
	margin-top: 15px;
}

.WACDialogInputFile {
	width: 100%;
	text-align: left;
}

.AppRtl .WACDialogInputFile {
	text-align: right;
}

.WACDialogRow {
	padding-top: 15px;
}

.WACZoomDialogRadioRow {
	padding: 7px 5px;
}

.WACStandardDialogRow {}

.WACProgressRow {
	margin: 20px 25px;
	display: block;
	white-space: nowrap;
}

.WACProgressIcon {
	padding: 6px;
	float: left;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.AppRtl .WACProgressIcon {
	float: none;
}

.WACDialogError {
	float: none;
	display: none;
	color: #af0000;
	width: 100%;
	padding-top: 5px;
}

.WACDialogSpan {
	display: inline-block;
}

.WACProgressButtonSection {
	padding-bottom: 12px;
	padding-right: 12px;
	float: right;
}

.AppRtl .WACProgressButtonSection {
	padding-left: 12px;
	padding-right: 0;
	float: left;
}

.WACAltTextInput {
	width: 100%;
	border: 1px solid #c3cbd0;
}

.WACAltTextDialogRow {}

.WACDialogList {
	width: 100%;
	color: #444444;
	border: 1px solid #c3cbd0;
	margin-top: 6px;
}

.WACAltTextTextArea {
	width: 100%;
	height: 180px;
	resize: none;
	font-family: Arial;
}

.WACAltTextDescribedBy {
	position: absolute;
	visibility: hidden;
	z-index: -100;
}

.WACProgressText {
	padding: 11px 12px;
	vertical-align: middle;
	color: #444444;
	cursor: default !important;
}

.WACProgressImage {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.WACProgressSmallText {
	padding: 11px 12px 0;
	vertical-align: top;
	color: #444444;
	cursor: default !important;
}

.WACProgressSmallImage {
	margin-right: 9px;
	width: 16px;
	height: 16px;
}

.AppRtl .WACProgressSmallImage {
	margin-left: 9px;
	margin-right: 0;
}

.WACDialogUList {
	padding-left: 18px;
	padding-right: 18px;
}

.WACC2RProducts {
	display: block;
	vertical-align: middle;
	padding-left: 38px;
	padding-right: 38px;
	padding-bottom: 6px;
	padding-top: 18px;
}

.WACC2RInstallInstruction {
	max-width: 256px;
	width: 256px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline-block;
	vertical-align: middle;
}

.WACC2RProgressIcon {
	padding: 6px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.WACC2RProgressTextPanel {
	padding-left: 12px;
	padding-right: 6px;
	padding-bottom: 11px;
	padding-top: 11px;
	display: inline-block;
	overflow: hidden;
	cursor: default !important;
	vertical-align: middle;
}

.WACPresenceTooltip {
	position: absolute;
	z-index: 9;
}

.AppRtl .WACC2RProgressTextPanel {
	padding-left: 6px;
	padding-right: 12px;
}

.WACC2RProgressRow {
	margin-left: 6px;
	margin-right: 6px;
	display: block;
	text-align: center;
}

.WACC2RProgressMessage {
	padding-top: 64px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
}

.WACErrorText {
	vertical-align: middle;
	margin: 0 82px;
}

.WACErrorImage {
	margin-bottom: 23px;
}

.WACNotificationBar {
	z-index: 900;
	position: absolute;
	right: 32px;
	text-align: right;
	top: 2px;
	height: 29px;
}

.AppRtl .WACNotificationBar {
	right: auto;
	left: 32px;
	text-align: left;
}

.WACNotificationEntry {
	border: 1px solid #f3e282;
	color: #444444;
	background-color: #fcf7b6;
	float: left;
	margin-left: 7px;
	cursor: default;
	vertical-align: top;
	text-align: left;
	min-width: 100px;
	position: relative;
}

.AppRtl .WACNotificationEntry {
	text-align: right;
	margin-left: 0;
	margin-right: 7px;
	float: right;
}

.WACNotificationImage {
	margin-right: 7px;
	vertical-align: middle;
}

.AppRtl .WACNotificationImage {
	margin-left: 7px;
	margin-right: 0;
}

.WACNotificationMessage {
	vertical-align: middle;
}

.WACNotificationBottomBar {
	border-top: 4px solid #f3e282;
	padding: 5px 9px 5px 7px;
}

.AppRtl .WACNotificationBottomBar {
	padding-left: 9px;
	padding-right: 7px;
}

.WACBusinessBar {
	z-index: 900;
	display: block;
	width: 100%;
	position: absolute;
	color: #444444;
	visibility: hidden;
	cursor: default;
}

.WACBusinessBarEntry {
	padding: 2px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #d7d889;
	overflow: hidden;
	background-color: #fcf7b6;
	position: relative;
	min-height: 24px;
	display: table;
	width: 100%;
}

.WACBusinessBarEntry:first-child {
	border-top-color: #d7d889;
}

.WACBusinessBarIcon {
	display: table-cell;
	vertical-align: middle;
}

.WACBusinessBarImage {
	margin-left: 6px;
	vertical-align: middle;
}

.AppRtl .WACBusinessBarImage {
	margin-left: 0;
	margin-right: 6px;
}

.WACBusinessBarTitle {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 8px;
}

.AppRtl .WACBusinessBarTitle {
	padding-left: 0;
	padding-right: 8px;
}

.WACBusinessBarTitleBodyHolder {
	display: table-cell;
}

.WACBusinessBarBody {
	display: table-cell;
	padding: 0 8px;
	vertical-align: middle;
	height: 24px;
}

.AppRtl .WACBusinessBarBody {
	padding-left: 0;
	padding-right: 8px;
}

.WACBusinessBarButtonHolder {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 8px;
}

.AppRtl .WACBusinessBarButtonHolder {
	text-align: right;
	padding-left: 0;
	padding-right: 8px;
}

.WACBusinessBarButton {
	border: 1px solid #ababab;
	background-color: #ffffff;
	color: #444444;
	cursor: default;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin-bottom: 1px;
	padding: 3px 10px;
}

.usehover .WACBusinessBarButton:hover {
	background: #f0f0f0;
}

.WACBusinessBarButton:active {
	background: #c6c6c6;
}

.WACBusinessBarLinkHolder {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
}

.AppRtl .WACBusinessBarLinkHolder {
	padding-left: 0;
	padding-right: 8px;
}

.WACBusinessBarLink {
	white-space: nowrap;
	color: #336699;
}

.WACBusinessBarCloseHolder {
	padding: 0 5px;
	text-align: right;
	vertical-align: middle;
}

.AppRtl .WACBusinessBarCloseHolder {
	text-align: left;
}

.WACBusinessBarClose {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 2px;
	cursor: pointer;
}

.ClipartDialog {
	width: 636px;
	float: left;
	margin-top: 7px;
}

.AppRtl .ClipartDialog {
	float: right;
}

.ClipartDialog a {
	color: #336699;
}

.ClipartResultsPane {
	width: 412px;
	float: left;
}

.AppRtl .ClipartResultsPane {
	float: right;
}

.ClipartSearchHeader {
	width: 100%;
	text-align: right;
}

.ClipartSearchInput {
	vertical-align: top;
	border-right-style: none;
	width: auto;
	border: solid 1px #bfc8cd;
	border-right: 0;
	float: left;
	width: 386px;
	height: 16px;
	padding: 2px;
}

.AppRtl .ClipartSearchInput {
	border: solid 1px #bfc8cd;
	border-left: 0;
	float: right;
}

.ClipartSearchButton {
	padding: 2px;
	cursor: pointer;
	border-left-width: 0;
	height: 16px;
}

.AppRtl .ClipartSearchButton {
	border-left-width: 1px;
	border-right-width: 0;
}

.ClipartSearchResults {
	height: 304px;
	overflow: auto;
	overflow-x: hidden;
	border: 1px solid #bfc8cd;
	padding: 6px;
}

.iPad.v6up .ClipartSearchResults {
	-webkit-overflow-scrolling: touch;
}

.ClipartSearchResults .WACProgress {
	display: inline-block;
	margin-top: 140px;
	vertical-align: middle;
}

.ClipartSearchInProgress {
	text-align: center;
}

.ClipartImageContainer {
	display: inline-block;
	width: 74px;
	height: 74px;
	border: 1px solid Transparent;
}

.ClipartThumbImage {
	margin: 5px 0 0 5px;
	border-width: 0;
}

.AppRtl .ClipartThumbImage {
	margin: 5px 5px 0 0;
}

.ClipartSelectedImage {
	background-color: #f5ba9d;
}

.ClipartCommunityText {
	float: left;
}

.ClipartCommunityAttr {
	float: left;
	cursor: pointer;
	text-decoration: none;
	color: WindowText;
}

.ClipartCommunityAttrSelected {
	float: left;
	cursor: pointer;
	text-decoration: none;
	color: WindowText;
}

.ClipartPreviewPane {
	width: 204px;
	float: right;
}

.AppRtl .ClipartPreviewPane {
	float: left;
}

.ClipartPreviewImage {
	width: 192px;
	height: 192px;
	float: left;
	margin: 10px 0;
}

.AppRtl .ClipartPreviewImage {
	float: right;
}

.ClipartPreviewDetails {
	float: left;
}

.AppRtl .ClipartPreviewDetails {
	float: right;
}

.ClipartAttributeContainer {
	width: 204px;
	margin-bottom: 3px;
}

.ClipartAttributeName {
	float: left;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.AppRtl .ClipartAttributeName {
	float: right;
}

.ClipartAttributeValue {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ClipartDisplayName {
	width: 100%;
	float: left;
}

.AppRtl .ClipartDisplayName {
	float: right;
}

.ClipartSeeSimilar {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.AppRtl .ClipartSeeSimilar {
	float: right;
}

.ClipartDimensions {
	margin: 10px 0;
	width: 204px;
}

.InsertMediaDialog {
	width: 870px;
	float: left;
	margin-top: 7px;
}

.AppRtl .InsertMediaDialog {
	float: right;
}

.InsertMediaDialog a {
	color: #336699;
}

.InsertMediaPanel {
	height: 550px;
}

.WACPageStatsButton {
	width: 56px;
	height: 40px;
	background-color: #CCCCFF;
	padding: 20px;
	position: absolute;
	font-size: 2em;
	cursor: pointer;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888;
	box-shadow: 5px 5px 5px #888888;
	opacity: 0.7;
}

.InternetExplorer.v8 .WACPageStatsButton {
	-ms-filter: "alpha(opacity=70)";
}

.EmbedDialog {
	float: left;
	margin-bottom: -10px;
}

.AppRtl .EmbedDialog {
	float: right;
}

.EmbedSectionName {
	margin-bottom: 10px;
	display: inline-block;
}

.EmbedPreviewPane {
	margin: 15px 0 0 20px;
	width: 476px;
	float: left;
}

.AppRtl .EmbedPreviewPane {
	margin-left: 0;
	margin-right: 20px;
	float: right;
}

.EmbedDimensionSection {
	margin-bottom: 25px;
}

.EmbedOptionPane {
	margin: 15px 0 0 30px;
	width: 244px;
	float: right;
}

.AppRtl .EmbedOptionPane {
	margin-left: 0;
	margin-right: 30px;
	float: left;
}

.EmbedPreviewFrame {
	width: 100%;
	height: 288px;
	margin-bottom: 15px;
	border: none;
}

.EmbedCodeTextArea {
	width: 100%;
	overflow: auto;
	resize: none;
	border: 1px solid #ababab;
	margin-right: -1px;
}

.AppRtl .EmbedCodeTextArea {
	margin-right: 0;
	margin-left: -1px;
}

.EmbedCodeFooter {
	float: right;
	margin-top: 6px;
}

.AppRtl .EmbedCodeFooter {
	float: left;
}

.EmbedOption {
	margin-bottom: 10px;
}

.EmbedOptionImage {
	float: left;
}

.AppRtl .EmbedOptionImage {
	float: right;
}

.EmbedArrowHolder {
	float: right;
	height: 16px;
}

.AppRtl .EmbedArrowHolder {
	float: left;
}

.EmbedCheckBoxHolder {
	float: left;
	margin-right: 10px;
	cursor: default;
}

.AppRtl .EmbedCheckBoxHolder {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.OICRetryDialog {
	background-color: #fff;
	color: #000;
}

.WACDialogTitlePanel.OICDialog {
	background-color: #d24726;
	height: 15px;
}

.ProtocolLaunchingDialogBody {
	padding: 0 11px;
}

.ProtocolLaunchingDialogTitle {
	color: #d24726;
	margin: 14px 3px 19px;
	width: 330px;
}

.ProtocolLaunchingDialogButton {
	display: inline-block;
	min-height: 20px;
	margin-left: 3px;
	margin-right: 3px;
}

.ProtocolLaunchingDialogLink {
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 15px;
}

.ProtocolLaunchingDialogIssues {
	margin: 29px 3px 8px;
}

.ProtocolLaunchingDialogHelpButtons {
	padding-top: 15px;
}

.ProtocolLaunchingDialogButtonLabel {
	padding: 0 15px;
	display: inline-block;
}

.ProtocolLaunchingDialogButtonAnchor {
	min-height: 40px;
	-webkit-tap-highlight-color: #fce4dc;
}

.ProtocolLaunchingDialogTitle.OICDialog {
	color: #d24726;
	font-size: 24px;
	width: inherit;
}

div.OICDialog#Issues {
	color: #d24726;
}

a.ProtocolLaunchingDialogButtonAnchor.OICDialog:focus {
	background-color: #fff !important;
}

.OICDialog#ProtocolHandlerDialogEditInApp {
	border: none;
}

.ProtocolLaunchingDialogImg32Container img {
	position: absolute;
}

.ProtocolLaunchingDialogImg32Container {
	width: 32px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	overflow: hidden;
	text-align: left;
	z-index: 0;
	display: inline-block;
}

.ProtocolLaunchingDialogIconContainer {
	width: 32px;
	height: 32px;
	padding: 1px 4px;
	display: block;
	float: left;
	border-bottom: 1px solid transparent;
}

a.ProtocolLaunchingDialogButtonAnchor {
	border: 1px solid transparent;
	display: inline-block;
	cursor: default;
	padding: 3px;
	margin: 1px;
	min-width: 75px;
	display: block;
}

a.ProtocolLaunchingDialogButtonAnchor:focus {
	border-color: #fce4dc !important;
	background-color: #fce4dc !important;
	outline: 2px dashed transparent;
}

.BreadcrumbContainer {
	display: inline-block;
	padding: 1px;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.AppRtl .BreadcrumbContainer {
	text-align: right;
	margin-left: 0;
}

.AppAndBrandContainer {
	height: 50px;
	display: inline-block;
	margin-right: 10px;
}

.AppRtl .AppAndBrandContainer {
	margin-left: 10px;
	margin-right: 0;
}

.BreadcrumbItem {
	vertical-align: top;
	display: inline-block;
	color: #ffffff;
	padding: 2px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.AppHeaderIconFloat {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 20px;
	margin-right: 0px;
	float: left;
}

.AppRtl .AppHeaderIconFloat {
	margin-left: 0px;
	margin-right: 20px;
	float: right;
}

span.BreadcrumbItem {
	cursor: default;
}

.cui-topBar1 .BreadcrumbItem.FolderSeparator {
	padding-top: 0;
	padding-bottom: 0;
}

a.BreadcrumbItem {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.cui-topBar1 a.BreadcrumbItem,
.cui-topBar1 span.BreadcrumbItem {
	padding-top: 16px;
	padding-bottom: 16px;
}

.usehover a.BreadcrumbItem:hover {
	text-decoration: underline;
}

a.BreadcrumbItem:focus {
	outline: #fce4dc dotted thin;
}

.BreadcrumbItem#BreadcrumbTitle,
.BreadcrumbItem#BreadcrumbSaveStatus {
	height: 18px;
	padding: 16px 15px;
	color: #ffffff;
}

.BreadcrumbItem#BreadcrumbDash {
	height: 18px;
	padding: 16px 0px;
	color: #ffffff;
}

.BreadcrumbItem#BreadcrumbSaveStatus:hover,
.BreadcrumbItem#BreadcrumbDash:hover {
	background-color: transparent;
	cursor: default;
}

div.BreadcrumbItem {
	background-color: transparent;
	cursor: text;
}

.usehover div.BreadcrumbItem:hover,
div.BreadcrumbItem:focus {
	background-color: #444444;
	outline: 2px dashed transparent;
}

div.EditableBreadcrumbItem:focus,
.usehover div.EditableBreadcrumbItem:hover:focus {
	color: #ffffff;
	background-color: transparent;
	text-overflow: clip;
}

.OfficeOnlineBrandSwitcherSeparator,
.OfficeOnlineBrandBreadcrumbSeparator {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 1px;
	height: 50px;
	background-color: #ffffff;
	margin-top: 0px;
	opacity: .3;
}

.OfficeOnlineBrandSwitcherSeparator {
	margin-left: 0px;
	margin-right: 0px;
}

.AppRtl .OfficeOnlineBrandSwitcherSeparator {
	margin-right: 0px;
	margin-left: 0px;
}

.OfficeOnlineBrandBreadcrumbSeparator {
	margin-left: 0px;
	margin-right: 8px;
}

.AppRtl .OfficeOnlineBrandBreadcrumbSeparator {
	margin-right: 0px;
	margin-left: 8px;
}

.FolderSeparator {
	margin: 0 6px;
	padding: 0;
}

.cui-topBar1 a.BreadcrumbItem.SwitcherDropdown {
	display: inline-block;
	height: 50px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.AppRtl .cui-topBar1 a.BreadcrumbItem.SwitcherDropdown {
	margin: HEADER_SWITCHER_TOPMARGIN HEADER_SWITCHER_LEFTMARGIN HEADER_SWITCHER_BOTTOMMARGIN HEADER_SWITCHER_RIGHTMARGIN;
}

.usehover .cui-topBar1 a.BreadcrumbItem.SwitcherDropdown:hover,
.cui-topBar1 a.BreadcrumbItem.SwitcherDropdown:focus {
	background-color: rgba(0, 0, 0, .12);
}

.UsernameContainer {
	display: inline-block;
	vertical-align: top;
	height: 18px;
	padding: 16px 0;
	background-color: #e1e1e1;
}

.UsernameNameContainer {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
	padding-right: 10px;
	color: #444444;
}

.UsernameNameItem {
	vertical-align: top;
	cursor: default;
}

a.SignoutLink {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	color: #444444;
}

a.SignoutLink:hover {
	text-decoration: underline;
}

a.SignoutLink:focus {
	outline: #444444 dotted thin;
}

a.SignInLink {
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 18px;
	padding: 16px 20px;
	color: #ffffff;
	background-color: #444444;
	cursor: default;
}

a.SignInLink:hover,
a.SignInLink:focus {
	background-color: #382F2D;
}

a.cui-ctl-medium+a.SignInLink {
	color: #444444;
	background-color: #e1e1e1;
}

a.cui-ctl-medium+a.SignInLink:hover,
a.cui-ctl-medium+a.SignInLink:focus {
	background-color: #f0f0f0;
}

.UserNameSeparator {
	display: inline-block;
	width: 1px;
	height: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #c6c6c6;
}

.WACCalloutOuter {
	display: none;
	position: fixed;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #d24726;
	z-index: 997;
	background-color: #ffffff;
	min-width: 190px;
}

.WACCalloutBeakContainer {
	position: absolute;
	width: 32px;
	height: 16px;
	display: inline-block;
}

.WACCalloutBeakContainerWithoutImage {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #d24726;
	display: inline-block;
}

.WACCalloutContent {
	padding: 6px 12px;
	display: block;
	overflow: hidden;
}

.WACCalloutCloseIcon {
	padding: 1px;
}

a.WACCalloutCloseAnchor {
	cursor: pointer;
	position: relative;
	top: 6px;
	height: 16px;
	right: 6px;
	float: right;
}

.AppRtl a.WACCalloutCloseAnchor {
	right: auto;
	left: 6px;
	float: left;
}

.WACCalloutTitle {
	position: relative;
	top: 6px;
	left: 12px;
	float: left;
	color: #000000;
}

.AppRtl .WACCalloutTitle {
	left: auto;
	right: 12px;
	float: right;
}

.ModalCalloutControlOverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background-color: #c6c6c6;
	z-index: 1;
}

.InternetExplorer.v8 .ModalCalloutControlOverlay {
	-ms-filter: "alpha(opacity=0)";
}

.ModalCalloutControl {
	width: 100%;
	height: 100%;
	color: #3b3b3b;
	text-align: left;
}

.AppRtl .ModalCalloutControl {
	text-align: right;
}

* {
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #757778;
	scrollbar-shadow-color: #bec1c4;
	scrollbar-highlight-color: #bec1c4;
}

::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}

.iPad::-webkit-scrollbar,
.iPhone::-webkit-scrollbar {
	width: 0;
	height: 0;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:decrement,
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-thumb {
	border: solid 1px #bec1c4;
}

::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:decrement {
	background: url('data:image/gif;base64,R0lGODlhDwAPAIABAHV3eP///yH5BAEKAAEALAAAAAAPAA8AAAITjI+py+0PEYigvoob3rH7D4ZBAQA7') center;
}

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:increment {
	background: url('data:image/gif;base64,R0lGODlhDwAPAIABAHV3eP///yH5BAEKAAEALAAAAAAPAA8AAAITjI+py+0P4wG0gmavq1HLD4ZiAQA7') center;
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:decrement {
	background: url('data:image/gif;base64,R0lGODlhDwAPAIABAHV3eP///yH5BAEKAAEALAAAAAAPAA8AAAIVjI+py+1vAAxAvmobzrpO/03iSDIFADs=') center;
}

::-webkit-scrollbar-button:horizontal:start:increment,
::-webkit-scrollbar-button:horizontal:end:increment {
	background: url('data:image/gif;base64,R0lGODlhDwAPAIABAHV3eP///yH5BAEKAAEALAAAAAAPAA8AAAIVjI+py+0P3gFR0uouZtfu9kniSDYFADs=') center;
}

.FShadowLeftInner,
.FShadowLeftOuter,
.FShadowTopLeftInner,
.FShadowTopLeftOuter,
.FShadowTopInner,
.FShadowTopOuter,
.FShadowTopRightInner,
.FShadowTopRightOuter,
.FShadowRightInner,
.FShadowRightOuter,
.FShadowBottomRightInner,
.FShadowBottomRightOuter,
.FShadowBottomInner,
.FShadowBottomOuter,
.FShadowBottomLeftInner,
.FShadowBottomLeftOuter {
	position: absolute;
	background-color: #d2d5d8;
}

.FShadowLeftInner,
.FShadowTopInner,
.FShadowRightInner,
.FShadowBottomInner {
	opacity: .40;
}

.InternetExplorer.v8 .FShadowLeftInner,
.InternetExplorer.v8 .FShadowTopInner,
.InternetExplorer.v8 .FShadowRightInner,
.InternetExplorer.v8 .FShadowBottomInner {
	-ms-filter: "alpha(opacity=40)";
}

.FShadowLeftOuter,
.FShadowTopOuter,
.FShadowRightOuter,
.FShadowBottomOuter {
	opacity: .10;
}

.InternetExplorer.v8 .FShadowLeftOuter,
.InternetExplorer.v8 .FShadowTopOuter,
.InternetExplorer.v8 .FShadowRightOuter,
.InternetExplorer.v8 .FShadowBottomOuter {
	-ms-filter: "alpha(opacity=10)";
}

.FShadowTopLeftInner,
.FShadowTopRightInner,
.FShadowBottomRightInner,
.FShadowBottomLeftInner {
	opacity: .15;
}

.InternetExplorer.v8 .FShadowTopLeftInner,
.InternetExplorer.v8 .FShadowTopRightInner,
.InternetExplorer.v8 .FShadowBottomRightInner,
.InternetExplorer.v8 .FShadowBottomLeftInner {
	-ms-filter: "alpha(opacity=15)";
}

.FShadowTopLeftOuter,
.FShadowTopRightOuter,
.FShadowBottomRightOuter,
.FShadowBottomLeftOuter {
	opacity: .05;
}

.InternetExplorer.v8 .FShadowTopLeftOuter,
.InternetExplorer.v8 .FShadowTopRightOuter,
.InternetExplorer.v8 .FShadowBottomRightOuter,
.InternetExplorer.v8 .FShadowBottomLeftOuter {
	-ms-filter: "alpha(opacity=5)";
}

.FShadowLeftInner,
.FShadowTopLeftInner,
.FShadowTopRightInner,
.FShadowRightInner,
.FShadowBottomRightInner,
.FShadowBottomLeftInner {
	width: 2px;
}

.FShadowLeftOuter,
.FShadowTopLeftOuter,
.FShadowTopRightOuter,
.FShadowRightOuter,
.FShadowBottomRightOuter,
.FShadowBottomLeftOuter {
	width: 4px;
}

.FShadowTopInner,
.FShadowTopOuter,
.FShadowBottomInner,
.FShadowBottomOuter {
	width: 100%;
}

.FShadowLeftInner,
.FShadowLeftOuter,
.FShadowRightInner,
.FShadowRightOuter {
	height: 100%;
}

.FShadowTopLeftInner,
.FShadowTopInner,
.FShadowTopRightInner,
.FShadowBottomRightInner,
.FShadowBottomInner,
.FShadowBottomLeftInner {
	height: 2px;
}

.FShadowTopLeftOuter,
.FShadowTopOuter,
.FShadowTopRightOuter,
.FShadowBottomRightOuter,
.FShadowBottomOuter,
.FShadowBottomLeftOuter {
	height: 4px;
}

.FShadowLeftInner,
.FShadowTopLeftInner,
.FShadowBottomLeftInner {
	left: -2px;
}

.FShadowLeftOuter,
.FShadowTopLeftOuter,
.FShadowBottomLeftOuter {
	left: -4px;
}

.FShadowLeftInner,
.FShadowLeftOuter,
.FShadowRightInner,
.FShadowRightOuter {
	top: 0;
}

.FShadowTopLeftInner,
.FShadowTopInner,
.FShadowTopRightInner {
	top: -2px;
}

.FShadowTopLeftOuter,
.FShadowTopOuter,
.FShadowTopRightOuter {
	top: -4px;
}

.FShadowBottomRightInner,
.FShadowBottomInner,
.FShadowBottomLeftInner {
	bottom: -2px;
}

.FShadowBottomRightOuter,
.FShadowBottomOuter,
.FShadowBottomLeftOuter {
	bottom: -4px;
}

.FShadowTopRightInner,
.FShadowRightInner,
.FShadowBottomRightInner {
	right: -2px;
}

.FShadowTopRightOuter,
.FShadowRightOuter,
.FShadowBottomRightOuter {
	right: -4px;
}

.WACWordBreakSurface {
	-webkit-user-select: auto;
}

.WACScratchPadLineHeight {
	overflow: hidden;
	white-space: nowrap;
}

.HiddenLabel {
	visibility: hidden;
	position: absolute;
	z-index: -100;
}

.WACAriaLiveRegion {
	max-width: 0px;
	max-height: 0px;
	overflow: hidden;
	z-index: -1;
}

.StandardButton {
	border: 1px solid transparent;
	height: 18px;
	display: inline-block;
	text-decoration: none;
	cursor: default;
	color: #23272c;
	white-space: nowrap;
}

.StandardButton:focus {
	border: 1px solid #fce4dc;
	background-color: #fce4dc;
	outline: 2px dashed transparent;
}

.usehover .StandardButton:hover {
	border: 1px solid #fce4dc;
	background-color: #fce4dc;
	outline: 2px dashed transparent;
}

.StandardButton:active {
	border: 1px solid #f5ba9d !important;
	background-color: #f5ba9d !important;
	outline: 2px dashed transparent;
}

.StandardButtonImage {
	margin: 1px 0 0 1px;
}

.AppRtl .StandardButtonImage {
	margin: 1px 1px 0 0;
}

.StandardButtonImageNoText {
	margin: 1px;
}

.StandardButtonNoImage {
	border-color: #9eb2d9;
	background-color: #ffffff;
	padding: 0 10px;
}

.StandardButtonLabel {
	margin: 1px 5px 0 3px;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
}

.AppRtl .StandardButtonLabel {
	margin: 1px 3px 0 5px;
}

.StandardButtonNoImage .StandardButtonLabel {
	margin: 1px 5px 0;
}

.Button12 {
	border: 1px solid transparent;
	height: 14px;
	margin: -1px 0 0;
}

.Button12 .StandardButtonImageNoText {
	margin: 0 1px 2px;
}

.DisabledButton * {
	color: #999 !important;
}

.StandardButtonNoImage.DisabledButton {
	border-color: #cccccc !important;
	background-color: #f0f0f0 !important;
}

.DisabledButton img {
	opacity: 0.3;
}

.usehover .DisabledButton:hover {
	border-color: transparent;
	background-color: transparent;
	outline: none !important;
}

.InternetExplorer.v8 .DisabledButton img {
	background-color: transparent;
	-ms-filter: "gray(enabled=true) alpha(opacity=50)";
}

.AccCheckerPane {
	background-color: #FFFFFF;
	color: #444444;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 300px;
}

.AccCheckerPaneHeader {
	margin-bottom: 5px;
	position: relative;
}

.AccCheckerPaneTitle {
	position: relative !important;
	max-width: 230px;
	display: inline-block;
}

.AccCheckerPaneControls {
	margin: 15px 15px 5px 15px;
}

.AccCheckerPaneCloseButton {
	margin: 8px 15px 0px 0px;
	position: absolute;
	float: right;
	left: auto;
	right: 0px;
	display: inline-block;
	padding: 4px 5px;
}

.AppRtl .AccCheckerPaneCloseButton {
	float: left;
	margin: 8px 0px 0px 15px;
	left: 0px;
	right: auto;
}

.AccCheckerStatusLabelText {
	margin: 0px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
	display: inline-block;
	vertical-align: middle;
}

.AccCheckerStatusLabelCheckingText {
	color: #444444;
	margin: 0px;
}

.AccCheckerStatusLabelSuccessText {
	color: #004CBF;
}

.AccCheckerStatusLabelErrorText {
	color: #AD0000;
}

.AccCheckerCheckFail {
	display: inline;
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	color: red;
}

.AccCheckerLabelContent,
.AccCheckerStatusLabel,
.AccCheckerCheckButton {
	display: inline-block;
}

.AccCheckerStatusLabel {
	float: left;
	margin-top: 2px;
}

.AppRtl .AccCheckerStatusLabel {
	float: right;
	margin-top: 2px;
}

.AccCheckerCheckButton {
	float: right;
}

.AppRtl .AccCheckerCheckButton {
	float: left;
}

.AccCheckerCheckButtonText {
	max-width: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.AccCheckerSectionDivider {
	height: 0px;
	clear: both;
}

.AccCheckerGroupDivider {
	cursor: default;
	font-size: 112.5%;
	padding: 2px 15px;
	margin: 3px 0 5px;
	border-bottom: 1px solid;
	color: #777777;
}

.AccCheckerListIconContainer {
	display: inline-block;
	width: 15px;
	vertical-align: middle;
}

.AccCheckerStatusIcon {
	vertical-align: middle;
	margin: 0px 2px;
	display: inline-block;
}

.AccCheckerResultSurface {
	position: absolute;
	width: 267px;
	border: solid 3px;
	border-color: darkgrey;
	margin: 5px 15px 5px;
	padding: 0px;
	overflow-y: auto;
}

.AccCheckerResultContainer {
	margin: 10px;
}

.AccCheckerResults {
	margin-top: 10px;
	margin-bottom: 20px;
}

.AccCheckerRuleResultSection {
	margin: 5px 10px;
	cursor: default;
}

.AccCheckerHelpContent {
	white-space: normal;
	margin: 5px 15px 15px;
	overflow: auto;
}

.AccCheckerHelpContentContainer {
	bottom: 0px;
	position: absolute;
	margin: 0px;
	background-color: #FFFFFF;
}

.AccCheckerInstruction {
	margin-bottom: 10px;
}

.AccCheckerRuleList {
	cursor: default;
	list-style: none;
}

.AccCheckerResultCategoryName {
	cursor: default;
}

.AccCheckerRuleResultCount,
.AccCheckerRuleTitle {
	display: inline-block;
	font-weight: bold;
}

.AccCheckerRuleTitle {
	margin: 0px 5px;
	text-overflow: ellipsis;
	max-width: 190px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.AccCheckerCheckComplete {
	text-align: center;
	margin: 5px;
}

.AccCheckerContentList {
	margin: 0px 0px 0px 38px;
	list-style-type: disc;
	cursor: default;
	padding: 0;
}

.AppRtl .AccCheckerContentList {
	margin: 0px 38px 0px 0px;
}

.AccCheckerCheckResult {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.AccCheckerAdditionalInfoBody {
	margin-bottom: 10px;
}

.AccCheckerHelpLink {
	margin-bottom: 3px;
}

.AccCheckerNotification {
	background-color: #E7E7E7;
	white-space: normal;
	padding: 5px;
	position: relative;
	margin: 5px 0px;
}

.AccCheckerNotificationIcon {
	padding: 2px 8px 0 0;
	width: 16px;
	vertical-align: top;
	display: table-cell;
}

.AccCheckerNotificationText {
	padding: 0 8px 0 0;
	display: table-cell;
}

.AccCheckerAdditionalInfoTitle {
	font-size: 11pt;
}

.AccCheckerResultCategory {
	margin: 5px 10px;
	font-size: 11pt;
}

.AccCheckerResultCategoryName:hover,
.AccCheckerRuleNameSection:hover,
.AccCheckerCheckResult:hover {
	border-color: #fce4dc;
	background-color: #fce4dc;
	outline: 2px dashed transparent;
}

.PeoplesWellControl {
	vertical-align: top;
}

.PeoplesWellControl .cui-ctl-iconContainer {
	background-color: #d24726;
}

.ChatButton {
	margin-left: 3px !important;
	margin-right: 0px !important;
}

.AppRtl .ChatButton {
	margin-left: 0px !important;
	margin-right: 3px !important;
}

.ChatButton.cui-ctl {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.ChatButton.cui-ctl-medium {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.DirectPrintPdfObject {
	height: 40em;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.DirectPrintPdfObjectHidden {
	position: absolute;
	top: -10000px;
	height: 1px;
}

.DirectPrintHeader {
	font-size: 112.5%;
}

.DialogSpinnerLabel {
	cursor: default !important;
	display: inline-block;
	margin: 3px 20px 0 0;
	vertical-align: top;
	height: 22px;
}

.AppRtl .DialogSpinnerLabel {
	margin-left: 0;
	margin-right: 20px;
}

.WACDialogGroupBox,
.WacSpinnerBoxes,
.WacDialogLabels {
	display: inline-block;
	vertical-align: top;
}

.WacSpinnerBox {
	display: inline-block;
	height: 25px;
}

div.FlexPane {
	position: absolute;
	width: 305px;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: auto;
	height: auto;
	border: none;
	border-left: 1px solid #e1e1e1;
	z-index: 999;
	overflow: hidden;
	outline: none;
}

div.FlexPane.FlexBoxLayout {
	position: relative;
	top: auto;
}

.AppRtl div.FlexPane {
	left: 0px;
	right: auto;
	border: none;
	border-right: 1px solid #e1e1e1;
}

.ChatPane {
	width: 100%;
	height: 100%;
	position: relative;
}

.ChatContent {
	width: 250px;
	float: left;
}

.DocChatOnly>.ChatContent {
	width: 100%;
}

.AppRtl .ChatContent {
	float: right;
}

.ChatTimeline {
	width: 55px;
	float: left;
}

.DocChatOnly>.ChatTimeline {
	width: 0px;
	overflow: hidden;
}

.AppRtl .ChatTimeline {
	float: right;
}

.SkypeToastManagerContainer {
	width: 335px;
	height: 80px;
	padding-top: 5px;
	position: absolute;
	top: 60px;
	right: 15px;
	z-index: 1000;
}

.AppRtl .SkypeToastManagerContainer {
	right: auto;
	left: 15px;
}

.SkypeToastDiv {
	width: 335px;
	height: 80px;
	background-color: #ffffff;
	display: block;
	border: 1px solid #f0f0f0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

.SkypePresenceArea {
	width: 70px;
	height: 70px;
	text-align: left;
	white-space: nowrap;
	display: table-cell;
}

.AppRtl .SkypePresenceArea {
	text-align: right;
}

.SkypePresenceIndicator {
	display: none;
}

.SkypePresenceImage {
	height: 80px;
	width: 80px;
	background-color: #ababab;
}

.SkypeNotificationArea {
	color: rgb(51, 51, 51);
	display: table-cell;
	width: 265px;
	height: 80px;
	vertical-align: top;
}

.SkypeNotificationTopBar {
	height: 50px;
}

.SkypeNotificationText {
	display: table-cell;
	vertical-align: top;
	padding-top: 8px;
}

.SkypeNotificationSender {
	display: block;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 17px;
	letter-spacing: 0.12px;
	line-height: normal;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
	text-indent: 0px;
	text-overflow: ellipsis;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	width: 185px;
}

.AppRtl .SkypeNotificationSender {
	text-align: right;
}

.SkypeNotificationTitle {
	display: none;
}

.SkypeNotificationMessage {
	display: block;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
	font-size: 10px;
	height: 14px;
	letter-spacing: 0.12px;
	line-height: normal;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	text-indent: 0px;
	text-overflow: ellipsis;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	width: 185px;
}

.AppRtl .SkypeNotificationMessage {
	text-align: right;
}

.SkypeNotificationType {
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	padding-top: 5px;
}

.SkypeNotificationActionArea {
	background-color: rgb(244, 244, 244);
	display: block;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	letter-spacing: 0.12px;
	line-height: 30px;
	text-align: left;
	white-space: nowrap;
}

.AppRtl .SkypeNotificationActionArea {
	text-align: right;
}

.SkypeNotificationButton {
	-webkit-appearance: none;
	align-items: flex-start;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border: 0px outset rgb(221, 221, 221);
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	box-sizing: border-box;
	color: rgb(0, 114, 198);
	cursor: pointer;
	display: inline-block;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
	font-size: 12px;
	height: 30px;
	letter-spacing: 0.12px;
	line-height: 30px;
	max-width: 122px;
	overflow: hidden;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
}

.AppRtl .SkypeNotificationButton {
	text-align: right;
	padding-left: 0px;
	padding-right: 10px;
}

span.WACMoveArrowIcon {
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
}

a.AllowBrowserClick:focus {
	outline: #000000 dotted 1px;
}

@media screen and (-ms-high-contrast:active) {
	div#highContrastDetectionDiv a#highContrastDetectionAnchor {
		background-image: none !important;
	}

	.WACButton:disabled,
	.DisabledButton *,
	.StandardButtonNoImage.DisabledButton {
		color: GrayText !important;
		opacity: 1 !important;
	}

	.usehover .DisabledButton:hover {
		border-color: transparent;
		background-color: transparent;
		outline: none !important;
		color: GrayText !important;
		opacity: 1;
	}

	.usehover .Interactive .CommentContainer:hover,
	.Interactive .CommentContainer:focus,
	.CommentContainer:focus.NewOrEditComment,
	.usehover .Interactive .Reply1.CommentContainer:hover,
	.Interactive .Reply1.CommentContainer:focus,
	.Reply1.CommentContainer:focus.NewOrEditComment,
	.Interactive .CommentContainer:focus,
	.Interactive .SelectedComment,
	.NewOrEditComment,
	.SelectedParentComment,
	.usehover .SelectedParentComment.CommentContainer:hover {
		border-left-color: Highlight !important;
	}

	.AppRtl.usehover .Interactive .CommentContainer:hover,
	.AppRtl .Interactive .CommentContainer:focus,
	.AppRtl .CommentContainer:focus.NewOrEditComment,
	.AppRtl.usehover .Interactive .Reply1.CommentContainer:hover,
	.AppRtl .Interactive .Reply1.CommentContainer:focus,
	.AppRtl .Reply1.CommentContainer:focus.NewOrEditComment,
	.AppRtl .Interactive .CommentContainer:focus,
	.AppRtl .Interactive .SelectedComment,
	.AppRtl .NewOrEditComment,
	.AppRtl .SelectedParentComment,
	.AppRtl.usehover .SelectedParentComment.CommentContainer:hover {
		border-right-color: Highlight !important;
	}

	.WACButton:focus,
	.WACGlyph:focus,
	.usehover .WACButton:hover,
	.usehover .WACGlyph:hover,
	.WACButton:active,
	.WACGlyph:active,
	.usehover .WACBusinessBarButton:hover,
	.WACBusinessBarButton:active,
	.ClipartSelectedImage,
	.ClipartCommunityAttrSelected,
	a.ProtocolLaunchingDialogButtonAnchor.OICDialog:focus,
	a.ProtocolLaunchingDialogButtonAnchor:hover,
	a.ProtocolLaunchingDialogButtonAnchor:focus,
	.usehover a.BreadcrumbItem:hover,
	a.BreadcrumbItem:focus,
	.BreadcrumbItem#BreadcrumbSaveStatus:hover,
	.BreadcrumbItem#BreadcrumbDash:hover,
	.usehover div.BreadcrumbItem:hover,
	div.BreadcrumbItem:focus,
	div.EditableBreadcrumbItem:focus,
	.usehover div.EditableBreadcrumbItem:hover:focus,
	.usehover .cui-topBar1 a.BreadcrumbItem.SwitcherDropdown:hover,
	.cui-topBar1 a.BreadcrumbItem.SwitcherDropdown:focus,
	a.SignoutLink:hover,
	a.SignoutLink:focus,
	a.SignInLink:hover,
	a.SignInLink:focus,
	a.cui-ctl-medium+a.SignInLink:hover,
	a.cui-ctl-medium+a.SignInLink:focus,
	.StandardButton:focus,
	.usehover .StandardButton:hover,
	.StandardButton:active {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		color: HighlightText !important;
		outline-color: inherit !important;
	}

	.ClipartSelectedImage {
		filter: invert(100%);
	}

	.usehover .cui-topBar1 a.BreadcrumbItem.SwitcherDropdown:hover,
	.cui-topBar1 a.BreadcrumbItem.SwitcherDropdown:focus {
		opacity: 1;
	}

	.StandardButton:focus {
		border: 1px solid Highlight !important;
		outline: 2px dashed transparent;
	}

	.usehover .StandardButton:hover {
		outline: 2px dashed transparent;
	}

	.FolderIconSVG {
		fill: WindowText !important;
	}
}

div#highContrastDetectionDiv,
div#screenReaderDetectionDiv {
	background-color: Window;
	position: absolute;
	top: 0px;
	left: -99999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
}

div#highContrastDetectionDiv a#highContrastDetectionAnchor {
	background-image: url('data:image/png;base64,highContrastDetectorDefault');
}

div#screenReaderDetectionDiv {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: transparent;
}

@keyframes floatpanein {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes floatpanein {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes floatpanein {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes floatpanein {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

.WACFloatPaneFadeIn {
	transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	animation: floatpanein 1s;
	-webkit-animation: floatpanein 1s;
	-moz-animation: floatpanein 1s;
	-o-animation: floatpanein 1s;
}

@keyframes floatpaneout {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes floatpaneout {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes floatpaneout {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes floatpaneout {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
	}
}

.WACFloatPaneFadeOut {
	transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	animation: floatpaneout 1s;
	-webkit-animation: floatpaneout 1s;
	-moz-animation: floatpaneout 1s;
	-o-animation: floatpaneout 1s;
}

.WACFloatPane {
	position: absolute;
	overflow: hidden;
	margin-top: 1px;
	display: none;
	z-index: 999;
	width: 0px;
	right: 1px;
	height: 0px;
	top: 100%;
}

.WACFloatPaneImage {
	position: absolute;
	bottom: 0;
	left: 0;
}

.WACFloatPaneCloseButton {
	display: inline-block;
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 5px;
}

@media (-ms-automation:all) {
	div#screenReaderDetectionDiv {
		border-bottom-style: dotted !important;
	}
}

.LanguagesListDiv {
	display: table;
	width: 100%;
}

.LanguagesListDiv #SpellingLabel {
	display: table-caption;
	caption-side: bottom
}

.SaveToAnotherLocationSpan {
	right: 14px;
	position: absolute;
}

.FolderLocationDiv {
	height: 30px;
}

.AnotherFolderTextSpan {
	margin-left: 2px;
	cursor: default;
}

.FilePickerHostDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 626px;
	display: block;
	z-index: 1001;
	margin-left: -512px;
	margin-top: -326px;
}

.FilePickerHostDiv>iframe {
	border: 0px;
}

.PickerOverlayDiv {
	height: 100%;
	display: block;
	z-index: 1000;
}

.FolderIconSVG {
	height: 16px;
	width: 16px;
	fill: #666;
	fill-rule: evenodd;
}

.PPTInsertTableDialogPanel {
	min-width: 250px;
}

.InsertTableDialogTooltipContainer {
	cursor: default;
	position: absolute;
	width: 500px;
	z-index: 1;
}

.InsertTableDialogTooltipContent {
	padding: 2px 4px 2px 4px;
	display: inline-block;
	border: solid 1px #444444;
	background-color: white;
	color: #444444;
}

#InsertTableDialogColumnTooltipContainer {
	top: 75px;
}

#InsertTableDialogRowTooltipContainer {
	top: 100px;
}

.cui-ribbon *,
.cui-toolbar-toolbar *,
.cui-viewerchrome * {
	outline: none;
}

.cui-ribbon ul {
	margin: 0;
	padding: 0;
}

.cui-ribbon a,
.cui-menu a,
.cui-toolbar-toolbar a,
.cui-viewerchrome a {
	text-decoration: none;
}

.cui-ribbon a img,
.cui-menu a img,
.cui-QAT a img,
.cui-toolbar-toolbar a img,
.cui-viewerchrome a img,
.cui-ctl a img {
	border: 0px;
}

.cui-ribbonTopBars {
	background-color: transparent;
	display:none !important;
}

.cui-ribbonTopBars,
.cui-tabBody,
.cui-cg-i,
.cui-ct-ul,
.cui-tabContainer {
	position: relative;
}

.cui-cg .cui-ct-ul {
	top: 46px;
}

.cui-pinButton {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.AppRtl .cui-pinButton {
	left: 0px;
	right: auto;
}

a.cui-ctl.cui-dialogLauncherButton {
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: -4px;
	border: 0;
}

.AppRtl a.cui-ctl.cui-dialogLauncherButton {
	left: 0;
	right: auto;
	margin-right: auto;
	margin-left: -4px;
}

.cui-topBar1 {
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 100%;
	height: 50px;
	white-space: nowrap;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
}

.cui-topBar1 .empty {
	background-color: transparent;
}

.cui-topBar2 {
	height: 80px;
	background-color: #e1e1e1;
}

.cui-exth .cui-topBar2 {
	height: 30px;
}

.cui-singlerowlayout .cui-topBar2 {
	height: 26px;
}

.cui-viewerchrome .cui-topBar2 {
	background-color: transparent;
}

.cui-topBar1 .cui-ctl {
	background-color: #e1e1e1;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #e1e1e1;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px 10px !important;
}

.cui-topBar1 .cui-ctl-mediumlabel {
	color: #ffffff !important;
	height: 18px;
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.AppRtl .cui-topBar1 .cui-ctl-mediumlabel {
	margin-left: 0px;
	margin-right: 5px;
}

.cui-topBar1 .cui-ctl-medium {
	position: relative;
	vertical-align: top;
	height: 20px;
	border-color: #d24726;
	background-color: #d24726;
	margin: 4px;
	padding: 10px 32px !important;
}

.usehover .cui-topBar1 .cui-ctl-medium:hover,
.cui-topBar1 .cui-ctl-medium:focus {
	border-color: #f0623e !important;
	background-color: #f0623e !important;
	outline: 2px dashed transparent;
}

.cui-topBar1 .cui-ctl-active,
.cui-topBar1 .usehover .cui-ctl-active:hover {
	border-color: #382F2D !important;
	background-color: #382F2D !important;
	outline: 2px solid transparent;
}

.cui-QATRowLeft {
	position: absolute;
	left: 0px;
	margin: 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

.AppRtl .cui-QATRowLeft {
	left: auto;
	right: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

.AppAndBrandContainer {
	background-color: #d24726;
}

.cui-QATRowCenter {
	margin: 0px 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.cui-QATRowRight {
	position: absolute;
	right: 0px;
	height: 50px;
	margin: 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.AppRtl .cui-QATRowRight {
	left: 0px;
	right: auto;
	padding-left: 0px;
	padding-right: 0px;
}

.cui-TabRowLeft {
	float: left;
}

.AppRtl .cui-TabRowLeft {
	float: right;
}

.cui-toolbar-onerow .cui-toolbar-buttondock {
	white-space: nowrap;
}

.cui-TabRowInline,
.cui-TabRowRight {
	margin-top: 50px;
	margin-bottom: 0px;
}

.cui-exth .cui-TabRowInline,
.cui-exth .cui-TabRowRight {
	margin-top: 0px;
}

.cui-TabRowInline {
	padding: 0px 4px;
	margin-left: 5px;
	margin-right: 5px;
}

.cui-toolbar-buttondock {
	padding: 0px 4px;
	margin-left: 0px;
	margin-right: 0px;
}

.cui-TabRowInline>*,
.cui-toolbar-buttondock>* {
	vertical-align: middle;
}

.cui-TabRowRight {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 26px;
}

.AppRtl .cui-TabRowRight {
	right: auto;
	left: 0px;
}

.cui-TabRowInline a.cui-ctl-medium .cui-ctl-mediumlabel,
.cui-TabRowRight a.cui-ctl-medium .cui-ctl-mediumlabel {
	height: 16px;
}

.cui-TabRowInline a.cui-ctl,
.cui-TabRowRight a.cui-ctl,
.cui-TabRowInline a.cui-ctl-medium,
.cui-TabRowRight a.cui-ctl-medium {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.cui-singlerowlayout .cui-TabRowInline a.cui-ctl,
.cui-singlerowlayout .cui-TabRowRight a.cui-ctl,
.cui-singlerowlayout .cui-TabRowInline a.cui-ctl-medium,
.cui-singlerowlayout .cui-TabRowRight a.cui-ctl-medium {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.cui-TabRowInline .cui-sb {
	padding-top: 5px;
	padding-bottom: 5px;
}

.usehover .cui-topBar1 .cui-ctl:hover,
.usehover .cui-TabRowInline .cui-ctl:hover,
.usehover .cui-TabRowInline .cui-ctl-medium:hover,
.usehover .cui-TabRowRight .cui-ctl:hover,
.usehover .cui-TabRowRight .cui-ctl-medium:hover,
.cui-topBar1 .cui-ctl:focus,
.cui-TabRowInline .cui-ctl:focus,
.cui-TabRowInline .cui-ctl-medium:focus,
.cui-TabRowRight .cui-ctl:focus,
.cui-TabRowRight .cui-ctl-medium:focus {
	border-color: #f0f0f0 !important;
	background-color: #f0f0f0 !important;
	outline: 2px dashed transparent;
}

.cui-topBar1 .cui-ctl-active,
.cui-TabRowInline .cui-ctl-active,
.cui-TabRowRight .cui-ctl-active,
.usehover .cui-topBar1 .cui-ctl-active:hover,
.usehover .cui-TabRowInline .cui-ctl-active:hover,
.usehover .cui-TabRowRight .cui-ctl-active:hover,
.cui-TabRowInline .cui-fa-dropped,
.cui-TabRowRight .cui-fa-dropped {
	border-color: #ffffff !important;
	background-color: #ffffff !important;
	outline: 2px dashed transparent;
}

.cui-topBar1 .cui-disabled .cui-img-container,
.cui-topBar1 .cui-disabled .cui-img-cont-float,
.cui-TabRowInline .cui-disabled .cui-img-container,
.cui-TabRowInline .cui-disabled .cui-img-cont-float,
.cui-TabRowRight .cui-disabled .cui-img-container,
.cui-TabRowRight .cui-disabled .cui-img-cont-float {
	background-color: transparent;
	outline: 2px dotted transparent;
}

.usehover .cui-topBar1 .cui-ctl.cui-disabled:hover,
.usehover .cui-TabRowInline .cui-ctl.cui-disabled:hover,
.usehover .cui-TabRowInline .cui-ctl-medium.cui-disabled:hover,
.usehover .cui-TabRowRight .cui-ctl.cui-disabled:hover,
.usehover .cui-TabRowRight .cui-ctl-medium.cui-disabled:hover {
	border-color: transparent !important;
	background-color: transparent !important;
	outline: 2px dotted transparent;
}

.cui-topBar1 .cui-ctl.cui-disabled:focus,
.cui-topBar1 .cui-ctl.cui-disabled:focus:hover,
.cui-TabRowInline .cui-ctl.cui-disabled:focus,
.cui-TabRowInline .cui-ctl.cui-disabled:focus:hover,
.cui-TabRowInline .cui-ctl-medium.cui-disabled:focus,
.cui-TabRowInline .cui-ctl-medium.cui-disabled:focus:hover,
.cui-TabRowRight .cui-ctl.cui-disabled:focus,
.cui-TabRowRight .cui-ctl.cui-disabled:focus:hover,
.cui-TabRowRight .cui-ctl-medium.cui-disabled:focus,
.cui-TabRowRight .cui-ctl-medium.cui-disabled:focus:hover {
	border-color: #f0f0f0 !important;
	background-color: #f0f0f0 !important;
	outline: 2px dotted transparent;
}

.cui-jewel-container,
.cui-tts,
.cui-tts-scale-1,
.cui-tts-scale-2 {
	height: 80px;
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0px;
	list-style-type: none;
	max-width: none;
}

.cui-exth .cui-jewel-container,
.cui-exth .cui-tts,
.cui-exth .cui-tts-scale-1,
.cui-exth .cui-tts-scale-2 {
	height: 30px;
	overflow: visible;
}

.cui-singlerowlayout .cui-jewel-container,
.cui-singlerowlayout .cui-tts {
	height: 26px;
	overflow: visible;
}

.AppRtl .cui-jewel-container,
.AppRtl .cui-tts,
.AppRtl .cui-tts-scale-1,
.AppRtl .cui-tts-scale-2 {
	float: right;
}

.cui-jewel-jewelMenuLauncher {
	padding: 7px 20px;
	display: block;
	text-align: center;
}

.cui-singlerowlayout .cui-jewel-jewelMenuLauncher {
	padding: 5px 16px;
	display: block;
	text-align: center;
}

.cui-toolbar-onerow .cui-jewel-jewelMenuLauncher {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.cui-topBar2 .cui-jewel-jewelMenuLauncher {
	margin-top: 50px;
}

.cui-exth .cui-topBar2 .cui-jewel-jewelMenuLauncher {
	margin-top: 0px;
}

.cui-jewel-label {
	height: 16px;
	color: #ffffff;
	display: block;
}

.cui-singlerowlayout .cui-jewel-label {
	color: #ffffff;
	display: block;
	text-transform: capitalize;
}

.cui-jewel-jewelMenuLauncher>* {
	cursor: default;
}

.usehover .cui-jewel-jewelMenuLauncher:hover .cui-jewel-label,
.cui-jewel-jewelMenuLauncher:focus .cui-jewel-label {
	color: #d24726;
}

.usehover .cui-jewel-jewelMenuLauncher:hover {
	outline: 2px dashed transparent;
}

.cui-jewel-jewelMenuLauncher:focus {
	background-color: #f0f0f0;
	outline: 2px dashed transparent;
}

.cui-toolbar-toolbar {
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: default;
	text-align: center;
}

.cui-toolbar-buttondock.alignleft {
	left: 0px;
	position: absolute;
}

.AppRtl .cui-toolbar-buttondock.alignleft {
	left: auto;
	right: 0px;
}

.cui-toolbar-buttondock.aligncenter {
	position: relative;
}

.cui-toolbar-buttondock.alignright {
	right: 0px;
	position: absolute;
}

.AppRtl .cui-toolbar-buttondock.alignright {
	left: 0px;
	right: auto;
}

.cui-toolbar-buttondock .cui-tb {
	height: 14px;
	padding: 2px 3px;
	vertical-align: bottom;
	text-align: right;
}

.AppRtl .cui-toolbar-buttondock .cui-tb {
	text-align: left;
}

.cui-toolbar-buttondock .cui-cb {
	height: 20px;
}

.cui-toolbar-buttondock .cui-cb .cui-cb-input {
	height: 14px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.cui-toolbar-buttondock .cui-cb .cui-dd-arrow-button {
	height: 18px;
	padding: 0px 2px;
}

.cui-toolbar-buttondock .cui-ctl-medium,
.cui-toolbar-buttondock .cui-fslb {
	padding-left: 4px;
	padding-right: 4px;
}

.cui-toolbar-button-center {
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: bottom;
	position: relative;
}

.cui-toolbar-button-right {
	margin-left: 4px;
	margin-right: 0px !important;
	vertical-align: middle;
}

.AppRtl .cui-toolbar-button-right {
	margin-left: 0px !important;
	margin-right: 4px !important;
}

.cui-toolbar-buttondock a.cui-ctl-medium,
.cui-toolbar-buttondock a.cui-fslb {
	margin-left: 8px;
	margin-right: 8px;
}

.cui-hidden {
	position: absolute;
	top: -2000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	word-wrap: normal;
}

.cui-modalDiv {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: white;
	opacity: 0.0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.iPad.v6up .cui-modalDiv {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

.InternetExplorer.v8 .cui-modalDiv {
	-ms-filter: "alpha(opacity=0)";
}

.cui-block {
	display: block;
}

.cui-keytip {
	height: 17px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.cui-keytip-span {
	display: inline-block;
	background-color: WindowText;
	color: Window;
	padding-left: 3px;
	padding-right: 3px;
	min-width: 11px;
	outline: 2px solid transparent;
}

.cui-disabled .cui-keytip {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.TellMeSearchBox .cui-keytip {
	bottom: -11px;
}

a.cui-ctl-medium.ButtonOpenInClient .cui-keytip {
	left: 0px;
	right: 0px;
	margin: auto;
}

a.cui-ctl-menu .cui-keytip {
	top: 10px;
	left: 10px;
	right: auto;
	margin: 0;
}

.AppRtl a.cui-ctl-menu .cui-keytip {
	left: auto;
	right: 10px;
}

.cui-jewelmenu a.cui-ctl-menu .cui-keytip {
	top: 2px;
	left: 15px;
	right: auto;
}

.AppRtl .cui-jewelmenu a.cui-ctl-menu .cui-keytip {
	left: auto;
	right: 15px;
}

.cui-jewelsubmenu a.cui-ctl-menu .cui-keytip {
	top: 30px;
	left: 60px;
	right: auto;
}

.AppRtl .cui-jewelsubmenu a.cui-ctl-menu .cui-keytip {
	left: auto;
	right: 60px;
}

a.cui-ctl-medium .cui-keytip {
	left: 10px;
	right: auto;
	margin: 0;
}

.AppRtl a.cui-ctl-medium .cui-keytip {
	left: auto;
	right: 10px;
}

a.cui-ctl-large .cui-keytip {
	bottom: -13px;
}

span.cui-ctl-large .cui-keytip {
	bottom: -12px;
}

.cui-row-threerow.cui-row-1 .cui-keytip {
	top: -9px;
}

.cui-row-threerow.cui-row-1 .cui-cb .cui-keytip,
.cui-row-threerow.cui-row-1 span.cui-ctl .cui-keytip {
	top: -8px;
}

.cui-row-tworow.cui-row-1 .cui-keytip {
	top: -17px;
}

.cui-row-tworow.cui-row-1 .cui-cb .cui-keytip,
.cui-row-tworow.cui-row-1 span.cui-ctl .cui-keytip {
	top: -16px;
}

.cui-row-threerow.cui-row-2 .cui-keytip {
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.cui-row-threerow.cui-row-3 .cui-keytip {
	bottom: -12px;
}

.cui-row-tworow.cui-row-2 .cui-keytip {
	bottom: -22px;
}

.cui-row-onerow .cui-keytip {
	bottom: -21px;
}

a.cui-ctl.cui-dialogLauncherButton .cui-keytip {
	bottom: -17px
}

.cui-viewerchrome .cui-topBar1 {
	position: relative;
}

.cui-viewerchrome .cui-topBar2 {
	height: 40px;
	text-align: center;
}

.cui-viewerchrome .cui-jewel-container {
	height: 40px;
}

.cui-viewerchrome .cui-topBar2 .cui-jewel-jewelMenuLauncher {
	margin-top: 0px;
}

.cui-toolbar-singledock {
	width: auto;
}

.cui-viewerchrome .cui-herobar-toolbarContainer {
	width: auto;
	position: absolute;
	display: inline-block;
	right: 0px;
	height: 40px;
}

.AppRtl .cui-viewerchrome .cui-herobar-toolbarContainer {
	right: auto;
	left: 0px;
}

.cui-toolbar-singledock .cui-toolbar-buttondock {
	position: static;
}

.cui-toolbar-singledock .cui-toolbar-buttondock a.cui-ctl-medium {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.cui-herobar-documentTitleContainer {
	display: inline-block;
	height: 40px;
}

.cui-viewerchrome .BreadcrumbItem#BreadcrumbTitle {
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

.cui-herobar-breadcrumbContainer {
	position: absolute;
	left: 0px;
	display: inline-block;
	height: 20px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.AppRtl .cui-herobar-breadcrumbContainer {
	left: auto;
	right: 0px;
	margin-left: auto;
	padding-right: 15px;
}

.cui-herobar-breadcrumbContainer .BreadcrumbItem {
	color: #ffffff;
	line-height: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

.cui-herobar-breadcrumbContainer a.BreadcrumbItem:focus {
	outline: #ffffff dotted thin;
}

.cui-herobar-breadcrumbContainer .BreadcrumbItem.FolderSeparator {
	padding-top: 0;
	padding-bottom: 0;
}

.AppBrandSeparator {
	display: inline-block;
	background-color: #ffffff;
	width: 1px;
	height: 12px;
	margin-right: 6px;
	margin-top: 4px;
}

.AppRtl .AppBrandSeparator {
	margin-right: auto;
	margin-left: 6px;
}

.BreadcrumbItem#BreadcrumbAppBrand {
	margin-right: 6px;
}

.AppRtl .BreadcrumbItem#BreadcrumbAppBrand {
	margin-right: auto;
	margin-left: 6px;
}

.cui-viewerchrome .cui-toolbar-toolbar .cui-ctl-mediumlabel,
.cui-viewerchrome .cui-herodock .cui-ctl-mediumlabel {
	line-height: 20px;
	margin-left: 4px;
	margin-right: 0px;
}

.AppRtl .cui-viewerchrome .cui-toolbar-toolbar .cui-ctl-mediumlabel .AppRtl .cui-viewerchrome .cui-herodock .cui-ctl-mediumlabel {
	margin-left: 0px;
	margin-right: 4px;
}

.cui-viewerchrome .cui-toolbar-singledock .cui-toolbar-buttondock a.cui-ctl,
.cui-viewerchrome .cui-toolbar-singledock .cui-toolbar-buttondock a.cui-ctl-medium,
.cui-viewerchrome .cui-herodock a.cui-ctl,
.cui-viewerchrome .cui-herodock a.cui-ctl-medium {
	height: 20px;
	border: 0px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px !important;
}

.cui-viewerchrome .cui-toolbar-singledock .cui-toolbar-buttondock,
.cui-viewerchrome .cui-herodock {
	padding-left: 0px;
	padding-right: 0px;
}

.cui-herodock .cui-ctl {
	vertical-align: middle;
}

.cui-tabBody#tabApps .cui-ctl-largelabel {
	width: 75px;
	max-width: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cui-viewerchrome .cui-emphasized {
	background-color: #d24726;
}

.usehover .cui-viewerchrome .cui-emphasized:hover {
	background-color: #9e3419 !important;
	outline: 2px dashed transparent;
}

.cui-viewerchrome .cui-emphasized.cui-fa-dropped,
.usehover .cui-viewerchrome .cui-emphasized.cui-ctl-active,
.usehover .cui-viewerchrome .cui-emphasized.cui-ctl-active:hover {
	background-color: #852b15 !important;
	outline: 2px solid transparent;
}

.cui-viewerchrome .cui-emphasized .cui-ctl-mediumlabel {
	color: #ffffff;
}

.cui-topBar1 .cui-ctl.SkypeButton {
	padding: 15px 13px !important;
	margin-left: 0;
	margin-right: 1px;
	background-color: transparent;
	border-color: rgba(255, 255, 255, .3);
	border-right-style: solid;
	border-left-style: solid;
}

.cui-topBar1 .cui-ctl.SkypeButton.activated {
	background-color: #e1e1e1;
}

.AppRtl .cui-topBar1 .cui-ctl.SkypeButton {
	margin-left: 1px;
	margin-right: 0;
}

.usehover .cui-topBar1 .cui-ctl.SkypeButton:hover,
.SkypeButton.cui-ctl-active,
.usehover .SkypeButton.cui-ctl-active:hover {
	background-color: #444444 !important;
	border-color: rgba(255, 255, 255, .3) !important;
	outline: 2px dashed transparent;
}

.SkypeUnreadConversationsDiv {
	position: absolute;
	bottom: 43px;
	margin-left: 7px;
}

.AppRtl .SkypeUnreadConversationsDiv {
	margin-left: 0px;
	margin-right: 7px;
}

.SkypeUnreadConversationsBubble {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	border-radius: .8em;
	vertical-align: middle;
	font-size: 13px;
	border: 1px solid;
	border-color: #9e3419;
}

.SkypeUCBBackground {
	background-color: #9e3419;
}

.usehover .cui-ctl.SkypeButton:hover .SkypeUCBBackground,
.SkypeUCBBackground:hover {
	background-color: white;
	color: #9e3419;
	outline: 2px dashed transparent;
}

.SkypeUCBWide {
	width: 23px !important;
}

@media screen and (-ms-high-contrast:active) {

	.cui-topBar1 .cui-disabled .cui-img-container,
	.cui-topBar1 .cui-disabled .cui-img-cont-float,
	.cui-TabRowInline .cui-disabled .cui-img-container,
	.cui-TabRowInline .cui-disabled .cui-img-cont-float,
	.cui-TabRowRight .cui-disabled .cui-img-container,
	.cui-TabRowRight .cui-disabled .cui-img-cont-float,
	.usehover .cui-topBar1 .cui-ctl.cui-disabled:hover,
	.usehover .cui-TabRowInline .cui-ctl.cui-disabled:hover,
	.usehover .cui-TabRowInline .cui-ctl-medium.cui-disabled:hover,
	.usehover .cui-TabRowRight .cui-ctl.cui-disabled:hover,
	.usehover .cui-TabRowRight .cui-ctl-medium.cui-disabled:hover,
	.cui-topBar1 .cui-ctl.cui-disabled:focus,
	.cui-topBar1 .cui-ctl.cui-disabled:focus:hover,
	.cui-TabRowInline .cui-ctl.cui-disabled:focus,
	.cui-TabRowInline .cui-ctl.cui-disabled:focus:hover,
	.cui-TabRowInline .cui-ctl-medium.cui-disabled:focus,
	.cui-TabRowInline .cui-ctl-medium.cui-disabled:focus:hover,
	.cui-TabRowRight .cui-ctl.cui-disabled:focus,
	.cui-TabRowRight .cui-ctl.cui-disabled:focus:hover,
	.cui-TabRowRight .cui-ctl-medium.cui-disabled:focus,
	.cui-TabRowRight .cui-ctl-medium.cui-disabled:focus:hover,
	.cui-disabled .cui-keytip {
		color: GrayText !important;
		opacity: 1;
	}

	.cui-topBar1 .cui-ctl.cui-disabled:focus,
	.cui-topBar1 .cui-ctl.cui-disabled:focus:hover,
	.cui-TabRowInline .cui-ctl.cui-disabled:focus,
	.cui-TabRowInline .cui-ctl.cui-disabled:focus:hover,
	.cui-TabRowInline .cui-ctl-medium.cui-disabled:focus,
	.cui-TabRowInline .cui-ctl-medium.cui-disabled:focus:hover,
	.cui-TabRowRight .cui-ctl.cui-disabled:focus,
	.cui-TabRowRight .cui-ctl.cui-disabled:focus:hover,
	.cui-TabRowRight .cui-ctl-medium.cui-disabled:focus,
	.cui-TabRowRight .cui-ctl-medium.cui-disabled:focus:hover {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		outline-color: inherit !important;
	}

	.usehover .cui-topBar1 .cui-ctl-medium:hover,
	.cui-topBar1 .cui-ctl-medium:focus,
	.cui-topBar1 .cui-ctl-active,
	.cui-topBar1 .usehover .cui-ctl-active:hover,
	.usehover .cui-topBar1 .cui-ctl:hover,
	.usehover .cui-TabRowInline .cui-ctl:hover,
	.usehover .cui-TabRowInline .cui-ctl-medium:hover,
	.usehover .cui-TabRowRight .cui-ctl:hover,
	.usehover .cui-TabRowRight .cui-ctl-medium:hover,
	.cui-topBar1 .cui-ctl:focus,
	.cui-TabRowInline .cui-ctl:focus,
	.cui-TabRowInline .cui-ctl-medium:focus,
	.cui-TabRowRight .cui-ctl:focus,
	.cui-TabRowRight .cui-ctl-medium:focus,
	.cui-topBar1 .cui-ctl-active,
	.cui-TabRowInline .cui-ctl-active,
	.cui-TabRowRight .cui-ctl-active,
	.usehover .cui-topBar1 .cui-ctl-active:hover,
	.usehover .cui-TabRowInline .cui-ctl-active:hover,
	.usehover .cui-TabRowRight .cui-ctl-active:hover,
	.cui-TabRowInline .cui-fa-dropped,
	.cui-TabRowRight .cui-fa-dropped,
	.usehover .cui-jewel-jewelMenuLauncher:hover .cui-jewel-label,
	.cui-jewel-jewelMenuLauncher:focus .cui-jewel-label,
	.usehover .cui-jewel-jewelMenuLauncher:hover,
	.cui-jewel-jewelMenuLauncher:focus,
	.usehover .cui-viewerchrome .cui-emphasized:hover,
	.cui-viewerchrome .cui-emphasized.cui-fa-dropped,
	.usehover .cui-viewerchrome .cui-emphasized.cui-ctl-active,
	.usehover .cui-viewerchrome .cui-emphasized.cui-ctl-active:hover,
	.usehover .cui-topBar1 .cui-ctl.SkypeButton:hover,
	.SkypeButton.cui-ctl-active,
	.usehover .SkypeButton.cui-ctl-active:hover,
	.usehover .cui-ctl.SkypeButton:hover .SkypeUCBBackground,
	.SkypeUCBBackground:hover {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		color: HighlightText !important;
		outline-color: inherit !important;
	}

	.cui-topBar1 .cui-disabled .cui-img-container,
	.cui-topBar1 .cui-disabled .cui-img-cont-float,
	.cui-TabRowInline .cui-disabled .cui-img-container,
	.cui-TabRowInline .cui-disabled .cui-img-cont-float,
	.cui-TabRowRight .cui-disabled .cui-img-container,
	.cui-TabRowRight .cui-disabled .cui-img-cont-float {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		color: GrayText !important;
		outline-color: inherit !important;
	}
}

a.cui-ctl,
a.cui-ctl-medium,
a.cui-ctl-large,
a.cui-ctl-menu,
.cui-toolbar-toolbar a.cui-fslb {
	border: 1px solid transparent;
	display: inline-block;
	cursor: default;
}

.cui-ctl,
.cui-ctl *,
.cui-ctl-medium,
.cui-ctl-medium *,
.cui-ctl-large,
.cui-ctl-large *,
.cui-ctl-thin,
.cui-ctl-thin * {
	-ms-touch-action: none;
	touch-action: none;
}

.cui-ctl {
	margin: 0px 1px;
	display: inline-block;
}

a.cui-ctl {
	padding: 2px;
	cursor: default;
}

.cui-touch .cui-row-tworow a.cui-ctl,
.cui-touch .cui-row-threerow a.cui-ctl {
	margin-left: 1px;
	margin-right: 10px;
}

.AppRtl .cui-touch .cui-row-tworow a.cui-ctl,
.AppRtl .cui-touch .cui-row-threerow a.cui-ctl {
	margin-right: 1px;
	margin-left: 10px;
}

.cui-touch a.cui-ctl {
	padding: 4px 5px 4px
}

.cui-touch .cui-row-tworow a.cui-ctl {
	padding: 6px 5px 7px
}

.cui-touch a.cui-ctl.cui-fa-sm {
	margin-left: 1px;
	margin-right: 2px;
}

.AppRtl .cui-touch a.cui-ctl.cui-fa-sm {
	margin-left: 2px;
	margin-right: 1px;
}

.cui-ctl .cui-ctl-smalllabel {
	padding: 6px 3px 7px;
	vertical-align: top;
	float: left;
}

.AppRtl .cui-ctl .cui-ctl-smalllabel {
	float: right;
}

.cui-ctl .cui-ctl-small24label {
	padding: 1px 2px;
	vertical-align: top;
	float: left;
}

.AppRtl .cui-ctl .cui-ctl-small24label {
	float: right;
}

.cui-touch .cui-ctl .cui-ctl-smalllabel {
	padding-right: 0px;
}

.AppRtl .cui-touch .cui-ctl .cui-ctl-smalllabel {
	padding-left: 0px;
	padding-right: 3px;
}

.cui-touch .cui-fa-sm .cui-img-16by16 {
	margin-left: 0px;
	margin-right: 5px;
}

.AppRtl .cui-touch .cui-fa-sm .cui-img-16by16 {
	margin-left: 5px;
	margin-right: 0px;
}

.cui-ctl-smalllabel .cui-img-5by3,
.cui-ctl-small .cui-ctl-a2 .cui-img-5by3 {
	display: block;
}

.cui-ctl,
a.cui-ctl-medium {
	white-space: nowrap;
}

.cui-ctl-iconContainer {
	width: 16px;
	height: 16px;
	display: inline-block;
	float: left;
}

.cui-ctl-large16IconContainer {
	width: 16px;
	height: 16px;
	display: block;
	margin: auto;
}

.cui-ctl-spinner {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
}

.AppRtl .cui-ctl-iconContainer {
	float: right;
}

.cui-ctl-iconContainer14 {
	width: 14px;
	height: 14px;
	display: inline-block;
	float: left;
	margin: 1px;
}

.AppRtl .cui-ctl-iconContainer14 {
	float: right;
}

a.cui-ctl-medium {
	margin: 0px 1px;
	padding: 2px;
}

.cui-touch a.cui-ctl-medium {
	padding-top: 4px;
	padding-bottom: 4px;
}

.cui-touch .cui-row-tworow a.cui-ctl-medium {
	padding-top: 6px;
	padding-bottom: 7px;
}

a.cui-ctl-medium .cui-ctl-mediumlabel,
.cui-toolbar-toolbar a.cui-fslb .cui-ctl-mediumlabel {
	display: inline-block;
	margin-left: 3px;
	margin-right: 0px;
}

.AppRtl a.cui-ctl-medium .cui-ctl-mediumlabel,
.AppRtl .cui-toolbar-toolbar a.cui-fslb .cui-ctl-mediumlabel {
	margin-left: 0px;
	margin-right: 3px;
}

a.cui-ctl-medium .cui-ctl-mediumlabel:first-child,
.cui-toolbar-toolbar a.cui-fslb .cui-ctl-mediumlabel:first-child {
	margin-left: 0;
	margin-right: 0;
}

.cui-ctl-mediumlabel .cui-img-5by3 {
	top: -3px;
	margin-left: 1px;
}

.AppRtl .cui-ctl-mediumlabel .cui-img-5by3 {
	margin-left: auto;
	margin-right: 1px;
}

.cui-ctl-iconContainer20 {
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
}

.AppRtl .cui-ctl-iconContainer20 {
	float: right;
}

.cui-ctl-iconContainer24 {
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left;
}

.AppRtl .cui-ctl-iconContainer24 {
	float: right;
}

.cui-ctl-mediumlabel,
.cui-ctl-largelabel,
.cui-ctl-menulabel,
.cui-btn-menu-description {
	color: #ffffff;
}

.cui-ctl-large {
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	cursor: default;
	margin: 0px;
	padding: 0px;
}

.cui-touch .cui-ctl-large {
	margin-left: 2px;
	margin-right: 2px;
}

.cui-ctl-largeIconContainer,
.cui-ctl-large30IconContainer,
.cui-ctl-large .cui-ctl-a1Internal {
	margin: auto;
}

.cui-ctl-largeIconContainer,
.cui-ctl-large .cui-ctl-a1Internal,
.cui-ctl-menu32 .cui-ctl-iconContainer {
	width: 32px;
	height: 32px;
}

.cui-ctl-menu48 .cui-ctl-iconContainer {
	width: 48px;
	height: 48px;
}

.cui-ctl-large30IconContainer {
	width: 30px;
	height: 30px;
}

.cui-ctl-largeIconContainer,
.cui-ctl-large30IconContainer,
.cui-ctl-large .cui-ctl-a1Internal,
.cui-ctl-menu32 .cui-ctl-iconContainer,
.cui-ctl-menu48 .cui-ctl-iconContainer {
	padding: 1px 4px;
	display: block;
}

.cui-touch .cui-ctl-largeIconContainer,
.cui-touch .cui-ctl-large30IconContainer,
.cui-touch .cui-ctl-large .cui-ctl-a1Internal {
	padding: 4px 6px 3px;
}

.cui-ctl-largeIconContainer,
.cui-ctl-large30IconContainer,
.cui-ctl-menu32 .cui-ctl-iconContainer,
.cui-ctl-menu48 .cui-ctl-iconContainer {
	border-bottom: 1px solid transparent;
}

.cui-ctl-largelabel {
	height: 30px;
	line-height: 1.25;
	display: block;
	padding: 1px 1px 1px;
}

.cui-ctl-largelabel .cui-img-5by3 {
	vertical-align: middle;
	margin-top: 0px;
}

.cui-ctl-a1,
.cui-ctl-a2 {
	display: block;
	border: 1px solid transparent;
	cursor: default;
}

span.cui-ctl .cui-ctl-a1,
span.cui-ctl .cui-ctl-a2 {
	float: left;
	outline: none !important;
}

.AppRtl span.cui-ctl .cui-ctl-a1,
.AppRtl span.cui-ctl .cui-ctl-a2 {
	float: right;
}

span.cui-ctl .cui-ctl-a1 {
	width: 16px;
	height: 16px;
	padding: 2px;
}

.cui-touch span.cui-ctl .cui-ctl-a1 {
	padding: 6px 4px 7px 3px;
}

.cui-touch .cui-row-threerow span.cui-ctl .cui-ctl-a1 {
	padding-top: 4px;
	padding-bottom: 4px;
}

span.cui-ctl .cui-ctl-a2 {
	border-left-width: 0px;
	border-right-width: 1px;
	padding: 8px 3px 9px;
}

.AppRtl span.cui-ctl .cui-ctl-a2 {
	border-left-width: 1px;
	border-right-width: 0px;
}

.cui-touch span.cui-ctl .cui-ctl-a2 {
	padding-top: 13px;
	padding-bottom: 13px;
}

.cui-touch .cui-row-threerow span.cui-ctl .cui-ctl-a2 {
	padding-top: 11px;
	padding-bottom: 10px;
}

span.cui-ctl-medium .cui-ctl-a1 {
	width: auto;
	height: 16px;
}

span.cui-ctl-medium .cui-ctl-a2 {
	height: 15px;
	border-left-width: 0px;
	border-right-width: 1px;
	padding: 0px 3px 5px;
}

.AppRtl span.cui-ctl-medium .cui-ctl-a2 {
	border-left-width: 1px;
	border-right-width: 0px;
}

.cui-touch span.cui-ctl-medium .cui-ctl-a2 {
	height: 15px;
	padding-top: 3px;
	padding-bottom: 11px;
}

span.cui-img-16by16 {
	float: left;
}

.AppRtl span.cui-img-16by16 {
	float: right;
}

span.cui-ctl-medium .cui-ctl-mediumlabel {
	padding-left: 3px;
}

.AppRtl span.cui-ctl-medium .cui-ctl-mediumlabel {
	padding-right: 3px;
}

.cui-touch .cui-row-threerow span.cui-ctl-medium .cui-ctl-a2 {
	padding-top: 3px;
	padding-bottom: 6px;
}

.cui-touch span.cui-ctl-large>a.cui-ctl-a1 {
	border-bottom: 1px solid #e1e1e1;
}

.cui-ctl-large .cui-ctl-a2 {
	border-top-width: 0px;
}

.ButtonOpenInClient {
	height: 16px;
}

.cui-topBar2 a.cui-jewel-jewelMenuLauncher,
.cui-topBar2 a.cui-tt-a,
.cui-TabRowInline a.cui-ctl-medium,
.cui-TabRowInline span.cui-sb,
.cui-groupBody a.cui-ctl,
.cui-groupBody a.cui-ctl-medium,
.cui-groupBody a.cui-ctl-large,
.cui-groupBody span.cui-cb,
.cui-groupBody span.cui-dd,
.cui-groupBody span.cui-spn,
.cui-groupBody span.cui-tb,
.cui-groupBody span[aria-haspopup="true"],
.cui-groupBody a[aria-haspopup='true'].cui-ctl-thin,
.cui-menusection a.cui-ctl-menu {
	position: relative;
}

.cui-groupBody a.cui-ctl-large,
.cui-groupBody span.cui-ctl-large,
.cui-groupBody a[aria-haspopup='true'].cui-ctl-thin {
	overflow: visible;
}

a.cui-ctl-menu {
	padding: 3px;
	margin: 1px;
	min-width: 75px;
	display: block;
}

.cui-touch a.cui-ctl-menu {
	padding: 5px 6px;
	margin-top: 9px;
}

.cui-touch .cui-menusection-firstitem a.cui-ctl-menu {
	margin-top: 0px;
}

.cui-sb-menu .cui-ctl-menu,
.cui-dd-menu .cui-ctl-menu {
	min-width: inherit;
}

.cui-fa-menuitem {
	position: relative;
}

a.cui-ctl-menu16 .cui-ctl-iconContainer {
	margin-left: 0px;
	margin-right: 12px;
}

.AppRtl a.cui-ctl-menu16 .cui-ctl-iconContainer {
	margin-left: 12px;
	margin-right: 0px;
}

a.cui-ctl-menu16 .cui-ctl-mediumlabel {
	display: inline-block;
	padding-left: 0px;
	padding-right: 23px;
}

.AppRtl a.cui-ctl-menu16 .cui-ctl-mediumlabel {
	padding-left: 23px;
	padding-right: 0px;
}

.cui-fa-menuitem .cui-fa-menu-arrow {
	position: absolute;
	top: 4px;
	right: 3px;
}

.AppRtl .cui-fa-menuitem .cui-fa-menu-arrow {
	left: 3px;
	right: auto;
}

.cui-fslb.cui-ctl-menu .cui-ctl-iconContainer {
	width: auto;
}

a.cui-ctl-menu.cui-ctl-menu20 {
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
}

.AppRtl a.cui-ctl-menu.cui-ctl-menu20 {
	padding-left: 20px;
	padding-right: 0px;
}

.cui-ctl-menu20 .cui-ctl-mediumlabel {
	display: inline-block;
	margin-top: 1px;
	margin-left: 4px;
	margin-right: 4px;
}

.cui-ctl-menu20 .cui-ctl-iconContainer20 {
	padding-left: 4px;
	padding-right: 4px;
}

.cui-ctl-menulabel {
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}

.cui-ctl-menu32 .cui-ctl-menulabel {
	min-height: 35px;
}

.cui-ctl-menu48 .cui-ctl-menulabel {
	min-height: 51px;
}

.cui-ctl-menu32 .cui-ctl-mediumlabel,
.cui-ctl-menu48 .cui-ctl-mediumlabel {
	padding: 3px 0px;
	margin-right: 13px;
}

.cui-ctl-menu32 .cui-ctl-mediumlabel-nodescription {
	position: relative;
	top: 8px;
	padding: 3px 0px;
	margin-right: 13px;
}

.cui-btn-menu-description {
	max-width: 200px;
	margin-left: 0px;
	margin-right: 13px;
	padding-top: 3px;
	white-space: normal;
	word-wrap: break-word;
}

.AppRtl .cui-btn-menu-description {
	margin-left: 13px;
	margin-right: 0px;
}

.cui-ctl-menu32 .cui-fa-menu-arrow {
	top: 14px;
}

.cui-ctl-menu48 .cui-fa-menu-arrow {
	top: 21px;
}

.cui-ctl-initials {
	background-color: orange;
	width: 32px;
	height: 32px;
	border-radius: 17px;
	font-size: 120%;
	text-align: center;
	line-height: 32px;
	margin-left: 4px;
	margin-right: 4px;
	overflow: hidden;
	float: left;
	color: white;
}

.AppRtl .cui-ctl-initials {
	float: right;
}

.cui-fslb {
	display: inline-block;
	padding: 4px 3px 1px 0px;
	margin-left: 1px;
	margin-right: 1px;
	vertical-align: top;
	color: #ffffff;
	cursor: default;
}

.AppRtl .cui-fslb {
	padding: 4px 0px 1px 3px;
}

.cui-touch .cui-fslb {
	padding-top: 6px;
	padding-bottom: 7px;
}

.cui-touch .cui-row-threerow .cui-fslb {
	padding-top: 4px;
	padding-bottom: 4px;
}

.cui-fslb .cui-ctl-iconContainer {
	width: 22px;
	height: 22px;
	vertical-align: top;
	display: inline-block;
	text-align: center;
}

.cui-separator {
	display: inline-block;
	background-color: #c6c6c6;
	width: 1px;
	height: 16px;
	margin: 7px 7px 0px;
	cursor: default;
	vertical-align: top;
}

.cui-singlerowlayout .cui-separator {
	margin: 5px 7px 0px;
}

.cui-sldr {
	display: inline-block;
	text-align: center;
	cursor: default;
	border: 1px solid transparent;
}

.cui-sldr-input {
	-webkit-appearance: none;
	margin-top: 12px;
	width: 150px;
	display: block;
}

.cui-sldr-input::-webkit-slider-runnable-track {
	width: 150px;
	height: 10px;
	background: #dddddd;
	border: 1px solid transparent;
	border-radius: 10px;
}

.cui-sldr-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 12px;
	width: 12px;
	border: 1px solid #777777;
	border-radius: 50%;
	background: #eeeeee;
	margin-top: -1px;
}

.cui-sldr-input:focus {
	outline: none;
}

.cui-sldr-input:focus::-webkit-slider-runnable-track {
	background: #dddddd;
}

.cui-sldr-input::-moz-range-track {
	width: 150px;
	height: 10px;
	background: #dddddd;
	border: 1px solid transparent;
	border-radius: 10px;
}

.cui-sldr-input::-moz-range-thumb {
	height: 12px;
	width: 12px;
	border: 1px solid #777777;
	border-radius: 50%;
	background: #eeeeee;
}

.cui-sldr-input::-moz-focus-outer {
	border: 0;
}

.cui-sldr-input::-ms-tooltip {
	display: none;
}

.cui-sldr-input::-ms-track {
	height: 10px;
	background: transparent;
	border-color: transparent;
	color: transparent;
	border-width: 2px 0;
}

.cui-sldr-input::-ms-fill-lower {
	background: #4D82B8;
	border-radius: 10px;
	border: 1px solid #4D82B8;
}

.cui-sldr-input::-ms-fill-upper {
	background: #dddddd;
	border-radius: 10px;
	border: 1px solid #dddddd;
}

.cui-sldr-input::-ms-thumb {
	height: 12px;
	width: 12px;
	border: 1px solid #777777;
	border-radius: 50%;
	background: #eeeeee;
}

.cui-ctl-on {
	border-color: #777777;
	background-color: #777777;
	outline: 2px solid transparent;
}

.cui-ctl-unchkd img {
	visibility: hidden;
}

.cui-gallerybutton-highlighted {
	border-color: #777777;
	outline: 2px solid transparent;
}

.cui-gallerybutton-highlighted .cui-gallerybutton-a {
	border-color: #777777;
}

.cui-gallerybutton-highlighted.cui-gallerybutton-Size16by16 .cui-gallerybutton-a {
	background-color: #777777;
}

.usehover .cui-ctl:hover *,
.usehover .cui-ctl-medium:hover *,
.usehover a.cui-ctl-large:hover *,
.usehover a.cui-ctl-a1:hover *,
.usehover .cui-ctl-a2:hover *,
.usehover a.cui-ctl-thin:hover * {
	cursor: default;
}

.usehover .cui-tb:hover .cui-txtbx,
.cui-tb-focus .cui-txtbx,
.usehover .cui-spn:hover .cui-spn-txtbx,
.usehover .cui-spn:hover .cui-spn-arwbx,
.cui-spn-focus .cui-spn-txtbx,
.cui-spn-focus .cui-spn-arwbx,
.usehover span:hover>.cui-dd-arrow-button,
.usehover .cui-dd:hover .cui-dd-text,
.cui-dd:focus .cui-dd-text,
.cui-dd:focus .cui-dd-arrow-button,
.usehover .cui-cb:hover .cui-cb-input,
.cui-cb-focus .cui-cb-input,
.cui-cb-focus .cui-dd-arrow-button,
.WACDialogList:focus {
	border-color: #f5ba9d;
	outline: 2px dashed transparent;
}

.usehover .cui-dd-arrow-button:hover {
	border-left-width: 1px;
	border-right-width: 1px;
	padding-right: 0px;
	outline: 2px dashed transparent;
}

.usehover .cui-dd-arrow-button:hover {
	padding-left: 4px;
	outline: 2px dashed transparent;
}

.AppRtl.usehover .cui-dd-arrow-button:hover {
	padding-left: 0px;
	padding-right: 4px;
	outline: 2px dashed transparent;
}

.usehover .cui-ctl:hover,
.cui-ctl:focus,
.usehover .cui-ctl-medium:hover,
.cui-ctl-medium:focus,
.usehover .cui-ctl-large:hover,
.cui-ctl-large:focus,
.usehover .cui-sldr:hover,
.cui-sldr-onfocus,
.cui-ctl-split-hovered,
.cui-ctl-split-hovered-primary,
.cui-ctl-menu-hovered-without-focus,
.cui-ctl-menu:focus,
.cui-gallerybutton-Size16by16.cui-gallerybutton-focused,
.cui-gallerybutton-Size16by16.cui-gallerybutton-focused .cui-gallerybutton-a,
.usehover .cui-ctl-thin:hover,
.cui-ctl-thin:focus,
.usehover .cui-spn-btnup:hover,
.usehover .cui-spn-btndown:hover,
.usehover .cui-dd-arrow-button:hover,
.WACZoomDialogRadioRow-highlight,
.WACZoomDialogRadioRow:hover,
.WACDialogCheckboxDiv:hover,
.WACDialogCheckboxDivHighlight {
	border-color: #666666 !important;
	background-color: #666666 !important;
	outline: 2px dashed transparent;
}

.cui-ctl-menu {
	-webkit-tap-highlight-color: #666666;
}

.usehover .cui-groupBody .cui-gallerybutton-Size40by40:hover,
.usehover .cui-groupBody .cui-gallerybutton-Size40by40:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-Size48by48:hover,
.usehover .cui-groupBody .cui-gallerybutton-Size48by48:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-Size64by48:hover,
.usehover .cui-groupBody .cui-gallerybutton-Size64by48:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-Size85by16:hover,
.usehover .cui-groupBody .cui-gallerybutton-Size85by16:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-Size85by48:hover,
.usehover .cui-groupBody .cui-gallerybutton-Size85by48:hover .cui-gallerybutton-a,
.usehover .cui-gallerybutton-Size110by75:hover,
.usehover .cui-gallerybutton-Size110by75:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-Size32by32:hover,
.usehover .cui-groupBody .cui-gallerybutton-Size32x32:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-Size120x20:hover,
.usehover .cui-groupBody .cui-gallerybutton-Size120x20:hover .cui-gallerybutton-a,
.cui-gallerybutton-Size40by40.cui-gallerybutton-focused,
.cui-gallerybutton-Size40by40.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-Size48by48.cui-gallerybutton-focused,
.cui-gallerybutton-Size48by48.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-Size61by75.cui-gallerybutton-focused,
.cui-gallerybutton-Size61by75.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-Size64by48.cui-gallerybutton-focused,
.cui-gallerybutton-Size64by48.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-Size85by16.cui-gallerybutton-focused,
.cui-gallerybutton-Size85by16.cui-gallerybutton-focused,
.cui-gallerybutton-Size85by48.cui-gallerybutton-focused,
.cui-gallerybutton-Size85by48.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-Size32by32.cui-gallerybutton-focused,
.cui-gallerybutton-Size32by32.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-Size120by20.cui-gallerybutton-focused,
.cui-gallerybutton-Size120by20.cui-gallerybutton-focused .cui-gallerybutton-a {
	border-color: #666666 !important;
	outline: 2px dashed transparent;
}

.cui-ctl-split-hovered-secondary {
	border-color: #fce4dc;
	background-color: #ffffff;
	outline: 2px dashed transparent;
}

.usehover .cui-ctl.cui-ctl-on:hover,
.cui-ctl-on:focus,
.cui-ctl-on .cui-ctl-split-hovered,
.cui-ctl-on .cui-ctl-split-hovered-primary {
	border-color: #262626 !important;
	background-color: #666666 !important;
	outline: 2px dashed transparent;
}

.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40:hover,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48:hover,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48:hover,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16:hover,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48:hover,
.usehover .cui-gallerybutton-highlighted.cui-gallerybutton-Size110by75:hover,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32:hover,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20:hover,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size16by16.cui-gallerybutton-focused,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40.cui-gallerybutton-focused,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48.cui-gallerybutton-focused,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size61by75.cui-gallerybutton-focused,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48.cui-gallerybutton-focused,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16.cui-gallerybutton-focused,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48.cui-gallerybutton-focused,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32.cui-gallerybutton-focused,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20.cui-gallerybutton-focused {
	border-color: #262626 !important;
	outline: 2px dashed transparent;
}

.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48:hover .cui-gallerybutton-a,
.usehover .cui-gallerybutton-highlighted.cui-gallerybutton-Size110by75:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20:hover .cui-gallerybutton-a,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size61by75.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32.cui-gallerybutton-focused .cui-gallerybutton-a,
.cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20.cui-gallerybutton-focused .cui-gallerybutton-a {
	border-color: #666666 !important;
	outline: 2px dashed transparent;
}

.cui-gallerybutton-highlighted.cui-gallerybutton-Size16by16.cui-gallerybutton-focused .cui-gallerybutton-a {
	border-color: #666666;
	background-color: #666666;
	outline: 2px dashed transparent;
}

.cui-ctl-active,
.usehover .cui-ctl-active:hover,
.cui-gallerybutton-Size16by16.cui-ctl-active,
.cui-gallerybutton-Size16by16.cui-ctl-active .cui-gallerybutton-a,
.cui-fa-dropped,
.cui-fa-dropped .cui-ctl-a1,
.cui-fa-dropped .cui-ctl-a2 {
	border-color: #262626 !important;
	background-color: #262626 !important;
}

.cui-ctl-menu.cui-fa-dropped {
	border-color: #666666 !important;
	background-color: #666666 !important;
}

.cui-section.cui-fa-dropped {
	background-color: transparent !important;
}

.cui-gallerybutton-Size40by40.cui-ctl-active,
.cui-gallerybutton-Size40by40.cui-ctl-active .cui-gallerybutton-a,
.tellme-flight.cui-sb {
	background-color: transparent;
	border-color: transparent;
}

.tellme-flight.cui-sb-hover,
.tellme-flight.cui-sb-focus,
.tellme-flight.cui-fa-dropped {
	background-color: #a7a9ac !important;
	color: white !important;
	z-index: 1001;
}

span.tellme-flight.cui-sb-hover,
span.tellme-flight.cui-sb-focus {
	outline: 2px dashed transparent;
}

.cui-gallerybutton-Size48by48.cui-ctl-active,
.cui-gallerybutton-Size48by48.cui-ctl-active .cui-gallerybutton-a,
.cui-gallerybutton-Size61by75.cui-ctl-active,
.cui-gallerybutton-Size61by75.cui-ctl-active .cui-gallerybutton-a,
.cui-gallerybutton-Size64by48.cui-ctl-active,
.cui-gallerybutton-Size64by48.cui-ctl-active .cui-gallerybutton-a,
.cui-gallerybutton-Size85by16.cui-ctl-active,
.cui-gallerybutton-Size85by16.cui-ctl-active .cui-gallerybutton-a,
.cui-gallerybutton-Size85by48.cui-ctl-active,
.cui-gallerybutton-Size85by48.cui-ctl-active .cui-gallerybutton-a,
.cui-gallerybutton-Size110by75.cui-ctl-active,
.cui-gallerybutton-Size110by75.cui-ctl-active .cui-gallerybutton-a,
.cui-gallerybutton-Size32by32.cui-ctl-active,
.cui-gallerybutton-Size32by32.cui-ctl-active .cui-gallerybutton-a,
.cui-gallerybutton-Size120by20.cui-ctl-active,
.cui-gallerybutton-Size120by20.cui-ctl-active .cui-gallerybutton-a {
	border-color: #262626 !important;
	background-color: #ffffff !important;
}

.cui-disabled * {
	color: #b1b1b1 !important;
}

.cui-disabled .cui-img-container,
.cui-disabled .cui-img-cont-float {
	opacity: 0.3;
}

.InternetExplorer.v8 .cui-disabled .cui-img-container,
.InternetExplorer.v8 .cui-disabled .cui-img-cont-float {
	-ms-filter: "alpha(opacity=30)";
}

.cui-disabled .cui-txtbx,
.cui-disabled .cui-spn-txtbx,
.cui-disabled .cui-cb-input {
	color: #b1b1b1 !important;
	background-color: #f0f0f0 !important;
	cursor: default;
}

.cui-disabled .cui-txtbx,
.cui-disabled .cui-spn-txtbx,
.cui-disabled .cui-spn-arwbx,
.cui-disabled .cui-dd-arrow-button,
.cui-disabled .cui-dd-text,
.cui-disabled .cui-cb-input {
	border-color: #e1e1e1 !important;
}

.cui-disabled.cui-ctl-on {
	border-color: transparent !important;
	background-color: transparent !important;
}

.cui-disabled.cui-gallerybutton-highlighted {
	border-color: transparent !important;
}

.cui-disabled.cui-gallerybutton-highlighted .cui-gallerybutton-a {
	border-color: transparent !important;
}

.usehover .cui-disabled:hover .cui-txtbx,
.usehover .cui-disabled:hover .cui-spn-txtbx,
.usehover .cui-disabled:hover .cui-spn-arwbx,
.usehover .cui-disabled:hover .cui-dd-text,
.usehover .cui-disabled:hover .cui-cb-input,
.usehover .cui-disabled .cui-dd-arrow-button:hover {
	border-color: #e1e1e1 !important;
	outline: none;
}

.usehover .cui-disabled .cui-dd-arrow-button:hover {
	border-width: 1px;
	border-left-width: 0px;
	background-color: transparent !important;
	padding-right: 0px !important;
	outline: none;
}

.usehover .cui-disabled .cui-dd-arrow-button:hover {
	padding-left: 5px !important;
	outline: none;
}

.AppRtl.usehover .cui-disabled .cui-dd-arrow-button:hover {
	border-width: 1px;
	border-right-width: 0px;
	padding-left: 0px !important;
	outline: none;
}

.AppRtl.usehover .cui-disabled .cui-dd-arrow-button:hover {
	padding-right: 5px !important;
	outline: none;
}

.usehover .cui-disabled:hover * {
	outline: none !important;
}

.usehover .cui-disabled:hover,
.usehover .cui-disabled.cui-ctl-on:hover,
.cui-disabled.cui-ctl-split-hovered,
.cui-disabled .cui-ctl-split-hovered-primary,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton:hover,
.usehover .cui-disabled.cui-gallerybutton:hover .cui-gallerybutton-a,
.usehover .cui-disabled .cui-spn-btnup:hover,
.usehover .cui-disabled .cui-spn-btndown:hover {
	border-color: transparent !important;
	background-color: transparent !important;
	outline: none;
}

.usehover .cui-disabled.cui-ctl-thin:hover {
	border-color: transparent !important;
	border-left-color: #e1e1e1 !important;
	outline: none;
}

.AppRtl.usehover .cui-disabled.cui-ctl-thin:hover {
	border-color: transparent !important;
	border-right-color: #e1e1e1 !important;
	outline: none;
}

.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40:hover,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48:hover,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48:hover,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16:hover,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48:hover,
.usehover .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size110by75:hover,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32:hover,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20:hover {
	border-color: transparent !important;
}

.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48:hover .cui-gallerybutton-a,
.usehover .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size110by75:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32:hover .cui-gallerybutton-a,
.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20:hover .cui-gallerybutton-a {
	border-color: transparent !important;
}

.cui-disabled:focus,
.cui-disabled:focus:hover,
.cui-disabled .cui-ctl-split-hovered-primary,
.cui-disabled .cui-ctl-split-hovered-secondary {
	border-color: #666666 !important;
	background-color: #666666 !important;
	outline: 2px dotted transparent;
}

.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size40by40,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size40by40 .cui-gallerybutton-a,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size48by48,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size48by48 .cui-gallerybutton-a,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size61by75,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size61by75 .cui-gallerybutton-a,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size64by48,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size64by48 .cui-gallerybutton-a,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by16,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by16 .cui-gallerybutton-a,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by48,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by48 .cui-gallerybutton-a,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size110by75,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size110by75 .cui-gallerybutton-a,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size32by32,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size32by32 .cui-gallerybutton-a,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size120by20,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size120by20 .cui-gallerybutton-a,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size110by75:hover,
.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size110by75:hover .cui-gallerybutton-a,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size40by40:hover,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size40by40:hover .cui-gallerybutton-a,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size48by48:hover,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size48by48:hover .cui-gallerybutton-a,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size64by48:hover,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size64by48:hover .cui-gallerybutton-a,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by16:hover,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by16:hover .cui-gallerybutton-a,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by48:hover,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by48:hover .cui-gallerybutton-a,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size32by32:hover,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size32by32:hover .cui-gallerybutton-a,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size120by20:hover,
.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size120by20:hover .cui-gallerybutton-a {
	border-color: #666666 !important;
	outline: 2px dotted transparent;
}

.cui-disabled:focus .cui-img-container,
.cui-disabled:focus .cui-img-cont-float,
.cui-disabled:focus .cui-img-container,
.cui-disabled:focus .cui-img-cont-float {
	background-color: #666666 !important;
}

.cui-touch .cui-hideInTouch {
	display: none;
}

div#AccessibilityHelpDialogBody {
	margin-top: 10px;
}

table.SelectableDialogTable {
	border: 1px solid #CCC;
	border-collapse: collapse;
	cursor: default;
}

.SelectableDialogTable thead,
.SelectableDialogTable tbody {
	display: block;
}

.SelectableDialogTable thead {
	border-bottom: 1px solid #CCC;
}

.SelectableDialogTable tbody {
	overflow: auto;
}

.SelectableDialogTable th,
.SelectableDialogTable td {
	width: 300px;
	text-align: left;
	padding: 5px;
}

.AppRtl .SelectableDialogTable th,
.AppRtl .SelectableDialogTable td {
	text-align: right;
}

.SelectableDialogTable tbody tr:focus {
	background-color: Highlight;
	color: HighlightText;
	outline: 2px dashed transparent;
}

.SelectableDialogTable tbody tr.inactiveRowSelection {
	background-color: #EEE;
	outline: 2px dashed transparent;
}

@media screen and (-ms-high-contrast:active) {

	.cui-disabled *,
	.cui-disabled .cui-img-container,
	.cui-disabled .cui-img-cont-float,
	.cui-disabled .cui-txtbx,
	.cui-disabled .cui-spn-txtbx,
	.cui-disabled .cui-spn-arwbx,
	.cui-disabled .cui-dd-arrow-button,
	.cui-disabled .cui-dd-text,
	.cui-disabled .cui-cb-input,
	.usehover .cui-disabled.cui-ctl:hover *,
	.usehover .cui-disabled.cui-ctl-medium:hover *,
	.usehover a.cui-disabled.cui-ctl-large:hover *,
	.usehover a.cui-disabled.cui-ctl-a1:hover *,
	.usehover .cui-disabled.cui-ctl-a2:hover *,
	.usehover a.cui-disabled.cui-ctl-thin:hover *,
	.usehover .cui-disabled:hover .cui-txtbx,
	.usehover .cui-disabled:hover .cui-spn-txtbx,
	.usehover .cui-disabled:hover .cui-spn-arwbx,
	.usehover .cui-disabled:hover .cui-dd-text,
	.usehover .cui-disabled:hover .cui-cb-input,
	.usehover .cui-disabled .cui-dd-arrow-button:hover,
	.AppRtl.usehover .cui-disabled .cui-dd-arrow-button:hover,
	.usehover .cui-disabled:hover *,
	.usehover .cui-disabled:hover,
	.usehover .cui-disabled.cui-ctl-on:hover,
	.cui-disabled.cui-ctl-split-hovered,
	.cui-disabled .cui-ctl-split-hovered-primary,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton:hover,
	.usehover .cui-disabled.cui-gallerybutton:hover .cui-gallerybutton-a,
	.usehover .cui-disabled .cui-spn-btnup:hover,
	.usehover .cui-disabled .cui-spn-btndown:hover,
	.usehover .cui-disabled.cui-ctl-thin:hover,
	.AppRtl.usehover .cui-disabled.cui-ctl-thin:hover {
		color: GrayText !important;
		opacity: 1;
	}

	.cui-disabled.cui-ctl-on,
	.cui-disabled.cui-gallerybutton-highlighted,
	.cui-disabled.cui-gallerybutton-highlighted .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40:hover,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48:hover,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48:hover,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16:hover,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48:hover,
	.usehover .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size110by75:hover,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32:hover,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20:hover,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48:hover .cui-gallerybutton-a,
	.usehover .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size110by75:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-disabled.cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20:hover .cui-gallerybutton-a,
	.cui-disabled:focus,
	.cui-disabled:focus:hover,
	.cui-disabled .cui-ctl-split-hovered-primary,
	.cui-disabled .cui-ctl-split-hovered-secondary,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size40by40,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size40by40 .cui-gallerybutton-a,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size48by48,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size48by48 .cui-gallerybutton-a,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size61by75,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size61by75 .cui-gallerybutton-a,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size64by48,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size64by48 .cui-gallerybutton-a,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by16,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by16 .cui-gallerybutton-a,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by48,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by48 .cui-gallerybutton-a,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size110by75,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size110by75 .cui-gallerybutton-a,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size110by75:hover,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size110by75:hover .cui-gallerybutton-a,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size32by32,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size32by32 .cui-gallerybutton-a,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size120by20,
	.cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size120by20 .cui-gallerybutton-a,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size40by40:hover,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size40by40:hover .cui-gallerybutton-a,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size48by48:hover,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size48by48:hover .cui-gallerybutton-a,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size64by48:hover,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size64by48:hover .cui-gallerybutton-a,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by16:hover,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by16:hover .cui-gallerybutton-a,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by48:hover,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size85by48:hover .cui-gallerybutton-a,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size32by32:hover,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size32by32:hover .cui-gallerybutton-a,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size120by20:hover,
	.cui-groupBody .cui-disabled.cui-gallerybutton-focused.cui-gallerybutton-Size120by20:hover .cui-gallerybutton-a,
	.cui-disabled:focus .cui-img-container,
	.cui-disabled:focus .cui-img-cont-float,
	.cui-disabled:focus .cui-img-container,
	.cui-disabled:focus .cui-img-cont-float {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		color: GrayText !important;
		opacity: 1;
		outline-color: inherit !important;
	}

	.usehover .cui-disabled:hover * {
		background-color: transparent;
	}

	.cui-sldr-input:focus,
	.cui-ctl-on,
	.cui-gallerybutton-highlighted,
	.cui-gallerybutton-highlighted .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size16by16 .cui-gallerybutton-a,
	.usehover .cui-ctl:hover *,
	.usehover .cui-ctl-medium:hover *,
	.usehover a.cui-ctl-large:hover *,
	.usehover a.cui-ctl-a1:hover *,
	.usehover .cui-ctl-a2:hover *,
	.usehover a.cui-ctl-thin:hover *,
	.usehover .cui-tb:hover .cui-txtbx,
	.usehover .cui-spn:hover .cui-spn-txtbx,
	.usehover .cui-spn:hover .cui-spn-arwbx,
	.cui-tb-focus .cui-txtbx,
	.cui-spn-focus .cui-spn-txtbx,
	.cui-spn-focus .cui-spn-arwbx,
	.usehover span:hover>.cui-dd-arrow-button,
	.usehover .cui-dd:hover .cui-dd-text,
	.cui-dd:focus .cui-dd-text,
	.cui-dd:focus .cui-dd-arrow-button,
	.usehover .cui-cb:hover .cui-cb-input,
	.cui-cb-focus .cui-cb-input,
	.cui-cb-focus .cui-dd-arrow-button,
	.usehover .cui-dd-arrow-button:hover,
	.AppRtl.usehover .cui-dd-arrow-button:hover,
	.usehover .cui-ctl:hover,
	.cui-ctl:focus,
	.usehover .cui-ctl-medium:hover,
	.cui-ctl-medium:focus,
	.usehover .cui-ctl-large:hover,
	.cui-ctl-large:focus,
	.cui-ctl-split-hovered,
	.cui-ctl-split-hovered-primary,
	.cui-ctl-menu-hovered-without-focus,
	.cui-ctl-menu:focus,
	.cui-gallerybutton-Size16by16.cui-gallerybutton-focused,
	.cui-gallerybutton-Size16by16.cui-gallerybutton-focused .cui-gallerybutton-a,
	.usehover .cui-ctl-thin:hover,
	.cui-ctl-thin:focus,
	.usehover .cui-spn-btnup:hover,
	.usehover .cui-spn-btndown:hover,
	.usehover .cui-dd-arrow-button:hover,
	.WACZoomDialogRadioRow-highlight,
	.WACZoomDialogRadioRow:hover,
	.WACDialogCheckboxDiv:hover,
	.WACDialogCheckboxDivHighlight,
	.usehover .cui-groupBody .cui-gallerybutton-Size40by40:hover,
	.usehover .cui-groupBody .cui-gallerybutton-Size40by40:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-Size48by48:hover,
	.usehover .cui-groupBody .cui-gallerybutton-Size48by48:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-Size64by48:hover,
	.usehover .cui-groupBody .cui-gallerybutton-Size64by48:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-Size85by16:hover,
	.usehover .cui-groupBody .cui-gallerybutton-Size85by16:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-Size85by48:hover,
	.usehover .cui-groupBody .cui-gallerybutton-Size85by48:hover .cui-gallerybutton-a,
	.usehover .cui-gallerybutton-Size110by75:hover,
	.usehover .cui-gallerybutton-Size110by75:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-Size32by32:hover,
	.usehover .cui-groupBody .cui-gallerybutton-Size32by32:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-Size120by20:hover,
	.usehover .cui-groupBody .cui-gallerybutton-Size120by20:hover .cui-gallerybutton-a,
	.cui-gallerybutton-Size40by40.cui-gallerybutton-focused,
	.cui-gallerybutton-Size40by40.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-Size48by48.cui-gallerybutton-focused,
	.cui-gallerybutton-Size48by48.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-Size61by75.cui-gallerybutton-focused,
	.cui-gallerybutton-Size61by75.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-Size64by48.cui-gallerybutton-focused,
	.cui-gallerybutton-Size64by48.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-Size85by16.cui-gallerybutton-focused,
	.cui-gallerybutton-Size85by16.cui-gallerybutton-focused,
	.cui-gallerybutton-Size85by48.cui-gallerybutton-focused,
	.cui-gallerybutton-Size85by48.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-Size32by32.cui-gallerybutton-focused,
	.cui-gallerybutton-Size32by32.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-Size120by20.cui-gallerybutton-focused,
	.cui-gallerybutton-Size120by20.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-ctl-split-hovered-secondary,
	.usehover .cui-ctl.cui-ctl-on:hover,
	.cui-ctl-on:focus,
	.cui-ctl-on .cui-ctl-split-hovered,
	.cui-ctl-on .cui-ctl-split-hovered-primary,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40:hover,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48:hover,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48:hover,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16:hover,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48:hover,
	.usehover .cui-gallerybutton-highlighted.cui-gallerybutton-Size110by75:hover,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32:hover,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20:hover,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size16by16.cui-gallerybutton-focused,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40.cui-gallerybutton-focused,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48.cui-gallerybutton-focused,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size61by75.cui-gallerybutton-focused,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48.cui-gallerybutton-focused,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16.cui-gallerybutton-focused,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48.cui-gallerybutton-focused,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32.cui-gallerybutton-focused,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20.cui-gallerybutton-focused,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48:hover .cui-gallerybutton-a,
	.usehover .cui-gallerybutton-highlighted.cui-gallerybutton-Size110by75:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32:hover .cui-gallerybutton-a,
	.usehover .cui-groupBody .cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20:hover .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size40by40.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size48by48.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size61by75.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size64by48.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by16.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size85by48.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size32by32.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size120by20.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-gallerybutton-highlighted.cui-gallerybutton-Size16by16.cui-gallerybutton-focused .cui-gallerybutton-a,
	.cui-ctl-active,
	.usehover .cui-ctl-active:hover,
	.cui-gallerybutton-Size16by16.cui-ctl-active,
	.cui-gallerybutton-Size16by16.cui-ctl-active .cui-gallerybutton-a,
	.cui-fa-dropped,
	.cui-fa-dropped .cui-ctl-a1,
	.cui-fa-dropped .cui-ctl-a2,
	.cui-ctl-menu.cui-fa-dropped,
	.cui-section.cui-fa-dropped,
	.cui-gallerybutton-Size40by40.cui-ctl-active,
	.cui-gallerybutton-Size40by40.cui-ctl-active .cui-gallerybutton-a,
	.cui-gallerybutton-Size48by48.cui-ctl-active,
	.cui-gallerybutton-Size48by48.cui-ctl-active .cui-gallerybutton-a,
	.cui-gallerybutton-Size61by75.cui-ctl-active,
	.cui-gallerybutton-Size61by75.cui-ctl-active .cui-gallerybutton-a,
	.cui-gallerybutton-Size64by48.cui-ctl-active,
	.cui-gallerybutton-Size64by48.cui-ctl-active .cui-gallerybutton-a,
	.cui-gallerybutton-Size85by16.cui-ctl-active,
	.cui-gallerybutton-Size85by16.cui-ctl-active .cui-gallerybutton-a,
	.cui-gallerybutton-Size85by48.cui-ctl-active,
	.cui-gallerybutton-Size85by48.cui-ctl-active .cui-gallerybutton-a,
	.cui-gallerybutton-Size110by75.cui-ctl-active,
	.cui-gallerybutton-Size110by75.cui-ctl-active .cui-gallerybutton-a,
	.cui-gallerybutton-Size32by32.cui-ctl-active,
	.cui-gallerybutton-Size32by32.cui-ctl-active .cui-gallerybutton-a,
	.cui-gallerybutton-Size120by20.cui-ctl-active,
	.cui-gallerybutton-Size120by20.cui-ctl-active .cui-gallerybutton-a,
	.cui-gallerybutton *:hover .PreviewStyleLabel,
	.cui-gallerybutton-focused .PreviewStyleLabel,
	.cui-gallerybutton-highlighted .PreviewStyleLabel {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		color: HighlightText !important;
		outline-color: inherit !important;
	}

	.cui-txtbx,
	.cui-tb.cui-tb-focus .cui-txtbx,
	.cui-spn-txtbx,
	.cui-spn.cui-spn-focus .cui-spn-txtbx,
	.cui-sb-input,
	.cui-dd-text,
	.cui-cb-input,
	.cui-cb.cui-cb-focus .cui-cb-input {
		background-color: Background !important;
		color: WindowText !important;
	}

	.PreviewStyleLabel,
	.cui-ctl-mediumlabel,
	.cui-ctl-largelabel,
	.cui-ctl-menulabel,
	.cui-btn-menu-description {
		color: inherit;
	}

	.cui-ctl-mediumlabel,
	.cui-ctl-largelabel {
		display: inline !important;
	}

	.cui-ctl-large,
	.cui-sldr {
		height: 72px !important;
		padding: 0px 3px 0px 3px !important;
	}

	.SelectableDialogTable tbody tr:focus,
	.SelectableDialogTable tbody tr.inactiveRowSelection {
		-ms-high-contrast-adjust: none;
		background-color: Highlight;
		color: HighlightText;
	}

	span.cui-fa-dropped>.cui-sb-input.tellme-flight,
	span.cui-sb-hover>.cui-sb-input.tellme-flight,
	.tellme-flight.cui-sb-hover,
	.tellme-flight.cui-sb-focus,
	.tellme-flight.cui-fa-dropped {
		background-color: transparent !important;
		color: WindowText !important;
	}

	.cui-sb-input.tellme-flight,
	.tellme-flight.cui-sb-image-button {
		border-color: inherit !important;
	}
}

.cui-menu {
	border: 1px solid #262626;
	background-color: #444444;
}

.iPad.v6up .cui-menu {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

.cui-menu,
.cui-menu * {
	outline: none;
}

.cui-menu .cui-ctl-on {
	outline: 2px solid transparent;
}

.cui-touch.cui-menu {
	padding: 9px;
}

.cui-menu ul {
	margin: 0;
	padding: 0;
}

ul.cui-menusection-items {
	margin: 0px;
}

.cui-menusection-items-scrollable {
	clear: both;
	overflow-y: auto;
	overflow-x: hidden;
}

.cui-menusection-title {
	padding: 8px 4px;
	border: solid #f0f0f0;
	border-width: 1px 1px;
	background-color: #f0f0f0;
	color: #444444;
	cursor: default;
}

.cui-menusection-title-lightBackground {
	padding: 8px;
	background-color: #ffffff;
}

li.cui-menusection-contextmenu-title {
	background-color: #f0f0f0;
	color: #444444;
	cursor: default;
}

.cui-touch .cui-menusection-title {
	margin-top: 9px;
	margin-bottom: 9px;
}

.cui-touch .cui-menusection-title.cui-menusection-titleAtTop {
	margin-top: 0px;
}

.cui-menusection-title-empty {
	border-bottom: solid #f0f0f0 1px;
}

ul.cui-menusection-items li.cui-menusection-items {
	list-style-type: none;
	white-space: nowrap;
}

.cui-menusection-separator {
	height: 1px;
	margin-left: 20px;
	margin-right: 5px;
	background-color: #e1e1e1;
	cursor: default;
	display: block;
	overflow: hidden;
}

.AppRtl .cui-menusection-separator {
	margin-left: 5px;
	margin-right: 20px;
}

.cui-touch .cui-menusection-separator {
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 0px;
}

.AppRtl .cui-touch .cui-menusection-separator {
	margin-left: 0px;
	margin-right: 20px;
}

.cui-menu-large .cui-menusection-separator {
	margin-left: 36px;
	margin-right: 10px;
}

.AppRtl .cui-menu-large .cui-menusection-separator {
	margin-left: 10px;
	margin-right: 36px;
}

@media screen and (-ms-high-contrast:active) {
	.cui-menu .cui-ctl-on {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		color: HighlightText !important;
		outline-color: inherit !important;
	}
}

.cui-img-container,
.cui-img-cont-float {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	z-index: 0;
}

.cui-img-container img,
.cui-img-cont-float img {
	position: absolute;
}

.cui-img-cont-float {
	display: inline-block;
}

.cui-img-1by16 {
	width: 1px;
	height: 16px;
}

.cui-img-5by3 {
	width: 5px;
	height: 3px;
}

.cui-img-13by13 {
	width: 13px;
	height: 13px;
}

.cui-img-14by14 {
	width: 14px;
	height: 14px;
}

.cui-img-16by16 {
	width: 16px;
	height: 16px;
}

.cui-img-20by20 {
	height: 20px;
	width: 20px;
}

.cui-img-24by24 {
	width: 24px;
	height: 24px;
}

.cui-img-30by30 {
	height: 30px;
	width: 30px;
}

.cui-img-32by32 {
	width: 32px;
	height: 32px;
}

.cui-img-48by48 {
	width: 48px;
	height: 48px;
}

.cui-img-56by24 {
	width: 56px;
	height: 24px;
}

.cui-img-64by48 {
	width: 64px;
	height: 48px;
}

.cui-img-72by96 {
	width: 72px;
	height: 96px;
}

.cui-img-85by48 {
	width: 85px;
	height: 48px;
}

.cui-img-96by72 {
	width: 96px;
	height: 72px;
}

.cui-img-96by96 {
	width: 96px;
	height: 96px;
}

.cui-img-120by20 {
	width: 120px;
	height: 20px;
}

.cui-jewelmenu,
.cui-jewelsubmenu {
	bottom: 0px;
}

.cui-touch.cui-menu.cui-jewelmenu {
	padding: 0px;
}

.cui-jewelsubmenu .cui-ctl-mediumlabel,
.cui-jewelsubmenu .cui-footerbutton,
.cui-jewelsubmenu .cui-templatebutton-label-portrait,
.cui-jewelsubmenu .cui-templatebutton-label-landscape,
.cui-jewelsubmenu .cui-templatebutton-label-square,
.cui-jewelsubmenu .cui-mrubutton-title,
.cui-jewelsubmenu .cui-mrubutton-description {
	color: #444444;
}

.cui-jewelsubmenu .cui-ctl-filenamelabel.cui-menusection-filenametitle {
	color: #d24726;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cui-jewelsubmenu .cui-menusection-filenametitle {
	margin-top: 6px;
	margin-bottom: 24px;
}

.cui-jewelmenu .cui-ctl-menu,
.cui-touch.cui-jewelmenu .cui-ctl-menu {
	margin: 0px;
	border: 0px;
	padding-top: 6px;
	padding-right: 26px;
	padding-bottom: 6px;
	padding-left: 26px;
	white-space: normal;
}

.AppRtl .cui-jewelmenu .cui-ctl-menu {
	padding-right: 26px;
	padding-left: 26px;
}

.usehover .cui-jewelmenu .cui-ctl-menu:hover,
.cui-jewelmenu .cui-ctl-menu:focus {
	background-color: #b83b1d !important;
}

.cui-jewelmenu .cui-fa-dropped.cui-ctl-menu {
	background-color: #f0623e !important;
}

.cui-jewelmenu #jbtnBackArrow-Menu32,
.cui-jewelmenu .cui-ctl-menu.cui-disabled,
.usehover .cui-jewelmenu .cui-ctl-menu.cui-disabled:hover {
	background-color: transparent !important;
}

.cui-jewelmenu #jbtnBackArrow-Menu32 {
	padding-top: 40px;
	padding-left: 20px;
	margin-bottom: 31px;
	outline: none;
}

.AppRtl .cui-jewelmenu #jbtnBackArrow-Menu32 {
	padding-left: 0px;
	padding-right: 20px;
}

.cui-jewelmenu .cui-ctl-menulabel {
	min-height: 27px;
}

.cui-jewelmenu .cui-ctl-iconContainer {
	display: none;
}

.cui-jewelmenu #jbtnBackArrow-Menu32 .cui-ctl-iconContainer {
	display: inline-block;
	border: none;
}

.cui-jewelmenu .cui-disabled .cui-img-container {
	visibility: hidden;
}

.cui-jewelmenu {
	background-color: #d24726;
	border-color: #d24726;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	min-width: 120px;
	max-width: 200px;
	width: auto;
}

.cui-jewelsubmenu {
	background-color: #ffffff;
	border: 1px solid #d24726;
	border-left-width: 0px;
}

.AppRtl .cui-jewelsubmenu {
	border-left-width: 1px;
	border-right-width: 0px;
}

.cui-jewelmenu span {
	color: #ffffff;
}

.cui-jewelmenu .cui-disabled span {
	color: #f0623e !important;
}

.cui-jewelmenu .cui-menusection {
	margin-bottom: 6px;
}

.cui-jewelmenu .cui-menusection-separator {
	margin-top: 5px;
	margin-bottom: 7px;
	margin-left: 25px;
	width: 68px;
	background-color: #f0623e;
}

.cui-jewelmenu .cui-btn-title {
	max-width: 165px;
}

.cui-jewelsubmenu .cui-ctl-iconContainer {
	width: 72px;
	height: 72px;
	padding: 0px;
	margin-left: 36px;
	border: 1px solid #e1e1e1;
}

.AppRtl .cui-jewelsubmenu .cui-ctl-iconContainer {
	margin-left: 0px;
	margin-right: 36px;
}

.cui-jewelsubmenu .cui-img-48by48 {
	margin-left: 12px;
	margin-right: auto;
	margin-top: 12px;
}

.AppRtl .cui-jewelsubmenu .cui-img-48by48 {
	margin-left: auto;
	margin-right: 12px;
}

.cui-jewelsubmenu .cui-menusection {
	clear: both;
}

.cui-jewelsubmenu .cui-menusection-titleAtTop {
	background-color: transparent;
	color: #666666;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 37px;
	padding-bottom: 30px;
	margin: 0px;
	border: 0px;
}

.AppRtl .cui-jewelsubmenu .cui-menusection-titleAtTop {
	padding-right: 37px;
	padding-left: 0px;
}

.cui-jewelsubmenu .cui-ctl-menu:focus {
	border: 0px none transparent !important;
	background-color: transparent !important;
}

.usehover .cui-jewelsubmenu .cui-ctl-iconContainer:hover,
.usehover .cui-jewelsubmenu .cui-ctl-menu:hover .cui-ctl-iconContainer,
.cui-jewelsubmenu .cui-ctl-menu:focus .cui-ctl-iconContainer {
	border-color: #fccdb6;
	background-color: #fcf0ed;
}

.cui-jewelsubmenu .cui-ctl-menu.cui-ctl-active .cui-ctl-iconContainer,
.cui-jewelsubmenu .cui-ctl-menu.cui-ctl-active:hover .cui-ctl-iconContainer {
	border-color: #f0623e;
	background-color: #fccdb6;
}

.cui-jewelsubmenu .cui-ctl-menu.cui-ctl-active {
	background-color: transparent !important;
}

.usehover .cui-jewelsubmenu .cui-disabled .cui-ctl-iconContainer:hover,
.usehover .cui-jewelsubmenu .cui-disabled:hover .cui-ctl-iconContainer,
.cui-jewelsubmenu .cui-disabled:focus .cui-ctl-iconContainer {
	border-color: #e1e1e1;
	background-color: transparent;
}

.cui-jewelsubmenu .cui-ctl-menulabel {
	padding-left: 13px;
	max-width: 470px;
}

.AppRtl .cui-jewelsubmenu .cui-ctl-menulabel {
	padding-left: 0px;
	padding-right: 13px;
}

.cui-jewelsubmenu .cui-btn-menu-description {
	max-width: 470px;
	color: #666666;
	padding-top: 12px;
}

.cui-jewelsubmenu .cui-ctl-menu {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 21px;
	border: 0px;
	min-height: 74px;
}

.cui-jewelmenu .cui-fa-dropped {
	border: 1px solid transparent;
}

.cui-jewelmenu #jbtnBackArrow-Menu32 .cui-img-cont-float {
	background-color: #ffffff;
}

.cui-jewelmenu #jbtnBackArrow-Menu32:hover .cui-img-cont-float,
.cui-jewelmenu #jbtnBackArrow-Menu32:focus .cui-img-cont-float {
	background-color: #fccdb6;
	outline: 2px dashed transparent;
}

.cui-jewelmenu #jbtnBackArrow-Menu32 .cui-img-32by32 {
	border-radius: 15px;
}

.cui-jewelmenu,
.cui-jewelmenu *,
.cui-jewelsubmenu,
.cui-jewelsubmenu * {
	outline: none;
}

.cui-jewelmenu .cui-menusection-items .cui-ctl-menu {
	opacity: 0;
	filter: alpha(opacity=0);
}

.cui-jewelmenu .cui-ctl-mediumlabel {
	display: inline-block;
}

.cui-jewelsubmenu .cui-templatebutton-label-portrait,
.cui-jewelsubmenu .cui-templatebutton-label-landscape,
.cui-jewelsubmenu .cui-templatebutton-label-square,
.cui-mrubutton-description,
.cui-mrubutton-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.cui-jewelsubmenu .cui-mrubutton {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 0px;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
}

.AppRtl .cui-jewelsubmenu .cui-mrubutton {
	padding-left: 0px;
	padding-right: 10px;
}

.cui-mrubutton-description {
	width: 470px;
	margin-top: -2px;
}

.cui-jewelsubmenu .cui-mrubutton .cui-mrubutton-textcontainer {
	vertical-align: top;
	width: 470px;
	padding-left: 10px;
	padding-right: 0px;
}

.AppRtl .cui-jewelsubmenu .cui-mrubutton .cui-mrubutton-textcontainer {
	padding-left: 0px;
	padding-right: 10px;
}

.cui-mrubutton-title {
	width: 470px;
	position: relative;
	top: -3px;
}

.cui-jewelsubmenu .cui-menusection-subsectiontitle,
.cui-jewelsubmenu .cui-menusection-filenametitle,
.cui-jewelsubmenu .cui-menusection-diagnosticstext,
.cui-jewelsubmenu a.cui-footerbutton {
	margin-left: 40px;
	margin-right: 40px;
	display: inline-block;
	white-space: normal;
}

.cui-jewelsubmenu .cui-menusection-diagnosticstext .cui-menusection-diagnosticstext-label {
	vertical-align: top;
	width: 100px;
	display: inline-block;
}

.cui-jewelsubmenu .cui-menusection-diagnosticstext textarea {
	color: inherit;
	resize: none;
	border: none;
	overflow: hidden;
	line-height: 1;
	width: 250px;
	text-align: left;
}

.AppRtl .cui-jewelsubmenu .cui-menusection-diagnosticstext textarea {
	text-align: right;
}

.cui-jewelsubmenu .cui-menusection-subsectiontitle {
	margin-bottom: 20px;
}

.cui-jewelsubmenu a.cui-footerbutton {
	margin-top: 20px;
}

.cui-jewelsubmenu a.cui-footerbutton,
.cui-jewelsubmenu a.cui-subsectionlabellink {
	color: #336699;
	cursor: pointer;
}

.usehover a.cui-footerbutton:hover,
.usehover a.cui-subsectionlabellink:hover {
	text-decoration: underline;
}

a.cui-footerbutton:focus,
a.cui-subsectionlabellink:focus {
	outline: #000000 dotted 1px;
}

.cui-jewelsubmenu .cui-menuloading {
	display: block;
	text-align: center;
}

.cui-jewelsubmenu .cui-templatebutton-portrait,
.cui-jewelsubmenu .cui-templatebutton-landscape,
.cui-jewelsubmenu .cui-templatebutton-shortlandscape,
.cui-jewelsubmenu .cui-templatebutton-square {
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
}

.AppRtl .cui-jewelsubmenu .cui-templatebutton-portrait,
.AppRtl .cui-jewelsubmenu .cui-templatebutton-landscape,
.AppRtl .cui-jewelsubmenu .cui-templatebutton-shortlandscape,
.AppRtl .cui-jewelsubmenu .cui-templatebutton-square {
	float: right;
}

.cui-jewelsubmenu .cui-templatebutton-portrait {
	margin-left: 30px;
	margin-right: 28px;
	height: 152px;
}

.AppRtl .cui-jewelsubmenu .cui-templatebutton-portrait {
	margin-right: 30px;
	margin-left: 28px;
}

.cui-jewelsubmenu .cui-templatebutton-square {
	margin-left: 50px;
	margin-right: auto;
	margin-bottom: 60px;
	height: 100px;
}

.AppRtl .cui-jewelsubmenu .cui-templatebutton-square {
	margin-right: 50px;
	margin-left: auto;
}

.cui-jewelsubmenu .cui-templatebutton-landscape {
	margin-left: 30px;
	margin-right: auto;
	margin-bottom: 28px;
	height: 124px;
}

.cui-jewelsubmenu .cui-templatebutton-shortlandscape {
	margin-left: 30px;
	margin-right: auto;
	margin-bottom: 54px;
	height: 98px;
}

.AppRtl .cui-jewelsubmenu .cui-templatebutton-landscape,
.AppRtl .cui-jewelsubmenu .cui-templatebutton-shortlandscape {
	margin-right: 30px;
	margin-left: auto;
}

.cui-jewelsubmenu .cui-img-95by123,
.cui-menu .cui-img-95by123 {
	width: 95px;
	height: 123px;
	border: 1px solid #e1e1e1;
}

.cui-jewelsubmenu .cui-img-123by95,
.cui-menu .cui-img-123by95 {
	width: 123px;
	height: 95px;
	border: 1px solid #e1e1e1;
}

.cui-jewelsubmenu .cui-img-123by69,
.cui-menu .cui-img-123by69 {
	width: 123px;
	height: 69px;
	border: 1px solid #e1e1e1;
}

.cui-jewelsubmenu .cui-img-100by100,
.cui-menu .cui-img-100by100 {
	width: 80px;
	height: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #e1e1e1;
	border: 1px solid #e1e1e1;
}

.cui-jewelsubmenu .cui-templatebutton-label-portrait,
.cui-jewelsubmenu .cui-templatebutton-label-landscape,
.cui-jewelsubmenu .cui-templatebutton-label-square {
	margin-top: 3px;
	display: inline-block;
}

.cui-jewelsubmenu .cui-ctl-medium .cui-templatebutton-label-portrait {
	width: 95px;
}

.cui-jewelsubmenu .cui-ctl-medium .cui-templatebutton-label-landscape {
	width: 123px;
}

.cui-jewelsubmenu .cui-ctl-medium .cui-templatebutton-label-square {
	width: 100px;
}

.cui-jewelsubmenu .cui-headerbutton {
	margin-left: 36px;
	margin-right: auto;
	margin-top: -4px;
	margin-bottom: 12px;
}

.AppRtl .cui-jewelsubmenu .cui-headerbutton {
	margin-left: auto;
	margin-right: 36px;
}

.cui-jewelsubmenu .cui-headerbutton-img {
	vertical-align: -10px;
}

.usehover .cui-jewelsubmenu .cui-templatebutton-portrait:hover,
.usehover .cui-jewelsubmenu .cui-templatebutton-landscape:hover,
.usehover .cui-jewelsubmenu .cui-templatebutton-shortlandscape:hover,
.usehover .cui-jewelsubmenu .cui-templatebutton-square:hover,
.usehover .cui-jewelsubmenu .cui-headerbutton:hover,
.usehover .cui-jewelsubmenu .cui-mrubutton:hover,
.cui-jewelsubmenu .cui-templatebutton-portrait:focus,
.cui-jewelsubmenu .cui-templatebutton-landscape:focus,
.cui-jewelsubmenu .cui-templatebutton-shortlandscape:focus,
.cui-jewelsubmenu .cui-templatebutton-square:focus,
.cui-jewelsubmenu .cui-headerbutton:focus,
.cui-jewelsubmenu .cui-mrubutton:focus {
	border-color: #fce4dc !important;
	background-color: #fce4dc !important;
}

@media screen and (-ms-high-contrast:active) {

	.cui-jewelmenu #jbtnBackArrow-Menu32,
	.cui-jewelmenu .cui-ctl-menu.cui-disabled,
	.usehover .cui-jewelmenu .cui-ctl-menu.cui-disabled:hover,
	.cui-jewelmenu .cui-disabled span,
	.usehover .cui-jewelsubmenu .cui-disabled .cui-ctl-iconContainer:hover,
	.usehover .cui-jewelsubmenu .cui-disabled:hover .cui-ctl-iconContainer,
	.cui-jewelsubmenu .cui-disabled:focus .cui-ctl-iconContainer {
		color: GrayText !important;
		opacity: 1;
	}

	.cui-jewelsubmenu .cui-disabled:focus .cui-ctl-iconContainer {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		outline-color: inherit !important;
	}

	.usehover .cui-jewelmenu .cui-ctl-menu:hover,
	.cui-jewelmenu .cui-ctl-menu:focus,
	.usehover .cui-jewelmenu .cui-ctl-menu:hover .cui-ctl-mediumlabel,
	.cui-jewelmenu .cui-ctl-menu:focus .cui-ctl-mediumlabel,
	.cui-jewelsubmenu .cui-ctl-menu:focus,
	.usehover .cui-jewelsubmenu .cui-ctl-iconContainer:hover,
	.usehover .cui-jewelsubmenu .cui-ctl-menu:hover .cui-ctl-iconContainer,
	.cui-jewelsubmenu .cui-ctl-menu:focus .cui-ctl-iconContainer,
	.cui-jewelsubmenu .cui-ctl-menu.cui-ctl-active .cui-ctl-iconContainer,
	.cui-jewelsubmenu .cui-ctl-menu.cui-ctl-active:hover .cui-ctl-iconContainer,
	.cui-jewelsubmenu .cui-ctl-menu.cui-ctl-active,
	.cui-jewelmenu .cui-fa-dropped.cui-ctl-menu,
	.cui-jewelmenu .cui-fa-dropped.cui-ctl-menu .cui-ctl-mediumlabel,
	.cui-jewelmenu #jbtnBackArrow-Menu32:hover .cui-img-cont-float,
	.cui-jewelmenu #jbtnBackArrow-Menu32:focus .cui-img-cont-float,
	.usehover .cui-jewelsubmenu .cui-templatebutton-portrait:hover,
	.usehover .cui-jewelsubmenu .cui-templatebutton-landscape:hover,
	.usehover .cui-jewelsubmenu .cui-templatebutton-shortlandscape:hover,
	.usehover .cui-jewelsubmenu .cui-templatebutton-square:hover,
	.usehover .cui-jewelsubmenu .cui-headerbutton:hover,
	.usehover .cui-jewelsubmenu .cui-mrubutton:hover,
	.cui-jewelsubmenu .cui-templatebutton-portrait:focus,
	.cui-jewelsubmenu .cui-templatebutton-landscape:focus,
	.cui-jewelsubmenu .cui-templatebutton-shortlandscape:focus,
	.cui-jewelsubmenu .cui-templatebutton-square:focus,
	.cui-jewelsubmenu .cui-headerbutton:focus,
	.cui-jewelsubmenu .cui-mrubutton:focus {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		color: HighlightText !important;
		outline-color: inherit !important;
	}
}

.cui-statusbar {
	height: 22px;
	background-color: #444444;
	border-top: 1px solid #555555;
}

.dark .cui-statusbar {
	background-color: #444444;
	border-top: 1px solid #555555;
}

.cui-statusbar .cui-toolbar-buttondock {
	margin-top: 0px;
	height: 22px;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.cui-statusbar a.cui-ctl-medium,
.cui-statusbar a.cui-fslb,
.cui-statusbar span.cui-fslb {
	height: 16px;
	margin-left: 4px;
	margin-right: 4px;
}

.cui-statusbar .cui-ctl,
.cui-statusbar .cui-ctl-medium,
.cui-statusbar .cui-fslb {
	padding-top: 2px;
	padding-bottom: 2px;
}

.cui-statusbar .cui-ctl {
	padding: 2px 9px 2px;
}

.cui-statusbar .cui-toolbar-button-center {
	vertical-align: top;
}

.cui-statusbar .cui-ctl-mediumlabel,
.InternetExplorer.v8 .cui-statusbar .cui-ctl-mediumlabel {
	margin-top: 1px;
}

.InternetExplorer .cui-statusbar .cui-ctl-mediumlabel {
	margin-top: 0px;
}

.cui-statusbar span.cui-fslb {
	border: 1px solid transparent;
}

span.cui-fslb .cui-ctl-mediumlabel {
	display: inline-block;
}

.cui-statusbar a.cui-ctl,
.cui-statusbar a.cui-ctl-medium {
	border-color: transparent;
}

.dark .cui-statusbar a.cui-ctl,
.dark .cui-statusbar a.cui-ctl-medium {
	border-color: transparent;
}

.cui-statusbar .cui-ctl-mediumlabel,
.cui-statusbar .cui-fslb {
	color: #ffffff;
}

.dark .cui-statusbar .cui-ctl-mediumlabel,
.dark .cui-statusbar .cui-fslb {
	color: #ffffff;
}

.cui-statusbar .cui-ctl-on {
	border-color: #777777;
	background-color: #777777;
}

.dark .cui-statusbar .cui-ctl-on {
	border-color: #777777;
	background-color: #777777;
}

.usehover .cui-statusbar .cui-ctl:hover,
.cui-statusbar .cui-ctl:focus,
.usehover .cui-statusbar .cui-ctl-medium:hover,
.cui-statusbar .cui-ctl-medium:focus {
	border-color: #666666 !important;
	background-color: #666666 !important;
}

.dark .usehover .cui-statusbar .cui-ctl:hover,
.dark .cui-statusbar .cui-ctl:focus,
.dark .usehover .cui-statusbar .cui-ctl-medium:hover,
.dark .cui-statusbar .cui-ctl-medium:focus {
	border-color: #777777 !important;
	background-color: #777777 !important;
}

.usehover .cui-statusbar .cui-ctl-on:hover,
.cui-statusbar .cui-ctl-on:focus {
	border-color: #262626 !important;
	background-color: #666666 !important;
}

.dark .usehover .cui-statusbar .cui-ctl-on:hover,
.dark .cui-statusbar .cui-ctl-on:focus {
	border-color: #262626 !important;
	background-color: #777777 !important;
}

.cui-statusbar .cui-ctl.cui-ctl-active,
.usehover .cui-statusbar .cui-ctl.cui-ctl-active:hover,
.cui-statusbar .cui-ctl-medium.cui-ctl-active,
.usehover .cui-statusbar .cui-ctl-medium.cui-ctl-active:hover,
.cui-statusbar .cui-fa-dropped {
	border-color: #262626 !important;
	background-color: #262626 !important;
}

.dark .cui-statusbar .cui-ctl.cui-ctl-active,
.dark .usehover .cui-statusbar .cui-ctl.cui-ctl-active:hover,
.dark .cui-statusbar .cui-ctl-medium.cui-ctl-active,
.dark .usehover .cui-statusbar .cui-ctl-medium.cui-ctl-active:hover,
.dark .cui-statusbar .cui-fa-dropped {
	border-color: #262626 !important;
	background-color: #262626 !important;
}

.cui-statusbar .cui-disabled * {
	color: #b1b1b1 !important;
}

.dark .cui-statusbar .cui-disabled * {
	color: #b1b1b1 !important;
}

.cui-statusbar .cui-disabled .cui-img-container,
.cui-statusbar .cui-disabled .cui-img-cont-float {
	background-color: #444444;
}

.dark .cui-statusbar .cui-disabled .cui-img-container,
.dark .cui-statusbar .cui-disabled .cui-img-cont-float {
	background-color: #444444;
}

.cui-statusbar .cui-disabled.cui-ctl-on {
	border-color: transparent !important;
	background-color: transparent !important;
}

.dark .cui-statusbar .cui-disabled.cui-ctl-on {
	border-color: transparent !important;
	background-color: transparent !important;
}

.usehover .cui-statusbar .cui-disabled:hover {
	border-color: transparent !important;
	background-color: transparent !important;
}

.dark .usehover .cui-statusbar .cui-disabled:hover {
	border-color: transparent !important;
	background-color: transparent !important;
}

.cui-statusbar .cui-disabled:focus {
	border-color: #666666 !important;
	background-color: #666666 !important;
}

.dark .cui-statusbar .cui-disabled:focus {
	border-color: #777777 !important;
	background-color: #777777 !important;
}

@media screen and (-ms-high-contrast:active) {

	.cui-statusbar .cui-disabled *,
	.cui-statusbar .cui-disabled .cui-img-container,
	.cui-statusbar .cui-disabled .cui-img-cont-float,
	.cui-statusbar .cui-disabled.cui-ctl-on,
	.usehover .cui-statusbar .cui-disabled:hover,
	.cui-statusbar .cui-disabled:focus {
		color: GrayText !important;
		opacity: 1;
	}

	.cui-statusbar .cui-disabled.cui-ctl-on,
	.cui-statusbar .cui-disabled:focus {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		outline-color: inherit !important;
	}

	.usehover .cui-statusbar .cui-disabled:hover {
		background-color: transparent;
	}

	.cui-statusbar .cui-ctl-on,
	.usehover .cui-statusbar .cui-ctl:hover,
	.cui-statusbar .cui-ctl:focus,
	.usehover .cui-statusbar .cui-ctl-medium:hover,
	.cui-statusbar .cui-ctl-medium:focus,
	.usehover .cui-statusbar .cui-ctl-on:hover,
	.cui-statusbar .cui-ctl-on:focus,
	.cui-statusbar .cui-ctl.cui-ctl-active,
	.usehover .cui-statusbar .cui-ctl.cui-ctl-active:hover,
	.cui-statusbar .cui-ctl-medium.cui-ctl-active,
	.usehover .cui-statusbar .cui-ctl-medium.cui-ctl-active:hover,
	.cui-statusbar .cui-fa-dropped {
		-ms-high-contrast-adjust: none;
		background-color: Highlight !important;
		color: HighlightText !important;
		outline-color: inherit !important;
	}

	.cui-statusbar .cui-ctl-mediumlabel,
	.cui-statusbar .cui-fslb {
		color: inherit !important;
	}
}

img {
	border: none;
}

.ci {
	display: inline-block;
}

.swBar {
	display: none;
	position: fixed !important;
	z-index: 999;
	background-color: #fff;
	padding: 20px 10px 10px 20px;
	top: 30px;
	left: auto;
	right: auto;
	border: 1px solid #b6b6b6;
	margin: 10px;
	box-sizing: content-box;
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition-property: opacity, top;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
	transition-delay: 0s;
	width: 600px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swBar:focus {
	outline: none;
}

.swBar.closeAnimation {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
}

.swBar.HeaderRtl.O365Switcher {
	padding-left: 10px;
	padding-right: 20px;
}

@media (min-width:660px) {

	.swBar,
	.swBar.O365Switcher {
		width: 600px;
	}
}

@media (min-width:900px) {
	.swBar.O365Switcher {
		width: 840px;
	}
}

@media (max-width:899px) and (min-width:780px) {
	.swBar.O365Switcher {
		width: 720px;
	}
}

@media (max-width:659px) {

	.swBar,
	.swBar.O365Switcher {
		width: 480px;
	}
}

@media (max-width:539px) {

	.swBar,
	.swBar.O365Switcher {
		width: 360px;
	}
}

@media (max-width:419px) {

	.swBar,
	.swBar.O365Switcher {
		width: 240px;
	}
}

.swBar.SwitcherLoading {
	width: 270px;
	height: 130px;
	text-align: center;
	padding: 0;
}

.swBar.SwitcherError {
	width: 250px;
	padding: 20px;
}

.swBar .swLoadingErrorText {
	display: none;
}

.swBar.SwitcherError .swLoadingErrorText {
	display: inline;
}

.swBar .swLoadingText {
	display: none;
}

.swBar.SwitcherLoading .swLoadingText {
	display: inline;
}

.swLoadingText {
	color: #000;
	font-size: 20px;
	line-height: 130px;
}

.swLoadingErrorText {
	color: #000;
}

.swErrorTitle {
	font-size: 20px;
}

.swErrorBody {
	font-size: 14px;
}

.swBar a {
	text-decoration: none;
}

.swBar .arrow {
	display: block;
	position: absolute;
	top: -8px;
	left: 6px;
	margin: 0;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 0;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.HeaderRtl.swBar .arrow {
	left: auto;
	right: 6px;
}

.swBar .border-arrow {
	border-bottom-color: #b6b6b6;
	top: -9px;
}

.swTileList {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.swTile {
	margin-bottom: 10px;
	margin-right: 10px;
}

.swTileLink {
	border: 0px solid transparent;
	margin: 0px;
	position: relative;
	text-align: center;
	color: #fff;
}

.swTileLink:hover,
.swTileLink:focus {
	border: 2px solid;
	margin: -2px;
	text-decoration: none;
}

.swTileLink:focus {
	outline: 0;
}

.swTile,
.swTileLink {
	display: inline-block;
	width: 110px;
	height: 110px;
}

.swTile.tilePressed {
	transform: scale(.9215);
}

.swTileText {
	max-width: 90px;
	position: absolute;
	bottom: 6px;
	left: 10px;
	line-height: 110%;
	text-align: left;
}

.HeaderRtl .swTileText {
	left: auto;
	right: 10px;
	text-align: right;
}

.headerBarBG {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 998;
}

.clip110x110 {
	position: relative;
	overflow: hidden;
}

.clip110x110 {
	width: 110px;
	height: 110px;
}

.clip110x110 img,
.clip110x110 input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.wapsw_ODC_TileExcel_110x110x32 {
	top: -1px;
	left: -1px;
}

.wapsw_ODC_TileOneNote_110x110x32 {
	top: -1px;
	left: -113px;
}

.wapsw_ODC_TilePeople_110x110x32 {
	top: -113px;
	left: -1px;
}

.wapsw_ODC_TileSkype_110x110x32 {
	top: -113px;
	left: -113px;
}

.wapsw_ODC_TileDocsDocCom_110x110x32 {
	top: -1px;
	left: -225px;
}

.wapsw_ODC_TileWord_110x110x32 {
	top: -113px;
	left: -225px;
}

.wapsw_ODC_TileSway_110x110x32 {
	top: -225px;
	left: -1px;
}

.wapsw_ODC_TilePowerPoint_110x110x32 {
	top: -225px;
	left: -113px;
}

.wapsw_ODC_TileOutlook_110x110x32 {
	top: -225px;
	left: -225px;
}

.wapsw_ODC_TileOfficeOnline_110x110x32 {
	top: -1px;
	left: -337px;
}

.wapsw_ODC_TileCloudLogo_110x110x32 {
	top: -113px;
	left: -337px;
}

.wapsw_ODC_TileCalendar_110x110x32 {
	top: -225px;
	left: -337px;
}

body {
	background-color: #4e4e4e;
	color: white;
	overflow: hidden;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px
}

.tmp1,
#navdiv {
	position: absolute;
	visibility: visible;
	overflow: hidden;
}

.tmp2,
#imgprld,
#svparentdiv,
#svdiv {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
}

.tooltip {
	background: #FFFCCC;
	color: black;
	font-size: 9pt;
	font-family: "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", SimSun, "宋体", sans-serif;
	position: absolute;
	white-space: pre;
	border: 1px solid black;
	overflow: hidden;
	z-index: 996;
}

.nonListPara {
	margin-top: 0;
	margin-bottom: 0;
}

.InnerFrame {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 22px;
	left: 0px;
	background:#4e4e4e !important;
}

.BasicSlideBorder,
.FancySlideBorder {
	position: absolute;
}

.FShadowTop,
.FShadowBottom {
	width: 100%;
	height: 4px;
}

.FShadowTop2,
.FShadowBottom2 {
	width: 100%;
	height: 2px;
}

.FShadowLeft,
.FShadowRight {
	height: 100%;
	width: 4px;
}

.FShadowLeft2,
.FShadowRight2 {
	height: 100%;
	width: 2px;
}

.FShadowTopRight,
.FShadowBottomRight,
.FShadowBottomLeft,
.FShadowTopLeft {
	height: 4px;
	width: 4px;
}

.FShadowTopRight2,
.FShadowBottomRight2,
.FShadowBottomLeft2,
.FShadowTopLeft2 {
	height: 2px;
	width: 2px;
}

.FShadowTop {
	top: -4px;
}

.FShadowTop2 {
	top: -2px;
}

.FShadowRight {
	right: -4px;
}

.FShadowRight2 {
	right: -2px;
}

.FShadowBottom {
	bottom: -4px;
}

.FShadowBottom2 {
	bottom: -2px;
}

.FShadowLeft {
	left: -4px;
}

.FShadowLeft2 {
	left: -2px;
}

.FShadowTopRight {
	top: -4px;
	right: -4px;
}

.FShadowBottomRight {
	bottom: -4px;
	right: -4px;
}

.FShadowBottomLeft {
	bottom: -4px;
	left: -4px;
}

.FShadowTopLeft {
	top: -4px;
	left: -4px;
}

.FShadowTopRight2 {
	top: -2px;
	right: -2px;
}

.FShadowBottomRight2 {
	bottom: -2px;
	right: -2px;
}

.FShadowBottomLeft2 {
	bottom: -2px;
	left: -2px;
}

.FShadowTopLeft2 {
	top: -2px;
	left: -2px;
}

.SlideViewBlankSlide {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	visibility: visible;
}

.SlideViewBlankSlideLabel {
	text-align: center;
	font-size: 120%;
}

.BlockingBackgroundDiv {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 998;
	width: 100%;
	filter: alpha(opacity=0);
	-ms-filter: _MKSTR_(alpha(opacity=0));
	opacity: 0;
	background: #fff;
}

div.modal {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 997;
	background-color: white;
	filter: alpha(opacity=0);
	-ms-filter: _MKSTR_(alpha(opacity=0));
	opacity: 0;
}

.CommentPanel {
	position: absolute;
	height: 100%;
	outline: none;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
	font-size: 9pt;
	display: none;
	background-color: transparent;
}

.CommentPaneLTR {
	text-align: left;
	direction: ltr;
}

.CommentPaneRTL {
	text-align: right;
	direction: rtl;
}

.CommentPaneLTR .CommentPaneLayoutRoot {
	padding: 0px 12px 0px 13px;
}

.CommentPaneRTL .CommentPaneLayoutRoot {
	padding: 0px 13px 0px 12px;
}

a.CommentPaneButton {
	background: transparent;
	color: rgb(127, 127, 127);
	border: none;
	margin: 5px 0px 10px 0px;
	padding: 3px 9px 4px 7px;
	text-transform: uppercase;
}

.CommentPaneFocused a.CommentPaneButton {
	border-color: #BEBEBE;
}

.CommentPaneUnfocused a.CommentPaneButton {
	border-color: #E6E6E6;
}

.hover a.CommentPaneButton:hover {
	border-color: #AAAAAA !important;
}

.CommentPaneCommentContainerNormal,
.CommentPaneCommentContainerHover {
	position: relative;
	display: block;
}

.CommentPaneCommentContainerHover input {
	visibility: visible;
}

.CommentPaneCommentContainer:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.CommentPaneCommentContainerParentNormal,
.CommentPaneCommentContainerParentSelected,
.CommentPaneCommentContainerParentActive {
	overflow: hidden;
	padding: 1px;
	margin-bottom: 10px;
	padding-right: 10px;
	position: relative;
}

.CommentPaneCommentContainerParentActive {
	padding: 0px 9px 0px 0px;
}

.CommentPaneCommentContainerParentSelected {
	padding: 0px 9px 0px 0px;
	border: 1px solid #D24737;
}

.CommentPaneCommentText {
	margin-bottom: 2px;
	clear: both;
	word-wrap: break-word;
	padding: 1px;
	cursor: default;
}

.CommentPaneLTR .CommentPaneCommentText {
	margin-left: 16px;
}

.CommentPaneRTL .CommentPaneCommentText {
	margin-right: 16px;
}

.CommentPaneHeaderHolder {
	overflow: hidden;
	cursor: default;
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 1px 0px;
}

.CommentPaneCommentName,
.CommentPaneCommentDate,
.CommentPaneCommentPreview,
.CommentPaneReplyCount {
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	top: -1px;
	display: table-cell;
}

.CommentPaneCommentName,
.CommentPaneCommentDate,
.CommentPaneCommentPreview {
	overflow: hidden;
	text-overflow: ellipsis;
}

.CommentPaneReplyCount {
	padding: 0px 5px 0px 5px;
}

.CommentPaneCommentName {
	font-weight: 600;
}

.CommentPaneCommentDate {
	font-size: 7pt;
}

.CommentPaneLTR .CommentPaneCommentPreview {
	padding-left: 5px;
}

.CommentPaneRTL .CommentPaneCommentPreview {
	padding-right: 5px;
}

.CommentPaneLTR .CommentPaneCommentDate {
	padding-left: 10px;
}

.CommentPaneRTL .CommentPaneCommentDate {
	padding-right: 10px;
}

.CommentPaneThreadContainer {
	margin-bottom: 7px;
	position: relative;
}

a.CommentPaneCollapseButton {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	width: 16px;
}

.CommentPaneCommentContainerParentSelected .CommentPaneCollapseButton,
.CommentPaneCommentContainerParentActive .CommentPaneCollapseButton {
	visibility: visible;
}

.CommentPaneCollapseButton::-moz-focus-inner {
	padding: 0;
	border: 0
}

.CommentPaneLayoutParent,
.CommentPaneLayoutReply {
	position: relative;
	margin: 3px 0px 0px 0px;
	border: 1px transparent solid;
}

.CommentPaneLTR .CommentPaneLayoutReply {
	padding-left: 29px;
}

.CommentPaneRTL .CommentPaneLayoutReply {
	padding-right: 29px;
}

.MarkerElementSingle,
.MarkerElementWithReplies {
	direction: LTR;
}

.CommentPaneButtonSize,
.MarkerElementSingle,
.MarkerElementWithReplies {
	display: block;
	position: absolute;
	overflow: hidden;
}

.CommentPaneButtonSize,
.CommentPaneButtonOuterContainer {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.MarkerElementSingle,
.MarkerElementWithReplies {
	width: 27px;
	height: 27px;
}

.CommentPaneButtonOuterContainer {
	float: left;
	display: inline-block;
}

.CommentPaneRTL .CommentPaneButtonOuterContainer {
	float: right;
}

.CommentPaneCloseButton {
	margin-top: 8px;
}

.CommentPaneLTR .CommentPaneCloseButton {
	float: right;
}

.CommentPaneRTL .CommentPaneCloseButton {
	float: left;
}

a.CommentPaneNoBorderButton {
	border: none !important;
}

a.CommentPaneWithBorderButton {
	border-color: transparent !important;
	background-color: transparent !important;
}

.CommentPaneRTL .cui-ctl-mediumlabel {
	padding-right: 8px;
	padding-left: 3px;
}

.PaneLabel {
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
	font-size: 16pt;
	color: #d24726;
	padding-top: 7px;
	cursor: default;
}

.CommentPaneNewCommentProgress {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background: #c6c6c6;
	filter: alpha(opacity=50);
	-ms-filter: _MKSTR_(alpha(opacity=50));
	opacity: .50;
}

.CommentPaneNewCommentProgress img {
	height: 24px;
	width: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

.AppForOfficeOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	pointer-events: none;
	overflow: hidden;
}

.AppForOfficeContainer {
	position: absolute;
	z-index: 996;
	visibility: visible;
	color: black;
	opacity: 1;
	background-color: white;
	filter='alpha(opacity=100)';
	pointer-events: auto;
}

.AppForOfficeHidden {
	display: none;
	visibility: hidden;
}

.AddinPane {
	position: absolute;
	height: 100%;
	width: 100%;
	outline: none;
	color: rgb(127, 127, 127);
	background-color: transparent;
	background-image: none;
}

.AddinPanePanel {
	position: absolute;
	height: 100% width:100% opacity:1;
}

.AddinPaneLTR {
	direction: ltr;
	text-align: left;
	border-left: 1px solid #e1e1e1;
}

.AddinContainer {
	position: absolute;
	height: 100%;
	width: 100%;
}

.AddinPanelRTL {
	direction: rtl;
	text-align: right;
	border-right: 1px solid #e1e1e1;
}

.AddinPaneCloseButton {
	margin-top: 8px;
}

.AddinPaneLTR .AddinPaneCloseButton {
	float: right;
}

.AddinPaneRTL .AddinPaneCloseButton {
	float: left;
}

.FancySlideBorder {
	background-color: #000;
	border: 1px solid #191A1D;
}

.BasicSlideBorder {
	background-color: #000;
}

.FShadowTop,
.FShadowRight,
.FShadowBottom,
.FShadowLeft {
	position: absolute;
	background-color: #191A1D;
	filter: alpha(opacity=8);
	-ms-filter: _MKSTR_(alpha(opacity=8));
	opacity: .08;
}

.FShadowTop2,
.FShadowRight2,
.FShadowBottom2,
.FShadowLeft2 {
	position: absolute;
	background-color: #191A1D;
	filter: alpha(opacity=30);
	-ms-filter: _MKSTR_(alpha(opacity=30));
	opacity: .30;
}

.FShadowTopRight,
.FShadowBottomRight,
.FShadowBottomLeft,
.FShadowTopLeft {
	position: absolute;
	background-color: #191A1D;
	filter: alpha(opacity=6);
	-ms-filter: _MKSTR_(alpha(opacity=6));
	opacity: .06;
}

.FShadowTopRight2,
.FShadowBottomRight2,
.FShadowBottomLeft2,
.FShadowTopLeft2 {
	position: absolute;
	background-color: #191A1D;
	filter: alpha(opacity=22);
	-ms-filter: _MKSTR_(alpha(opacity=22));
	opacity: .22;
}

div#GotoDlgLabelHolder {
	margin-top: 12px;
}

input#GotoDlgInput {
	margin: 5px 0 12px 0;
	width: 260px;
}

.SlideshowNavigationPanel {
	position: absolute;
	bottom: 6px;
	height: 42px;
	width: 138px;
	overflow: none;
	padding: 0px;
	z-index: 4;
}

.SlideshowNavigationPanel .navigationButton {
	height: 42px;
	width: 42px;
	cursor: pointer;
	border: 1px solid transparent;
}

.navigationButtonLtr {
	float: left;
}

.navigationButtonRtl {
	float: right;
}

#load_back {
	width: 100%;
	height: 100%;
	opacity: .8;
	background-color: #47494c;
	position: absolute;
	z-index: 1050;
	text-align: center;
}

#load_img {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
}

#load_img span {
	position: relative;
}

.load_center {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
	z-index: 1051
}

.BootSpinner {
	position: relative;
	display: inline-block;
	margin: 25px auto;
	width: 40px;
	height: 40px;
	border: 1.5px solid #d9d9d9;
	border-top-color: #b7472a;
	z-index: 1051;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	animation-duration: 1.3s;
	-ms-animation-duration: 1.3s;
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
	animation-fill-mode: none;
	-ms-animation-fill-mode: none;
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	animation-name: ms-Spinner-spin;
	-ms-animation-name: ms-Spinner-spin;
	-webkit-animation-name: ms-Spinner-spin;
	-moz-animation-name: ms-Spinner-spin;
	animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.53, .21, .29, .67);
	-ms-animation-timing-function: cubic-bezier(.53, .21, .29, .67);
	-webkit-animation-timing-function: cubic-bezier(.53, .21, .29, .67);
	-moz-animation-timing-function: cubic-bezier(.53, .21, .29, .67)
}

@-webkit-keyframes ms-Spinner-spin {
	from {
		transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0)
	}

	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg)
	}
}

@keyframes ms-Spinner-spin {
	from {
		transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0)
	}

	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg)
	}
}

.load_logo_ppt_white {
	display: inline-block;
	width: 233px;
	height: 30px;
}

@media screen and (-ms-high-contrast:active) {
	.load_logo_ppt_white {
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOkAAAAeBAMAAAA7jiRxAAAAMFBMVEX///////////////////////////////////////////////////////////////9Or7hAAAAAD3RSTlMAIrtmRHfu3aoRzJmIM1VWQHATAAADl0lEQVR4Xu3VPW8iVxQG4HcMQwYDm2msJBVESmrTRElnyqRitrG0K0VDio2EUsymSOEigi1SJjONEykNlqIUqYZ/YH5B4B/gcjsvHzOD+XrDvRdd7cjgJVv7FRKci3UfzfHRAe+ZjyY4KIUERqt6Dzgl+ZP9TqVOclGFztl4J2L2mXybVpFhZafK6CCVc3vns5qfYZsMRV4d8KwV5M/pvFOdAq95sec7fVn8FBk/HqRUnbQKo9U8RIUbPaxabAPIet8dpMJdH6Tm5g+r7kzWw/Fh6jA6SLX4oJr3LmRtsnaQWo6Qf874KfLsARkOgOEaOGH8DChPMt4bqRYIXIZ8YYvDzSvr81eAJEdqlqpKZ9tg9WvOBlI1WNUlMqf87a1nPSPJG4RXgEUHcO9gkkwGG6BPpVqxmtL1VnVJ1rQKiwFk/IbBL0hOtbotYYQke1u1vzL5FzKticCQYxvwK3DntYx3gXIUYSDVzmxzVsWXrEp1PrNNNnWH9b8d7spg+ApuHGxVXf7BnuFHSs2yUh4D+DMORGNvWw3AcwxeyS6U49725tOpwQqQD5tSZU+OtVY7C6icrQ0uAZPOVtXl9Vp0LBBqqZ/Y1yMI3flgCfTPpyhxUKQNWMlGDZT6nE5BnKEeSTUG8PtCq2I6VG4nBhtiurpaVWWeXaDEqtpNn8JrA0B4VZwDrY+XMBPkZnIeg/JMQCQ5UWc4nkt1KT6Od6j1jdoDEFa0qkqTAwBeT6r/wqCjxuAJ7dLcnMNaqkuyrIl3qf4dqDNYsVAlcvS2uoTK2VTdd6rVbVmIId/FS15+I+r+m7znmMsSg9xaQCK1DaBvrst1UqSa4bQqGqHijjZSWlXlEWXuqfDbRyuEN8Pm/1ePY6j4jcPUkurwdQNuo9NAv+e2MZxARqt6iRXinaqpt0Rvj2olUFEq2BVF2EZ5ddvF7VXooLO8r364kA8126nm+RKqFYM9apFBSvWbss9VHEf+DTor2jhK7qtWHMgZ3anCVeNUX2CPugFSal1uiQQozr4PYI3nQEZ2/ZuUmlVb4mVK1b8dx+wBeMKLfSpaP4o/0KraiCtx70xUSwD+rIavRil1uxEHKTWX2J+oFoeJA9NP7L3qMHZw8oNW4apVD3gRUKJA5MQ106pJkj8jpZrkCDJFinSxV82SZKRVGOccq01xJ+iGIF6TvyCt4sTj50irOOc/ULn0OX6G/SouPb6o4X3ymMc85j9P04/8TGTuQgAAAABJRU5ErkJggg==")
	}
}

.load_splashwhite {
	display: inline-block;
	width: 242px;
	height: 4px;
	background: url("data:image/gif;base64,R0lGODlh8gAEAIAAAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAAABACwAAAAA8gAEAAACHYyPqcvtD6OctNqLs968+w+G4kiW5omm6sq27qsVACH5BAkAAAEALAAAAAABAAEAAAICTAEAIfkECQAAAQAsAAAAAAEAAQAAAgJMAQAh+QQJAAABACwAAAAAAQABAAACAkwBACH5BAkAAAEALAAAAAABAAEAAAICTAEAIfkECQAAAQAsAAAAAAEAAQAAAgJMAQAh+QQJAAABACwAAAAABAAEAAACBQxgp5dRACH5BAkAAAEALBMAAAAEAAQAAAIFDGCnl1EAIfkECQAAAQAsJQAAAAQABAAAAgUMYKeXUQAh+QQJAAABACw1AAAABAAEAAACBQxgp5dRACH5BAkAAAEALEMAAAAEAAQAAAIFDGCnl1EAIfkECQAAAQAsTgAAAAQABAAAAgUMYKeXUQAh+QQJAAABACwJAAAAUgAEAAACGgwQqcvtD6OMxxw0s95c3Y914ih+FommWVUAACH5BAkAAAEALBsAAABHAAQAAAIYDBCpy+0PYzzmIImzxrbfDYZZV4nm+VAFACH5BAkAAAEALCsAAAA6AAQAAAIXDBCpy+0P3TEHxYuzqtzqD24VFZbhVAAAIfkECQAAAQAsOAAAAC8ABAAAAhQMEKnL7c+OOQja+6iuuGM9eeKHFAAh+QQJAAABACxEAAAAJQAEAAACEwwQqcvtesxBr1o5590tSw4uUQEAIfkECQAAAQAsAQAAAGoABAAAAiAMEKnL7Q+jfGfOeqrdvNuMeAsIiubJlWipoe7btCtSAAAh+QQJAAABACwSAAAAWwAEAAACHgwQqcvtD+M7EtJDq968YdQZHxaWpvOVaXa2JxtSBQAh+QQJAAABACwhAAAATgAEAAACHQwQqcvtD9uJcJ5Js84X7dR130gaFyli5cp5KFIAACH5BAkAAAEALC8AAABCAAQAAAIcDBCpy+2vDpzyyIlztHrZj3Si840Gd5lqko5SAQAh+QQJAAABACw6AAAAOQAEAAACGgwQqcvteZ6E6MSJm0V57d2FhiVS0VVmaBkVACH5BAkAAAEALEMAAAAyAAQAAAIaDBCpy53n4oIHymsqbrWjHXXgpFmjY55ZUAAAIfkECQAAAQAsBgAAAHEABAAAAiQMEKnL7Q9jPPLR2ui5uPuvbMgngmIJpqq1mS3Zcus8y57dUQUAIfkECQAAAQAsFgAAAGMABAAAAiIMEKnL7Q/fiRLRNs+8vFNtdaBngBqJpqO3iueWxq4askgBACH5BAkAAAEALCMAAABYAAQAAAIiDBCpy+3fDoRyOnmq3Txl1BlZKH4aiS4fuYbrmcZiCnNSAQAh+QQJAAABACwuAAAATwAEAAACIAwQqcvtfJ40aLp4ot03c5VVXxh+ZlKa6ehppyrCLxUUACH5BAkAAAEALD0AAABCAAQAAAIgDBCpy3wNHYr0nUfjnXntLm0Y6F2k8p2GOapJe8LkUwAAIfkECQAAAQAsQQAAAEAABAAAAh8MEKnLeg3Zi/SdSeXN7SK+eB4YbmQynsaGqe35kk8BACH5BAkAAAEALEMAAABAAAQAAAIfDBCpy3oN2Yv0nUnlze0ivngeGG5kMp7Ghqnt+ZJPAQAh+QQJAAABACxFAAAAQAAEAAACHwwQqct6DdmL9J1J5c3tIr54HhhuZDKexoap7fmSTwEAIfkECQAAAQAsRwAAAEAABAAAAh8MEKnLeg3Zi/SdSeXN7SK+eB4YbmQynsaGqe35kk8BACH5BAkAAAEALEkAAABFAAQAAAIgDBCpy3oN2YtUojPrwkhv7FEcFzpgaZzo92SoW8Jr8hQAIfkECQAAAQAsSwAAAFEABAAAAiAMEKnLeg3Zi7TCd6Z1ea+MeKIEdiM4GmZ6dlrLqjH7FAAh+QQJAAABACxNAAAAYQAEAAACIwwQqct6DdmLtNr7zrxJI95p4Egunkeio1q2mLitXzq7NvUUACH5BAkAAAEALE8AAABzAAQAAAImDBCpy3oN2Yu02oslOjNzlBlcSJam+HXYR7LnCzes6oGtHefwUwAAIfkECQAAAQAsUQAAAIkABAAAAicMEKnLeg3Zi7TaizN+Z+aOaKBGlua5gKPYkSsKx7LReqxpz/p+PQUAIfkECQAAAQAsUwAAAJ8ABAAAAioMEKnLeg1jerLai7Pe8XikfdwijuaJps3nbaX5qvJMrw/lgihe9356KAAAIfkECQAAAQAsVQAAADwABAAAAhoMEKnLeg2jXO+8ySzCPGrdOVZIitVWXmWKFAAh+QQJAAABACxXAAAATAAEAAACHQwQqct6DaOc851H10W5+7htn3GN5idio3q2FVIAACH5BAkAAAEALFkAAABgAAQAAAIgDBCpy3oNo5y0wneeTRntD4ZM14GliKZTqZmeCsccUgAAIfkECQAAAQAsWwAAAHUABAAAAiIMEKnLeg2jnLTaa9B5eCMMhuLoeBvokerKlg+Hfu1MX08BACH5BAkAAAEALF0AAACNAAQAAAIjDBCpy53nopy02ospPDAvjnjiSJYVCJapybaulXZq+NZ2DRUAIfkECQAAAQAsXwAAACkABAAAAhQMEKnL7X7MQa9aNjO9/GXZhR5SAAAh+QQJAAABACxhAAAAOQAEAAACFwwQqcvtD9sxB8WLc6rc6g9uFRWW4FQAACH5BAkAAAEALGMAAABNAAQAAAIZDBCpy+0Po2THHDSz3vp6zIUi51njiUpVAQAh+QQJAAABACxlAAAAYwAEAAACHAwQqcvtD6OcNB1zUN28+5iF2keWphNi58qWVwEAIfkECQAAAQAsagAAAHgABAAAAh4MEKnL7Q+jnLTCYw6yvPsPNtq4heaJgmOWtu77YAUAIfkECQAAAQAseAAAAAQABAAAAgUMYKeXUQAh+QQJAAABACyLAAAABAAEAAACBQxgp5dRACH5BAkAAAEALKEAAAAEAAQAAAIFDGCnl1EAIfkECQAAAQAsugAAAAQABAAAAgUMYKeXUQAh+QQJAAABACzUAAAABAAEAAACBQxgp5dRACH5BAkAAAEALO4AAAAEAAQAAAIFDGCnl1EAIfkEBQMAAQAsAAAAAAEAAQAAAgJMAQA7")
}

@media screen and (-ms-high-contrast:active) {
	.load_splashwhite {
		background: url("data:image/gif;base64,R0lGODlh8gAEAIAAAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAAABACwAAAAA8gAEAAACHYyPqcvtD6OctNqLs968+w+G4kiW5omm6sq27qsVACH5BAkAAAEALAAAAAABAAEAAAICTAEAIfkECQAAAQAsAAAAAAEAAQAAAgJMAQAh+QQJAAABACwAAAAAAQABAAACAkwBACH5BAkAAAEALAAAAAABAAEAAAICTAEAIfkECQAAAQAsAAAAAAEAAQAAAgJMAQAh+QQJAAABACwAAAAABAAEAAACBQxgp5dRACH5BAkAAAEALBMAAAAEAAQAAAIFDGCnl1EAIfkECQAAAQAsJQAAAAQABAAAAgUMYKeXUQAh+QQJAAABACw1AAAABAAEAAACBQxgp5dRACH5BAkAAAEALEMAAAAEAAQAAAIFDGCnl1EAIfkECQAAAQAsTgAAAAQABAAAAgUMYKeXUQAh+QQJAAABACwJAAAAUgAEAAACGgwQqcvtD6OMxxw0s95c3Y914ih+FommWVUAACH5BAkAAAEALBsAAABHAAQAAAIYDBCpy+0PYzzmIImzxrbfDYZZV4nm+VAFACH5BAkAAAEALCsAAAA6AAQAAAIXDBCpy+0P3TEHxYuzqtzqD24VFZbhVAAAIfkECQAAAQAsOAAAAC8ABAAAAhQMEKnL7c+OOQja+6iuuGM9eeKHFAAh+QQJAAABACxEAAAAJQAEAAACEwwQqcvtesxBr1o5590tSw4uUQEAIfkECQAAAQAsAQAAAGoABAAAAiAMEKnL7Q+jfGfOeqrdvNuMeAsIiubJlWipoe7btCtSAAAh+QQJAAABACwSAAAAWwAEAAACHgwQqcvtD+M7EtJDq968YdQZHxaWpvOVaXa2JxtSBQAh+QQJAAABACwhAAAATgAEAAACHQwQqcvtD9uJcJ5Js84X7dR130gaFyli5cp5KFIAACH5BAkAAAEALC8AAABCAAQAAAIcDBCpy+2vDpzyyIlztHrZj3Si840Gd5lqko5SAQAh+QQJAAABACw6AAAAOQAEAAACGgwQqcvteZ6E6MSJm0V57d2FhiVS0VVmaBkVACH5BAkAAAEALEMAAAAyAAQAAAIaDBCpy53n4oIHymsqbrWjHXXgpFmjY55ZUAAAIfkECQAAAQAsBgAAAHEABAAAAiQMEKnL7Q9jPPLR2ui5uPuvbMgngmIJpqq1mS3Zcus8y57dUQUAIfkECQAAAQAsFgAAAGMABAAAAiIMEKnL7Q/fiRLRNs+8vFNtdaBngBqJpqO3iueWxq4askgBACH5BAkAAAEALCMAAABYAAQAAAIiDBCpy+3fDoRyOnmq3Txl1BlZKH4aiS4fuYbrmcZiCnNSAQAh+QQJAAABACwuAAAATwAEAAACIAwQqcvtfJ40aLp4ot03c5VVXxh+ZlKa6ehppyrCLxUUACH5BAkAAAEALD0AAABCAAQAAAIgDBCpy3wNHYr0nUfjnXntLm0Y6F2k8p2GOapJe8LkUwAAIfkECQAAAQAsQQAAAEAABAAAAh8MEKnLeg3Zi/SdSeXN7SK+eB4YbmQynsaGqe35kk8BACH5BAkAAAEALEMAAABAAAQAAAIfDBCpy3oN2Yv0nUnlze0ivngeGG5kMp7Ghqnt+ZJPAQAh+QQJAAABACxFAAAAQAAEAAACHwwQqct6DdmL9J1J5c3tIr54HhhuZDKexoap7fmSTwEAIfkECQAAAQAsRwAAAEAABAAAAh8MEKnLeg3Zi/SdSeXN7SK+eB4YbmQynsaGqe35kk8BACH5BAkAAAEALEkAAABFAAQAAAIgDBCpy3oN2YtUojPrwkhv7FEcFzpgaZzo92SoW8Jr8hQAIfkECQAAAQAsSwAAAFEABAAAAiAMEKnLeg3Zi7TCd6Z1ea+MeKIEdiM4GmZ6dlrLqjH7FAAh+QQJAAABACxNAAAAYQAEAAACIwwQqct6DdmLtNr7zrxJI95p4Egunkeio1q2mLitXzq7NvUUACH5BAkAAAEALE8AAABzAAQAAAImDBCpy3oN2Yu02oslOjNzlBlcSJam+HXYR7LnCzes6oGtHefwUwAAIfkECQAAAQAsUQAAAIkABAAAAicMEKnLeg3Zi7TaizN+Z+aOaKBGlua5gKPYkSsKx7LReqxpz/p+PQUAIfkECQAAAQAsUwAAAJ8ABAAAAioMEKnLeg1jerLai7Pe8XikfdwijuaJps3nbaX5qvJMrw/lgihe9356KAAAIfkECQAAAQAsVQAAADwABAAAAhoMEKnLeg2jXO+8ySzCPGrdOVZIitVWXmWKFAAh+QQJAAABACxXAAAATAAEAAACHQwQqct6DaOc851H10W5+7htn3GN5idio3q2FVIAACH5BAkAAAEALFkAAABgAAQAAAIgDBCpy3oNo5y0wneeTRntD4ZM14GliKZTqZmeCsccUgAAIfkECQAAAQAsWwAAAHUABAAAAiIMEKnLeg2jnLTaa9B5eCMMhuLoeBvokerKlg+Hfu1MX08BACH5BAkAAAEALF0AAACNAAQAAAIjDBCpy53nopy02ospPDAvjnjiSJYVCJapybaulXZq+NZ2DRUAIfkECQAAAQAsXwAAACkABAAAAhQMEKnL7X7MQa9aNjO9/GXZhR5SAAAh+QQJAAABACxhAAAAOQAEAAACFwwQqcvtD9sxB8WLc6rc6g9uFRWW4FQAACH5BAkAAAEALGMAAABNAAQAAAIZDBCpy+0Po2THHDSz3vp6zIUi51njiUpVAQAh+QQJAAABACxlAAAAYwAEAAACHAwQqcvtD6OcNB1zUN28+5iF2keWphNi58qWVwEAIfkECQAAAQAsagAAAHgABAAAAh4MEKnL7Q+jnLTCYw6yvPsPNtq4heaJgmOWtu77YAUAIfkECQAAAQAseAAAAAQABAAAAgUMYKeXUQAh+QQJAAABACyLAAAABAAEAAACBQxgp5dRACH5BAkAAAEALKEAAAAEAAQAAAIFDGCnl1EAIfkECQAAAQAsugAAAAQABAAAAgUMYKeXUQAh+QQJAAABACzUAAAABAAEAAACBQxgp5dRACH5BAkAAAEALO4AAAAEAAQAAAIFDGCnl1EAIfkEBQMAAQAsAAAAAAEAAQAAAgJMAQA7")
	}
}

.EmbedSizesContainer table a {
	overflow: hidden;
	text-decoration: none;
	outline: none;
}

.EmbedSizes .EmbedBox {
	border: 1px solid #777777;
	background: white;
	cursor: pointer;
}

.EmbedSizesContainer td .EmbedBox:Hover {
	background-color: #fce4dc;
	border: 1px solid #f5ba9d;
}

.EmbedSizesContainer td a:Focus .EmbedBox {
	background-color: #fce4dc;
	border: 1px solid #f5ba9d;
	outline: CTRL_OUTLINE_FOCUSED;
}

.EmbedSizesContainer td a:Focus .EmbedBox:Hover {
	background-color: #fce4dc;
	border: 1px solid #f5ba9d;
}

.EmbedSizesContainer td.Selected .EmbedBox {
	background-color: #fccdb6;
	border: 1px solid #f0623e;
}

.EmbedSizesContainer td.Selected .EmbedBox:Hover {
	background-color: #fce4dc;
	border: 1px solid #f0623e;
}

.EmbedSizesContainer td.Selected a:Focus .EmbedBox {
	background-color: #fce4dc;
	border: 1px solid #f0623e;
}

.EmbedSizesContainer td.Selected a:Focus .EmbedBox:Hover {
	background-color: #fce4dc;
	border: 1px solid #f0623e;
}

.EmbedSizes .EmbedAnchor {
	outline: none;
}

.EmbedSizes .EmbedTitle {
	text-align: left;
	white-space: nowrap;
	color: #000000;
	direction: ltr;
}

.EmbedOptionPane {
	margin-left: 17px;
}

.AppRtl .EmbedOptionPane {
	margin-left: 0px;
	margin-right: 17px;
}

@media print {
	* {
		display: none !important;
	}
}

.InnerFrame {
	background-color: #393A3D;
}

.WACStatusBarContainer {
	background-color: #444444;
}

.PptWebContainer {
	overflow: auto;
	position: absolute;
	width: 100%;
	height: 100%;
}

.ReadingToolbarPanel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
}

.OutlineToolbarPanel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
}

.OutlineContentFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #393A3D;
	color: #ffffff !important;
	border: 0px;
	-ms-user-select: text;
}

.ProtocolLaunchingDialogButtonAnchor:focus {
	background-color: #fce4dc !important;
}

.CommentPanel {
	color: #ffffff;
}

.CommentPaneLTR {
	border: none !important;
}

.CommentPaneRTL {
	border: none !important;
}

.CommentPaneCommentContainerParentActive {
	background-color: transparent;
	border: 1px solid #b83b1d;
	outline: none;
}

.CommentPaneCommentContainerParentSelected {
	background-color: #2D2D2D;
	border: 1px solid #b83b1d;
}

.ButtonSelected {
	border: 1px solid #808080 !important;
	background-color: #2D2D2D !important;
}

.ReadingStatusBarPanel {
	position: absolute;
	bottom: 0px;
	height: 24px;
	width: 100%;
	text-transform: uppercase;
}

.ReadingNotesPanel {
	position: absolute;
	bottom: 24px;
	left: 0px;
	width: 100%;
	border-top: 1px solid transparent;
	overflow: auto;
	padding: 10px;
	color: CLR_TEXT_WHITE;
	font-size: 11pt;
	font-family: Calibri, Verdana, Arial, Tahoma, Sans-Serif;
	background-color: transparent;
}

.ReadingNotesPanelHidden {
	visibility: hidden;
	border: none;
	padding: 0px;
}

.FishBowlPanel {
	position: absolute;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	outline: none;
}

.SlidePanel {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	background-color: transparent;
	-ms-touch-action: none;
	touch-action: none;
}

.slideMenu_Group,
.slideMenu_Slide,
.slideMenu_SelectedSlide,
.slideMenu_HoveredSlide,
.slideMenu_SelectedGroup,
.slideMenu_HoveredGroup {
	overflow: hidden;
	white-space: nowrap;
	height: 18px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.slideMenu_Group {
	background-color: #262626;
	color: #ffffff;
}

.slideMenu_SelectedGroup {
	background-color: #b83b1d;
	border: 1px solid #b83b1d;
	color: #ffffff;
	height: 16px;
}

.slideMenu_HoveredGroup {
	background: #f0623e;
	border: 1px solid #f0623e;
	color: #ffffff;
	cursor: pointer;
	height: 16px;
}

.slideMenu_Slide {
	background: #444444;
	border: 1px solid #444444;
}

.slideMenu_SelectedSlide {
	background: #b83b1d;
	border: 1px solid #b83b1d;
	color: #ffffff;
}

.slideMenu_HoveredSlide {
	background: #f0623e;
	border: 1px solid #f0623e;
	color: #ffffff;
	cursor: pointer;
}

.slideMenu_slideMenuElement {
	width: 180px;
	font-size: 8pt;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	z-index: 998;
	border: 1px solid #2B2C2E;
	cursor: default;
}

.privacyToolbar {
	background-color: #EEFFFF;
}

.CommentOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0px;
	z-index: 99;
}

.clip5x3,
.clip6x16,
.clip11x11,
.clip13x13,
.clip14x14,
.clip16x16,
.clip20x20,
.clip24x24,
.clip27x27,
.clip32x16,
.clip32x32,
.clip36x36,
.clip40x40,
.clip42x52,
.clip43x52,
.clip44x52,
.clip45x52,
.clip46x52,
.clip47x48,
.clip47x49,
.clip47x50,
.clip47x51,
.clip47x52,
.clip48x47,
.clip48x48,
.clip50x47,
.clip50x50,
.clip51x47,
.clip64x48,
.clip76x76,
.clip85x48,
.clip128x72,
.clip145x82,
.clip152x152,
.clip190x107,
.clip192x192,
.clip209x50 {
	position: relative;
	overflow: hidden;
}

.clip5x3 {
	width: 5px;
	height: 3px;
}

.clip6x16 {
	width: 6px;
	height: 16px;
}

.clip11x11 {
	width: 11px;
	height: 11px;
}

.clip13x13 {
	width: 13px;
	height: 13px;
}

.clip14x14 {
	width: 14px;
	height: 14px;
}

.clip16x16 {
	width: 16px;
	height: 16px;
}

.clip20x20 {
	width: 20px;
	height: 20px;
}

.clip24x24 {
	width: 24px;
	height: 24px;
}

.clip27x27 {
	width: 27px;
	height: 27px;
}

.clip32x16 {
	width: 32px;
	height: 16px;
}

.clip32x32 {
	width: 32px;
	height: 32px;
}

.clip36x36 {
	width: 36px;
	height: 36px;
}

.clip40x40 {
	width: 40px;
	height: 40px;
}

.clip42x52 {
	width: 42px;
	height: 52px;
}

.clip43x52 {
	width: 43px;
	height: 52px;
}

.clip44x52 {
	width: 44px;
	height: 52px;
}

.clip45x52 {
	width: 45px;
	height: 52px;
}

.clip46x52 {
	width: 46px;
	height: 52px;
}

.clip47x48 {
	width: 47px;
	height: 48px;
}

.clip47x49 {
	width: 47px;
	height: 49px;
}

.clip47x50 {
	width: 47px;
	height: 50px;
}

.clip47x51 {
	width: 47px;
	height: 51px;
}

.clip47x52 {
	width: 47px;
	height: 52px;
}

.clip48x47 {
	width: 48px;
	height: 47px;
}

.clip48x48 {
	width: 48px;
	height: 48px;
}

.clip50x47 {
	width: 50px;
	height: 47px;
}

.clip50x50 {
	width: 50px;
	height: 50px;
}

.clip51x47 {
	width: 51px;
	height: 47px;
}

.clip64x48 {
	width: 64px;
	height: 48px;
}

.clip76x76 {
	width: 76px;
	height: 76px;
}

.clip85x48 {
	width: 85px;
	height: 48px;
}

.clip128x72 {
	width: 128px;
	height: 72px;
}

.clip145x82 {
	width: 145px;
	height: 82px;
}

.clip152x152 {
	width: 152px;
	height: 152px;
}

.clip190x107 {
	width: 190px;
	height: 107px;
}

.clip192x192 {
	width: 192px;
	height: 192px;
}

.clip209x50 {
	width: 209px;
	height: 50px;
}

.clip5x3 img,
.clip5x3 input,
.clip6x16 img,
.clip6x16 input,
.clip11x11 img,
.clip11x11 input,
.clip13x13 img,
.clip13x13 input,
.clip14x14 img,
.clip14x14 input,
.clip16x16 img,
.clip16x16 input,
.clip20x20 img,
.clip20x20 input,
.clip24x24 img,
.clip24x24 input,
.clip27x27 img,
.clip27x27 input,
.clip32x16 img,
.clip32x16 input,
.clip32x32 img,
.clip32x32 input,
.clip36x36 img,
.clip36x36 input,
.clip40x40 img,
.clip40x40 input,
.clip42x52 img,
.clip42x52 input,
.clip43x52 img,
.clip43x52 input,
.clip44x52 img,
.clip44x52 input,
.clip45x52 img,
.clip45x52 input,
.clip46x52 img,
.clip46x52 input,
.clip47x48 img,
.clip47x48 input,
.clip47x49 img,
.clip47x49 input,
.clip47x50 img,
.clip47x50 input,
.clip47x51 img,
.clip47x51 input,
.clip47x52 img,
.clip47x52 input,
.clip48x47 img,
.clip48x47 input,
.clip48x48 img,
.clip48x48 input,
.clip50x47 img,
.clip50x47 input,
.clip50x50 img,
.clip50x50 input,
.clip51x47 img,
.clip51x47 input,
.clip64x48 img,
.clip64x48 input,
.clip76x76 img,
.clip76x76 input,
.clip85x48 img,
.clip85x48 input,
.clip128x72 img,
.clip128x72 input,
.clip145x82 img,
.clip145x82 input,
.clip152x152 img,
.clip152x152 input,
.clip190x107 img,
.clip190x107 input,
.clip192x192 img,
.clip192x192 input,
.clip209x50 img,
.clip209x50 input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.pat_CancelRequest_32x32x32 {
	top: -1px;
	left: -1px;
}

.pat_CustomerFeedback_32x32x32 {
	top: -1px;
	left: -35px;
}

.pat_Risks_32x32x32 {
	top: -35px;
	left: -1px;
}

.pat_Info_32x32x32 {
	top: -35px;
	left: -35px;
}

.pat_AttendeeInfo_32x32x32 {
	top: -1px;
	left: -69px;
}

.pat_DWSStatusSmall_24x24x32 {
	top: -35px;
	left: -69px;
}

.pat_Info_24x24x32 {
	top: -69px;
	left: -1px;
}

.pat_CancelRequest_24x24x32 {
	top: -69px;
	left: -27px;
}

.pat_Info_16x16x32 {
	top: -69px;
	left: -53px;
}

.pat_CancelRequest_16x16x32 {
	top: -61px;
	left: -71px;
}

.pat_DWSStatusSmall_16x16x32 {
	top: -95px;
	left: -1px;
}

.pat_FullScreenAttendee_16x16x32 {
	top: -95px;
	left: -19px;
}

.pat_ClosePaneGlyph_16x16x32 {
	top: -95px;
	left: -37px;
}

.pat_BusinessBarClose_16x16x32 {
	top: -79px;
	left: -71px;
}

.pat_BreadcrumbCaret_6x16x32 {
	top: -35px;
	left: -95px;
}

.peat_ThemeVariantStartFacet2_190x107x24 {
	top: -3px;
	left: -3px;
}

.peat_ThemeVariantStartFacet4_190x107x24 {
	top: -116px;
	left: -3px;
}

.peat_ThemeVariantStartIntegral1_190x107x24 {
	top: -3px;
	left: -199px;
}

.peat_ThemeVariantStartIntegral3_190x107x24 {
	top: -116px;
	left: -199px;
}

.peat_ThemeVariantStartIntegral5_190x107x24 {
	top: -229px;
	left: -3px;
}

.peat_ThemeVariantStartIntegral7_190x107x24 {
	top: -229px;
	left: -199px;
}

.peat_ThemeVariantStartIntegral8_190x107x24 {
	top: -342px;
	left: -3px;
}

.peat_ThemeVariantStartIon2_190x107x24 {
	top: -342px;
	left: -199px;
}

.peat_ThemeVariantStartIon4_190x107x24 {
	top: -3px;
	left: -395px;
}

.peat_ThemeVariantStartIonBoardroom1_190x107x24 {
	top: -116px;
	left: -395px;
}

.peat_ThemeVariantStartIonBoardroom3_190x107x24 {
	top: -229px;
	left: -395px;
}

.peat_ThemeVariantStartIonBoardroom4_190x107x24 {
	top: -342px;
	left: -395px;
}

.peat_ThemeVariantStartOfficeTheme2_190x107x24 {
	top: -455px;
	left: -3px;
}

.peat_ThemeVariantStartOfficeTheme4_190x107x24 {
	top: -455px;
	left: -199px;
}

.peat_ThemeVariantStartOrganic1_190x107x24 {
	top: -455px;
	left: -395px;
}

.peat_ThemeVariantStartOrganic3_190x107x24 {
	top: -568px;
	left: -3px;
}

.peat_ThemeVariantStartOrganic4_190x107x24 {
	top: -568px;
	left: -199px;
}

.peat_ThemeVariantStartRetrospect2_190x107x24 {
	top: -568px;
	left: -395px;
}

.peat_ThemeVariantStartRetrospect4_190x107x24 {
	top: -3px;
	left: -591px;
}

.peat_ThemeVariantStartRetrospect6_190x107x24 {
	top: -116px;
	left: -591px;
}

.peat_ThemeVariantStartRetrospect8_190x107x24 {
	top: -229px;
	left: -591px;
}

.peat_ThemeVariantStartSlice1_190x107x24 {
	top: -342px;
	left: -591px;
}

.peat_ThemeVariantStartSlice3_190x107x24 {
	top: -455px;
	left: -591px;
}

.peat_ThemeVariantStartSlice4_190x107x24 {
	top: -568px;
	left: -591px;
}

.peat_ThemeVariantStartWisp2_190x107x24 {
	top: -681px;
	left: -3px;
}

.peat_ThemeVariantStartWisp4_190x107x24 {
	top: -681px;
	left: -199px;
}

.peat_ThemeVariantStartBanded1_190x107x24 {
	top: -681px;
	left: -395px;
}

.peat_ThemeVariantStartBanded3_190x107x24 {
	top: -681px;
	left: -591px;
}

.peat_ThemeVariantStartBanded4_190x107x24 {
	top: -3px;
	left: -787px;
}

.peat_ThemeVariantStartBasis2_190x107x24 {
	top: -116px;
	left: -787px;
}

.peat_ThemeVariantStartBasis4_190x107x24 {
	top: -229px;
	left: -787px;
}

.peat_ThemeVariantStartCelestial1_190x107x24 {
	top: -342px;
	left: -787px;
}

.peat_ThemeVariantStartCelestial3_190x107x24 {
	top: -455px;
	left: -787px;
}

.peat_ThemeVariantStartCelestial4_190x107x24 {
	top: -568px;
	left: -787px;
}

.peat_ThemeVariantStartDividend2_190x107x24 {
	top: -681px;
	left: -787px;
}

.peat_ThemeVariantStartDividend4_190x107x24 {
	top: -794px;
	left: -3px;
}

.peat_ThemeVariantStartFrame1_190x107x24 {
	top: -794px;
	left: -199px;
}

.peat_ThemeVariantStartFrame3_190x107x24 {
	top: -794px;
	left: -395px;
}

.peat_ThemeVariantStartFrame4_190x107x24 {
	top: -794px;
	left: -591px;
}

.peat_ThemeVariantStartMesh2_190x107x24 {
	top: -794px;
	left: -787px;
}

.peat_ThemeVariantStartMesh4_190x107x24 {
	top: -907px;
	left: -3px;
}

.peat_ThemeVariantStartMetropolitan1_190x107x24 {
	top: -907px;
	left: -199px;
}

.peat_ThemeVariantStartMetropolitan3_190x107x24 {
	top: -907px;
	left: -395px;
}

.peat_ThemeVariantStartMetropolitan5_190x107x24 {
	top: -907px;
	left: -591px;
}

.peat_ThemeVariantStartMetropolitan7_190x107x24 {
	top: -907px;
	left: -787px;
}

.peat_ThemeVariantStartMetropolitan8_190x107x24 {
	top: -3px;
	left: -983px;
}

.peat_ThemeVariantStartParallax2_190x107x24 {
	top: -116px;
	left: -983px;
}

.peat_ThemeVariantStartParallax4_190x107x24 {
	top: -229px;
	left: -983px;
}

.peat_ThemeVariantStartQuotable1_190x107x24 {
	top: -342px;
	left: -983px;
}

.peat_ThemeVariantStartQuotable3_190x107x24 {
	top: -455px;
	left: -983px;
}

.peat_ThemeVariantStartQuotable4_190x107x24 {
	top: -568px;
	left: -983px;
}

.peat_ThemeVariantStartSavon2_190x107x24 {
	top: -681px;
	left: -983px;
}

.peat_ThemeVariantStartSavon4_190x107x24 {
	top: -794px;
	left: -983px;
}

.peat_ThemeVariantStartView1_190x107x24 {
	top: -907px;
	left: -983px;
}

.peat_ThemeVariantStartView3_190x107x24 {
	top: -1020px;
	left: -3px;
}

.peat_ThemeVariantStartView4_190x107x24 {
	top: -1020px;
	left: -199px;
}

.peat_ThemeVariantStartWoodType2_190x107x24 {
	top: -1020px;
	left: -395px;
}

.peat_ThemeVariantStartWoodType4_190x107x24 {
	top: -1020px;
	left: -591px;
}

.peat_ThemeVariantStartWoodType3_190x107x24 {
	top: -1020px;
	left: -787px;
}

.peat_ThemeVariantStartWoodType1_190x107x24 {
	top: -1020px;
	left: -983px;
}

.peat_ThemeVariantStartView2_190x107x24 {
	top: -1133px;
	left: -3px;
}

.peat_ThemeVariantStartSavon3_190x107x24 {
	top: -1133px;
	left: -199px;
}

.peat_ThemeVariantStartSavon1_190x107x24 {
	top: -1133px;
	left: -395px;
}

.peat_ThemeVariantStartQuotable2_190x107x24 {
	top: -1133px;
	left: -591px;
}

.peat_ThemeVariantStartParallax3_190x107x24 {
	top: -1133px;
	left: -787px;
}

.peat_ThemeVariantStartParallax1_190x107x24 {
	top: -1133px;
	left: -983px;
}

.peat_ThemeVariantStartMetropolitan6_190x107x24 {
	top: -3px;
	left: -1179px;
}

.peat_ThemeVariantStartMetropolitan4_190x107x24 {
	top: -116px;
	left: -1179px;
}

.peat_ThemeVariantStartMetropolitan2_190x107x24 {
	top: -229px;
	left: -1179px;
}

.peat_ThemeVariantStartMesh3_190x107x24 {
	top: -342px;
	left: -1179px;
}

.peat_ThemeVariantStartMesh1_190x107x24 {
	top: -455px;
	left: -1179px;
}

.peat_ThemeVariantStartFrame2_190x107x24 {
	top: -568px;
	left: -1179px;
}

.peat_ThemeVariantStartDividend3_190x107x24 {
	top: -681px;
	left: -1179px;
}

.peat_ThemeVariantStartDividend1_190x107x24 {
	top: -794px;
	left: -1179px;
}

.peat_ThemeVariantStartCelestial2_190x107x24 {
	top: -907px;
	left: -1179px;
}

.peat_ThemeVariantStartBasis3_190x107x24 {
	top: -1020px;
	left: -1179px;
}

.peat_ThemeVariantStartBasis1_190x107x24 {
	top: -1133px;
	left: -1179px;
}

.peat_ThemeVariantStartBanded2_190x107x24 {
	top: -1246px;
	left: -3px;
}

.peat_ThemeVariantStartWisp3_190x107x24 {
	top: -1246px;
	left: -199px;
}

.peat_ThemeVariantStartWisp1_190x107x24 {
	top: -1246px;
	left: -395px;
}

.peat_ThemeVariantStartSlice2_190x107x24 {
	top: -1246px;
	left: -591px;
}

.peat_ThemeVariantStartRetrospect7_190x107x24 {
	top: -1246px;
	left: -787px;
}

.peat_ThemeVariantStartRetrospect5_190x107x24 {
	top: -1246px;
	left: -983px;
}

.peat_ThemeVariantStartRetrospect3_190x107x24 {
	top: -1246px;
	left: -1179px;
}

.peat_ThemeVariantStartRetrospect1_190x107x24 {
	top: -1359px;
	left: -3px;
}

.peat_ThemeVariantStartOrganic2_190x107x24 {
	top: -1359px;
	left: -199px;
}

.peat_ThemeVariantStartOfficeTheme3_190x107x24 {
	top: -1359px;
	left: -395px;
}

.peat_ThemeVariantStartOfficeTheme1_190x107x24 {
	top: -1359px;
	left: -591px;
}

.peat_ThemeVariantStartIonBoardroom2_190x107x24 {
	top: -1359px;
	left: -787px;
}

.peat_ThemeVariantStartIon3_190x107x24 {
	top: -1359px;
	left: -983px;
}

.peat_ThemeVariantStartIon1_190x107x24 {
	top: -1359px;
	left: -1179px;
}

.peat_ThemeVariantStartIntegral6_190x107x24 {
	top: -3px;
	left: -1375px;
}

.peat_ThemeVariantStartIntegral4_190x107x24 {
	top: -116px;
	left: -1375px;
}

.peat_ThemeVariantStartIntegral2_190x107x24 {
	top: -229px;
	left: -1375px;
}

.peat_ThemeVariantStartFacet3_190x107x24 {
	top: -342px;
	left: -1375px;
}

.peat_ThemeVariantStartFacet1_190x107x24 {
	top: -455px;
	left: -1375px;
}

.peat_ThemeStartOfficeTheme_128x72x24 {
	top: -568px;
	left: -1375px;
}

.peat_ThemeStartWisp_128x72x24 {
	top: -646px;
	left: -1375px;
}

.peat_ThemeStartBasis_128x72x24 {
	top: -724px;
	left: -1375px;
}

.peat_ThemeStartFrame_128x72x24 {
	top: -802px;
	left: -1375px;
}

.peat_ThemeStartQuotable_128x72x24 {
	top: -880px;
	left: -1375px;
}

.peat_ThemeStartWoodType_128x72x24 {
	top: -958px;
	left: -1375px;
}

.peat_ThemeStartView_128x72x24 {
	top: -1036px;
	left: -1375px;
}

.peat_ThemeStartSavon_128x72x24 {
	top: -1114px;
	left: -1375px;
}

.peat_ThemeStartParallax_128x72x24 {
	top: -1192px;
	left: -1375px;
}

.peat_ThemeStartMetropolitan_128x72x24 {
	top: -1270px;
	left: -1375px;
}

.peat_ThemeStartMesh_128x72x24 {
	top: -1348px;
	left: -1375px;
}

.peat_ThemeStartDividend_128x72x24 {
	top: -1472px;
	left: -3px;
}

.peat_ThemeStartCelestial_128x72x24 {
	top: -1472px;
	left: -137px;
}

.peat_ThemeStartBanded_128x72x24 {
	top: -1472px;
	left: -271px;
}

.peat_ThemeStartSlice_128x72x24 {
	top: -1472px;
	left: -405px;
}

.peat_ThemeStartRetrospect_128x72x24 {
	top: -1472px;
	left: -539px;
}

.peat_ThemeStartOrganic_128x72x24 {
	top: -1472px;
	left: -673px;
}

.peat_ThemeStartIonBoardroom_128x72x24 {
	top: -1472px;
	left: -807px;
}

.peat_ThemeStartIon_128x72x24 {
	top: -1472px;
	left: -941px;
}

.peat_ThemeStartIntegral_128x72x24 {
	top: -1472px;
	left: -1075px;
}

.peat_ThemeStartFacet_128x72x24 {
	top: -1472px;
	left: -1209px;
}

.pegal_PptSlideLayoutContentCaption_145x82x24 {
	top: -1px;
	left: -1px;
}

.pegal_PptSlideLayoutComparison_145x82x24 {
	top: -85px;
	left: -1px;
}

.pegal_PptSlideLayoutTitle_145x82x24 {
	top: -1px;
	left: -148px;
}

.pegal_PptSlideLayoutSectionheader_145x82x24 {
	top: -85px;
	left: -148px;
}

.pegal_PptSlideLayoutPictureCaption_145x82x24 {
	top: -169px;
	left: -1px;
}

.pegal_PptSlideLayoutTwoContent_145x82x24 {
	top: -169px;
	left: -148px;
}

.pegal_PptSlideLayoutCustom_145x82x24 {
	top: -253px;
	left: -1px;
}

.pegal_PptSlideLayoutVerticalTitle_145x82x24 {
	top: -253px;
	left: -148px;
}

.pegal_PptSlideLayoutVerticalText_145x82x24 {
	top: -1px;
	left: -295px;
}

.pegal_PptSlideLayoutTitleOnly_145x82x24 {
	top: -85px;
	left: -295px;
}

.pegal_PptSlideLayoutTitleContent_145x82x24 {
	top: -169px;
	left: -295px;
}

.pegal_PptSlideLayoutBlank_145x82x24 {
	top: -253px;
	left: -295px;
}

.pegal_ThemeVariantGalleryFacet1_85x48x24 {
	top: -337px;
	left: -1px;
}

.pegal_ThemeVariantGalleryFacet4_85x48x24 {
	top: -337px;
	left: -88px;
}

.pegal_ThemeVariantGalleryFacet3_85x48x24 {
	top: -337px;
	left: -175px;
}

.pegal_ThemeVariantGalleryFacet2_85x48x24 {
	top: -337px;
	left: -262px;
}

.pegal_ThemeVariantGalleryIntegral1_85x48x24 {
	top: -337px;
	left: -349px;
}

.pegal_ThemeGalleryIon_85x48x24 {
	top: -387px;
	left: -1px;
}

.pegal_ThemeVariantGalleryIonBoardroom3_85x48x24 {
	top: -387px;
	left: -88px;
}

.pegal_ThemeVariantGalleryOfficeTheme4_85x48x24 {
	top: -387px;
	left: -175px;
}

.pegal_ThemeVariantGalleryOfficeTheme3_85x48x24 {
	top: -387px;
	left: -262px;
}

.pegal_ThemeVariantGalleryOfficeTheme2_85x48x24 {
	top: -387px;
	left: -349px;
}

.pegal_ThemeVariantGalleryOfficeTheme1_85x48x24 {
	top: -437px;
	left: -1px;
}

.pegal_ThemeGalleryOfficeTheme_85x48x24 {
	top: -437px;
	left: -88px;
}

.pegal_ThemeVariantGalleryIonBoardroom4_85x48x24 {
	top: -437px;
	left: -175px;
}

.pegal_ThemeVariantGalleryIonBoardroom2_85x48x24 {
	top: -437px;
	left: -262px;
}

.pegal_ThemeVariantGalleryIonBoardroom1_85x48x24 {
	top: -437px;
	left: -349px;
}

.pegal_ThemeGalleryIonBoardroom_85x48x24 {
	top: -1px;
	left: -442px;
}

.pegal_ThemeVariantGalleryIon4_85x48x24 {
	top: -51px;
	left: -442px;
}

.pegal_ThemeVariantGalleryIon3_85x48x24 {
	top: -101px;
	left: -442px;
}

.pegal_ThemeVariantGalleryIon2_85x48x24 {
	top: -151px;
	left: -442px;
}

.pegal_ThemeVariantGalleryIon1_85x48x24 {
	top: -201px;
	left: -442px;
}

.pegal_ThemeVariantGalleryIntegral8_85x48x24 {
	top: -251px;
	left: -442px;
}

.pegal_ThemeVariantGalleryIntegral7_85x48x24 {
	top: -301px;
	left: -442px;
}

.pegal_ThemeVariantGalleryIntegral6_85x48x24 {
	top: -351px;
	left: -436px;
}

.pegal_ThemeVariantGalleryIntegral5_85x48x24 {
	top: -401px;
	left: -436px;
}

.pegal_ThemeVariantGalleryIntegral4_85x48x24 {
	top: -487px;
	left: -1px;
}

.pegal_ThemeVariantGalleryIntegral3_85x48x24 {
	top: -487px;
	left: -88px;
}

.pegal_ThemeVariantGalleryIntegral2_85x48x24 {
	top: -487px;
	left: -175px;
}

.pegal_ThemeGalleryIntegral_85x48x24 {
	top: -487px;
	left: -262px;
}

.pegal_ThemeVariantGalleryOrganic1_85x48x24 {
	top: -487px;
	left: -349px;
}

.pegal_ThemeGalleryRetrospect_85x48x24 {
	top: -451px;
	left: -436px;
}

.pegal_ThemeVariantGalleryRetrospect4_85x48x24 {
	top: -1px;
	left: -529px;
}

.pegal_ThemeVariantGalleryRetrospect8_85x48x24 {
	top: -51px;
	left: -529px;
}

.pegal_ThemeVariantGallerySlice3_85x48x24 {
	top: -101px;
	left: -529px;
}

.pegal_ThemeVariantGalleryWisp2_85x48x24 {
	top: -151px;
	left: -529px;
}

.pegal_ThemeVariantGalleryBanded1_85x48x24 {
	top: -201px;
	left: -529px;
}

.pegal_ThemeGalleryBasis_85x48x24 {
	top: -251px;
	left: -529px;
}

.pegal_ThemeVariantGalleryBasis4_85x48x24 {
	top: -301px;
	left: -529px;
}

.pegal_ThemeVariantGalleryCelestial3_85x48x24 {
	top: -351px;
	left: -523px;
}

.pegal_ThemeVariantGalleryDividend2_85x48x24 {
	top: -401px;
	left: -523px;
}

.pegal_ThemeVariantGalleryFrame1_85x48x24 {
	top: -451px;
	left: -523px;
}

.pegal_ThemeGalleryMesh_85x48x24 {
	top: -537px;
	left: -1px;
}

.pegal_ThemeVariantGalleryMesh4_85x48x24 {
	top: -537px;
	left: -88px;
}

.pegal_ThemeVariantGalleryMetropolitan3_85x48x24 {
	top: -537px;
	left: -175px;
}

.pegal_ThemeVariantGalleryMetropolitan7_85x48x24 {
	top: -537px;
	left: -262px;
}

.pegal_ThemeVariantGalleryParallax2_85x48x24 {
	top: -537px;
	left: -349px;
}

.pegal_ThemeVariantGalleryQuotable1_85x48x24 {
	top: -501px;
	left: -436px;
}

.pegal_ThemeGallerySavon_85x48x24 {
	top: -501px;
	left: -523px;
}

.pegal_ThemeVariantGallerySavon4_85x48x24 {
	top: -587px;
	left: -1px;
}

.pegal_ThemeVariantGalleryView3_85x48x24 {
	top: -587px;
	left: -88px;
}

.pegal_ThemeVariantGalleryView4_85x48x24 {
	top: -587px;
	left: -175px;
}

.pegal_ThemeVariantGalleryView2_85x48x24 {
	top: -587px;
	left: -262px;
}

.pegal_ThemeVariantGalleryView1_85x48x24 {
	top: -587px;
	left: -349px;
}

.pegal_ThemeGalleryView_85x48x24 {
	top: -551px;
	left: -436px;
}

.pegal_ThemeVariantGallerySavon3_85x48x24 {
	top: -551px;
	left: -523px;
}

.pegal_ThemeVariantGallerySavon2_85x48x24 {
	top: -1px;
	left: -616px;
}

.pegal_ThemeVariantGallerySavon1_85x48x24 {
	top: -51px;
	left: -616px;
}

.pegal_ThemeVariantGalleryQuotable4_85x48x24 {
	top: -101px;
	left: -616px;
}

.pegal_ThemeVariantGalleryQuotable3_85x48x24 {
	top: -151px;
	left: -616px;
}

.pegal_ThemeVariantGalleryQuotable2_85x48x24 {
	top: -201px;
	left: -616px;
}

.pegal_ThemeGalleryQuotable_85x48x24 {
	top: -251px;
	left: -616px;
}

.pegal_ThemeVariantGalleryParallax4_85x48x24 {
	top: -301px;
	left: -616px;
}

.pegal_ThemeVariantGalleryParallax3_85x48x24 {
	top: -351px;
	left: -610px;
}

.pegal_ThemeVariantGalleryParallax1_85x48x24 {
	top: -401px;
	left: -610px;
}

.pegal_ThemeGalleryParallax_85x48x24 {
	top: -451px;
	left: -610px;
}

.pegal_ThemeVariantGalleryMetropolitan8_85x48x24 {
	top: -501px;
	left: -610px;
}

.pegal_ThemeVariantGalleryMetropolitan6_85x48x24 {
	top: -551px;
	left: -610px;
}

.pegal_ThemeVariantGalleryMetropolitan5_85x48x24 {
	top: -637px;
	left: -1px;
}

.pegal_ThemeVariantGalleryMetropolitan4_85x48x24 {
	top: -637px;
	left: -88px;
}

.pegal_ThemeVariantGalleryMetropolitan2_85x48x24 {
	top: -637px;
	left: -175px;
}

.pegal_ThemeVariantGalleryMetropolitan1_85x48x24 {
	top: -637px;
	left: -262px;
}

.pegal_ThemeGalleryMetropolitan_85x48x24 {
	top: -637px;
	left: -349px;
}

.pegal_ThemeVariantGalleryMesh3_85x48x24 {
	top: -601px;
	left: -436px;
}

.pegal_ThemeVariantGalleryMesh2_85x48x24 {
	top: -601px;
	left: -523px;
}

.pegal_ThemeVariantGalleryMesh1_85x48x24 {
	top: -601px;
	left: -610px;
}

.pegal_ThemeVariantGalleryFrame4_85x48x24 {
	top: -687px;
	left: -1px;
}

.pegal_ThemeVariantGalleryFrame3_85x48x24 {
	top: -687px;
	left: -88px;
}

.pegal_ThemeVariantGalleryFrame2_85x48x24 {
	top: -687px;
	left: -175px;
}

.pegal_ThemeGalleryFrame_85x48x24 {
	top: -687px;
	left: -262px;
}

.pegal_ThemeVariantGalleryDividend4_85x48x24 {
	top: -687px;
	left: -349px;
}

.pegal_ThemeVariantGalleryDividend3_85x48x24 {
	top: -651px;
	left: -436px;
}

.pegal_ThemeVariantGalleryDividend1_85x48x24 {
	top: -651px;
	left: -523px;
}

.pegal_ThemeGalleryDividend_85x48x24 {
	top: -651px;
	left: -610px;
}

.pegal_ThemeVariantGalleryCelestial4_85x48x24 {
	top: -1px;
	left: -703px;
}

.pegal_ThemeVariantGalleryCelestial2_85x48x24 {
	top: -51px;
	left: -703px;
}

.pegal_ThemeVariantGalleryCelestial1_85x48x24 {
	top: -101px;
	left: -703px;
}

.pegal_ThemeGalleryCelestial_85x48x24 {
	top: -151px;
	left: -703px;
}

.pegal_ThemeVariantGalleryBasis3_85x48x24 {
	top: -201px;
	left: -703px;
}

.pegal_ThemeVariantGalleryBasis2_85x48x24 {
	top: -251px;
	left: -703px;
}

.pegal_ThemeVariantGalleryBasis1_85x48x24 {
	top: -301px;
	left: -703px;
}

.pegal_ThemeVariantGalleryBanded4_85x48x24 {
	top: -351px;
	left: -697px;
}

.pegal_ThemeVariantGalleryBanded3_85x48x24 {
	top: -401px;
	left: -697px;
}

.pegal_ThemeVariantGalleryBanded2_85x48x24 {
	top: -451px;
	left: -697px;
}

.pegal_ThemeGalleryBanded_85x48x24 {
	top: -501px;
	left: -697px;
}

.pegal_ThemeVariantGalleryWisp4_85x48x24 {
	top: -551px;
	left: -697px;
}

.pegal_ThemeVariantGalleryWisp3_85x48x24 {
	top: -601px;
	left: -697px;
}

.pegal_ThemeVariantGalleryWisp1_85x48x24 {
	top: -651px;
	left: -697px;
}

.pegal_ThemeGalleryWisp_85x48x24 {
	top: -737px;
	left: -1px;
}

.pegal_ThemeVariantGallerySlice4_85x48x24 {
	top: -737px;
	left: -88px;
}

.pegal_ThemeVariantGallerySlice2_85x48x24 {
	top: -737px;
	left: -175px;
}

.pegal_ThemeVariantGallerySlice1_85x48x24 {
	top: -737px;
	left: -262px;
}

.pegal_ThemeGallerySlice_85x48x24 {
	top: -737px;
	left: -349px;
}

.pegal_ThemeVariantGalleryRetrospect7_85x48x24 {
	top: -701px;
	left: -436px;
}

.pegal_ThemeVariantGalleryRetrospect6_85x48x24 {
	top: -701px;
	left: -523px;
}

.pegal_ThemeVariantGalleryRetrospect5_85x48x24 {
	top: -701px;
	left: -610px;
}

.pegal_ThemeVariantGalleryRetrospect3_85x48x24 {
	top: -701px;
	left: -697px;
}

.pegal_ThemeVariantGalleryRetrospect2_85x48x24 {
	top: -787px;
	left: -1px;
}

.pegal_ThemeVariantGalleryRetrospect1_85x48x24 {
	top: -787px;
	left: -88px;
}

.pegal_ThemeVariantGalleryOrganic4_85x48x24 {
	top: -787px;
	left: -175px;
}

.pegal_ThemeVariantGalleryOrganic3_85x48x24 {
	top: -787px;
	left: -262px;
}

.pegal_ThemeVariantGalleryOrganic2_85x48x24 {
	top: -787px;
	left: -349px;
}

.pegal_ThemeGalleryOrganic_85x48x24 {
	top: -751px;
	left: -436px;
}

.pegal_ThemeGalleryWoodType_85x48x24 {
	top: -751px;
	left: -523px;
}

.pegal_ThemeVariantGalleryWoodType2_85x48x24 {
	top: -751px;
	left: -610px;
}

.pegal_ThemeVariantGalleryWoodType4_85x48x24 {
	top: -751px;
	left: -697px;
}

.pegal_EmptyVariantsGallery_85x48x8 {
	top: -1px;
	left: -790px;
}

.pegal_ThemeVariantGalleryWoodType3_85x48x24 {
	top: -51px;
	left: -790px;
}

.pegal_ThemeVariantGalleryWoodType1_85x48x24 {
	top: -101px;
	left: -790px;
}

.pegal_ThemeGalleryFacet_85x48x24 {
	top: -151px;
	left: -790px;
}

.pegal_SmartArtLayout_arrow5_64x48x32 {
	top: -201px;
	left: -790px;
}

.pegal_SmartArtLayout_bProcess2_64x48x32 {
	top: -251px;
	left: -790px;
}

.pegal_SmartArtLayout_arrow2_64x48x32 {
	top: -301px;
	left: -790px;
}

.pegal_SmartArtLayout_cycle1_64x48x32 {
	top: -351px;
	left: -784px;
}

.pegal_SmartArtLayout_chevron2_64x48x32 {
	top: -401px;
	left: -784px;
}

.pegal_SmartArtLayout_chevron1_64x48x32 {
	top: -451px;
	left: -784px;
}

.pegal_SmartArtLayout_bProcess4_64x48x32 {
	top: -501px;
	left: -784px;
}

.pegal_SmartArtLayout_bProcess3_64x48x32 {
	top: -551px;
	left: -784px;
}

.pegal_SmartArtLayout_cycle3_64x48x32 {
	top: -601px;
	left: -784px;
}

.pegal_SmartArtLayout_cycle8_64x48x32 {
	top: -651px;
	left: -784px;
}

.pegal_SmartArtLayout_hChevron3_64x48x32 {
	top: -701px;
	left: -784px;
}

.pegal_SmartArtLayout_hierarchy4_64x48x32 {
	top: -751px;
	left: -784px;
}

.pegal_SmartArtLayout_hList3_64x48x32 {
	top: -837px;
	left: -1px;
}

.pegal_SmartArtLayout_hList6_64x48x32 {
	top: -837px;
	left: -67px;
}

.pegal_SmartArtLayout_hList1_64x48x32 {
	top: -837px;
	left: -133px;
}

.pegal_SmartArtLayout_hierarchy6_64x48x32 {
	top: -837px;
	left: -199px;
}

.pegal_SmartArtLayout_hierarchy5_64x48x32 {
	top: -837px;
	left: -265px;
}

.pegal_SmartArtLayout_hierarchy3_64x48x32 {
	top: -837px;
	left: -331px;
}

.pegal_SmartArtLayout_hierarchy2_64x48x32 {
	top: -837px;
	left: -397px;
}

.pegal_SmartArtLayout_hierarchy1_64x48x32 {
	top: -801px;
	left: -463px;
}

.pegal_SmartArtLayout_equation2_64x48x32 {
	top: -801px;
	left: -529px;
}

.pegal_SmartArtLayout_equation1_64x48x32 {
	top: -801px;
	left: -595px;
}

.pegal_SmartArtLayout_default_64x48x32 {
	top: -801px;
	left: -661px;
}

.pegal_SmartArtLayout_cycle7_64x48x32 {
	top: -801px;
	left: -727px;
}

.pegal_SmartArtLayout_cycle6_64x48x32 {
	top: -801px;
	left: -793px;
}

.pegal_SmartArtLayout_cycle5_64x48x32 {
	top: -1px;
	left: -877px;
}

.pegal_SmartArtLayout_cycle2_64x48x32 {
	top: -51px;
	left: -877px;
}

.pegal_SmartArtLayout_hList9_64x48x32 {
	top: -101px;
	left: -877px;
}

.pegal_SmartArtLayout_hProcess4_64x48x32 {
	top: -151px;
	left: -877px;
}

.pegal_SmartArtLayout_hProcess7_64x48x32 {
	top: -201px;
	left: -856px;
}

.pegal_SmartArtLayout_hProcess11_64x48x32 {
	top: -251px;
	left: -856px;
}

.pegal_SmartArtLayout_lProcess1_64x48x32 {
	top: -301px;
	left: -856px;
}

.pegal_SmartArtLayout_lProcess3_64x48x32 {
	top: -351px;
	left: -850px;
}

.pegal_SmartArtLayout_process1_64x48x32 {
	top: -401px;
	left: -850px;
}

.pegal_SmartArtLayout_process3_64x48x32 {
	top: -451px;
	left: -850px;
}

.pegal_SmartArtLayout_process5_64x48x32 {
	top: -501px;
	left: -850px;
}

.pegal_SmartArtLayout_pyramid2_64x48x32 {
	top: -551px;
	left: -850px;
}

.pegal_SmartArtLayout_radial2_64x48x32 {
	top: -601px;
	left: -850px;
}

.pegal_SmartArtLayout_vList2_64x48x32 {
	top: -651px;
	left: -850px;
}

.pegal_SmartArtStyle_3d1_64x48x32 {
	top: -701px;
	left: -850px;
}

.pegal_SmartArtStyle_3d3_64x48x32 {
	top: -751px;
	left: -850px;
}

.pegal_SmartArtStyle_3d5_64x48x32 {
	top: -801px;
	left: -859px;
}

.pegal_SmartArtStyle_3d7_64x48x32 {
	top: -887px;
	left: -1px;
}

.pegal_SmartArtStyle_3d9_64x48x32 {
	top: -887px;
	left: -67px;
}

.pegal_SmartArtStyle_simple2_64x48x32 {
	top: -887px;
	left: -133px;
}

.pegal_SmartArtStyle_simple4_64x48x32 {
	top: -887px;
	left: -199px;
}

.pegal_SmartArtStyle_simple5_64x48x32 {
	top: -887px;
	left: -265px;
}

.pegal_SmartArtStyle_simple3_64x48x32 {
	top: -887px;
	left: -331px;
}

.pegal_SmartArtStyle_simple1_64x48x32 {
	top: -887px;
	left: -397px;
}

.pegal_SmartArtStyle_3d8_64x48x32 {
	top: -851px;
	left: -463px;
}

.pegal_SmartArtStyle_3d6_64x48x32 {
	top: -851px;
	left: -529px;
}

.pegal_SmartArtStyle_3d4_64x48x32 {
	top: -851px;
	left: -595px;
}

.pegal_SmartArtStyle_3d2_64x48x32 {
	top: -851px;
	left: -661px;
}

.pegal_SmartArtLayout_vList6_64x48x32 {
	top: -851px;
	left: -727px;
}

.pegal_SmartArtLayout_venn3_64x48x32 {
	top: -851px;
	left: -793px;
}

.pegal_SmartArtLayout_pyramid3_64x48x32 {
	top: -851px;
	left: -859px;
}

.pegal_SmartArtLayout_pyramid1_64x48x32 {
	top: -937px;
	left: -1px;
}

.pegal_SmartArtLayout_process4_64x48x32 {
	top: -937px;
	left: -67px;
}

.pegal_SmartArtLayout_process2_64x48x32 {
	top: -937px;
	left: -133px;
}

.pegal_SmartArtLayout_orgChart1_64x48x32 {
	top: -937px;
	left: -199px;
}

.pegal_SmartArtLayout_lProcess2_64x48x32 {
	top: -937px;
	left: -265px;
}

.pegal_SmartArtLayout_list1_64x48x32 {
	top: -937px;
	left: -331px;
}

.pegal_SmartArtLayout_hProcess9_64x48x32 {
	top: -937px;
	left: -397px;
}

.pegal_SmartArtLayout_hProcess6_64x48x32 {
	top: -901px;
	left: -463px;
}

.pegal_SmartArtLayout_hProcess3_64x48x32 {
	top: -901px;
	left: -529px;
}

.pegal_SmartArtLayout_arrow1_64x48x32 {
	top: -901px;
	left: -595px;
}

.pegal_PPTTextStyle10_46x52x24 {
	top: -901px;
	left: -661px;
}

.pegal_PPTTextStyle23_45x52x24 {
	top: -901px;
	left: -709px;
}

.pegal_PPTTextStyle24_45x52x24 {
	top: -901px;
	left: -756px;
}

.pegal_PPTTextStyle22_45x52x24 {
	top: -901px;
	left: -803px;
}

.pegal_PPTTextStyle9_47x52x24 {
	top: -901px;
	left: -850px;
}

.pegal_PPTTextStyle13_42x52x24 {
	top: -901px;
	left: -899px;
}

.pegal_PPTTextStyle30_44x52x24 {
	top: -1px;
	left: -943px;
}

.pegal_PPTTextStyle15_43x52x24 {
	top: -55px;
	left: -943px;
}

.pegal_PPTTextStyle14_44x52x24 {
	top: -109px;
	left: -943px;
}

.pegal_PPTTextStyle17_44x52x24 {
	top: -163px;
	left: -943px;
}

.pegal_PPTTextStyle18_44x52x24 {
	top: -217px;
	left: -922px;
}

.pegal_PPTTextStyle3_44x52x24 {
	top: -271px;
	left: -922px;
}

.pegal_PPTTextStyle26_51x47x24 {
	top: -325px;
	left: -922px;
}

.pegal_PPTTextStyle6_47x51x24 {
	top: -374px;
	left: -916px;
}

.pegal_PPTTextStyle11_47x51x24 {
	top: -427px;
	left: -916px;
}

.pegal_PPTTextStyle12_47x51x24 {
	top: -480px;
	left: -916px;
}

.pegal_PPTTextStyle4_47x51x24 {
	top: -533px;
	left: -916px;
}

.pegal_PPTTextStyle28_50x47x24 {
	top: -586px;
	left: -916px;
}

.pegal_PPTTextStyle29_50x47x24 {
	top: -635px;
	left: -916px;
}

.pegal_PPTTextStyle16_47x50x24 {
	top: -684px;
	left: -916px;
}

.pegal_PPTTextStyle27_50x47x24 {
	top: -736px;
	left: -916px;
}

.pegal_PPTTextStyle5_47x50x24 {
	top: -785px;
	left: -925px;
}

.pegal_PPTTextStyle8_47x49x24 {
	top: -837px;
	left: -925px;
}

.pegal_PPTTextStyle7_47x49x24 {
	top: -987px;
	left: -1px;
}

.pegal_PPTTextStyle2_47x49x24 {
	top: -987px;
	left: -50px;
}

.pegal_PictureStyle3_48x48x32 {
	top: -987px;
	left: -99px;
}

.pegal_PPTTextStyle1_48x47x24 {
	top: -987px;
	left: -149px;
}

.pegal_PictureStyle5_48x48x32 {
	top: -987px;
	left: -199px;
}

.pegal_PictureStyle7_48x48x32 {
	top: -987px;
	left: -249px;
}

.pegal_PictureStyle9_48x48x32 {
	top: -987px;
	left: -299px;
}

.pegal_PictureStyle11_48x48x32 {
	top: -987px;
	left: -349px;
}

.pegal_PictureStyle13_48x48x32 {
	top: -987px;
	left: -399px;
}

.pegal_PictureStyle15_48x48x32 {
	top: -951px;
	left: -463px;
}

.pegal_PictureStyle17_48x48x32 {
	top: -951px;
	left: -513px;
}

.pegal_PictureStyle19_48x48x32 {
	top: -951px;
	left: -563px;
}

.pegal_PictureStyle21_48x48x32 {
	top: -955px;
	left: -613px;
}

.pegal_TextAlignBottom_48x48x32 {
	top: -955px;
	left: -663px;
}

.pegal_TextAlignMiddle_48x48x32 {
	top: -955px;
	left: -713px;
}

.pegal_TextAlignTop_48x48x32 {
	top: -955px;
	left: -763px;
}

.pegal_PictureStyle23_48x48x32 {
	top: -955px;
	left: -813px;
}

.pegal_PictureStyle25_48x48x32 {
	top: -955px;
	left: -863px;
}

.pegal_PPTTextStyle19_47x48x24 {
	top: -955px;
	left: -913px;
}

.pegal_PPTTextStyle20_47x48x24 {
	top: -1px;
	left: -989px;
}

.pegal_PPTTextStyle25_47x48x24 {
	top: -51px;
	left: -989px;
}

.pegal_PPTTextStyle21_47x48x24 {
	top: -101px;
	left: -989px;
}

.pegal_PictureStyle27_48x48x32 {
	top: -217px;
	left: -968px;
}

.pegal_PictureStyle28_48x48x32 {
	top: -267px;
	left: -968px;
}

.pegal_PictureStyle26_48x48x32 {
	top: -317px;
	left: -975px;
}

.pegal_PictureStyle24_48x48x32 {
	top: -374px;
	left: -965px;
}

.pegal_PictureStyle22_48x48x32 {
	top: -424px;
	left: -965px;
}

.pegal_PictureStyle20_48x48x32 {
	top: -474px;
	left: -965px;
}

.pegal_PictureStyle18_48x48x32 {
	top: -524px;
	left: -965px;
}

.pegal_PictureStyle16_48x48x32 {
	top: -574px;
	left: -968px;
}

.pegal_PictureStyle14_48x48x32 {
	top: -624px;
	left: -968px;
}

.pegal_PictureStyle12_48x48x32 {
	top: -674px;
	left: -968px;
}

.pegal_PictureStyle10_48x48x32 {
	top: -724px;
	left: -968px;
}

.pegal_PictureStyle8_48x48x32 {
	top: -774px;
	left: -974px;
}

.pegal_PictureStyle6_48x48x32 {
	top: -824px;
	left: -974px;
}

.pegal_PictureStyle4_48x48x32 {
	top: -888px;
	left: -943px;
}

.pegal_PictureStyle2_48x48x32 {
	top: -938px;
	left: -962px;
}

.pegal_PictureStyle1_48x48x32 {
	top: -988px;
	left: -962px;
}

.pegal_TableSelectRow_32x32x32 {
	top: -151px;
	left: -989px;
}

.pegal_TableSelectTable_32x32x32 {
	top: -1001px;
	left: -449px;
}

.pegal_TableSelectColumn_32x32x32 {
	top: -1001px;
	left: -483px;
}

.pegal_IgxUXGalChooseColor_32x32x32 {
	top: -1001px;
	left: -517px;
}

.pegal_TableDeleteColumn_32x32x32 {
	top: -1001px;
	left: -551px;
}

.pegal_InsertColumnsRight_32x32x32 {
	top: -874px;
	left: -993px;
}

.pegal_InsertRowsAbove_32x32x32 {
	top: -1px;
	left: -1038px;
}

.pegal_InsertRowsBelow_32x32x32 {
	top: -35px;
	left: -1038px;
}

.pegal_AccessibilityChecker_32x32x32 {
	top: -69px;
	left: -1038px;
}

.pegal_InsertColumnsLeft_32x32x32 {
	top: -103px;
	left: -1038px;
}

.pegal_TableDeleteRow_32x32x32 {
	top: -151px;
	left: -1023px;
}

.pegal_TableDeleteMenu_32x32x32 {
	top: -185px;
	left: -1018px;
}

.pegal_LeftJustify_32x32x32 {
	top: -219px;
	left: -1018px;
}

.pegal_RightJustify_32x32x32 {
	top: -253px;
	left: -1018px;
}

.pegal_FillColorSplitDropdown_32x32x32 {
	top: -287px;
	left: -1025px;
}

.pegal_Centered_32x32x32 {
	top: -321px;
	left: -1025px;
}

.pegal_UxGalFormatTableStyles_32x32x32 {
	top: -355px;
	left: -1025px;
}

.pegal_ZoomToFit_32x32x32 {
	top: -389px;
	left: -1015px;
}

.pegal_select_32x32x32 {
	top: -423px;
	left: -1015px;
}

.pegal_Zoom_32x32x32 {
	top: -457px;
	left: -1015px;
}

.pegal_Symbol_32x32x32 {
	top: -491px;
	left: -1015px;
}

.pegal_Delete_24x24x32 {
	top: -185px;
	left: -989px;
}

.pegal_PasteTextOnly_24x24x32 {
	top: -801px;
	left: -436px;
}

.pegal_Language_24x24x32 {
	top: -525px;
	left: -1015px;
}

.pegal_TableDeleteMenu_24x24x32 {
	top: -525px;
	left: -1041px;
}

.pegal_PasteDestinationTheme_24x24x32 {
	top: -1001px;
	left: -585px;
}

.pegal_select_24x24x32 {
	top: -551px;
	left: -1018px;
}

.pegal_InsertRowsBelow_24x24x32 {
	top: -551px;
	left: -1044px;
}

.pegal_Cut_24x24x32 {
	top: -577px;
	left: -1018px;
}

.pegal_Paste_24x24x32 {
	top: -1005px;
	left: -611px;
}

.pegal_Copy_24x24x32 {
	top: -577px;
	left: -1044px;
}

.pegal_ShapeFlowChartTerminator_16x16x32 {
	top: -185px;
	left: -1052px;
}

.pegal_ShapeFlowChartManualInput_16x16x32 {
	top: -203px;
	left: -1052px;
}

.pegal_ShapeTrapezoid_16x16x32 {
	top: -221px;
	left: -1052px;
}

.pegal_ShapeFlowChartConnector_16x16x32 {
	top: -239px;
	left: -1052px;
}

.pegal_ShapeFlowChartPunchedCard_16x16x32 {
	top: -257px;
	left: -1052px;
}

.pegal_ShapeFlowChartPunchedTape_16x16x32 {
	top: -389px;
	left: -1049px;
}

.pegal_ShapeFlowChartSummingJunction_16x16x32 {
	top: -407px;
	left: -1049px;
}

.pegal_ShapeFlowChartCollate_16x16x32 {
	top: -425px;
	left: -1049px;
}

.pegal_ShapeFlowChartSort_16x16x32 {
	top: -443px;
	left: -1049px;
}

.pegal_ShapeFlowChartExtract_16x16x32 {
	top: -461px;
	left: -1049px;
}

.pegal_ShapeFlowChartOnlineStorage_16x16x32 {
	top: -479px;
	left: -1049px;
}

.pegal_ShapeFlowChartDelay_16x16x32 {
	top: -497px;
	left: -1049px;
}

.pegal_ShapeFlowChartMagneticTape_16x16x32 {
	top: -603px;
	left: -1018px;
}

.pegal_ShapeFlowChartMagneticDrum_16x16x32 {
	top: -603px;
	left: -1036px;
}

.pegal_ShapeFlowChartDisplay_16x16x32 {
	top: -621px;
	left: -1018px;
}

.pegal_ShapeIrregularSeal1_16x16x32 {
	top: -1005px;
	left: -637px;
}

.pegal_ShapeSeal4_16x16x32 {
	top: -603px;
	left: -1054px;
}

.pegal_Shape6PointStar_16x16x32 {
	top: -621px;
	left: -1036px;
}

.pegal_Shape7PointStar_16x16x32 {
	top: -639px;
	left: -1018px;
}

.pegal_Shape10PointStar_16x16x32 {
	top: -1005px;
	left: -655px;
}

.pegal_Shape12PointStar_16x16x32 {
	top: -621px;
	left: -1054px;
}

.pegal_ShapeSeal16_16x16x32 {
	top: -639px;
	left: -1036px;
}

.pegal_ShapeSeal32_16x16x32 {
	top: -657px;
	left: -1018px;
}

.pegal_ShapeRibbon2_16x16x32 {
	top: -1005px;
	left: -673px;
}

.pegal_ShapeRibbon_16x16x32 {
	top: -639px;
	left: -1054px;
}

.pegal_ShapeEllipseRibbon_16x16x32 {
	top: -657px;
	left: -1036px;
}

.pegal_ShapeVerticalScroll_16x16x32 {
	top: -675px;
	left: -1018px;
}

.pegal_ShapeHorizontalScroll_16x16x32 {
	top: -1005px;
	left: -691px;
}

.pegal_ShapeDoubleWave_16x16x32 {
	top: -657px;
	left: -1054px;
}

.pegal_ShapeWedgeRectCallout_16x16x32 {
	top: -675px;
	left: -1036px;
}

.pegal_ShapeWedgeEllipseCallout_16x16x32 {
	top: -693px;
	left: -1018px;
}

.pegal_ShapeBorderCallout90_16x16x32 {
	top: -1005px;
	left: -709px;
}

.pegal_OArtShapeBorderCallout1_16x16x32 {
	top: -675px;
	left: -1054px;
}

.pegal_OArtShapeBorderCallout2_16x16x32 {
	top: -693px;
	left: -1036px;
}

.pegal_OArtShapeAccentCallout1_16x16x32 {
	top: -711px;
	left: -1018px;
}

.pegal_OArtShapeAccentCallout2_16x16x32 {
	top: -1005px;
	left: -727px;
}

.pegal_OArtShapeAccentCallout3_16x16x32 {
	top: -693px;
	left: -1054px;
}

.pegal_OArtShapeCallout2_16x16x32 {
	top: -711px;
	left: -1036px;
}

.pegal_OArtShapeCallout3_16x16x32 {
	top: -729px;
	left: -1018px;
}

.pegal_OArtShapeAccentBorderCallout1_16x16x32 {
	top: -1005px;
	left: -745px;
}

.pegal_OArtShapeAccentBorderCallout3_16x16x32 {
	top: -711px;
	left: -1054px;
}

.pegal_Zoom_16x16x32 {
	top: -729px;
	left: -1036px;
}

.pegal_TableStyleFirstColumn_16x16x32 {
	top: -747px;
	left: -1018px;
}

.pegal_TableStyleLastColumn_16x16x32 {
	top: -1005px;
	left: -763px;
}

.pegal_TableStyleShowBandedRows_16x16x32 {
	top: -729px;
	left: -1054px;
}

.pegal_TableStyleShowHeaderRow_16x16x32 {
	top: -747px;
	left: -1036px;
}

.pegal_ClearTableStyle_16x16x32 {
	top: -1005px;
	left: -781px;
}

.pegal_DeleteColumns_16x16x32 {
	top: -765px;
	left: -1024px;
}

.pegal_select_16x16x32 {
	top: -747px;
	left: -1054px;
}

.pegal_SelectColumn_16x16x32 {
	top: -1005px;
	left: -799px;
}

.pegal_InsertColumnsLeft_16x16x32 {
	top: -765px;
	left: -1042px;
}

.pegal_InsertRowsAbove_16x16x32 {
	top: -783px;
	left: -1024px;
}

.pegal_LeftJustify_16x16x32 {
	top: -1005px;
	left: -817px;
}

.pegal_RightJustify_16x16x32 {
	top: -783px;
	left: -1042px;
}

.pegal_AlignTableCellTop_16x16x32 {
	top: -801px;
	left: -1024px;
}

.pegal_SizeToControlHeight_16x16x32 {
	top: -1005px;
	left: -835px;
}

.pegal_SizeToControlWidth_16x16x32 {
	top: -801px;
	left: -1042px;
}

.pegal_ArrowStyle2_16x16x32 {
	top: -819px;
	left: -1024px;
}

.pegal_ArrowStyle3_16x16x32 {
	top: -1005px;
	left: -853px;
}

.pegal_ArrowStyle4_16x16x32 {
	top: -819px;
	left: -1042px;
}

.pegal_ArrowStyle6_16x16x32 {
	top: -837px;
	left: -1024px;
}

.pegal_ArrowStyle7_16x16x32 {
	top: -1005px;
	left: -871px;
}

.pegal_DashStyle1_16x16x32 {
	top: -837px;
	left: -1042px;
}

.pegal_DashStyle3_16x16x32 {
	top: -855px;
	left: -1024px;
}

.pegal_GalLineWidthStyle1_16x16x32 {
	top: -1005px;
	left: -889px;
}

.pegal_GalLineWidthStyle2_16x16x32 {
	top: -855px;
	left: -1042px;
}

.pegal_GalLineWidthStyle4_16x16x32 {
	top: -873px;
	left: -1027px;
}

.pegal_UnreadNotification_16x16x32 {
	top: -908px;
	left: -993px;
}

.pegal_GalLineWidthStyle3_16x16x32 {
	top: -1005px;
	left: -907px;
}

.pegal_DashStyle2_16x16x32 {
	top: -873px;
	left: -1045px;
}

.pegal_ArrowStyle5_16x16x32 {
	top: -891px;
	left: -1027px;
}

.pegal_ArrowStyle1_16x16x32 {
	top: -1005px;
	left: -925px;
}

.pegal_AlignTableCellBottom_16x16x32 {
	top: -891px;
	left: -1045px;
}

.pegal_AlignTableCellVerticalCenter_16x16x32 {
	top: -909px;
	left: -1011px;
}

.pegal_Centered_16x16x32 {
	top: -909px;
	left: -1029px;
}

.pegal_InsertRowsBelow_16x16x32 {
	top: -1005px;
	left: -943px;
}

.pegal_InsertColumnsRight_16x16x32 {
	top: -927px;
	left: -1012px;
}

.pegal_SelectTable_16x16x32 {
	top: -909px;
	left: -1047px;
}

.pegal_SelectRow_16x16x32 {
	top: -927px;
	left: -1030px;
}

.pegal_TableDeleteMenu_16x16x32 {
	top: -945px;
	left: -1012px;
}

.pegal_DeleteRows_16x16x32 {
	top: -927px;
	left: -1048px;
}

.pegal_TableStyleShowTotalRow_16x16x32 {
	top: -945px;
	left: -1030px;
}

.pegal_TableStyleShowBandedCols_16x16x32 {
	top: -963px;
	left: -1012px;
}

.pegal_OArtShapeAccentBorderCallout2_16x16x32 {
	top: -945px;
	left: -1048px;
}

.pegal_OArtShapeCallout1_16x16x32 {
	top: -963px;
	left: -1030px;
}

.pegal_OArtShapeBorderCallout3_16x16x32 {
	top: -981px;
	left: -1012px;
}

.pegal_ShapeCloudCallout_16x16x32 {
	top: -963px;
	left: -1048px;
}

.pegal_ShapeWave_16x16x32 {
	top: -981px;
	left: -1030px;
}

.pegal_ShapeEllipseRibbon2_16x16x32 {
	top: -999px;
	left: -1012px;
}

.pegal_ShapeSeal24_16x16x32 {
	top: -981px;
	left: -1048px;
}

.pegal_ShapeSeal8_16x16x32 {
	top: -999px;
	left: -1030px;
}

.pegal_ShapeIrregularSeal2_16x16x32 {
	top: -1017px;
	left: -1012px;
}

.pegal_ShapeFlowChartMagneticDisk_16x16x32 {
	top: -999px;
	left: -1048px;
}

.pegal_ShapeFlowChartMerge_16x16x32 {
	top: -1017px;
	left: -1030px;
}

.pegal_ShapeFlowChartOr_16x16x32 {
	top: -1017px;
	left: -1048px;
}

.pegal_ShapeFlowChartOffpageConnector_16x16x32 {
	top: -1038px;
	left: -1px;
}

.pegal_ShapeFlowChartPreparation_16x16x32 {
	top: -1038px;
	left: -19px;
}

.pegal_ShapeFoldedCorner_16x16x32 {
	top: -1038px;
	left: -37px;
}

.pegal_ShapeSmileyFace_16x16x32 {
	top: -1038px;
	left: -55px;
}

.pegal_ShapeHeart_16x16x32 {
	top: -1038px;
	left: -73px;
}

.pegal_ShapeLightningBolt_16x16x32 {
	top: -1038px;
	left: -91px;
}

.pegal_ShapeSun_16x16x32 {
	top: -1037px;
	left: -109px;
}

.pegal_ShapeMoon_16x16x32 {
	top: -1037px;
	left: -127px;
}

.pegal_OartShapeCloud_16x16x32 {
	top: -1037px;
	left: -145px;
}

.pegal_ShapeBracketPair_16x16x32 {
	top: -1036px;
	left: -163px;
}

.pegal_ShapeBracePair_16x16x32 {
	top: -1036px;
	left: -181px;
}

.pegal_ShapeLeftBracket_16x16x32 {
	top: -1037px;
	left: -199px;
}

.pegal_ShapeRightBracket_16x16x32 {
	top: -1037px;
	left: -217px;
}

.pegal_ShapeLeftBrace_16x16x32 {
	top: -1037px;
	left: -235px;
}

.pegal_ShapeRightBrace_16x16x32 {
	top: -1037px;
	left: -253px;
}

.pegal_ShapeQuadArrow_16x16x32 {
	top: -1037px;
	left: -271px;
}

.pegal_ShapeBentArrow_16x16x32 {
	top: -1037px;
	left: -289px;
}

.pegal_ShapeUturnArrow_16x16x32 {
	top: -1037px;
	left: -307px;
}

.pegal_ShapeLeftUpArrow_16x16x32 {
	top: -1037px;
	left: -325px;
}

.pegal_ShapeBentUpArrow_16x16x32 {
	top: -1037px;
	left: -343px;
}

.pegal_ShapeCurvedRightArrow_16x16x32 {
	top: -1037px;
	left: -361px;
}

.pegal_ShapeCurvedLeftArrow_16x16x32 {
	top: -1037px;
	left: -379px;
}

.pegal_ShapeCurvedUpArrow_16x16x32 {
	top: -1037px;
	left: -397px;
}

.pegal_ShapeStripedRightArrow_16x16x32 {
	top: -1037px;
	left: -415px;
}

.pegal_ShapeNotchedRightArrow_16x16x32 {
	top: -1037px;
	left: -433px;
}

.pegal_ShapeHomePlate_16x16x32 {
	top: -1035px;
	left: -451px;
}

.pegal_ShapeChevron_16x16x32 {
	top: -1035px;
	left: -469px;
}

.pegal_ShapeRightArrowCallout_16x16x32 {
	top: -1035px;
	left: -487px;
}

.pegal_ShapeDownArrowCallout_16x16x32 {
	top: -1035px;
	left: -505px;
}

.pegal_ShapeLeftArrowCallout_16x16x32 {
	top: -1035px;
	left: -523px;
}

.pegal_ShapeLeftRightArrowCallout_16x16x32 {
	top: -1035px;
	left: -541px;
}

.pegal_ShapeQuadArrowCallout_16x16x32 {
	top: -1035px;
	left: -559px;
}

.pegal_ShapeCircularArrow_16x16x32 {
	top: -1027px;
	left: -585px;
}

.pegal_ShapePlus_16x16x32 {
	top: -1031px;
	left: -603px;
}

.pegal_ShapePlusSign_16x16x32 {
	top: -1031px;
	left: -621px;
}

.pegal_ShapeMinusSign_16x16x32 {
	top: -1023px;
	left: -639px;
}

.pegal_ShapeMultiplySign_16x16x32 {
	top: -1023px;
	left: -657px;
}

.pegal_ShapeEqualSign_16x16x32 {
	top: -1023px;
	left: -675px;
}

.pegal_ShapeNotEqualSign_16x16x32 {
	top: -1023px;
	left: -693px;
}

.pegal_ShapeRectangle_16x16x32 {
	top: -1023px;
	left: -711px;
}

.pegal_ShapeFlowChartAlternateProcess_16x16x32 {
	top: -1023px;
	left: -729px;
}

.pegal_ShapeFlowChartDecision_16x16x32 {
	top: -1023px;
	left: -747px;
}

.pegal_ShapeParallelogram_16x16x32 {
	top: -1023px;
	left: -765px;
}

.pegal_ShapeFlowChartPredefinedProcess_16x16x32 {
	top: -1023px;
	left: -783px;
}

.pegal_ShapeFlowChartDocument_16x16x32 {
	top: -1023px;
	left: -801px;
}

.pegal_ShapeFlowChartMultidocument_16x16x32 {
	top: -1023px;
	left: -819px;
}

.pegal_ShapeFlowChartInternalStorage_16x16x32 {
	top: -1023px;
	left: -837px;
}

.pegal_ShapeDivisionSign_16x16x32 {
	top: -1023px;
	left: -855px;
}

.pegal_ShapeUpArrowCallout_16x16x32 {
	top: -1023px;
	left: -873px;
}

.pegal_ShapeCurvedDownArrow_16x16x32 {
	top: -1023px;
	left: -891px;
}

.pegal_ShapeLeftRightUpArrow_16x16x32 {
	top: -1023px;
	left: -909px;
}

.pegal_Arc_16x16x32 {
	top: -1023px;
	left: -927px;
}

.pegal_ShapeBlockArc_16x16x32 {
	top: -1038px;
	left: -945px;
}

.pegal_ShapeParallelogram_16x16x32 {
	top: -1038px;
	left: -963px;
}

.pegal_ShapeTrapezoid_16x16x32 {
	top: -1038px;
	left: -981px;
}

.pegal_ShapeDiamond_16x16x32 {
	top: -1038px;
	left: -999px;
}

.pegal_ShapePentagon_16x16x32 {
	top: -1035px;
	left: -1017px;
}

.pegal_ShapeHeptagon_16x16x32 {
	top: -1035px;
	left: -1035px;
}

.pegal_ShapeOctagon_16x16x32 {
	top: -1035px;
	left: -1053px;
}

.pegal_ShapeDecagon_16x16x32 {
	top: -1056px;
	left: -1px;
}

.pegal_ShapeDodecagon_16x16x32 {
	top: -1056px;
	left: -19px;
}

.pegal_ShapePie_16x16x32 {
	top: -1056px;
	left: -37px;
}

.pegal_ShapeChord_16x16x32 {
	top: -1056px;
	left: -55px;
}

.pegal_ShapeTeardrop_16x16x32 {
	top: -1056px;
	left: -73px;
}

.pegal_ShapeFrame_16x16x32 {
	top: -1056px;
	left: -91px;
}

.pegal_ShapeHalfFrame_16x16x32 {
	top: -1055px;
	left: -109px;
}

.pegal_ShapeLShape_16x16x32 {
	top: -1055px;
	left: -127px;
}

.pegal_ShapeDiagonalStripe_16x16x32 {
	top: -1055px;
	left: -145px;
}

.pegal_ShapePlaque_16x16x32 {
	top: -1054px;
	left: -163px;
}

.pegal_ShapeBevel_16x16x32 {
	top: -1054px;
	left: -181px;
}

.pegal_ShapeDonut_16x16x32 {
	top: -1055px;
	left: -199px;
}

.pegal_ShapeNoSmoking_16x16x32 {
	top: -1055px;
	left: -217px;
}

.pegal_ShapeHexagon_16x16x32 {
	top: -1055px;
	left: -235px;
}

.pegal_CurvedDoubleArrowConnector_16x16x32 {
	top: -1055px;
	left: -253px;
}

.pegal_ShapeSnipSingleCornerRectangle_16x16x32 {
	top: -1055px;
	left: -271px;
}

.pegal_ShapeSnipSameSideCornerRectangle_16x16x32 {
	top: -1055px;
	left: -289px;
}

.pegal_ShapeSnipDiagonalCornerRectangle_16x16x32 {
	top: -1055px;
	left: -307px;
}

.pegal_ShapeSnipRoundSingleCornerRectangle_16x16x32 {
	top: -1055px;
	left: -325px;
}

.pegal_ShapeRoundSingleCornerRectangle_16x16x32 {
	top: -1055px;
	left: -343px;
}

.pegal_ShapeRoundSameSideCornerRectangle_16x16x32 {
	top: -1055px;
	left: -361px;
}

.pegal_ShapeRoundDiagonalCornerRectangle_16x16x32 {
	top: -1055px;
	left: -379px;
}

.pegal_ShapeRightTriangle_16x16x32 {
	top: -1055px;
	left: -397px;
}

.pegal_AngledArrowConnector_16x16x32 {
	top: -1055px;
	left: -415px;
}

.pegal_AngledDoubleArrowConnector_16x16x32 {
	top: -1055px;
	left: -433px;
}

.pegal_CurvedConnector_16x16x32 {
	top: -1053px;
	left: -451px;
}

.pegal_CurvedArrowConnector_16x16x32 {
	top: -1053px;
	left: -469px;
}

.pegal_ResetPicture_16x16x32 {
	top: -1053px;
	left: -487px;
}

.pegal_AngledConnector_16x16x32 {
	top: -1053px;
	left: -505px;
}

.pegal_PasteDestinationTheme_16x16x32 {
	top: -1053px;
	left: -523px;
}

.pegal_PasteTextOnly_16x16x32 {
	top: -1053px;
	left: -541px;
}

.pegal_Language_16x16x32 {
	top: -1053px;
	left: -559px;
}

.pegal_ZoomToFit_14x14x8 {
	top: -201px;
	left: -922px;
}

.per_OfficeOnlineText_209x50x32 {
	top: -1px;
	left: -1px;
}

.per_PowerPointAndroidLauncherIcon_192x192x32 {
	top: -53px;
	left: -1px;
}

.per_iOSPptLogo_152x152x24 {
	top: -1px;
	left: -212px;
}

.per_iOSPptLogo_76x76x24 {
	top: -155px;
	left: -195px;
}

.per_App_Switcher_Waffle_50x50x32 {
	top: -155px;
	left: -273px;
}

.per_Doughboy_48x48x32 {
	top: -247px;
	left: -1px;
}

.per_WACSkypeVoiceRequest_40x40x32 {
	top: -247px;
	left: -51px;
}

.per_WACSkypeVideoRequest_40x40x32 {
	top: -247px;
	left: -93px;
}

.per_WACSkypeChatRequest_40x40x32 {
	top: -247px;
	left: -135px;
}

.per_AppLogoSilhouette_36x36x32 {
	top: -247px;
	left: -177px;
}

.per_AppForOfficeLogo_32x32x32 {
	top: -233px;
	left: -215px;
}

.per_ChangePicture_32x32x32 {
	top: -155px;
	left: -325px;
}

.per_Close_32x32x32 {
	top: -207px;
	left: -273px;
}

.per_ClipArt_32x32x32 {
	top: -189px;
	left: -325px;
}

.per_CustomerFeedback_32x32x32 {
	top: -241px;
	left: -249px;
}

.per_Delete_32x32x32 {
	top: -241px;
	left: -283px;
}

.per_Edit_32x32x32 {
	top: -223px;
	left: -317px;
}

.per_Find_32x32x32 {
	top: -257px;
	left: -317px;
}

.per_Duplicate_32x32x32 {
	top: -297px;
	left: -1px;
}

.per_CustomSlideSize_32x32x32 {
	top: -297px;
	left: -35px;
}

.per_Info_32x32x32 {
	top: -289px;
	left: -69px;
}

.per_OfficeAssistant_32x32x32 {
	top: -289px;
	left: -103px;
}

.per_Crop_32x32x32 {
	top: -289px;
	left: -137px;
}

.per_Paste_32x32x32 {
	top: -289px;
	left: -171px;
}

.per_InsertFromHost_32x32x32 {
	top: -267px;
	left: -215px;
}

.per_ResetPicture_32x32x32 {
	top: -275px;
	left: -249px;
}

.per_ReadingMode_32x32x32 {
	top: -275px;
	left: -283px;
}

.per_Risks_32x32x32 {
	top: -291px;
	left: -317px;
}

.per_Properties_32x32x32 {
	top: -331px;
	left: -1px;
}

.per_Slideshow_32x32x32 {
	top: -331px;
	left: -35px;
}

.per_IgxConvertTextToDiagram_32x32x32 {
	top: -323px;
	left: -69px;
}

.per_SmartArtEditText_32x32x32 {
	top: -323px;
	left: -103px;
}

.per_IgxResetType_32x32x32 {
	top: -323px;
	left: -137px;
}

.per_IgxUXGalChooseStyle_32x32x32 {
	top: -323px;
	left: -171px;
}

.per_IgxConvertTextToDiagram_32x32x32 {
	top: -301px;
	left: -205px;
}

.per_WebInsertHyperlink_32x32x32 {
	top: -309px;
	left: -239px;
}

.per_WebSetBackground_32x32x32 {
	top: -309px;
	left: -273px;
}

.per_Table_32x32x32 {
	top: -325px;
	left: -307px;
}

.per_RotateRight_32x32x32 {
	top: -365px;
	left: -1px;
}

.per_WheresTheSaveButtonDialogItem_32x32x32 {
	top: -365px;
	left: -35px;
}

.per_UxGalThemeStyles_32x32x32 {
	top: -357px;
	left: -69px;
}

.per_ViewNotesPane_32x32x32 {
	top: -357px;
	left: -103px;
}

.per_Ungroup_32x32x32 {
	top: -357px;
	left: -137px;
}

.per_BringForward_32x32x32 {
	top: -357px;
	left: -171px;
}

.per_SendBackward_32x32x32 {
	top: -335px;
	left: -205px;
}

.per_AutoShapes_32x32x32 {
	top: -343px;
	left: -239px;
}

.per_SendToBack_32x32x32 {
	top: -343px;
	left: -273px;
}

.per_AnimEffectPropSmartArtBuildAllAtOnce_32x32x32 {
	top: -359px;
	left: -307px;
}

.per_SourceIcon_Bing_32x32x32 {
	top: -1px;
	left: -366px;
}

.per_SlideshowFromCurrent_32x32x32 {
	top: -35px;
	left: -366px;
}

.per_AnimFxEntranceAppear_32x32x32 {
	top: -69px;
	left: -366px;
}

.per_AnimFxEntranceWipeIn_32x32x32 {
	top: -103px;
	left: -366px;
}

.per_AnimFxExitFadeOut_32x32x32 {
	top: -137px;
	left: -366px;
}

.per_AnimEffectPropFromBottomRight_32x32x32 {
	top: -171px;
	left: -359px;
}

.per_AnimEffectPropFromTopRight_32x32x32 {
	top: -205px;
	left: -359px;
}

.per_AnimEffectPropFadedZoomIn_32x32x32 {
	top: -239px;
	left: -351px;
}

.per_AnimEffectPropTextBuildBy1stLevelParagraph_32x32x32 {
	top: -273px;
	left: -351px;
}

.per_AnimEffectPropClockwise_32x32x32 {
	top: -307px;
	left: -351px;
}

.per_AnimEffectPropFullSpin_32x32x32 {
	top: -341px;
	left: -341px;
}

.per_AnimEffectPropTwoSpins_32x32x32 {
	top: -399px;
	left: -1px;
}

.per_AnimEffectPropTransparent25_32x32x32 {
	top: -399px;
	left: -35px;
}

.per_AnimFxExitGeneric_32x32x32 {
	top: -391px;
	left: -69px;
}

.per_AnimEffectPropVertical_32x32x32 {
	top: -391px;
	left: -103px;
}

.per_AnimFxExitShape_32x32x32 {
	top: -391px;
	left: -137px;
}

.per_AnimEffectPropVerticalOut_32x32x32 {
	top: -391px;
	left: -171px;
}

.per_AnimFxEmphasisGrowShrink_32x32x32 {
	top: -369px;
	left: -205px;
}

.per_AnimEffectPropHuge_32x32x32 {
	top: -377px;
	left: -239px;
}

.per_AnimFxEntranceAscend_32x32x32 {
	top: -377px;
	left: -273px;
}

.per_AnimFxEntranceWheel_32x32x32 {
	top: -393px;
	left: -307px;
}

.per_AnimEffectProp3Spokes_32x32x32 {
	top: -375px;
	left: -341px;
}

.per_AnimFxEntranceFadedSwivel_32x32x32 {
	top: -1px;
	left: -400px;
}

.per_AnimFxEmphasisChangeLineColor_32x32x32 {
	top: -35px;
	left: -400px;
}

.per_TransitionFlash_32x32x32 {
	top: -69px;
	left: -400px;
}

.per_TransitionFadeSmoothly_32x32x32 {
	top: -103px;
	left: -400px;
}

.per_TransitionNone_32x32x32 {
	top: -137px;
	left: -400px;
}

.per_AnimFxEmphasisChangeFontColor_32x32x32 {
	top: -171px;
	left: -393px;
}

.per_AnimFxEmphasisChangeFillColor_32x32x32 {
	top: -205px;
	left: -393px;
}

.per_AnimFxExitBounce_32x32x32 {
	top: -239px;
	left: -385px;
}

.per_AnimFxEntranceBounce_32x32x32 {
	top: -273px;
	left: -385px;
}

.per_AnimFxExitFadedSwivel_32x32x32 {
	top: -307px;
	left: -385px;
}

.per_AnimFxExitGrowAndTurn_32x32x32 {
	top: -341px;
	left: -375px;
}

.per_AnimEffectProp8Spokes_32x32x32 {
	top: -375px;
	left: -375px;
}

.per_AnimEffectProp4Spokes_32x32x32 {
	top: -433px;
	left: -1px;
}

.per_AnimEffectProp2Spokes_32x32x32 {
	top: -433px;
	left: -35px;
}

.per_AnimEffectProp1Spoke_32x32x32 {
	top: -425px;
	left: -69px;
}

.per_AnimFxExitWheel_32x32x32 {
	top: -425px;
	left: -103px;
}

.per_AnimEffectPropBox_32x32x32 {
	top: -425px;
	left: -137px;
}

.per_AnimFxExitWipe_32x32x32 {
	top: -425px;
	left: -171px;
}

.per_AnimFxExitAscend_32x32x32 {
	top: -403px;
	left: -205px;
}

.per_AnimEffectPropTiny_32x32x32 {
	top: -411px;
	left: -239px;
}

.per_AnimEffectPropSmaller_32x32x32 {
	top: -411px;
	left: -273px;
}

.per_AnimEffectPropLarger_32x32x32 {
	top: -427px;
	left: -307px;
}

.per_AnimEffectPropBoth_32x32x32 {
	top: -409px;
	left: -341px;
}

.per_AnimEffectPropGrowShrinkVertical_32x32x32 {
	top: -409px;
	left: -375px;
}

.per_AnimEffectPropGrowShrinkHorizontal_32x32x32 {
	top: -1px;
	left: -434px;
}

.per_AnimFxEmphasisColorBlend_32x32x32 {
	top: -35px;
	left: -434px;
}

.per_AnimEffectPropHorizontalOut_32x32x32 {
	top: -69px;
	left: -434px;
}

.per_AnimEffectPropHorizontalIn_32x32x32 {
	top: -103px;
	left: -434px;
}

.per_AnimEffectPropVerticalIn_32x32x32 {
	top: -137px;
	left: -434px;
}

.per_AnimFxExitSplit_32x32x32 {
	top: -171px;
	left: -427px;
}

.per_AnimFxEntranceSplit_32x32x32 {
	top: -205px;
	left: -427px;
}

.per_AnimFxEntranceShape_32x32x32 {
	top: -239px;
	left: -419px;
}

.per_AnimFxEntranceGrowAndTurn_32x32x32 {
	top: -273px;
	left: -419px;
}

.per_AnimEffectPropHorizontal_32x32x32 {
	top: -307px;
	left: -419px;
}

.per_AnimFxExitRandomBars_32x32x32 {
	top: -341px;
	left: -409px;
}

.per_AnimFxEntranceRandomBars_32x32x32 {
	top: -375px;
	left: -409px;
}

.per_AnimFxEntranceGeneric_32x32x32 {
	top: -409px;
	left: -409px;
}

.per_AnimEffectPropTransparent100_32x32x32 {
	top: -467px;
	left: -1px;
}

.per_AnimEffectPropTransparent75_32x32x32 {
	top: -467px;
	left: -35px;
}

.per_AnimEffectPropTransparent50_32x32x32 {
	top: -459px;
	left: -69px;
}

.per_AnimFxEmphasisTransparency_32x32x32 {
	top: -459px;
	left: -103px;
}

.per_AnimEffectPropHalfSpin_32x32x32 {
	top: -459px;
	left: -137px;
}

.per_AnimEffectPropQuarterSpin_32x32x32 {
	top: -459px;
	left: -171px;
}

.per_AnimEffectPropCounterclockwise_32x32x32 {
	top: -437px;
	left: -205px;
}

.per_FlyoutAnchorEffectOptions_32x32x32 {
	top: -445px;
	left: -239px;
}

.per_Bullets_32x32x32 {
	top: -445px;
	left: -273px;
}

.per_AnimEffectPropFadedZoomInFromCenter_32x32x32 {
	top: -461px;
	left: -307px;
}

.per_AnimEffectPropOut_32x32x32 {
	top: -443px;
	left: -341px;
}

.per_AnimEffectPropIn_32x32x32 {
	top: -443px;
	left: -375px;
}

.per_AnimEffectPropFromRight_32x32x32 {
	top: -443px;
	left: -409px;
}

.per_AnimEffectPropFromTopLeft_32x32x32 {
	top: -1px;
	left: -468px;
}

.per_AnimEffectPropFromTop_32x32x32 {
	top: -35px;
	left: -468px;
}

.per_AnimEffectPropFromLeft_32x32x32 {
	top: -69px;
	left: -468px;
}

.per_AnimEffectPropFromBottomLeft_32x32x32 {
	top: -103px;
	left: -468px;
}

.per_AnimEffectPropFromBottom_32x32x32 {
	top: -137px;
	left: -468px;
}

.per_AnimFxExitFlyOut_32x32x32 {
	top: -171px;
	left: -461px;
}

.per_AnimFxExitFadedZoom_32x32x32 {
	top: -205px;
	left: -461px;
}

.per_AnimFxExitDisappear_32x32x32 {
	top: -239px;
	left: -453px;
}

.per_AnimFxEmphasisSpin_32x32x32 {
	top: -273px;
	left: -453px;
}

.per_AnimFxEntranceFlyIn_32x32x32 {
	top: -307px;
	left: -453px;
}

.per_AnimFxEntranceFadeIn_32x32x32 {
	top: -341px;
	left: -443px;
}

.per_AnimFxEntranceFadedZoom_32x32x32 {
	top: -375px;
	left: -443px;
}

.per_AnimFxNone_32x32x32 {
	top: -409px;
	left: -443px;
}

.per_AnimFxMultiple_32x32x32 {
	top: -443px;
	left: -443px;
}

.per_TextBox_32x32x32 {
	top: -501px;
	left: -1px;
}

.per_InsertPicture_32x32x32 {
	top: -501px;
	left: -35px;
}

.per_InsertMovieFromGallery_32x32x32 {
	top: -493px;
	left: -69px;
}

.per_Print_32x32x32 {
	top: -493px;
	left: -103px;
}

.per_NewSlide_32x32x32 {
	top: -493px;
	left: -137px;
}

.per_CancelRequest_32x32x32 {
	top: -493px;
	left: -171px;
}

.per_TransitionFadeThroughBlack_32x32x32 {
	top: -471px;
	left: -205px;
}

.per_TransitionPushDown_32x32x32 {
	top: -479px;
	left: -239px;
}

.per_TransitionPushLeft_32x32x32 {
	top: -479px;
	left: -273px;
}

.per_TransitionNewsFlash_32x32x32 {
	top: -495px;
	left: -307px;
}

.per_TransitionCutThroughBlack_32x32x32 {
	top: -477px;
	left: -341px;
}

.per_TransitionFlipRight_32x32x32 {
	top: -477px;
	left: -375px;
}

.per_TransitionCubeFromTop_32x32x32 {
	top: -477px;
	left: -409px;
}

.per_TransitionCubeFromRight_32x32x32 {
	top: -477px;
	left: -443px;
}

.per_TransitionGalleryRight_32x32x32 {
	top: -1px;
	left: -502px;
}

.per_TransitionWipeUp_32x32x32 {
	top: -35px;
	left: -502px;
}

.per_TransitionWipeRight_32x32x32 {
	top: -69px;
	left: -502px;
}

.per_TransitionStripsLeftUp_32x32x32 {
	top: -103px;
	left: -502px;
}

.per_TransitionStripsRightUp_32x32x32 {
	top: -137px;
	left: -502px;
}

.per_TransitionSplitOutHorizontal_32x32x32 {
	top: -171px;
	left: -495px;
}

.per_TransitionSplitInHorizontal_32x32x32 {
	top: -205px;
	left: -495px;
}

.per_TransitionShapeDiamond_32x32x32 {
	top: -239px;
	left: -487px;
}

.per_TransitionBoxIn_32x32x32 {
	top: -273px;
	left: -487px;
}

.per_TransitionByObject_32x32x32 {
	top: -307px;
	left: -487px;
}

.per_TransitionByChar_32x32x32 {
	top: -341px;
	left: -477px;
}

.per_TransitionRandomBarsVertical_32x32x32 {
	top: -375px;
	left: -477px;
}

.per_PowerPointDesigner_32x32x32 {
	top: -409px;
	left: -477px;
}

.per_TransitionRandomBarsHorizontal_32x32x32 {
	top: -443px;
	left: -477px;
}

.per_TransitionByWord_32x32x32 {
	top: -477px;
	left: -477px;
}

.per_TransitionBoxOut_32x32x32 {
	top: -535px;
	left: -1px;
}

.per_TransitionShapePlus_32x32x32 {
	top: -535px;
	left: -35px;
}

.per_TransitionShapeCircle_32x32x32 {
	top: -527px;
	left: -69px;
}

.per_NewComment_32x32x32 {
	top: -527px;
	left: -103px;
}

.per_CommentsPane_32x32x32 {
	top: -527px;
	left: -137px;
}

.per_TransitionSplitInVertical_32x32x32 {
	top: -527px;
	left: -171px;
}

.per_TransitionSplitOutVertical_32x32x32 {
	top: -505px;
	left: -205px;
}

.per_TransitionStripsRightDown_32x32x32 {
	top: -513px;
	left: -239px;
}

.per_TransitionStripsLeftDown_32x32x32 {
	top: -513px;
	left: -273px;
}

.per_SingleCollabUserGlyph_32x32x32 {
	top: -529px;
	left: -307px;
}

.per_TransitionWipeLeft_32x32x32 {
	top: -511px;
	left: -341px;
}

.per_TransitionWipeDown_32x32x32 {
	top: -511px;
	left: -375px;
}

.per_TransitionGalleryLeft_32x32x32 {
	top: -511px;
	left: -409px;
}

.per_TransitionCubeFromLeft_32x32x32 {
	top: -511px;
	left: -443px;
}

.per_MSPaint_32x32x32 {
	top: -511px;
	left: -477px;
}

.per_CalloutBeakTopFilled_32x16x32 {
	top: -539px;
	left: -205px;
}

.per_CalloutBeakBottomFilled_32x16x32 {
	top: -547px;
	left: -239px;
}

.per_TransitionCubeFromBottom_32x32x32 {
	top: -1px;
	left: -536px;
}

.per_TransitionFlipLeft_32x32x32 {
	top: -35px;
	left: -536px;
}

.per_TransitionCut_32x32x32 {
	top: -69px;
	left: -536px;
}

.per_TransitionPushRight_32x32x32 {
	top: -103px;
	left: -536px;
}

.per_TransitionPushUp_32x32x32 {
	top: -137px;
	left: -536px;
}

.per_AltText_32x32x32 {
	top: -171px;
	left: -529px;
}

.per_CommentMarkerHover_27x27x32 {
	top: -205px;
	left: -529px;
}

.per_CommentMarkerSelected_27x27x32 {
	top: -239px;
	left: -521px;
}

.per_CommentMarkerWithReplyNormal_27x27x32 {
	top: -268px;
	left: -521px;
}

.per_CommentMarkerWithReplySelected_27x27x32 {
	top: -297px;
	left: -521px;
}

.per_CommentMarkerWithReplySelectedHover_27x27x32 {
	top: -326px;
	left: -521px;
}

.per_CommentMarkerWithReplyHover_27x27x32 {
	top: -355px;
	left: -511px;
}

.per_CommentMarkerSelectedHover_27x27x32 {
	top: -355px;
	left: -540px;
}

.per_CommentMarkerNormal_27x27x32 {
	top: -384px;
	left: -511px;
}

.per_Crop_24x24x32 {
	top: -384px;
	left: -540px;
}

.per_IE9_24x24x32 {
	top: -413px;
	left: -511px;
}

.per_UxGalThemeStyles_24x24x32 {
	top: -410px;
	left: -540px;
}

.per_ColorPickerLineStyles_24x24x32 {
	top: -439px;
	left: -511px;
}

.per_FillColorSplitDropdown_24x24x32 {
	top: -436px;
	left: -537px;
}

.per_Risks_24x24x32 {
	top: -465px;
	left: -511px;
}

.per_Info_24x24x32 {
	top: -462px;
	left: -537px;
}

.per_ShapeQuadArrow_24x24x32 {
	top: -491px;
	left: -511px;
}

.per_AnimEffectPropSmartArtBuildAllAtOnce_24x24x32 {
	top: -488px;
	left: -537px;
}

.per_IgxUXGalChooseStyle_24x24x32 {
	top: -517px;
	left: -511px;
}

.per_IgxConvertTextToDiagram_24x24x32 {
	top: -514px;
	left: -537px;
}

.per_PictureStylesGallery_24x24x32 {
	top: -543px;
	left: -511px;
}

.per_CancelRequest_24x24x32 {
	top: -540px;
	left: -537px;
}

.per_WACSkypeButtonBlack_20x20x32 {
	top: -547px;
	left: -273px;
}

.per_WACSkypeBusinessButtonBlack_20x20x32 {
	top: -545px;
	left: -341px;
}

.per_WACSkypeBusinessButtonWhite_20x20x32 {
	top: -545px;
	left: -363px;
}

.per_WACSkypeButtonWhite_20x20x32 {
	top: -545px;
	left: -385px;
}

.per_AnimationDelay_20x20x32 {
	top: -545px;
	left: -407px;
}

.per_ShareServerWhite_20x20x32 {
	top: -545px;
	left: -429px;
}

.per_Delete_16x16x32 {
	top: -234px;
	left: -550px;
}

.per_DeleteSlide_16x16x32 {
	top: -252px;
	left: -550px;
}

.per_FormatPainter_16x16x32 {
	top: -270px;
	left: -550px;
}

.per_FullJustify_16x16x32 {
	top: -288px;
	left: -550px;
}

.per_Italic_16x16x32 {
	top: -306px;
	left: -550px;
}

.per_LeftJustify_16x16x32 {
	top: -324px;
	left: -550px;
}

.per_OfficeAssistantServerDark_16x16x32 {
	top: -545px;
	left: -451px;
}

.per_Play_16x16x32 {
	top: -545px;
	left: -469px;
}

.per_AnimFxEmphasisScale_16x16x32 {
	top: -545px;
	left: -487px;
}

.per_AnimFxPath5PointStar_16x16x32 {
	top: -569px;
	left: -1px;
}

.per_AnimFxExitScale_16x16x32 {
	top: -569px;
	left: -19px;
}

.per_AnimFxEntranceScale_16x16x32 {
	top: -569px;
	left: -37px;
}

.per_IgxDiagReverseDirection_16x16x32 {
	top: -569px;
	left: -55px;
}

.per_StandardSlide_16x16x32 {
	top: -561px;
	left: -73px;
}

.per_Oz_16x16x32 {
	top: -561px;
	left: -91px;
}

.per_UpArrow_16x16x32 {
	top: -561px;
	left: -109px;
}

.per_DownArrow_16x16x32 {
	top: -561px;
	left: -127px;
}

.per_Strikethrough_16x16x32 {
	top: -561px;
	left: -145px;
}

.per_WidescreenSlide_16x16x32 {
	top: -561px;
	left: -163px;
}

.per_CustomBackgroundApplyToAll_16x16x32 {
	top: -561px;
	left: -181px;
}

.per_Symbol_16x16x32 {
	top: -561px;
	left: -199px;
}

.per_FlipVertical_16x16x32 {
	top: -557px;
	left: -217px;
}

.per_ShapeCube_16x16x32 {
	top: -565px;
	left: -235px;
}

.per_ShapeUpArrow_16x16x32 {
	top: -565px;
	left: -253px;
}

.per_ShapeRightArrow_16x16x32 {
	top: -569px;
	left: -271px;
}

.per_ShapeUpDownArrow_16x16x32 {
	top: -569px;
	left: -289px;
}

.per_ShapeRoundRectangle_16x16x32 {
	top: -563px;
	left: -307px;
}

.per_ShapeStar_16x16x32 {
	top: -567px;
	left: -325px;
}

.per_ShapeEllipse_16x16x32 {
	top: -567px;
	left: -343px;
}

.per_Arrow_16x16x32 {
	top: -567px;
	left: -361px;
}

.per_TextBox_16x16x32 {
	top: -567px;
	left: -379px;
}

.per_DoubleArrow_16x16x32 {
	top: -567px;
	left: -397px;
}

.per_Line_16x16x32 {
	top: -567px;
	left: -415px;
}

.per_ShapeWedgeRRectCallout_16x16x32 {
	top: -567px;
	left: -433px;
}

.per_ShapeIsocelesTriangle_16x16x32 {
	top: -563px;
	left: -451px;
}

.per_ShapeRectangle_16x16x32 {
	top: -563px;
	left: -469px;
}

.per_ShapeLeftRightArrow_16x16x32 {
	top: -563px;
	left: -487px;
}

.per_ShapeLeftArrow_16x16x32 {
	top: -569px;
	left: -505px;
}

.per_ShapeDownArrow_16x16x32 {
	top: -569px;
	left: -523px;
}

.per_ShapeCan_16x16x32 {
	top: -566px;
	left: -541px;
}

.per_SendToBack_16x16x32 {
	top: -1px;
	left: -570px;
}

.per_SendBackward_16x16x32 {
	top: -19px;
	left: -570px;
}

.per_CommentCollapse_16x16x32 {
	top: -37px;
	left: -570px;
}

.per_CommentExpand_16x16x32 {
	top: -55px;
	left: -570px;
}

.per_AlertWarning_16x16x32 {
	top: -73px;
	left: -570px;
}

.per_NextArrow_16x16x32 {
	top: -91px;
	left: -570px;
}

.per_CheckboxChecked_16x16x32 {
	top: -109px;
	left: -570px;
}

.per_OutlookSearchChevronDown_16x16x32 {
	top: -127px;
	left: -570px;
}

.per_OutlookSearchChevronUp_16x16x32 {
	top: -145px;
	left: -570px;
}

.per_CoAuth_AuthorStatus_16x16x32 {
	top: -163px;
	left: -570px;
}

.per_MobileClose_16x16x32 {
	top: -181px;
	left: -563px;
}

.per_WACSkypeDocChat_16x16x32 {
	top: -199px;
	left: -563px;
}

.per_ArrowCollapsedRestRtl_16x16 {
	top: -217px;
	left: -568px;
}

.per_ArrowExpandedRest_16x16 {
	top: -235px;
	left: -568px;
}

.per_ArrowExpandedRestRtl_16x16 {
	top: -253px;
	left: -568px;
}

.per_ArrowCollapsedRest_16x16 {
	top: -271px;
	left: -568px;
}

.per_WACSkypeDocChatUnread_16x16x32 {
	top: -289px;
	left: -568px;
}

.per_MoreUsersGlyph_16x16x32 {
	top: -307px;
	left: -568px;
}

.per_SingleCollabUserGlyph_16x16x32 {
	top: -325px;
	left: -568px;
}

.per_CheckboxUnchecked_16x16x32 {
	top: -343px;
	left: -569px;
}

.per_PersonaStatusOnlineAlt_16x16x32 {
	top: -361px;
	left: -569px;
}

.per_CommentsPane_16x16x32 {
	top: -379px;
	left: -569px;
}

.per_BringToFront_16x16x32 {
	top: -397px;
	left: -566px;
}

.per_CommentMarkerNew_16x16x32 {
	top: -415px;
	left: -566px;
}

.per_CustomAnimationEffectAfterPrevious_16x16x32 {
	top: -433px;
	left: -566px;
}

.per_BringForward_16x16x32 {
	top: -451px;
	left: -563px;
}

.per_FillColorSplitDropdown_16x16x32 {
	top: -469px;
	left: -563px;
}

.per_DashStyle_16x16x32 {
	top: -487px;
	left: -563px;
}

.per_GalLineWidth_16x16x32 {
	top: -505px;
	left: -563px;
}

.per_AppointmentColor0_16x16x32 {
	top: -523px;
	left: -563px;
}

.per_ArrowStyle_16x16x32 {
	top: -541px;
	left: -563px;
}

.per_ColorPickerLineStyles_16x16x32 {
	top: -559px;
	left: -563px;
}

.per_TransitionApplyAll_16x16x32 {
	top: -587px;
	left: -1px;
}

.per_Rotate_16x16x32 {
	top: -587px;
	left: -19px;
}

.per_FlipHorizontal_16x16x32 {
	top: -587px;
	left: -37px;
}

.per_RotateLeft_16x16x32 {
	top: -587px;
	left: -55px;
}

.per_RotateRight_16x16x32 {
	top: -579px;
	left: -73px;
}

.per_Table_16x16x32 {
	top: -579px;
	left: -91px;
}

.per_YammerLogo_16x16x32 {
	top: -579px;
	left: -109px;
}

.per_ResetBackground_16x16x32 {
	top: -579px;
	left: -127px;
}

.per_Underline_16x16x32 {
	top: -579px;
	left: -145px;
}

.per_WebInsertHyperlink_16x16x32 {
	top: -579px;
	left: -163px;
}

.per_UpChevron_16x16x32 {
	top: -579px;
	left: -181px;
}

.per_Ungroup_16x16x32 {
	top: -579px;
	left: -199px;
}

.per_Undo_16x16x32 {
	top: -575px;
	left: -217px;
}

.per_TextAlignGallery_16x16x32 {
	top: -583px;
	left: -235px;
}

.per_RightJustify_16x16x32 {
	top: -583px;
	left: -253px;
}

.per_DWSStatusSmall_16x16x32 {
	top: -587px;
	left: -271px;
}

.per_SkypeChat_16x16x32 {
	top: -587px;
	left: -289px;
}

.per_SlideLayout_16x16x32 {
	top: -581px;
	left: -307px;
}

.per_ShrinkFont_16x16x32 {
	top: -585px;
	left: -325px;
}

.per_SelectAll_16x16x32 {
	top: -585px;
	left: -343px;
}

.per_Rtl_16x16x32 {
	top: -585px;
	left: -361px;
}

.per_RightArrowServer_16x16x32 {
	top: -585px;
	left: -379px;
}

.per_Redo_16x16x32 {
	top: -585px;
	left: -397px;
}

.per_OzSilhouette_Glyph_16x16x32 {
	top: -585px;
	left: -415px;
}

.per_InsertPicture_16x16x32 {
	top: -585px;
	left: -433px;
}

.per_InsertMovieFromGallery_16x16x32 {
	top: -581px;
	left: -451px;
}

.per_ParagraphDialog_16x16x32 {
	top: -581px;
	left: -469px;
}

.per_Paste_16x16x32 {
	top: -581px;
	left: -487px;
}

.per_OzSilhouette_16x16x32 {
	top: -587px;
	left: -505px;
}

.per_Outdent_16x16x32 {
	top: -587px;
	left: -523px;
}

.per_OfficeAssistant_16x16x32 {
	top: -584px;
	left: -541px;
}

.per_Ltr_16x16x32 {
	top: -577px;
	left: -559px;
}

.per_Numbering_16x16x32 {
	top: -1px;
	left: -588px;
}

.per_NewSlide_16x16x32 {
	top: -19px;
	left: -588px;
}

.per_PushpinNormal_16x16x32 {
	top: -37px;
	left: -588px;
}

.per_LineSpacing_16x16x32 {
	top: -55px;
	left: -588px;
}

.per_LeftArrowServer_16x16x32 {
	top: -73px;
	left: -588px;
}

.per_HideSlide_16x16x32 {
	top: -91px;
	left: -588px;
}

.per_Info_16x16x32 {
	top: -109px;
	left: -588px;
}

.per_Indent_16x16x32 {
	top: -127px;
	left: -588px;
}

.per_GrowFont_16x16x32 {
	top: -145px;
	left: -588px;
}

.per_FsDialogLauncher_16x16x32 {
	top: -163px;
	left: -588px;
}

.per_FontColorServer_16x16x32 {
	top: -181px;
	left: -581px;
}

.per_Find_16x16x32 {
	top: -199px;
	left: -581px;
}

.per_DuplicateSlide_16x16x32 {
	top: -217px;
	left: -586px;
}

.per_Duplicate_16x16x32 {
	top: -235px;
	left: -586px;
}

.per_DeleteHyperlink_16x16x32 {
	top: -253px;
	left: -586px;
}

.per_ClosePaneGlyph_16x16x32 {
	top: -271px;
	left: -586px;
}

.per_Cut_16x16x32 {
	top: -289px;
	left: -586px;
}

.per_CoAuth_AuthorStatus_16x16x32 {
	top: -307px;
	left: -586px;
}

.per_Copy_16x16x32 {
	top: -325px;
	left: -586px;
}

.per_ClearFormatting_16x16x32 {
	top: -343px;
	left: -587px;
}

.per_Centered_16x16x32 {
	top: -361px;
	left: -587px;
}

.per_ChangePicture_16x16x32 {
	top: -379px;
	left: -587px;
}

.per_BusinessBarClose_16x16x32 {
	top: -397px;
	left: -584px;
}

.per_CancelRequest_16x16x32 {
	top: -415px;
	left: -584px;
}

.per_Bullets_16x16x32 {
	top: -433px;
	left: -584px;
}

.per_Bold_16x16x32 {
	top: -451px;
	left: -581px;
}

.per_BreadcrumbCaret_6x16x32 {
	top: -53px;
	left: -195px;
}

.per_AppForOfficeLogo_16x16x32 {
	top: -469px;
	left: -581px;
}

.per_SBViewSlideEditGrey_14x14x32 {
	top: -71px;
	left: -195px;
}

.per_SBViewSlideShowGrey_14x14x32 {
	top: -87px;
	left: -195px;
}

.per_ToolbarNotesActiveDark_14x14x32 {
	top: -103px;
	left: -195px;
}

.per_SBViewReadingGrey_14x14x32 {
	top: -119px;
	left: -195px;
}

.per_AppForOfficeGray14 {
	top: -135px;
	left: -195px;
}

.per_CoAuth_AuthorStatus_14x14x32 {
	top: -207px;
	left: -307px;
}

.per_SubmenuFlyoutArrow_13x13x32 {
	top: -487px;
	left: -581px;
}

.per_AnimationPresentStar_11x11x4 {
	top: -233px;
	left: -195px;
}

.per_RibbonUpArrow_5x3x32 {
	top: -53px;
	left: -203px;
}

.per_StatusBarDownArrowGrey_5x3x32 {
	top: -58px;
	left: -203px;
}

.per_SplitButtonArrow_5x3x32 {
	top: -63px;
	left: -203px;
}

.prt_OfficeOnlineText_209x50x32 {
	top: -1px;
	left: -1px;
}

.prt_PowerPointAndroidLauncherIcon_192x192x32 {
	top: -53px;
	left: -1px;
}

.prt_iOSPptLogo_152x152x24 {
	top: -1px;
	left: -212px;
}

.prt_iOSPptLogo_76x76x24 {
	top: -155px;
	left: -195px;
}

.prt_App_Switcher_Waffle_50x50x32 {
	top: -155px;
	left: -273px;
}

.prt_Doughboy_48x48x32 {
	top: -247px;
	left: -1px;
}

.prt_WACSkypeVoiceRequest_40x40x32 {
	top: -247px;
	left: -51px;
}

.prt_WACSkypeVideoRequest_40x40x32 {
	top: -247px;
	left: -93px;
}

.prt_WACSkypeChatRequest_40x40x32 {
	top: -247px;
	left: -135px;
}

.prt_AppLogoSilhouette_36x36x32 {
	top: -247px;
	left: -177px;
}

.prt_Risks_32x32x32 {
	top: -233px;
	left: -215px;
}

.prt_Print_32x32x32 {
	top: -155px;
	left: -325px;
}

.prt_Info_32x32x32 {
	top: -207px;
	left: -273px;
}

.prt_CancelRequest_32x32x32 {
	top: -189px;
	left: -325px;
}

.prt_Info_24x24x32 {
	top: -267px;
	left: -215px;
}

.prt_IE9_24x24x32 {
	top: -267px;
	left: -241px;
}

.prt_Risks_24x24x32 {
	top: -241px;
	left: -249px;
}

.prt_ShapeQuadArrow_24x24x32 {
	top: -241px;
	left: -275px;
}

.prt_DWSStatusSmall_24x24x32 {
	top: -267px;
	left: -267px;
}

.prt_CancelRequest_24x24x32 {
	top: -241px;
	left: -301px;
}

.prt_WACSkypeBusinessButtonWhite_20x20x32 {
	top: -267px;
	left: -293px;
}

.prt_WACSkypeBusinessButtonBlack_20x20x32 {
	top: -223px;
	left: -327px;
}

.prt_GeneralAccessibilityGlyph_20x20x32 {
	top: -245px;
	left: -327px;
}

.prt_PrintGlyphWhite_20x20x32 {
	top: -267px;
	left: -315px;
}

.prt_ShareServerWhite_20x20x32 {
	top: -267px;
	left: -337px;
}

.prt_SBViewSlideShow_20x20x32 {
	top: -297px;
	left: -1px;
}

.prt_YammerLogo_Glyph_20x20x32 {
	top: -297px;
	left: -23px;
}

.prt_YammerLogo_20x20x32 {
	top: -289px;
	left: -51px;
}

.prt_WACSkypeButtonWhite_20x20x32 {
	top: -289px;
	left: -73px;
}

.prt_WACSkypeButtonBlack_20x20x32 {
	top: -289px;
	left: -95px;
}

.prt_ReadingViewGlyph_White_20x20x32 {
	top: -289px;
	left: -117px;
}

.prt_CommentsGlyph_20x20x32 {
	top: -289px;
	left: -139px;
}

.prt_EllipsisWhite_20x20x32 {
	top: -289px;
	left: -161px;
}

.prt_DownloadGlyphWhite_20x20x32 {
	top: -285px;
	left: -183px;
}

.prt_ChangePhotoPencil_20x20x32 {
	top: -293px;
	left: -205px;
}

.prt_WACSkypeDocChatUnread_16x16x32 {
	top: -207px;
	left: -307px;
}

.prt_WACSkypeDocChat_16x16x32 {
	top: -293px;
	left: -227px;
}

.prt_OutlookSearchChevronUp_16x16x32 {
	top: -293px;
	left: -245px;
}

.prt_PowerPoint_16x16x32 {
	top: -293px;
	left: -263px;
}

.prt_Info_16x16x32 {
	top: -293px;
	left: -281px;
}

.prt_ClosePaneGlyph_16x16x32 {
	top: -289px;
	left: -299px;
}

.prt_EditInPowerPointWebApp_16x16x32 {
	top: -289px;
	left: -317px;
}

.prt_DWSStatusSmall_16x16x32 {
	top: -289px;
	left: -335px;
}

.prt_CommentsPane_16x16x32 {
	top: -319px;
	left: -1px;
}

.prt_ClosePaneGlyphWhite_16x16x32 {
	top: -319px;
	left: -19px;
}

.prt_OutlookSearchChevronDown_16x16x32 {
	top: -319px;
	left: -37px;
}

.prt_OfficeAssistantServerDark_16x16x32 {
	top: -311px;
	left: -55px;
}

.prt_CheckboxUnchecked_16x16x32 {
	top: -311px;
	left: -73px;
}

.prt_CancelRequest_16x16x32 {
	top: -311px;
	left: -91px;
}

.prt_CheckboxChecked_16x16x32 {
	top: -311px;
	left: -109px;
}

.prt_MobileClose_16x16x32 {
	top: -311px;
	left: -127px;
}

.prt_BusinessBarClose_16x16x32 {
	top: -311px;
	left: -145px;
}

.prt_BreadcrumbCaretAlt_6x16x32 {
	top: -53px;
	left: -195px;
}

.prt_BreadcrumbCaret_6x16x32 {
	top: -53px;
	left: -203px;
}

.prt_SBViewSlideShow_14x14x32 {
	top: -71px;
	left: -195px;
}

.prt_SBViewOutline_14x14x32 {
	top: -87px;
	left: -195px;
}

.prt_FastBack_14x14x32 {
	top: -103px;
	left: -195px;
}

.prt_FastFwd_14x14x32 {
	top: -119px;
	left: -195px;
}

.prt_ToolbarNotesActiveLight_14x14x32 {
	top: -135px;
	left: -195px;
}

.prt_SBViewReading_14x14x32 {
	top: -311px;
	left: -163px;
}

.prt_SBViewSlideEdit_14x14x32 {
	top: -307px;
	left: -183px;
}

.prt_sbMenu_14x14x32 {
	top: -315px;
	left: -199px;
}

.prt_PowerPoint_14x14x32 {
	top: -315px;
	left: -215px;
}

.prt_FullScreenAttendee_WhiteGlyph_14x14x32 {
	top: -225px;
	left: -307px;
}

.prt_SubmenuFlyoutArrow_13x13x32 {
	top: -311px;
	left: -231px;
}

.prt_StatusBarDownArrow_5x3x32 {
	top: -329px;
	left: -55px;
}

.prt_SplitButtonArrow_5x3x32 {
	top: -329px;
	left: -62px;
}

.prt2_GiveFeedback_48x48x32 {
	top: -1px;
	left: -1px;
}

.prt2_EditInPowerPointWebApp_48x48x32 {
	top: -1px;
	left: -51px;
}

.prt2_Info_48x48x32 {
	top: -51px;
	left: -1px;
}

.prt2_TryOffice_48x48x32 {
	top: -51px;
	left: -51px;
}

.prt2_PDF_file_48x48x32 {
	top: -1px;
	left: -101px;
}

.prt2_PowerPoint_48x48x32 {
	top: -51px;
	left: -101px;
}

.prt2_OneDriveLogoContextMenu_48x48x32 {
	top: -101px;
	left: -1px;
}

.prt2_DownloadACopy_48x48x32 {
	top: -101px;
	left: -51px;
}

.prt2_AccessibilityChecker_48x48x32 {
	top: -101px;
	left: -101px;
}

.prt2_EmbedDocument15_48x48x32 {
	top: -1px;
	left: -151px;
}

.prt2_OfficeAssistant_48x48x32 {
	top: -51px;
	left: -151px;
}

.prt2_Print_48x48x32 {
	top: -101px;
	left: -151px;
}

.prt2_RenameColumn_48x48x32 {
	top: -151px;
	left: -1px;
}

.prt2_SaveAs_48x48x32 {
	top: -151px;
	left: -51px;
}

.prt2_SaveAsPowerPointOdp_48x48x32 {
	top: -151px;
	left: -101px;
}

.prt2_SendAsLink_48x48x32 {
	top: -151px;
	left: -151px;
}

.prt2_SaveAsPowerPointPptx_48x48x32 {
	top: -1px;
	left: -201px;
}

.prt2_ReportAbuse_48x48x32 {
	top: -51px;
	left: -201px;
}

.prt2_ProtectForm_48x48x32 {
	top: -101px;
	left: -201px;
}

.prt2_SharePoint_48x48x32 {
	top: -151px;
	left: -201px;
}

.prt2_Versions_48x48x32 {
	top: -201px;
	left: -1px;
}

.prt2_WheresTheSaveButtonMenuItem_48x48x32 {
	top: -201px;
	left: -51px;
}

.prt2_ShareDoc_48x48x32 {
	top: -201px;
	left: -101px;
}

.prt2_Accessibility_48x48x32 {
	top: -201px;
	left: -151px;
}

.prt2_ExitSlideShowServerHvr_40x40x32 {
	top: -201px;
	left: -201px;
}

.prt2_SlideShowPrevServerHvr_40x40x32 {
	top: -1px;
	left: -251px;
}

.prt2_SlideShowNextServer_40x40x32 {
	top: -43px;
	left: -251px;
}

.prt2_SlideShowNextServerHvr_40x40x32 {
	top: -85px;
	left: -251px;
}

.prt2_SlideShowPrevServer_40x40x32 {
	top: -127px;
	left: -251px;
}

.prt2_ExitSlideShowServer_40x40x32 {
	top: -169px;
	left: -251px;
}

.prt2_CloseFileMenuPowerPoint_32x32x32 {
	top: -211px;
	left: -243px;
}

.prt2_ImFinished_32x32x32 {
	top: -251px;
	left: -1px;
}

.prt2_SaveAsPowerPointPptx_32x32x32 {
	top: -251px;
	left: -35px;
}

.prt2_EditInPowerPointWebApp_32x32x32 {
	top: -251px;
	left: -69px;
}

.prt2_PowerPoint_32x32x32 {
	top: -251px;
	left: -103px;
}

.prt2_OLKNewButton_32x32x32 {
	top: -251px;
	left: -137px;
}

.prt2_Close_32x32x32 {
	top: -251px;
	left: -171px;
}

.prt2_CommentMarkerSelectedHover_27x27x32 {
	top: -243px;
	left: -205px;
}

.prt2_CommentMarkerWithReplyNormal_27x27x32 {
	top: -245px;
	left: -234px;
}

.prt2_CommentMarkerWithReplyHover_27x27x32 {
	top: -245px;
	left: -263px;
}

.prt2_CommentMarkerWithReplySelectedHover_27x27x32 {
	top: -285px;
	left: -1px;
}

.prt2_CommentMarkerWithReplySelected_27x27x32 {
	top: -285px;
	left: -30px;
}

.prt2_CommentMarkerSelected_27x27x32 {
	top: -285px;
	left: -59px;
}

.prt2_CommentMarkerHover_27x27x32 {
	top: -285px;
	left: -88px;
}

.prt2_CommentMarkerNormal_27x27x32 {
	top: -285px;
	left: -117px;
}

.prt2_XDStatusBarTruncateWarningGlyph_20x20x32 {
	top: -285px;
	left: -146px;
}

.prt2_VersionsServerWhite_20x20x32 {
	top: -285px;
	left: -168px;
}

.prt2_AccessibilityGlyphWhite_20x20x32 {
	top: -285px;
	left: -190px;
}

.prt2_CloseGlyphServerWhite_20x20x32 {
	top: -272px;
	left: -212px;
}

.prt2_InfoGlyphWhite_20x20x32 {
	top: -274px;
	left: -234px;
}

.prt2_PrivacyGlyphWhite_20x20x32 {
	top: -274px;
	left: -256px;
}

.prt2_VideoPlayerEmbedIcon_20x20x32 {
	top: -1px;
	left: -293px;
}

.prt2_OfficeAssistantServerWhite_20x20x32 {
	top: -23px;
	left: -293px;
}

.prt2_SkyDriveCloudWhite_20x20x32 {
	top: -45px;
	left: -293px;
}

.prt2_OfficeTrialWhite_20x20x32 {
	top: -67px;
	left: -293px;
}

.prt2_OfficeAssistantServerWhite_20x20x32 {
	top: -89px;
	left: -293px;
}

.prt2_GiveFeedbackFriendlyGlyph_20x20x32 {
	top: -111px;
	left: -293px;
}

.prt2_ArrowCollapsedRest_16x16 {
	top: -133px;
	left: -293px;
}

.prt2_ArrowCollapsedRestRtl_16x16 {
	top: -151px;
	left: -293px;
}

.prt2_ArrowExpandedRestRtlWhite_16x16 {
	top: -169px;
	left: -293px;
}

.prt2_ArrowExpandedRestWhite_16x16 {
	top: -187px;
	left: -293px;
}

.prt2_ClosePaneGlyph_16x16x32 {
	top: -211px;
	left: -277px;
}

.prt2_CommentMarkerNew_16x16x32 {
	top: -205px;
	left: -295px;
}

.prt2_SkyDriveCloudGlyph_16x16x32 {
	top: -294px;
	left: -212px;
}

.prt2_ClosePaneGlyphWhite_16x16x32 {
	top: -223px;
	left: -295px;
}