/*
	editor

	(c) 2008, Jiří Lýsek
	jlx@seznam.cz
*/

.wysiwyg_editor {
	float: left;
	margin-bottom: 5px;
	padding-top: 2px;
	width: 250px;
	border: 1px solid #888888;
	padding: 2px;
}

.wide_form .wysiwyg_editor {
	width: 710px;
}

.wysiwyg_editor iframe {
	border: 1px solid #888888;
	width: 708px;
	height: 450px;
}

.wysiwyg_editor .elem_path {
	border: 1px solid #888888;
	margin: 2px 0px 0px 0px;
	padding: 2px;
	height: 20px;
	background-color: #CFD0D1;
	float: left;
	width: 80%;
}

.wysiwyg_editor .fullscreen_switch {
	float: right;
	height: 20px;
	line-height: 20px;
	display: block;
	padding-top: 2px;
	cursor: pointer;
}

.wysiwyg_editor .elem_path span {
	color: #0000FF;
	display: block;
	float: left;
	padding: 3px 5px 3px 2px;
	cursor: pointer;
}

.wysiwyg_editor .elem_path strong {
	display: block;
	float: left;
	padding: 3px 2px 3px 2px;
}

.wysiwyg_editor .elem_path span:hover {
	text-decoration: underline;
}

.edit_button {
	width: 22px;
	height: 22px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	margin: 0px 2px 5px 0px;
}

.edit_button.wide {
	width: 105px;
}

.edit_button:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.edit_button:active {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.separator {
	width: 5px;
	height: 20px;
	float: left;
}

.wysiwyg_editor br {
	clear: both;
}

/* fullscreen */

.wysiwyg_editor.fullscreen {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #E7E8EA;
}

.wysiwyg_editor.fullscreen .wysiwyg_cont {
	margin: 10px 20px 20px 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 20px;
}

.wysiwyg_editor.fullscreen .top {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
}

.wysiwyg_editor.fullscreen .middle {
	position: absolute;
	top: 80px;
	bottom: 40px;
	width: 100%;
}

.wysiwyg_editor.fullscreen iframe {
	width: 100%;
	height: 100%;
}

.wysiwyg_editor.fullscreen .bottom {
	width: 100%;
	position: absolute;
	height: 30px;
	bottom: 0px;
}

/* -------------------------------------------------------------------------- */

body.editor {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

body.editor table {
	border-collapse: collapse;
	min-width: 30%;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

body.editor table th {
	border: 2px solid #000000;
	background-color: #888888;
	font-weight: normal;
	text-align: left;
}

body.editor table td {
	border: 2px solid #000000;
}

body.editor object, body.editor a.video {
	display: block;
	border: 1px solid #CC8888;
	background: url('../images/flash.gif') 50% 50% no-repeat;
	background-color: #EEAAAA;
}

body.editor a {
	color: #0000FF;
}

body.editor a[name] {
	background-color: #FFFF88;
}

body.editor div {
	border: 1px solid #999999;
}

body.editor p, body.editor pre {
	border: 1px dashed #999999;
}

body.editor span {
	border: 1px dashed #BBBBBB;
}

body.editor h1 {
	font-size: 18px;
	border: 1px dashed #333333;
}

body.editor h2 {
	font-size: 16px;
	border: 1px dashed #555555;
}

body.editor h3 {
	border: 1px dashed #777777;
}

body.editor h4 {
	border: 1px dashed #999999;
}

body.editor ul, body.editor ol {
	border: 1px dashed #999999;
}

body.editor #content_gallery {
	width: 320px;
	height: 260px;
	background: url('../images/gallery.gif') 50% 50% no-repeat;
	background-color: #EEEEAA;
}

body.editor .fleft {
	float: left;
}

body.editor .fright {
	float: right;
}

body.editor .cleaner {
	clear: both;
}

body.editor img {
	border: 1px solid #CC8888;
	background-color: #F7E497;
}

body.editor .highlight {
	background-color: #FFC3A0;	
}