/* editor patch */
.mce-btn button {
	line-height: normal !important; /* 20px */
}


.mce-ico {
	line-height: 20px !important;
	height: 20px !important;
}

/* editor html display */

/** x-style text area (WYSIWYG editor) **/
div.xtext-area {
	word-break: break-all;
	word-wrap: break-word;
	overflow-x: auto;
}

div.xtext-area img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.xtext-area div.xtext {
	color: #90928f; /*default*/
}

div.xtext-area div.xtext a {
	color: #499bb0;
	text-decoration: none;
}

div.xtext-area div.xtext a:hover {
	text-decoration: underline;
}

div.xtext-area div.xtext ul,
div.xtext-area div.xtext ol {
	padding-left: 40px;
}

.mce-menubtn.mce-fixed-width span {
	width: 40px !important;
}

.mce-window-head .mce-title {
	font-size: 16px !important;
	font-weight: normal !important;
}

.mce-container-body label,
.mce-container-body .mce-label,
.mce-container-body .mce-tab
 {
	color: #90928f !important;
}

.mce-disabled.mce-btn {
	color: #b9b9b9 !important;
	background-color: #d3d4d3 !important;
	border: solid 1px #a7aaa9 !important;	
}

.mce-disabled.mce-btn button {
	color: #b9b9b9 !important;
	text-shadow: none !important;
}

.mce-checkbox i.mce-ico {
	height: 16px !important;
	line-height: 16px !important;
}

.mce-textbox {
	height: 24px !important;
}
