
/*UBBeditor ÑùÊ½*/
/*-------------------------------------------------*/
#editorbody{
	background-color: #f7f7f7;
	border-width:1px;
	border-style:solid;
	border-color:#ffffff #696969 #696969 #ffffff;
}
#editorHead{
	padding:1px 6px 1px 6px;
}
.editorTools{

}

.Toolsbar{
	padding-right:5px;
	height:24px;
	float:left;
}
.ToolsUL{
	display:inline;
	list-style:none;
	margin:0px;
	padding:1px;
}
.ToolsUL Li{ 
	float:left;
	padding:1px;
}
.ToolsUL Li select{ 
	font-size:12px;
}

.Toolsbutton:link,.Toolsbutton:visited{
	border:1px solid #c6c3bd;
	width:18px;
	height:18px;
	display:block;
	padding:2px;
	background: #efefef url(toolbar.buttonbg.gif) repeat-x;
	/*opacity: 0.70;
	filter: alpha(opacity=70);*/
}
.Toolsbutton:hover{
	background:#C1D2EE;
	border:1px solid #316AC5;
}
.Smilie:link,.Smilie:visited{
	border:1px solid #fff;
	display:block;
	padding:2px;
	width:19px;
	height:19px;
}
.Smilie:hover{
	background:#C1D2EE;
	border:1px solid #316AC5;
}
.UBBSmiliesPanel{
	background:#fff;
	border:1px solid #000;
	text-align:left;
	padding:0px;
	position: absolute;
	visibility:hidden;
}
.editorContent{
	width:100%;
	padding:0px 0px 6px 0px;
	text-align:center;
}
.editTextarea{
	border:1px solid #999;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:1px;
	overflow:auto;
    width:96%;
	text-align:left;
}
.ToolsUL li {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*-------------------------------------------------*/
.UBBContainer{border:1px solid #ccc;background:#f7f7f7;border-left:3px solid;}
.UBBTitle{font-weight:bold;padding:4px;background:#eee;border-bottom:1px dotted #ccc;}
.UBBContent{padding:6px;line-height:160%;}
.UBBContent textarea {width:550px;margin-bottom:2px;}