/*SP ADMINTOOL START*/

#textToolContainer{
	width: 600px;
	background: #fff;
	position: absolute;
	z-index: 2;
	left: 300px;
	top: 300px;
	display: none;
	background: url(img/snestreck.png);
}
#textToolTop{
	height: 22px;
	background: url(img/btnRight.png) right repeat-x;
	margin: 2px;
}
#textToolkitContainer{
	background: rgb(255,255,255);
	height: 20px;
	margin: 2px;
}
#textToolContent{
	background: rgb(255,255,255);
	margin: 5px;
	padding: 3px;
	text-align: left;
}
#textToolTopText{
	height: 22px;
	background: url(img/btnLeft.png) no-repeat;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.editableText{
	position: relative;
}
#textEditor{
	border: 0px;
	margin: 15px;
	min-height: 100px;
	position:relative;
}
#textEditorIframe{
	border: 5px solid rgb(200,200,200);
	margin: 10px 15px 10px 10px;
	min-height: 100px;
	width: 540px;
	position:relative;
}
#textEditor .innerTable td{
    width: 50%;    
}
.editText{
	background: rgb(100,100,255);
	position: absolute;
	padding: 3px;
	color: #fff;
	top:-5px;
	right: -5px;
	cursor:pointer;
}
.editText:hover{
	text-decoration: underline;
	font-weight: bold;
}

.editTextBtn{
	width: 24px; 
	height: 24px;
	border:0px;
	cursor:pointer;
}
