@media screen, projection {
	
	/*
	.simple_editor_default {
		font-size: 13px;
		background-color: rgb(246,246,246);
		color: #505050;
		font-family: Arial;
		text-align: justify;
	}
	*/

	/*.simple_editor_default*/ h1 {
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 5px;
	}

	/*.simple_editor_default*/ h2 {
		font-size: 15px;
		font-weight: bold;
	}

	/*.simple_editor_default*/ h3 {
		font-size: 13.55px;
		font-weight: bold;
	}

	/*.simple_editor_default*/ h4 {
		font-size: 12px;
		font-weight: bold;
	}

	/*.simple_editor_default*/ h5 {
		font-size: 10px;
		font-weight: bold;
	}

	/*.simple_editor_default*/ h6 {
		font-size: 7.55px;
		font-weight: bold;
	}

	/*.simple_editor_default*/ ul {
		list-style-type: square;
	}

	/*.simple_editor_default*/ ul li{
		margin: 3px 0 0;
		margin-left: 20px;
		padding: 0;
	}

	/*.simple_editor_default*/ ol {
		list-style-type: decimal;
		margin-left: 5px;
	}

	/*.simple_editor_default*/ ol li {
		margin: 3px 0 0;
		margin-left: 20px;
		padding: 0;
	}

	/*.simple_editor_default*/ img	{
		background-color: white;
		border: 2px solid #853134;
		margin-bottom: 5px;
		margin-left: 5px;
		margin-right: 5px;
		padding: 2px;
	}

	/*.simple_editor_default*/ a:hover {
		text-decoration: underline;
	}
	/*.simple_editor_default*/ a
	,/*.simple_editor_default*/ a:visited 
	{
		color:#853134;
		text-decoration: none;
	}

	/*.simple_editor_default*/ table{
		empty-cells: show;
		padding: 0px;
		margin: 0px;
		border: 0px;
		border-collapse: collapse;
	}
	/*.simple_editor_default*/ td, /*.simple_editor_default*/ th {
		padding: 3px;
		margin: 0px;
		border: 1px solid #000000;
		font-size: 13px;
		font-family: Arial;
		text-align: justify;
	}
	/*.simple_editor_default*/ th {
		border-bottom: 2px solid #000000;
		text-align: center;
		font-weight: bold;
	}

	/*.simple_editor_default*/ p {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	/*.simple_editor_default*/ em, /*.simple_editor_default*/ em strong {
		font-style: italic;
	}
	
	/*.simple_editor_default*/ strong, /*.simple_editor_default*/ strong em {
		font-weight: bold;
	}
	
	/*.simple_editor_default*/ blockquote {
		margin-left: 1em;
	}
	
	/*.simple_editor_default*/ small {
	}
	
	/*.simple_editor_default*/ tt {
	}

	/* Képek aláírás */
	/*.simple_editor_default*/ .image_caption_table
	,/*.simple_editor_default*/ .image_caption_table_cell_0
	,/*.simple_editor_default*/ .image_caption_table_cell_1 
	{
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	/*.simple_editor_default*/ .image_caption_table {
		width: 1px;
	}
	/*.simple_editor_default*/ .image_caption_table_cell_0
	,/*.simple_editor_default*/ .image_caption_table_cell_1 
	{
		background-color: transparent;
		text-align: center;
	}
	/*.simple_editor_default*/ .image_caption_table_cell_0 {
		border: 2px solid #ffffff;
	}
	
	/* Modulok */
	/*.simple_editor_default*/ .simpleeditor_module {
		display: inline-block;
		width: 100px;
		height: 50px;
		background-color: #7D97CA;
	}

	body {
		padding: 0px !important;
		margin: 0px !important;
		border: 0px !important;

		font-size: 13px;
		background-color: rgb(246,246,246);
		color: #505050;
		font-family: Arial;
		text-align: justify;
	}
	
	#editor_canvas {
		outline: none;
		padding: 5px !important;	
		margin: 0px !important;
		border: 0px !important;
	}
	
	#editor_canvas_container {
		overflow: auto;
		padding: 0px !important;
		margin: 0px !important;
		border: 0px !important;
		background-color: rgb(246,246,246);
	}

	/* Táblázat */
	.table_align_center {
		margin-left: auto;
		margin-right: auto;
	}
	.table_align_right {
		margin-left: auto;
	}
	
}
