/* apply a natural box layout model to all elements */
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a[href]:after {
    content: " " !important;
}
body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll !important;
    font-family: Verdana !important;
}
#xmccms-bodyInner {
	overflow: hidden;
}
ul {
	margin: 0;
	padding-left: 15px;
}
img {
	max-width: 100%;
}
.floatRight {
	float: right;
}
.floatLeft{
	float: left;
}
.clear {
	clear: both;
}
.textAlignLeft{
	text-align: left;
}
.textAlignCenter{
	text-align: center;
}
.textAlignRight{
	text-align: right;
}
.hidden, .displayNone {
	display: none;
}
.displayBlock {
	display: block;
}
.displayTable {
	display: table;
}
.noPadding {
	padding: 0;
}
.noMargin {
	margin: 0;
}
.clickable {
	cursor: pointer;
	pointer-events: initial !important;
}
.pointerEventsNone {
	pointer-events: none;
}
.positionRelative {
	position: relative;
}
.positionAbsolute {
	position: absolute;
}
.noWrap {
	white-space: nowrap;
}
table .minWidth{
	width: 1px;
}
.xmccms-dialogLoadingOverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: white;
	z-index: 99999;
	opacity: 0.5;
}
.xmccms-dialogLoadingOverlay .spinner{
	display: block;
}
.xmccms-dialogProgressBar {
	width: 100%;
	height: 34px;
	padding: 0px 15px;
	position: absolute;
	left: 0px;
}
.xmccms-additionalModuleButtons, .xmccms-additionalPageButtons, .xmccms-additionalNewsButtons {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
}
.xmccms-additionalNewsButtons {
	margin-top: 0;
}
.xmccms-additionalModuleButtons *:hover, .xmccms-additionalPageButtons *:hover , .xmccms-additionalNewsButtons *:hover {
	text-decoration: none;
}
#mce-modal-block {
	z-index: 1000 !important;
}
.mce-window {
	z-index: 1001 !important;
}