.notInitializedContentBlockText
{
	font-weight:bold;
	color:#ff0000;
}

.taskBarImage
{
	cursor:hand;
}

.pageDefinitionArea
{
	border-style:dotted;
	border-width:1px;
	border-color:#AAAAAA;
	height:100%;
	width:100%;
	padding:3px;
}

.pageDefinitionAreaActive
{
	border-style:solid;
	border-width:2px;
	border-color:#4a84ff;
	height:100%;
	width:100%;
	padding:3px;
}

.innerTemplate
{
	border-style:dotted;
	border-width:1px;
	border-color:#AAAAAA;
	width:100%;
	margin-bottom:2px;
}

.innerTemplateActive
{
	border-style:solid;
	border-width:1px;
	border-color:#4a84ff;
	width:100%;
	margin-bottom:2px;
}

.innerTemplateArea
{
	border-style:dotted;
	border-width:1px;
	border-color:#AAAAAA;
	width:100%;
	height:100%;
}

.innerTemplateAreaActive
{
	border-style:solid;
	border-width:2px;
	border-color:#4a84ff;
	width:100%;
	height:100%;
}

.contentBlock
{
	border-style:dotted;
	border-width:1px;
	border-color:#AAAAAA;
	width:100%;
	margin:3px;
	padding-left:2px;
	padding-right:2px;
}

.contentBlockActive
{
	border-style:solid;
	border-width:2px;
	border-color:#4a84ff;
	width:100%;
	margin:3px;
	padding-left:2px;
	padding-right:2px;
}

.addContentBlock
{
	background-image: url(/DropIT/Plugin/Extension/Application/Images/icoAddContentBlockBg.gif);
	background-repeat:repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#d9d9d9;
	width:100%;
	height:11px;
	font-size:1px;
	cursor:hand;
	margin:3px;
}

