

.ckeditor_italic {
	font-style: italic;
}
.ckeditor_title {

}
.ckeditor_subtitle {
	color: #AAA;
}
.ckeditor_marker {
    background-color: Yellow;
}
.ckeditor_special_container {
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
}
img.ckeditor_border {
    border: 1px solid #ccc;
    padding: 5px;
}
img.ckeditor_right {
    float: right;
    margin-left: 15px;
}
img.ckeditor_left {
    float: left;
    margin-right: 15px;
}
table.ckeditor_table {
	border-collapse: collapse;
	background-color: transparent;
}
table.ckeditor_table td,
table.ckeditor_table th {
	padding: 5px;
	border: 1px solid #CCC;
	border-style:solid;
}
table.ckeditor_table.ckeditor_no_border td,
table.ckeditor_table.ckeditor_no_border th {
	border-style: hidden;
}


/*
nei portali e siti dei clienti di solito hr è annullato
qui indico una regola generale per contenuti editati da ckeditor
*/
hr
{
	border: 0px;
	border-top: 1px solid #ccc;
	margin:12px 0;
}
