/* CSS Document */
.editor_container{
	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: 13px;
	font-family: /*Tahoma,*/verdana, arial, helvetica, serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

.textarea_container{
	width: 780px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	text-align: left;
}

.textarea_container .mytextbox{
	width: 760px;
	height: 250px;
	border: none;
	color:#22231F;
	margin: 5px;
	padding: 3px;
	font-size: 13px;
	margin-left: 0px;
	border: 1px solid #C4C4C4;
}

.editor_container .tab_area{
	height: auto;
	overflow: hidden;
	padding: 0px;
	padding-bottom: 7px;
	padding-top: 10px;
	min-height: 20px;
	/*
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px; 
	*/
}
.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: 11px;
}

.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 */
}
