/* --- Styles for Admin_Editor ( 'no change' ) --- */
.editor-area {
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	margin-top: 0px !important;			/* because 'editor' have '20px' on 'top' */
	padding: 10px;
}
.editor-area p {
	padding-bottom: 0px !important;
}
/* --- Links for Admin_Editor --- */
.editor-area a:link, .editor-area a:visited {
	text-decoration: underline !important;
	color: #007135 !important;
	cursor: pointer !important;
}
.editor-area a:hover {
	text-decoration: none !important;
}
.editor-area a:active {
}
/* --- !!! --- */



/* --- Editor styles --- */
.editor {
	font-size: 14px; line-height:18px;
	/*line-height: 1.2;*/
}
.editor p {
	padding: 5px 0px; margin:0px;
}
.editor ul, .editor ol {
	list-style-position: inside;
	margin: 10px !important;
	padding: 0px !important;
}
.editor li {
	margin: 0px !important;
	padding: 0px !important;
}
.editor table {
	border-color: #cdcdcd;
	border-style: solid;
}
.editor table td {
	border-color: #cdcdcd;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	margin: 5px 0px !important;
	padding: 0px !important;
	line-height: 1 !important;
	font-weight: bold !important;
}
.editor h1 {
	font-size: 2.4em;
}
.editor h2 {
	font-size: 2.2em !important;
}
.editor h3 {
	font-size: 2em !important;
	color: #202020;
}
.editor h4 {
	font-size: 1.7em;
}
.editor h5 {
	font-size: 1.5em;
}
.editor h6 {
	font-size: 1em;
}
/* --- // 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}

