﻿.SectionEditPanel
{
	border:solid 1px #dedfe0;
}
.SectionToolsPanel
{
	height:13px;
	padding:1px;
	background-color:#dedfe0;
}
.SectionToolsPanelImage
{
	width:25px;
	height:15px;
	background-image:url(/Images/PageMaker/ToolsSec.gif);
}
.SectionEditPanelDragOver
{
	border:solid 1px #84d8fc;
	background-color:#e8f7fe;
}
.SectionToolsPanelDragOver
{
	height:13px;
	padding:1px;
	background-color:#84d8fc;
}
.SectionToolsPanelImageDragOver
{
	width:25px;
	height:15px;
	background-image:url(/Images/PageMaker/Tools.gif);
}
/********************************************************/
.CompEditPanel
{
	border:solid 1px transparent;
}
.CompToolsPanel
{
	height:13px;
	padding:1px;
	background-color:#84d8fc;
}
.CompToolsPanelImage
{
	width:25px;
	height:15px;
	background-image:url(/Images/PageMaker/Tools.gif);
}
.CompEditPanelMouseOver
{
	border:solid 1px #84d8fc;
}