.EdButtonNormal
{
	background-color: buttonface;
	border-left: buttonface solid 1px;
	border-top: buttonface solid 1px;
	border-right: buttonface solid 1px;
	border-bottom: buttonface solid 1px;
}

.EdButtonPressed
{
	background-color: buttonface;
	border-left: buttonshadow solid 1px;
	border-top: buttonshadow solid 1px;
	border-right: buttonhighlight solid 1px;
	border-bottom: buttonhighlight solid 1px;
}

.EdButtonMouseOver
{
	background-color: buttonface;
	border-left: buttonhighlight solid 1px;
	border-top: buttonhighlight solid 1px;
	border-right: buttonshadow solid 1px;
	border-bottom: buttonshadow solid 1px;
}

.EdButtonDisabled
{
	background-color: buttonhighlight;
	border-left: buttonface solid 1px;
	border-top: buttonface solid 1px;
	border-right: buttonface solid 1px;
	border-bottom: buttonface solid 1px;
}

.EdImage
{
	width: 22px;
	height: 22px;
}

.EdToolbar
{
	background-color: buttonface;
	border-left: buttonhighlight solid 1px;
	border-top: buttonhighlight solid 1px;
	border-right: buttonshadow solid 1px;
	border-bottom: buttonshadow solid 1px;
	height: 30px;
}

.EdDivider
{
	background-color: buttonface;
	border-left: buttonshadow solid 1px;
	border-top: buttonshadow solid 1px;
	border-right: buttonhighlight solid 1px;
	border-bottom: buttonhighlight solid 1px;
	width: 2px;
	height: 24px;
}

.EdSwatch
{
	background-color: buttonface;
	border-left: buttonhighlight solid 1px;
	border-top: buttonhighlight solid 1px;
	border-right: buttonshadow solid 1px;
	border-bottom: buttonshadow solid 1px;
	width: 3px;
	height: 24px;
}

.EdSpace
{
	background-color: buttonface;
	width: 0px;
	height: 24px;
}

.EdList
{
	background: lavender;
	font: 8pt verdana,arial,sans-serif
}

.EdText
{
	font: 8pt verdana,arial,sans-serif
}

.EdHeading
{
	color:navy;
	background:lightgrey;
}