/* CSS Document */
.editor_container{
	width: 100%;
	max-width: 790px;
	height: auto;
	overflow: hidden;
	min-height: 100px;
	/*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; /* Safari, Chrome */
	*/
	border: #EDEDED 1px solid;
	color:#22231F; 
	font-size:15px;
	font-family: /*Tahoma,*/verdana, arial, helvetica, serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

.textarea_container{
	width: 100%;
	max-width: 780px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	text-align: left;
}

.textarea_container .mytextbox{width:100%;min-height:320px;height:auto;border:1px solid #C4C4C4;color:#22231F;margin:5px 0;padding:10px;font-size:15px;box-sizing:border-box;}
.editor_container .tab_area{height:auto;overflow:hidden;padding:8px 10px 7px 10px;min-height:32px;background:url(../images/tabs_bg.png) repeat-x;line-height:25px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;}
.editor_container .counter{
	height: auto;
	overflow: hidden;
	padding: 7px;
	min-height: 10px;
	padding-left: 0px;
	/*
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	*/
	font-size:13px;
}

.editor_container .counter a img{
	border: none;
	text-decoration: none;
}


.editor_container .tab_area #tabs{
	overflow: hidden;
	background: url(../images/txt_editor_1.png) repeat-x;
	text-align: center;
	border: #CCCCCC 1px solid;
	padding: 7px 5px 0px 5px;
	/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; /* Safari, Chrome */
}
.editor_container .tab_area #tabs a{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}


.editor_container .tab_area #tabs:hover{
	background: url(../images/txt_editor_2.png) repeat-x;
	border: 1px solid #818181;
}
.listmenu{
	background: url(../images/txt_editor_1.png) repeat-x;
	padding: 2px 5px 2px 5px;
	border: #CCCCCC 1px solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; /* Safari, Chrome */
}
