/* --- Styles for Admin_Editor ( 'no change' ) --- */
.editor-area {
	font-family: Arial, sans-serif !important;
	margin-top: 0px !important;			/* because 'editor' have '20px' on 'top' */
	padding: 10px;
	font-size: 12px;
}
.editor-area p {
	padding-bottom: 0px !important;
}
/* --- Links for Admin_Editor --- */
.editor-area a:link, .editor-area a:visited {
	text-decoration: underline !important;
	color: #CD660B !important;
	cursor: pointer !important;
}
.editor-area a:hover {
	text-decoration: none !important;
}
.editor-area a:active {
}
/* --- !!! --- */
/* --- Editor styles --- */
.editor {
}
.editor p {
	margin: 0px 0px 10px 0px;
}
.editor a:link, .editor a:visited {
	text-decoration: underline;
	color: #CD660B;
}
.editor a:hover {
	text-decoration: none;
}
.editor a:active {
}
.editor ul, .editor ol {
	margin: 10px 10px 10px 30px;
}
/* --- // Editor styles // --- */
/* --- !!! --- */
.title-big-fck {font-weight:bold; font-size:18px}
.title-fck {font-weight:bold; font-size:14px;}
.selected-fck {font-weight:bold}
.small-text-fck {font-size:10px}
/* --- !!! --- */
.table_green{background-color:#85B71F; border-collapse:separate; margin:5px 0px;}
.table_green td{background-color:#fff; padding:3px}
.table_grey{background-color:#979797; border-collapse:separate; margin:5px 0px;}
.table_grey td{background-color:#fff; padding:3px}
.table_blue{background-color:#8ABAE4; border-collapse:separate; margin:5px 0px;}
.table_blue td{background-color:#fff; padding:3px}
.table_orange{background-color:#FF9A47; border-collapse:separate; margin:5px 0px; color:#606060 }
.table_orange td{background-color:#fff; padding:3px}