﻿
/* TODO: use @import for your css */

/*RTE_DefaultConfig.items_InlineClasses*/
.editor-data .my-cls-mark {
	background-color: yellow;
	font-weight: bold;
}

.editor-data .my-cls-warning {
	background-color: orange;
	color: white;
	font-weight: bold;
}
/*RTE_DefaultConfig.items_ParagraphClasses*/
.editor-data .my-cls-quote {
	margin: 10px;
	padding-left: 10px;
	border-left: dashed 1px red;
	font-style: italic;
}

.editor-data .my-cls-largecenter {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

.editor-data * {
	box-sizing: border-box;
}


.editor-data a {
	text-decoration: none;
}

.editor-data a:hover {
	text-decoration: underline;
}

.editor-data table {
	border-spacing: 0;
	border-collapse: collapse;
}

.editor-data table:not([width]) {
	width: 100%;
}

.editor-data table[border="0"] td, .editor-data table:not([border]) td, .editor-data table[border="0"] th, .editor-data table:not([border]) th {
	border: 1px solid #ddd;
}
.editor-data thead {
	background-color: #eee;
}
.editor-data .table > tbody > tr > td, .editor-data .table > tbody > tr > th, .editor-data .table > tfoot > tr > td, .editor-data .table > tfoot > tr > th, .editor-data .table > thead > tr > td, .editor-data .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}



.editor-data .dp-highlighter {
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}

	/* clear styles */
	.editor-data .dp-highlighter ol,
	.editor-data .dp-highlighter ol li,
	.editor-data .dp-highlighter ol li span {
		margin: 0;
		padding: 0;
		border: none;
	}

	.editor-data .dp-highlighter a,
	.editor-data .dp-highlighter a:hover {
		background: none;
		border: none;
		padding: 0;
		margin: 0;
	}

	.editor-data .dp-highlighter .bar {
		padding-left: 45px;
	}

	.editor-data .dp-highlighter.collapsed .bar,
	.editor-data .dp-highlighter.nogutter .bar {
		padding-left: 0px;
	}

	.editor-data .dp-highlighter ol {
		list-style: decimal; /* for ie */
		background-color: #fff;
		margin: 0px 0px 1px 45px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
		padding: 0px;
		color: #5C5C5C;
	}

	.editor-data .dp-highlighter.nogutter ol,
	.editor-data .dp-highlighter.nogutter ol li {
		list-style: none !important;
		margin-left: 0px !important;
	}

	.editor-data .dp-highlighter ol li,
	.editor-data .dp-highlighter .columns div {
		list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
		list-style-position: outside !important;
		border-left: 3px solid #6CE26C;
		background-color: #F8F8F8;
		color: #5C5C5C;
		padding: 0 3px 0 10px !important;
		margin: 0 !important;
	}

	.editor-data .dp-highlighter.nogutter ol li,
	.editor-data .dp-highlighter.nogutter .columns div {
		border: 0;
	}

	.editor-data .dp-highlighter .columns {
		background-color: #F8F8F8;
		color: gray;
		overflow: hidden;
		width: 100%;
	}

		.editor-data .dp-highlighter .columns div {
			padding-bottom: 5px;
		}

	.editor-data .dp-highlighter ol li.alt {
		background-color: #FFF;
		color: inherit;
	}

	.editor-data .dp-highlighter ol li span {
		color: black;
		background-color: inherit;
	}

	/* Adjust some properties when collapsed */

	.editor-data .dp-highlighter.collapsed ol {
		margin: 0px;
	}

		.editor-data .dp-highlighter.collapsed ol li {
			display: none;
		}

	/* Additional modifications when in print-view */

	.editor-data .dp-highlighter.printing {
		border: none;
	}

		.editor-data .dp-highlighter.printing .tools {
			display: none !important;
		}

		.editor-data .dp-highlighter.printing li {
			display: list-item !important;
		}

	/* Styles for the tools */

	.editor-data .dp-highlighter .tools {
		padding: 3px 8px 3px 10px;
		font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: silver;
		background-color: #f8f8f8;
		padding-bottom: 10px;
		border-left: 3px solid #6CE26C;
	}

	.editor-data .dp-highlighter.nogutter .tools {
		border-left: 0;
	}

	.editor-data .dp-highlighter.collapsed .tools {
		border-bottom: 0;
	}

	.editor-data .dp-highlighter .tools a {
		font-size: 9px;
		color: #a0a0a0;
		background-color: inherit;
		text-decoration: none;
		margin-right: 10px;
	}

		.editor-data .dp-highlighter .tools a:hover {
			color: red;
			background-color: inherit;
			text-decoration: underline;
		}

/* About dialog styles */

.editor-data .dp-about {
	background-color: #fff;
	color: #333;
	margin: 0px;
	padding: 0px;
}

	.editor-data .dp-about table {
		width: 100%;
		height: 100%;
		font-size: 11px;
		font-family: Tahoma, Verdana, Arial, sans-serif !important;
	}

	.editor-data .dp-about td {
		padding: 10px;
		vertical-align: top;
	}

	.editor-data .dp-about .copy {
		border-bottom: 1px solid #ACA899;
		height: 95%;
	}

	.editor-data .dp-about .title {
		color: red;
		background-color: inherit;
		font-weight: bold;
	}

	.editor-data .dp-about .para {
		margin: 0 0 4px 0;
	}

	.editor-data .dp-about .footer {
		background-color: #ECEADB;
		color: #333;
		border-top: 1px solid #fff;
		text-align: right;
	}

	.editor-data .dp-about .close {
		font-size: 11px;
		font-family: Tahoma, Verdana, Arial, sans-serif !important;
		background-color: #ECEADB;
		color: #333;
		width: 60px;
		height: 22px;
	}

/* Language specific styles */

.editor-data .dp-highlighter .comment, .editor-data .dp-highlighter .comments {
	color: #008200;
	background-color: inherit;
}

.editor-data .dp-highlighter .string {
	color: blue;
	background-color: inherit;
}

.editor-data .dp-highlighter .keyword {
	color: #069;
	font-weight: bold;
	background-color: inherit;
}

.editor-data .dp-highlighter .preprocessor {
	color: gray;
	background-color: inherit;
}
