/* Työkalupalkki */
.mceToolbarExternal {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 600;
	height: 75px;
	padding-top:13px;
	background-color: transparent;
	background: transparent;
}

/* Työkalupalkin tausta */
.tinymce_ext_toolbar_placeholder {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 600;
	height: 138px;
	background:url(../img/editor/bg_editor.gif) top repeat-x;
}

/* Oikean reunan naamakuva */
.tinymce_ext_toolbar_placeholder div.rightside{
	width:100%;
	height:100%;
	background:url(../img/editor/rightside.jpg) right top no-repeat;
}

/* Siirtää sivun sisältöä, jotta työkalupalkki mahtuu */
.spacerLayer{
	position: relative;
	left:0px;
	top:0px;
	width:100%;
	height: 138px;
	z-index: 500;
	overflow: visible;
	margin: 0px;
	padding :0px;
	text-align: left;
}

/* Työkalupalkin alareunan varjoalue */
#sfToolShadow{
	height: 16px;
	background: url(../img/editor/bottomshadow.png);
}




/* Sitemanagerlinkit */
.sfLinkLayer{
	background:url(../img/editor/bg_links.gif) top repeat-x;
	position: absolute;
	width: 100%;
	height: 25px;
	padding-top: 15px;
	top: 0px;
	z-index: 1200;
	text-align: center;
}

/* Siirtää contenttia jotta sitemanagerlinkit mahtuu */
.sfLinkSpacer{
	position: relative;
	left:0px;
	top:0px;
	width:100%;
	height: 35px;
	z-index: 500;
	overflow: visible;
	text-align: left;
}

/* Sitemanagerlinkkien alareunan varjo */
#sfLinkShadow{
	margin-top:5px;
	height: 16px;
	background: url(../img/editor/bottomshadow.png);
}



