.jakcmsE * {
	margin:0px; padding:0px;
	outline:none;
}
.jakcmsE a:link,
.jakcmsE a:visited {
	color:#000;
	text-decoration:none;
}
.jakcmsE  {
	width:100%;
	margin:5px 0 5px 0;
}
.jakcmsEContainer  {
	border:1px solid #575faa;	
	background: url('images/bg-container.png') repeat-x left top white;
	padding:5px 5px 2px 5px;
	border-radius: 5px;
}
.jakcmsEEditor {
	font:13px 'Droid Serif', Helvetica, Arial, sans-serif;
	color:#494949;
	padding:10px 5px;
	border:1px solid #c8c8c8;
	width:98%;
	clear:both;
	line-height:18px;
	overflow:auto;
}
.jakcmsEFooter {
	width:100%;
	cursor:n-resize;
}
.jakcmsEResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/handle.png');
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.jakcmsEHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.jakcmsEHeader ul li ul{
	display:none;
}
.jakcmsEHeader ul li:hover > ul{
	display:block;
}
.jakcmsEHeader ul .jakcmsEDropMenu {
	background:transparent url(images/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.jakcmsEHeader ul .jakcmsEDropMenu li {
	margin-right:0px;
}
.jakcmsEHeader ul .jakcmsESeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#ccc;
}
.jakcmsEHeader ul ul .jakcmsESeparator {
	width:auto;
	height:1px;
	margin:0px;
}
/* next rows of buttons */
.jakcmsEHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#F5F5F5;
	border:1px solid #22c3eb;
	height:inherit;
}
.jakcmsEHeader ul ul li {
	float:none;
	border-bottom:1px solid #22c3eb;
}
.jakcmsEHeader ul ul li:last-of-type {
	border: none;
}
.jakcmsEHeader ul ul .jakcmsEDropMenu {
	background:#F5F5F5 url(images/submenu.png) no-repeat 100% 50%;
}
/* next rows of buttons */
.jakcmsEHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px;
}
.jakcmsEHeader ul ul ul li {
	float:none;
}
.jakcmsEHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.jakcmsEHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.jakcmsEHeader ul ul a:hover  {
	color:#fff;
	background-color:#c8c8c8;
}