﻿.editing
{
	border:1px dashed #c00;
	margin:0 0 5px 0;
	padding:5px;
}

.editing.menu
{
	cursor:move;
}

/**
* missing resource
*/
div.resourceMissing
{
	background:#faa;
	border:1px solid #c00;
	color:#c00;
	padding:5px;
}

/**
* moduleContainer
*/
div.moduleContainer
{
	background:#f4f4f4;
	border:4px dotted red;
	padding:0 10px 10px 10px;
	margin:0 0 10px 0;
	cursor:move;
}
div.moduleContainer span.dragDrop
{
	background:#eee;
	padding:10px;
}

/**
* form
*/
dl.moduleConfiguration
{
    overflow:hidden;
    margin:0 0 20px 0;
    width:100%;
}

dl.moduleConfiguration dt
{
	line-height:24px;
	height:24px;
    float:left;
    width:20%;
}

dl.moduleConfiguration dd
{
	height:24px;
    float:left;
    width:80%;
}


/**
* HTMLText. Used for editing HTML source
*/
textarea.HTMLText
{
	border:1px dashed #c00;
	font:normal normal normal 12px/16px Courier;
	height:70px;
	padding:0;
	margin:0 0 10px 0;
	width:100%;
}

.editLanguageSelected
{
	border:2px solid red;
	padding:2px;
}

.editLanguage
{
	padding:4px;
}