/* Editorin säädöt */
.mceContentBody{
	background: transparent none;
	background-color: transparent;
}
.dynamic_contentarea{
	border:1px dotted red;
}
.static_contentarea{
	border:1px dotted blue;
}

a.sitemanagerlinks, a.sitemanagerlinks:link, a.sitemanagerlinks:active, a.sitemanagerlinks:visited, .sitemanagerlinks {
	color:#ad0000 !important;
	text-decoration: none !important;
	font-size:12px !important;
}




/* Työkalupalkki */
.mceToolbarExternal {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 600;
	width:100%;
	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: 154px;
	background:url(../img/editor/bg_editor.gif) top repeat-x;
}

/* Oikean reunan naamakuva */
.tinymce_ext_toolbar_placeholder div.rightside{
	width:100%;
	height:138px;
	background:url(../img/editor/rightside.jpg) right top no-repeat;
}

.toolbarHolderLayer{
}


/* Siirtää sivun sisältöä, jotta työkalupalkki mahtuu */
.spacerLayer{
	height: 140px;

}

/* Työkalupalkin alareunan varjoalue */
#sfToolShadow{
	height: 16px;
	background: url(../img/editor/bottomshadow.png) left top repeat-x;
}




/* 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);
}