.editCommands{
	background:url('../gfx/editIcons/images/bkg.gif');
	border-bottom:1px solid #666;
}
.editCommands .label{
	font:7pt/7pt;
	letter-spacing:-1px;
	color:#666;
	padding:3px;
	width:1px;
}
.editCommands .cmd{
	width:19px;
	height:19px;
	margin:2px 3px;
}
.editCommands .cmd:hover,.editCommands a.active{
	border:1px solid #666;
	width:19px;
	height:19px;
	margin:1px 2px;
	background:url('../gfx/editIcons/images/bkg_g.gif');
}
.editCommands .dropDown{
	font:bold 7pt verdana;
	color:#000;
	border:1px solid #888;
	padding: 1px 20px 1px 4px;
	background:url('../gfx/contentEdit/dropArrow.gif') right no-repeat;
	height:18px;
	width:100px;
	display:inline;
	margin-top:1px;
}
.editCommands .dropDown:hover{
	border-color:#666;
}
.dropDownMenu2{
	border:1px solid #888;
	background:#fff;
	display:none;
	position:absolute;
	width:200px;
	z-index:1000;
}
.dropDownMenu2 a{
	font:7pt verdana;
	color:#000;
	border:1px solid #999;
	padding:1px;
	margin:3px;
	display:block;
	white-space:nowrap;
	width:100%;
	background:url('../gfx/contentEdit/iconChar.gif') right no-repeat;
}
.dropDownMenu2 a:hover{
	border:1px solid #f60;
}
.dropDownMenu2 a.clear{
	border:1px solid #fff;
	background:none;
}
.dropDownMenu2 a.clear:hover{
	background:none;
}
.colorPalette{
	color:#000;
	border:1px solid #666;
	position:absolute;
	background:#000;
	display:none;
}
.colorPalette a{
	font:1px;
	width:8px;
	height:8px;
	margin:1px 1px 0px 0px;
}
.colorPalette .title{background:url('../gfx/editIcons/images/bkg.gif') bottom}
#fontSize{
	position:absolute;
	display:none;
	border:1px solid #666;
}
#fontSize a{
	background:url('../gfx/editIcons/images/bkg.gif') bottom repeat-x #fff;
	cursor:pointer;
}
#fontSize a:hover{background-image:url('../gfx/editIcons/images/bkg_g.gif')}
#fontSize .label{
	font:7pt;
	border-left:1px solid #CCC;
}