
.rte_editor {
	border: 1px solid #A0A0A0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	/*overflow: auto;*/
	outline: none;
}

.rte_toolbar {
	background-color: #eee;
	/*height: 24px;*/
	text-align: center;
	border: 1px solid #A0A0A0;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rte_toolbar a,
.rte_toolbar span.tb-button {
	border: 1px solid transparent;
	border-radius: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 3px;
	-background-image: url('/images/jquery.rtedit.png');
	-background-color: transparent;
}

.rte_toolbar a img,
.rte_toolbar span.tb-button img {
	width: 16px;
	height: 16px;
	border-color: transparent;
	background-image: url('/images/jquery.rtedit.png');
	
}

.rte_toolbar a:hover {
	border-color: #999;
	background-color: #ddd;
}

.rte_b img {
	background-position: 0px 0px;
}
.rte_i img {
	background-position: -16px 0px;
}
.rte_u img {
	background-position: -32px 0px;
}
.rte_ul img {
	background-position: -48px 0px;
}
.rte_ol img {
	background-position: -64px 0px;
}
.rte_a img {
	background-position: -80px 0px;
}
.rte_r img {
	background-position: -96px 0px;
}
.rte_img img {
	background-position: -112px 0px;
}
.rte_x img {
	background-position: -128px 0px;
}
.rte_font {
	height: 16px;
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	font-size: 10px;
	display: inline-block;
}
.rte_lj img {
	background-position: -144px 0px;
}
.rte_cj img {
	background-position: -160px 0px;
}
.rte_rj img {
	background-position: -176px 0px;
}
.rte_fj img {
	background-position: -192px 0px;
}
.rte_src img {
	background-position: -208px 0px;
}
.rte_back img {
	background-position: -224px 0px;
}


.rte_toolbar a.rte_fd, 
.rte_toolbar a.rte_fi, 
.rte_toolbar span.rte_fs, 
.rte_toolbar a.rte_fd img, 
.rte_toolbar a.rte_fi img, 
.rte_toolbar span.rte_fs img {
	width: 20px;
}

.rte_fd img {
	background-position: -238px 0px;
}

.rte_fi img {
	background-position: -258px 0px;
}

.rte_fd.is-disabled img {
	background-position: -277px 0px;
}

.rte_fi.is-disabled img {
	background-position: -297px 0px;
}

.rte_fs img {
	background-position: -317px 0px;
}

.rte_fs ul {
	display: none;
	position: absolute;
	z-index: 12;
	border: 1px solid #ccc;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rte_fs:hover ul {
	display: block;
}

.rte_fs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100px;
}

.rte_fs ul li a {
	width: 84px;
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 4px 8px;
	cursor: pointer;
}

.rte_fs ul li a.even {
	background-color: rgba(92, 151, 207, 0.1);
}

a.rte_fs ul li a:hover {
	background-color: #999;
}

.rte_editor.resizable {
	resize: vertical;
	max-width: 100%;
}
